non port: www/bluefish/Makefile |
Number of commits found: 102 (showing only 100 on this page) |
Saturday, 26 Aug 2023
|
21:03 Po-Chuan Hsieh (sunpoet)
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket)
7a4777d |
Wednesday, 5 Jul 2023
|
00:01 Nuno Teixeira (eduardo)
www/bluefish: Fix build on clang16
Use G_CALLBACK() macro to silence incompatible function pointer warnings
and disables any argument checks.
Sugested by: dim
See also: https://lists.freebsd.org/archives/freebsd-ports/2023-July/004036.html
MFH: 2023Q3
e95c4be |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
3d9a815 |
Monday, 5 Jun 2023
|
09:40 Nuno Teixeira (eduardo)
www/bluefish: Update to 2.2.14
ChangeLog:
https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/ChangeLog
b0c9a45 |
Wednesday, 15 Mar 2023
|
13:09 Nuno Teixeira (eduardo)
www/bluefish: Adopt/Update to 2.2.13
- Switch to DISTVERSION
- Update MASTER_SITES
- Update LIB_DEPENDS: enchant->enchant2; pcre->pcre2
- Add NLS knob (dependency on gettext needed when OFF)
- Cosmetic changes by portclippy and portfmt
ChangeLog:
https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/ChangeLog
79c892f |
Thursday, 2 Mar 2023
|
05:23 Tobias C. Berner (tcberner)
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk
PR: 269704
Exp-run by: antoine
---
fa81a4f |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:23 Tobias C. Berner (tcberner)
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Aldert Nooitgedagt
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Kapranoff <alex@kapranoff.ru>
* Alex Kapranoff <kapr@crosswinds.net>
* Alex Miller (<asm@asm.kiev.ua>)
* Alex Pesternikov <ap@page2rss.com>
* Alex Povolotsky <tarkhil@over.ru>
* Alex Varju <freebsd-ports@varju.ca>
* Alexander Koch <fbsd@meersau.de>
* Alexander Kriventsov
* Alexander Kriventsov <avk@vl.ru>
* Alexander Logvinov <info@logvinov.com>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Moisseev <moiseev@mezonplus.ru>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Alfred Perlstein <alfred@freebsd.org>
* Allie Micka <allie@pajunas.com>
* Anatoliy Dmytriyev <tolid@plab.ku.dk>
* Anders Nordby <anders@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andrea Cervesato <andrea@cervesato.it>
* Andrea Sozzi <as@g-cows.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrej Zverev <andrey.zverev@electro-com.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew T. Bennett <potatosaladx@gmail.com>
* Andrey Chernov <ache@FreeBSD.org>
* Andrey Kostenko <andrey@kostenko.name>
* Andrey Slusar <anray@FreeBSD.org>
* Anes Muhametov <anes@anes.su>
* Anes Mukhametov <anes@anes.su>
* Anonymous
* Antoine Brodin <antoine@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Antony Mawer <ports@mawer.org>
* Aron Schlesinger <as@bsdgroup.de>
* Ask Bjoern Hansen <ask@valueclick.com>
* Autrijus Tang <autrijus@autrijus.org>
* Ayumi M <ayu@commun.jp>
* Babak Farrokhi <babak@farrokhi.net>
* Bartek Rutkowski <robak@FreeBSD.org>
* Bartlomiej Rutkowski <r@robakdesign.com>
* Bernard Spil <brnrd@FreeBSD.org>
* Bernard Spil <brnrd@freebsd.org>
* Bill Brinzer <bill.brinzer@gmail.com>
* Bill Swingle <unfurl@FreeBSD.org>
* Bob Bomar <bob@fly.homeunix.org>
* Boris Lytochkin (lytboris@gmail.com)
* Brandon Fosdick <bfoz@bfoz.net>
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Brent J. Nordquist <bjn@visi.com>
* Brian Somers <brian@FreeBSD.org>
* CHOI Junho <cjh@FreeBSD.org>
* Carlo Strub
* Carlo Strub <cs@FreeBSD.org>
* Cecile Neu <neu@mycontrol.de>
* Chadwick Sorrell chad@wickdev.com
* Charlie & <root@dev2.rambler.ru>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Cheng-Lung Sung <clsung@dragon2.net>
* Chin-San Huang <chinsan@mail2000.com.tw>
* Choe, Cheng-Dae
* Chris D. Faulhaber <jedgar@fxp.org>
* Chris Larsen <darth@vader.dk>
* Christopher Key <cjk32@cam.ac.uk>
* Christopher Knaust <jigboe@gmx.de>
* Clement Laforet <clement@FreeBSD.org>
* Clement Laforet <sheepkiller@cultdeadsheep.org>
* Conor McDermottroe <ports@mcdermottroe.com>
* Cory R King <coryking@mozimedia.com>
* Craig Rodrigues <rodrigc@FreeBSD.org>
* Dan Langille <dan@langille.org>
* Dan Langille <dvl@FreeBSD.org>
* Daniel B. Hemmerich
* Daniel Gerzo <danger@FreeBSD.org>
* Daniel Morante <daniel@morante.net>
* Daniel Roethlisberger <daniel@roe.ch>
* Daniel Wijnands <daniel@itxl.nl>
* Danny Warren <danny@dannywarren.com>
* Dash|RD
* Dave Cottlehuber <dch@FreeBSD.org>
* David Barksdale <amatus@gnu.org>
* Dean Hollister <dean@odyssey.apana.org.au>
* Denis Pokataev <catone@cpan.org>
* Dennis Herrmann <adox@mcx2.org>
* Denny Lin <dennylin93@hs.ntnu.edu.tw>
* Dikshie <dikshie@sfc.wide.ad.jp>
* Dima Sivachenko
* Dima Sivachenko <dima@Chg.RU>
* Dirk Froemberg <dirk@FreeBSD.org>
* Ditesh Shashikant Gathani <ditesh@gathani.org>
* Dmitry Liakh <dliakh@ukr.net>
* Dmitry Semkin <lslarry@gmail.com>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Dmitry Sivachenko <mitya@yandex-team.ru>
* Domas Mituzas <midom@dammit.lt>
* Dominic Mitchell <dom@happygiraffe.net>
* Dominique Goncalves <dominique.goncalves@gmail.com>
* Douglas Thrift
* Douglas Thrift <douglas@douglasthrift.net>
* Dryice Liu <dryice@FreeBSD.org>
* Dryice Liu <dryice@dryice.name>
* Elisey Savateev <b3k@mail.ru>
* Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Freeman <freebsdports@chillibear.com>
* Ernst de Haan <znerd@FreeBSD.org>
* Erwin Lansing <erwin@FreeBSD.org>
* Espen Tagestad <espen@tagestad.no>
* Euan Thoms <euan@potensol.com>
* Fanying Jen <fanying@fynet.com>
* Fernan Aguero
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Florent Thoumie <flz@FreeBSD.org>
* Florent Thoumie <flz@xbsd.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* Francisco Cabrita <include@npf.pt.freebsd.org>
* Frank Behrens <frank@pinky.sax.de>
* Frank Mayhar <frank@exit.com>
* Frank Wall <fw@moov.de>
* Fred Cox
* Frederic Culot <culot@FreeBSD.org>
* Frederic Culot <frederic@culot.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp>
* G. Adam Stanislav <adam@whizkidtech.net>
* Garrett A. Wollman
* Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
* Gea-Suan Lin <gslin@gslin.org>
* Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
* Geoffroy Desvernay <dgeo@centrale-marseille.fr>
* George Hartzell <hartzell@alerce.com>
* George Reid <greid@ukug.uk.freebsd.org>
* Gerard Seibert <gerard@seibercom.net>
* Gerrit Beine (<tux@pinguru.net>)
* Gerrit Beine <gerrit.beine@gmx.de>
* Gerrit Beine <tux@pinguru.net>
* Gilbert Morgan <gmm@tutanota.com>
* Goran Lowkrantz <glz@hidden-powers.com>
* Greg Larkin <glarkin@FreeBSD.org>
* Groovis <groovis@groovis.net>
* Gruen Christian <kiki@bsdro.org>
* Grzegorz Blach <gblach@FreeBSD.org>
* Guangyuan Yang <ygy@FreeBSD.org>
* Guixing Bai <khsing.cn@gmail.com>
* Guy P.
* Helmut Ritter <freebsd-ports@charlieroot.de>
* Henk van Oers <hvo.pm@xs4all.nl>
* Henrik Brix Andersen <brix@FreeBSD.org>
* Henrik Brix Andersen <henrik@brixandersen.dk>
* Henrik Motakef <henrik.motakef@web.de>
* Herve Quiroz <hq@FreeBSD.org>
* Hiten Pandya <hiten@uk.FreeBSD.org>
* Horia Racoviceanu <horia@racoviceanu.com>
* Hubert Tournier <hubert@frbsd.org>
* Hugo Leisink
* Hung-Yi Chen <gaod@hychen.org>
* Hye-Shik Chang <perky@python.or.kr>
* Igor Vinokurov <igor@zynaps.ru>
* Ilia Skalozubov <freebsd@skinc.ru>
* J.R. Oldroyd <fbsd@opal.com>
* Jacob Atzen <jatzen@gmail.com>
* Jacques Marneweck <jacques@php.net>
* James Bailie <jimmy@mammothcheese.ca>
* James FitzGibbon <jfitz@FreeBSD.org>
* James White <whitejv81@gmail.com>
* Janos.Mohacsi@bsd.hu
* Jason Helfman <jgh@FreeBSD.org>
* Javier Martin Rueda <jmrueda@diatel.upm.es>
* Jean Milanez Melo <jmelo@FreeBSD.org>
* Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* Jeremie Le Hen <jlh@FreeBSD.org>
* Jeremy Chadwick <koitsu@FreeBSD.org>
* Jeremy Shaffner <jeremy@external.org>
* Jev Björsell <ports@ecadlabs.com>
* Jim Riggs <ports@christianserving.org>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Jin-Sih Lin <linpct@gmail.com>
* Jochen Neumeister <joneum@FreeBSD.org>
* Joe Horn <joehorn@gmail.com>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johann Visagie <wjv@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* John Chen <johnpupu@gmail.com>
* John Hixson <john@ixsystems.com>
* John von Essen
* Jon Nistor <nistor@snickers.org>
* Jonathan Pater <cowboyneal@gmail.com>
* Jonathan Weiss (<jw@innerewut.de>)
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Jose Garcia Juanino <jjuanino@gmail.com>
* Josef El-Rayes <j.el-rayes@daemon.li>
* Joseph Benden <joe@thrallingpenguin.com>
* Joseph Koshy <jkoshy@FreeBSD.org>
* Joseph Scott (<joseph@randomnetworks.com>)
* Joseph Scott <joseph@randomnetworks.com>
* Juergen Lock <nox@FreeBSD.org>
* Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Julien Laffaye <jlaffaye@FreeBSD.org>
* JunSeon Oh <hollywar@mail.holywar.net>
* Juraj Lutter <juraj@lutter.sk>
* Justin Hawkins <justin@hawkins.id.au>
* Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
* Keith Gaughan <k@stereochro.me>
* Kelly Yancey <kbyanc@posi.net>
* Ken McGlothlen <ken.mcglothlen@gmail.com>
* Kevin Golding <ports@caomhin.org>
* Kevin Lo <kevlo@FreeBSD.org>
* Kim Scarborough <user@unknown.nu>
* Kimo <kimor79@yahoo.com>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Konstantin Menshikov <kostjnspb@yandex.ru>
* Koop Mast <einekoai@chello.nl>
* Koop Mast <kwm@FreeBSD.org>
* Kozlov Sergey <kozlov.sergey.404@gmail.com>
* Kris Kennaway <kris@FreeBSD.org>
* Kristaps Kulis <kristaps.kulis@gmail.com>
* Kubilay Kocak <koobs@FreeBSD.org>
* Kurt Lidl (kurt.lidl@cello.com)
* Kurt Lidl <kurt.lidl@cello.com>
* Kyle Evans <kevans@FreeBSD.org>
* Lars Balker Rasmussen <lbr@FreeBSD.org>
* Lars Eggert <lars.eggert@gmx.net>
* Lars Eggert <larse@isi.edu>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Lawrence Chen <beastie@tardisi.com>
* Li-Wen Hsu <lwhsu@FreeBSD.org>
* Li-Wen Hsu <lwhsu@lwhsu.org>
* Loic Blot <loic.blot@unix-experience.fr>
* Loren M. Lang <loren@north-winds.org>
* Luca Pizzamiglio <pizzamig@FreeBSD.org>
* Lukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
* Lukasz Wasikowski <lukasz@wasikowski.net>
* Lung-Pin Chang <changlp@cs.nctu.edu.tw>
* MANTANI Nobutaka <nobutaka@nobutaka.com>
* MIHIRA Yoshiro <sanpei@FreeBSD.org>
* Manuel Kasper <mk@neon1.net>
* Manuel Rábade <mig@mig-29.net>
* Marc G. Fournier
* Marc G. Fournier <scrappy@hub.org>
* Marcello Coutinho
* Marcin Cieslak <saper@SYSTEM.PL>
* Marek Holienka <marekholienka@gmail.com>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Mark Huizer; Eindhoven
* Mark Pulford <mark@kyne.com.au>
* Martin Matuska <martin@matuska.org>
* Martin Matuska <mm@FreeBSD.org>
* Martin Waschbuesch <martin@waschbuesch.de>
* Martin Wilke (miwi@FreeBSD.org)
* Martin Wilke <miwi@FreeBSD.org>
* Masafumi NAKANE <max@FreeBSD.org>
* Masahiro Teramoto <markun@onohara.to>
* Masaki TAGAWA <masaki@club.kyutech.ac.jp>
* Mathias Monnerville <mathias@monnerville.com>
* Mathieu Arnold <m@absolight.net>
* Matthew Seaman
* Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Matthew Seaman <matthew@FreeBSD.org>
* Matthew X. Economou <xenophon+fbsdports@irtnog.org>
* Matthias Fechner <mfechner@FreeBSD.org>
* Maurice Castro <maurice@castro.aus.net>
* Max N. Boyarov <m.boyarov@bsd.by>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Maxime Henrion (mux@FreeBSD.org)
* Meno Abels <meno.abels@adviser.com>
* Michael Capp <myntric@exeonline.com>
* Michael Fausten <ports@michael-fausten.de>
* Michael Johnson <ahze@FreeBSD.org>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael Moll <kvedulv at kvedulv.de>
* Michael Moll <kvedulv@kvedulv.de>
* Michael Ranner <mranner@inode.at>
* Michael Schout <mschout@gkg.net>
* Michael Vasilenko <acid@stu.cn.ua>
* Mike Meyer
* Mikhail T. <michael@fun-box.ru>
* Mikhail Teterin <mi@aldan.algebra.com>
* Mitchell Smith <mjs@bur.st>
* Mitsuru Yoshida <mitsuru@riken.go.jp>
* Moggie <moggie@elasticmind.net>
* Mohammad S. Babaei <info@babaei.net>
* Mons Anderson <mons@cpan.org>
* Muhammad Moinur Rahman <5u623l20@gmail.com>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Mun-Kyo Seo <munggo@pmy.lv>
* Munish Chopra <mchopra@engmail.uwaterloo.ca>
* Murilo Opsfelder <mopsfelder@gmail.com>
* Mykola Marzhan <delgod@portaone.com>
* Naram Qashat <cyberbotx@cyberbotx.com>
* Neil Blakey-Milner
* Neil Blakey-Milner <nbm@FreeBSD.org>
* Nick Hilliard <nick@foobar.org
* Nick Hilliard <nick@foobar.org>
* Nicola Stanislao Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* Nicolas de Bari Embriz Garcia Rojas <nbari@tequila.io>
* Nicole Reid <root@cooltrainer.org>
* Oddbjorn Steffensen <oddbjorn@tricknology.org>
* Oleg Mamontov <oleg@mamontov.net>
* Oleg Pudeyev <oleg@bsdpower.com>
* Oleg Sidorkin <osidorkin@gmail.com>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Olivier Duchateau
* Olivier Duchateau <duchateau.olivier@gmail.com>
* Paul Schmehl <pauls@utdallas.edu>
* Pavel Timofeev <timp87@gmail.com>
* Pete Fritchman <petef@databits.net>
* Peter <peter@vereshagin.org>
* Peter Avalos <pavalos@theshell.com>
* Peter Lai <cowbert@gmail.com>
* Peter Libassi <peter@libassi.se>
* Peter Pentchev <roam@FreeBSD.org>
* Peter Schuller <peter.schuller@infidyne.com>
* Peter Wemm <peter@netplex.com.au>
* Phil Phillips
* Philip M. Gollucci <pgollucci@p6m7g8.com>
* Philip Paeps <philip@FreeBSD.org>
* Philippe Audeoud <jadawin@tuxaco.net>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Qing Feng <qingfeng@douban.com>
* Radim Kolar <hsn@sanatana.dharma>
* Ralf Gebhart <gebhart@secnetix.de>
* Renaud Chaput <renchap@cocoa-x.com>
* René Ladan <rene@FreeBSD.org>
* René Ladan <rene@freebsd.org>
* Richard Gallamore <ultima@FreeBSD.org>
* Richard Neese <r.neese@gmail.com>
* Ricky E. <codeblock@eighthbit.net>
* Rink Springer <rink@FreeBSD.org>
* Robert Gogolok <gogo@cs.uni-sb.de>
* Rod Taylor <ports@rbt.ca>
* Rodrigo Nicola Lombardo <rodnic@gmail.com>
* Rong-En Fan <rafan@FreeBSD.org>
* Rozhuk Ivan 2019 <rozhuk.im@gmail.com>
* Ryan Steinmetz <zi@FreeBSD.org>
* Ryan T. Dean <rtdean@cytherianage.net>
* Sahil Tandon <sahil@tandon.net>
* Scott Sanders <scott@jssjr.com>
* Seamus Venasse <svenasse@polaris.ca>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Kozlov <kozlov.sergey.404@gmail.com>
* Sergey Matveychuk <sem@FreeBSD.org>
* Sergey Osipov <sipopo@yandex.ru>
* Sergey Osokin <osa@FreeBSD.org>
* Sergey Osokin aka oZZ <ports@FreeBSD.org>
* Sergey Samoyloff <gonza@techline.ru>
* Sergey Skvortsov <skv@protey.ru>
* Seth Kingsley <sethk@meowfishies.com>
* Shaun Amott <shaun@FreeBSD.org>
* Shigeyuki Fukushima <shige@FreeBSD.org>
* Shinsuke Matsui <smatsui@karashi.org>
* Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Simon Dick <simond@irrelevant.org>
* Simun Mikecin <numisemis at yahoo.com>
* Sir l33tname <sirl33tname@gmail.com>
* Sofian Brabez <sbrabez@gmail.com>
* Soren Dossing <sauber@netcom.com>
* Stanislav Sedov <stas@FreeBSD.org>
* Stefan Bethke <stb@lassitu.de>
* Stefan Esser <se@FreeBSD.org>
* Stefan Hagen <ports@textmail.me>
* Stefan `Sec` Zehl <sec@42.org>
* Stephane Legrand <stephane@freebsd-fr.org>
* Steve Polyack <spolyack@collaborativefusion.com>
* Steve Wills <steve@mouf.net>
* Steve Wills <swills@FreeBSD.org>
* Steve Wills <swills@freebsd.org>
* Steven Kreuzer
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Steven Kreuzer <skreuzer@exit2shel.com>
* Steven Kreuzer <skreuzer@exit2shell.com>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sutra Zhou <zhoushuqun@gmail.com>
* Søren Straarup <xride@x12.dk>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* TAKATSU Tomonari <tota@rtfm.jp>
* TERAMOTO Masahiro <markun@onohara.to>
* Thierry Thomas (<thierry@FreeBSD.org>)
* Thierry Thomas <thierry@pompo.net>
* Thomas Sandford <freebsduser@paradisegreen.co.uk>
* Thomas Zander <riggs@FreeBSD.org>
* Thomas-Martin Seck <tmseck@netcologne.de>
* Thomas-Martin Seck <tmseck@web.de>
* Tobias Rehbein <tobias.rehbein@web.de>
* Tom Hukins <tom@FreeBSD.org>
* Tom Judge <tj@FreeBSD.org>
* Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Tomoyuki Sakurai <cherry@trombik.org>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Torsten Zuehlsdorff <tz@FreeBSD.org>
* Torsten Zuhlsdorff <ports@toco-domains.de>
* Torsten Zühlsdorff <ports@toco-domains.de>
* Travis Campbell <hcoyote@ghostar.org>
* Trevor Caira <trevor@bitba.se>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Tuc <freebsd-ports@t-b-o-h.net>
* Ultima
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vivek Khera <vivek@khera.org>
* Vladimir Timofeev <vovkasm@gmail.com>
* Vsevolod Stakhov
* Wen Heping
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wen Heping<wenheping@gmail.com>
* Wen heping <wenheping@gmail.com>
* Wen heping <wenheping@gmail.com>)
* Will Andrews <andrews@technologist.com>
* William Grzybowski <william88@gmail.com>
* Xavier Beaudouin <kiwi@oav.net>
* Yasuhiro Fukuma <yasuf@big.or.jp>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yi-Hsuan Hsin <mhsin@mhsin.org>
* Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Yoshiro MIHIRA <sanpei@FreeBSD.org>
* Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Thompson <hideo@lastamericanempire.com>
* Zach Thompson <lin-chi@lastamericanempire.com>
* Zahatski Aliaksandr <zag@cpan.org>
* Zane C, Bowers-Hadley <vvelox@vvelox.net>
* Zhen REN <bg1tpt@gmail.com>
* Zhihao Yuan <lichray@gmail.com>
* aaron@FreeBSD.org
* ache
* ache@FreeBSD.org
* alex@kapranoff.ru
* anders
* andrew@scoop.co.nz
* andrey@kostenko.name
* antoine@FreeBSD.org
* arved
* babak@farrokhi.net
* bf <bf2006a@yahoo.com>
* chinsan
* chinsan <chinsan.tw@gmail.com>
* chinsan <chinsan.tw@gmail.com>, Gea-Suan Lin <gslin@gslin.org>
* chinsan <chinsan@mail2000.com.tw>
* chinsan <chisnan.tw@gmail.com>
* citrin+bsd@citrin.ru
* cjr@cruwe.de
* clement
* clive
* clsung
* clsung@dragon2.net
* coryking
* cpm
* dom@happygiraffe.net
* dsh@vlink.ru
* fabian.freyer@physik.tu-berlin.de
* gahr
* genserg@hotmail.com
* gugu
* hrs@FreeBSD.org
* ijliao
* janos.mohacsi@bsd.hu
* jfitz
* johnpupu <johnpupu@gmail.com>
* jupengfei <jupengfei@gmail.com>
* k@123.org
* kbyanc
* kftseng@iyard.org
* koshy@india.hp.com
* kstailey
* lars.eggert@gmx.net
* lbr
* lbr@FreeBSD.org
* lev@FreeBSD.org
* mahlon
* maintainer.freebsd@xpoundit.com
* mbr@FreeBSD.org
* milki <milki@rescomp.berkeley.edu>
* mjhsieh
* mons
* mt@primats.org.ua
* mwlucas
* niels <niels@FreeBSD.org>
* nik
* nork@cityfujisawa.ne.jp
* otaviof@gmail.com
* pauls@utdallas.edu
* ports@c0decafe.net
* ports@c0decafe.net <ports@c0decafe.net>
* rene@FreeBSD.org
* sada
* stas
* thierry@pompo.net
* thinker <thinker@branda.to>
* tobez@plab.ku.dk
* toni.viemero@iki.fi
* torstenb
* tundra
* uwe.pierau@tu-clausthal.de
* vanilla
* vanilla@
* will
* wollman
* wosch@FreeBSD.org
* # Created by Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com>
With hat: portmgr
e915e75 |
Sunday, 10 Apr 2022
|
19:11 Charlie Li (vishwin)
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
d63665f |
Saturday, 26 Mar 2022
|
08:27 Matthias Fechner (mfechner)
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
247c7db |
Saturday, 12 Feb 2022
|
16:35 Thierry Thomas (thierry)
www/bluefish: mark OK with Python 3.9
PR: 261873
a1ae3e8 |
Sunday, 10 Oct 2021
|
19:44 Baptiste Daroussin (bapt)
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2c672a4 |
Saturday, 22 May 2021
|
02:13 Ben Woods (woodsb02)
*/*: Fix ENOTIME: return my ports to the pool
Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time.
95d52e5 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 7 Feb 2021
|
23:35 woodsb02
www/bluefish: Update to 2.2.12
Also remove obsolete pkg-message from 2013, warning about
the update to tiny4
PR: 253329
Reported by: tigersharke@gmail.com
 |
Sunday, 1 Nov 2020
|
06:08 woodsb02
www/bluefish: resurrect port, update to 2.2.11 which supports python3
Changes this release:
https://sourceforge.net/p/bluefish/code/8832/tree/trunk/bluefish/ChangeLog
Reported by: Angel Hess <angel@angelhess.com>
 |
Sunday, 8 Mar 2020
|
17:01 antoine
Deprecate some ports using deprecated version of python
With hat: portmgr
 |
Friday, 8 Nov 2019
|
12:53 tobik
www: Add missing USES=gnome
 |
Saturday, 19 Oct 2019
|
08:40 tobik
www/bluefish: Remove WEBLINT option remnants
 |
Saturday, 20 Jul 2019
|
21:46 adamw
Remove weblint (and august)
Weblint is broken (won't even start up). It uses unsupported perl
syntax, requires newgetopt.pl which was removed in perl 5.16 (2012), and
find.pl which was removed just around the same time. Past that, the port
is a mess (it's a perl script, and doesn't even depend on perl), and
upstream has disappeared. There's no reason to keep it around at this
point.
www/august (last release 2001) depends upon it, so remove that too.
I removed the Bluefish WEBLINT option, so bumped PORTREVISION there.
Reported by: sid bsdmail com
 |
Sunday, 16 Jun 2019
|
14:42 woodsb02
www/bluefish: Do not bundle MIME database files
Instead, the MIME database files will be created as a post-install
step thanks to USES=desktop-file-utils and USES=shared-mime-info.
This prevents the bluefish package (and other packages) from clobbering
the local MIME database, causing package conflicts and checksum
mismatches.
https://lists.freebsd.org/pipermail/freebsd-ports/2017-March/107752.html
Reported by: Werner Lehmann <lehmannwer@gmail.com>
Reported by: tech-lists@zyxst.net
Submitted by: tijl
MFH: 2019Q2
 |
Wednesday, 14 Feb 2018
|
12:15 amdmi3
- Fix shebangs
Approved by: portmgr blanket
 |
Monday, 11 Dec 2017
|
21:48 antoine
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
 |
Saturday, 4 Feb 2017
|
05:14 woodsb02
www/bluefish: Update to 2.2.10
 |
Sunday, 19 Jun 2016
|
17:34 woodsb02
www/bluefish:
- Update to 2.2.9
- Switch to GTK3 by default (follow upstream default)
- Remvoe --with-gtk2=no as it is not used by configure
- Add LIB_DEPENDS and USE_GNOME as found by new stage-qa test
- Take maintainership
Approved by: adamw (mentor)
Relnotes: https://sourceforge.net/p/bluefish/code/HEAD/tree/tags/bluefish_2_2_9/ChangeLog
Differential Revision: https://reviews.freebsd.org/D6892
 |
Friday, 13 May 2016
|
13:04 amdmi3
- Fix shebangs
- Switch to USES=localbase
 |
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 10 Mar 2016
|
14:46 mat
Update to 2.2.8
PR: 206898
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
 |
Thursday, 25 Feb 2016
|
10:30 amdmi3
- Fix license
- Add LICENSE_FILE
- Fix build with disabled NLS
 |
Sunday, 2 Aug 2015
|
20:23 kwm
Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@
 |
Thursday, 19 Feb 2015
|
20:12 adamw
Update to 2.2.7, and use OPTIONS helpers.
Instead of patching the Makefile to only install a file if DOCS is enabled,
install it unconditionally and let pkg(8) sort it out. Also, the file in
question is an example file, not a documentation file, so control it with
EXAMPLES, not DOCS.
 |
Wednesday, 19 Nov 2014
|
11:49 kwm
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.
Upgrade instructions:
Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center
For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3
For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3
We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.
The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.
Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the
exp-runs.
This update was also made possible by:
Joe Maloney
Kris Moore
Beeblebrox
Ryan Lortie
Antoine Jacoutot
and everyone I missed
 |
Tuesday, 2 Sep 2014
|
16:58 adamw
Update to 2.2.6.
 |
Tuesday, 15 Jul 2014
|
17:09 adamw
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
 |
Wednesday, 11 Jun 2014
|
23:31 bar
- Support STAGEDIR
- New LIB_DEPENDS format
- Added LICENSE
- USE_GNOME=desktopfileutils replaced with USES=desktop-file-utils
- Add shared-mime-info tar:bzip2 libtool to USES
Approved by: portmgr blanket
 |
18:55 marino
Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit)
 |
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
 |
Tuesday, 3 Sep 2013
|
06:36 bapt
Add an explicit dependency on pkgconf
 |
Sunday, 5 May 2013
|
23:01 jgh
- convert to USES=gettext
Approved by: portmgr (bapt@)
 |
Thursday, 10 Jan 2013
|
20:48 sylvio
- Update to 2.2.3
- New file pkg-message due of update tidy
Submitted by: bar@ (private mail)
 |
Monday, 10 Dec 2012
|
19:11 mm
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Monday, 7 May 2012
|
17:33 sylvio
- Update to 2.2.2
 |
Tuesday, 14 Feb 2012
|
12:45 mm
Bump pcre library dependency due to 8.30 update
 |
Wednesday, 21 Dec 2011
|
13:43 rm
- update to 2.2.0
- update distfile mirrors (SF doesn't hold a new version)
- remove dependency on aspell, add dependency on gucharmap
per offsite docs
- remove unexisting --without-gnome2_4-mime and
--without-gnome2_4-appreg configure options
- add --with-gtk2 to force it to use gtk20 for now
- remove SPLASH option. There is no --disable-splash-screen
anymore.
- make WITHOUT_NLS actually work
- cleanup pkg-plist
PR: 163451
Requested by: Herle <starikarp at linuxquestions dot net>
Approved by: sylvio (maintainer), novel (mentor, implicit)
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
 |
Tuesday, 24 May 2011
|
12:40 sylvio
- Update to 2.0.3
 |
Thursday, 10 Feb 2011
|
18:55 sylvio
- Change options of build in file Makefile.
- BUMP PORTREVISION
Submitted by: Joseph S. Atkinson <jsa@freebsd.org> via email
 |
11:51 sylvio
- Update to 2.0.2
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Monday, 1 Mar 2010
|
22:34 sylvio
- Update to 2.0.0
Approved by: itetcu (mentor)
Feature safe: yes
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Friday, 27 Nov 2009
|
22:52 sylvio
- Update my mail address to FreeBSD
Approved by: miwi (mentor)
 |
Wednesday, 19 Aug 2009
|
02:32 araujo
- Removed MASTER_SITE_SUBDIR.
Reported by: pgollucci
 |
00:42 araujo
- Use SF macro.
- Pass maintainer to submitter.
PR: ports/137889
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
 |
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
 |
Monday, 9 Mar 2009
|
19:29 miwi
- Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by: portmgr (linimon)
 |
Friday, 6 Jun 2008
|
14:07 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Thursday, 25 Oct 2007
|
17:15 marcus
Correct a typo to prevent /share/mime from being created.
Reported by: pointyhat exp build
 |
Wednesday, 24 Oct 2007
|
23:37 marcus
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
 |
Monday, 23 Jul 2007
|
09:36 rafan
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Sunday, 11 Mar 2007
|
19:41 krion
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default.
Bump PORTREVISION on all dependent ports.
 |
Wednesday, 6 Dec 2006
|
20:08 miwi
- Update to 1.0.7
Submitted by: farrokhi
 |
Wednesday, 8 Nov 2006
|
09:28 farrokhi
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor)
 |
Wednesday, 1 Nov 2006
|
08:10 miwi
- Update to 1.0.6
- Pass maintainership to submitter
PR: ports/104913
Submitted by: Babak Farrokhi <babak@farrokhi.net>
 |
Saturday, 14 Oct 2006
|
08:54 marcus
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
 |
Monday, 1 May 2006
|
03:49 marcus
Switch the pcre dependency to pcre-utf8 to fix conflict problems in
gnome2-fifth-toe.
Reported by: Sean McNeil <sean@mcneil.com>
 |
Saturday, 15 Apr 2006
|
16:41 pav
- Update to 1.0.5
PR: ports/95725
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
 |
Friday, 14 Apr 2006
|
23:25 linimon
Reset kwm due to no response about email.
Hat: portmgr
 |
Tuesday, 28 Feb 2006
|
19:59 marcus
Try to fix the plist again. Since bluefish does not include a static
bluefish-project.xml MIME application file, it is dynamically generated
after a call to update-desktop-database. Just make sure all the right calls
happen in the right order.
Approved by: portmgr (implicit)
 |
Monday, 27 Feb 2006
|
23:41 marcus
Fix plist by adding a missed file, and run update-mime-database to add
bluefish support to the shared MIME database.
Reported by: pointyhat via kris
Approved by: portmgr (implicit)
 |
Saturday, 5 Nov 2005
|
05:22 marcus
Bump PORTREVISION to chase the glib20 shared library update.
 |
Friday, 21 Oct 2005
|
09:05 kwm
Add a note about highlighting needing UTF-8 in pcre to work.
 |
Thursday, 29 Sep 2005
|
08:05 kwm
Remove dead mirror.
Submitted by: linimon
 |
Monday, 29 Aug 2005
|
10:32 kwm
Update to 1.0.4.
 |
10:00 kwm
Update to 1.0.3.
 |
Friday, 17 Jun 2005
|
12:47 kwm
Update to 1.0.1. Bug fix release.
 |
Saturday, 12 Mar 2005
|
10:54 marcus
Bump PORTREVISION to chase the glib20 shared lib version change.
 |
Monday, 14 Feb 2005
|
22:42 kwm
Don't delete dir's that are not ours [1].
Make portlint save.
Add optional dependencie to libgnomeui if installed.
Pointed out by: Pointyhat via kris [1].
 |
Thursday, 13 Jan 2005
|
21:26 kwm
Update www/bluefish to version 1.0. This is GTK2 port of the old bluefish 0.7.
Development to this version was tracked in www/bluefish-devel.
Retire www/bluefish-devel.
 |
Tuesday, 23 Nov 2004
|
08:51 kwm
Change the not yet changed maintainer fields to my FreeBSD.org account.
Approved by: pav (mentor)
 |
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
 |
Friday, 16 Jan 2004
|
23:19 clement
- Change maintainer's e-mail address
(einekoai@chello.nl -> kwm@rainbow-runner.nl)
PR: 61447
Submitted by: Koop Mast <kwm@rainbow-runner.nl> (maintainer)
Approved by: erwin (mentor) (implicitly)
 |
Tuesday, 16 Dec 2003
|
21:55 pav
- Give maintainership to volunteer (he already maintains bluefish-devel)
Submitted by: Koop Mast <einekoai@chello.nl>
 |
Monday, 15 Dec 2003
|
01:17 pav
Jim Mock (jim) returned his commit bit, so set his ports free.
Thank for all your work, Jim!
 |
Thursday, 4 Dec 2003
|
11:15 pav
- Add conflicts
PR: ports/59585
Submitted by: Koop Mast <einekoai@chello.nl>
 |
Thursday, 20 Nov 2003
|
15:06 trevor
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
 |
13:51 trevor
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
 |
Sunday, 20 Apr 2003
|
19:46 marcus
Remove USE_GNOMENG.
 |
Friday, 7 Mar 2003
|
06:12 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Friday, 8 Nov 2002
|
23:00 arved
Add language files to pkg-plist. Bump Portrevision
PR: 27291
Reported by: Eric Jacoboni <jaco@teaser.fr>
Approved by: jim (maintainer)
 |
Sunday, 1 Sep 2002
|
15:31 lioux
Deploy USE_GNOMENG infrastructure
PR: 42289
Submitted by: Edwin Groothuis <edwin@mavetju.org>
 |
Tuesday, 11 Dec 2001
|
09:45 jim
Update to version 0.7.
 |
Wednesday, 21 Feb 2001
|
18:54 jim
Update MASTER_SITES.
 |
Saturday, 6 Jan 2001
|
08:31 clive
o Portlint o Add missed file in pkg-plist o Install man page in the right
place Approved by: jim (MAINTAINER)
 |
Sunday, 24 Dec 2000
|
21:49 jim
Update to 0.6
 |
Friday, 13 Oct 2000
|
10:23 reg
PLIST fixes to ports which I touched recently. Not all caused by my breakage.
 |
Thursday, 5 Oct 2000
|
07:57 reg
Implement WANT_IMLIB and USE_IMLIB.
 |
Number of commits found: 102 (showing only 100 on this page) |