summaryrefslogtreecommitdiff
path: root/www/bluefish/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* www/bluefish: Add PORTSCOUT entryNuno Teixeira2024-05-171-0/+2
|
* */*: Remove GNU_CONFIGURE_MANPREFIX after move man pages to share/manNuno Teixeira2024-04-141-1/+0
| | | | Approved by: portmgr (blanket)
* www/bluefish: Update to 2.2.15Nuno Teixeira2024-03-201-3/+2
| | | | | ChangeLog: https://sourceforge.net/p/bluefish/code/HEAD/tree/tags/bluefish_2_2_15/ChangeLog
* *: Autotools manpages fixNuno Teixeira2024-01-271-1/+2
| | | | Approved by: portmgr (blanket)
* */*: Bump consumers of x11-toolkits/gtk30Nuno Teixeira2023-12-231-1/+1
| | | | New version of gtk3 in tree
* *: Rename GTK+ to GTKPo-Chuan Hsieh2023-08-261-1/+1
| | | | | | | 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)
* www/bluefish: Fix build on clang16Nuno Teixeira2023-07-051-0/+1
| | | | | | | | | 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
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* www/bluefish: Update to 2.2.14Nuno Teixeira2023-06-051-18/+4
| | | | | ChangeLog: https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/ChangeLog
* www/bluefish: Adopt/Update to 2.2.13Nuno Teixeira2023-03-151-25/+25
| | | | | | | | | | | - 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
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ---
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* www: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-0/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* www/bluefish: mark OK with Python 3.9Thierry Thomas2022-02-121-1/+1
| | | | PR: 261873
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | 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)
* */*: Fix ENOTIME: return my ports to the poolBen Woods2021-05-221-1/+1
| | | | | 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.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* www/bluefish: Update to 2.2.12Ben Woods2021-02-071-1/+1
| | | | | | | | | | | Also remove obsolete pkg-message from 2013, warning about the update to tiny4 PR: 253329 Reported by: tigersharke@gmail.com Notes: svn path=/head/; revision=564665
* www/bluefish: resurrect port, update to 2.2.11 which supports python3Ben Woods2020-11-011-0/+70
| | | | | | | | | | Changes this release: https://sourceforge.net/p/bluefish/code/8832/tree/trunk/bluefish/ChangeLog Reported by: Angel Hess <angel@angelhess.com> Notes: svn path=/head/; revision=553825
* Remove expired ports:Rene Ladan2020-09-191-55/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2020-09-15 audio/abraca: Uses deprecated version of python 2020-09-15 audio/ardour5: Uses deprecated version of python 2020-09-15 audio/cplay: Uses deprecated version of python 2020-09-15 audio/cpp-xmms2: Uses deprecated version of python 2020-09-15 audio/p5-xmms2: Uses deprecated version of python 2020-09-15 biology/haplohseq: Uses deprecated version of python 2020-09-15 biology/tophat: Uses deprecated version of python 2020-09-15 chinese/ibus-array: Uses deprecated version of python 2020-09-15 comms/congruity: Uses deprecated version of python 2020-09-15 comms/libbtbb: Uses deprecated version of python 2020-09-15 comms/quisk: Uses deprecated version of python 2020-09-15 databases/mtools-mongodb: Uses deprecated version of python 2020-09-15 databases/mydbf2mysql: Uses deprecated version of python 2020-09-15 databases/ntdb: Uses deprecated version of python 2020-09-15 databases/pgloader: Uses deprecated version of python 2020-09-15 databases/pgtune: Uses deprecated version of python 2020-09-15 databases/postgresql-libpqxx3: Uses deprecated version of python 2020-09-15 databases/postgresql-libpqxx4: Uses deprecated version of python 2020-09-15 databases/py-sqlite3dbm: Uses deprecated version of python 2020-09-15 databases/pydbx: Uses deprecated version of python 2020-09-15 databases/pyspatialite: Uses deprecated version of python 2020-09-15 deskutils/ljcharm: Uses deprecated version of python 2020-09-15 deskutils/mat: Uses deprecated version of python 2020-09-15 devel/aap: Uses deprecated version of python 2020-09-15 devel/apr2: Uses deprecated version of python 2020-09-15 devel/bbfreeze-loader: Uses deprecated version of python 2020-09-15 devel/bicyclerepair: Uses deprecated version of python 2020-09-15 devel/bzrtools: Uses deprecated version of python 2020-09-15 devel/codeville: Uses deprecated version of python 2020-09-15 devel/cvs2svn: Uses deprecated version of python 2020-09-15 devel/cx_Freeze: Uses deprecated version of python 2020-09-15 devel/euca2ools: Uses deprecated version of python 2020-09-15 devel/evolution-gconf-tools: Uses deprecated version of python 2020-09-15 devel/git-bzr-ng: Uses deprecated version of python 2020-09-15 devel/git-cvs: Uses deprecated version of python 2020-09-15 devel/git-remote-hg: Uses deprecated version of python 2020-09-15 devel/grumpy: Uses deprecated version of python 2020-09-15 devel/hg-git: Uses deprecated version of python 2020-09-15 devel/libnxt: Uses deprecated version of python 2020-09-15 devel/libredblack: Uses deprecated version of python 2020-09-15 devel/llvm-cheri: Uses deprecated version of python 2020-09-15 devel/phpsh: Uses deprecated version of python 2020-09-15 devel/py-backports.shutil_which: Uses deprecated version of python 2020-09-15 devel/py-notify: Uses deprecated version of python 2020-09-15 devel/py-pybloomfiltermmap: Uses deprecated version of python 2020-09-15 devel/py-qserve: Uses deprecated version of python 2020-09-15 devel/py-subvertpy: Uses deprecated version of python 2020-09-15 devel/py_static_check: Uses deprecated version of python 2020-09-15 devel/pyst: Uses deprecated version of python 2020-09-15 devel/runsnakerun: Uses deprecated version of python 2020-09-15 devel/tailor: Uses deprecated version of python 2020-09-15 devel/uatraits: Uses deprecated version of python 2020-09-15 dns/nsec3walker: Uses deprecated version of python 2020-09-15 dns/sshfp: Uses deprecated version of python 2020-09-15 editors/medit: Uses deprecated version of python 2020-09-15 emulators/dynagen: Uses deprecated version of python 2020-09-15 emulators/wxmupen64plus: Uses deprecated version of python 2020-09-15 games/diameter: Uses deprecated version of python 2020-09-15 games/kiki: Uses deprecated version of python 2020-09-15 games/lightyears: Uses deprecated version of python 2020-09-15 games/outerspace: Uses deprecated version of python 2020-09-15 games/pachi-game-engine: Uses deprecated version of python 2020-09-15 graphics/caffe: Uses deprecated version of python 2020-09-15 graphics/cloudcompare: Uses deprecated version of python 2020-09-15 graphics/kudu: Uses deprecated version of python 2020-09-15 graphics/pecomato: Uses deprecated version of python 2020-09-15 graphics/py-editobj: Uses deprecated version of python 2020-09-15 graphics/py-mayavi: Uses deprecated version of python 2020-09-15 graphics/pymorph: Uses deprecated version of python 2020-09-15 graphics/tilecache: Uses deprecated version of python 2020-09-15 graphics/uniconvertor: Uses deprecated version of python 2020-09-15 japanese/mailman: Uses deprecated version of python 2020-09-15 java/eclipse-pydev: Uses deprecated version of python 2020-09-15 lang/cdent: Uses deprecated version of python 2020-09-15 lang/julia06: Uses deprecated version of python 2020-09-15 lang/julia07: Uses deprecated version of python 2020-09-15 lang/julia11: Uses deprecated version of python 2020-09-15 lang/tinypy: Uses deprecated version of python 2020-09-15 mail/cleanup-maildir: Uses deprecated version of python 2020-09-15 mail/courier-pythonfilter: Uses deprecated version of python 2020-09-15 mail/getmail: Uses deprecated version of python 2020-09-15 mail/muttils: Uses deprecated version of python 2020-09-15 mail/nohtml: Uses deprecated version of python 2020-09-15 mail/offlineimap: Uses deprecated version of python 2020-09-15 mail/openemm2015: Uses deprecated version of python 2020-09-15 math/blitz++: Uses deprecated version of python 2020-09-15 math/openfst: Uses deprecated version of python 2020-09-15 math/py-fpconst: Uses deprecated version of python 2020-09-15 misc/hb: Uses deprecated version of python 2020-09-15 misc/mtail: Uses deprecated version of python 2020-09-15 misc/wotsap: Uses deprecated version of python 2020-09-15 multimedia/freevo: Uses deprecated version of python 2020-09-15 multimedia/quodlibet: Uses deprecated version of python 2020-09-15 multimedia/tovid: Uses deprecated version of python 2020-09-15 net/ceph13: Uses deprecated version of python 2020-09-15 net/cloud-init-azure: Uses deprecated version of python 2020-09-15 net/exabgp: Uses deprecated version of python 2020-09-15 net/exaddos: Uses deprecated version of python 2020-09-15 net/fb: Uses deprecated version of python 2020-09-15 net/flent: Uses deprecated version of python 2020-09-15 net/flowgrep: Uses deprecated version of python 2020-09-15 net/googlecl: Uses deprecated version of python 2020-09-15 net/mininet: Uses deprecated version of python 2020-09-15 net/nfs-ganesha: Uses deprecated version of python 2020-09-15 net/opensips: Uses deprecated version of python 2020-09-15 net/py-python-ntlm: Uses deprecated version of python 2020-09-15 net/splatd: Uses deprecated version of python 2020-09-15 net-im/centerim-devel: Uses deprecated version of python 2020-09-15 net-im/fugu: Uses deprecated version of python 2020-09-15 net-im/proxy65: Uses deprecated version of python 2020-09-15 net-mgmt/crmsh: Uses deprecated version of python 2020-09-15 net-mgmt/librenms-agent: Uses deprecated version of python 2020-09-15 net-p2p/couchpotato: Uses deprecated version of python 2020-09-15 news/rawdog: Uses deprecated version of python 2020-09-15 ports-mgmt/portell: Uses deprecated version of python 2020-09-15 print/biblio-py: Uses deprecated version of python 2020-09-15 science/brian: Uses deprecated version of python 2020-09-15 science/paraview: Uses deprecated version of python 2020-09-15 security/arm: Uses deprecated version of python 2020-09-15 security/ismtp: Uses deprecated version of python 2020-09-15 security/py-halberd: Uses deprecated version of python 2020-09-15 security/switzerland: Uses deprecated version of python 2020-09-15 security/tsshbatch: Uses deprecated version of python 2020-09-15 shells/lshell: Uses deprecated version of python 2020-09-15 sysutils/abck: Uses deprecated version of python 2020-09-15 sysutils/condor: Uses deprecated version of python 2020-09-15 sysutils/farbot: Uses deprecated version of python 2020-09-15 sysutils/fusefs-wikipediafs: Uses deprecated version of python 2020-09-15 sysutils/heartbeat: Uses deprecated version of python 2020-09-15 sysutils/isomd5sum: Uses deprecated version of python 2020-09-15 sysutils/py-stdiff: Uses deprecated version of python 2020-09-15 sysutils/tren: Uses deprecated version of python 2020-09-15 textproc/doclifter: Uses deprecated version of python 2020-09-15 textproc/ibus-el: Uses deprecated version of python 2020-09-15 textproc/p5-WWW-Google-SiteMap: Deprecated upstream, see textproc/p5-Search-Sitemap 2020-09-15 textproc/plover: Uses deprecated version of python 2020-09-15 textproc/py-esmre: Uses deprecated version of python 2020-09-15 textproc/py-libxslt: Uses deprecated version of python 2020-09-15 textproc/py-pdfminer: Uses deprecated version of python 2020-09-15 textproc/translate-toolkit: Uses deprecated version of python 2020-09-15 www/bluefish: Uses deprecated version of python 2020-09-15 www/calendarserver: Uses deprecated version of python 2020-09-15 www/geeknote: Uses deprecated version of python 2020-09-15 www/go-appengine-sdk: Uses deprecated version of python 2020-09-15 www/google-appengine: Uses deprecated version of python 2020-09-15 www/libhpack: Uses deprecated version of python 2020-09-15 www/mkapachepw: Uses deprecated version of python 2020-09-15 www/mod_pagespeed: Uses deprecated version of python 2020-09-15 www/mod_python35: Uses deprecated version of python 2020-09-15 www/py-qp: Uses deprecated version of python 2020-09-15 www/py-url: Uses deprecated version of python 2020-09-15 www/pyblosxom: Uses deprecated version of python 2020-09-15 www/pyjamas: Uses deprecated version of python 2020-09-15 www/roundup: Uses deprecated version of python 2020-09-15 www/varnish-libvmod-awsrest: Uses deprecated version of python 2020-09-15 www/waccess: Uses deprecated version of python 2020-09-15 www/wadcomblog: Uses deprecated version of python 2020-09-15 www/webcheck: Uses deprecated version of python 2020-09-15 www/woof: Uses deprecated version of python 2020-09-15 x11-drivers/xf86-video-qxl: uses deprecated version of python 2020-09-15 x11-fm/twander: Uses deprecated version of python 2020-09-15 x11-wm/compizconfig-python: Uses deprecated version of python 2020-09-15 x11-wm/fvwm-crystal: Uses deprecated version of python Notes: svn path=/head/; revision=548980
* Deprecate some ports using deprecated version of pythonAntoine Brodin2020-03-081-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=528058
* www: Add missing USES=gnomeTobias Kortkamp2019-11-081-2/+2
| | | | Notes: svn path=/head/; revision=517054
* www/bluefish: Remove WEBLINT option remnantsTobias Kortkamp2019-10-191-2/+1
| | | | Notes: svn path=/head/; revision=514776
* Remove weblint (and august)Adam Weinberger2019-07-201-3/+2
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507023
* www/bluefish: Do not bundle MIME database filesBen Woods2019-06-161-2/+3
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=504347
* - Fix shebangsDmitry Marakasov2018-02-141-1/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=461781
* - Those ports fail to build with python3Antoine Brodin2017-12-111-1/+1
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=456068
* www/bluefish: Update to 2.2.10Ben Woods2017-02-041-1/+1
| | | | Notes: svn path=/head/; revision=433279
* www/bluefish:Ben Woods2016-06-191-6/+6
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=417127
* - Fix shebangsDmitry Marakasov2016-05-131-4/+5
| | | | | | | - Switch to USES=localbase Notes: svn path=/head/; revision=415112
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Update to 2.2.8Mathieu Arnold2016-03-101-27/+18
| | | | | | | | | PR: 206898 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=410755
* - Fix licenseDmitry Marakasov2016-02-251-8/+7
| | | | | | | | - Add LICENSE_FILE - Fix build with disabled NLS Notes: svn path=/head/; revision=409503
* Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast2015-08-021-1/+1
| | | | | | | | | | | 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@ Notes: svn path=/head/; revision=393444
* Update to 2.2.7, and use OPTIONS helpers.Adam Weinberger2015-02-191-38/+15
| | | | | | | | | | 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. Notes: svn path=/head/; revision=379386
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-191-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 Notes: svn path=/head/; revision=372768
* Update to 2.2.6.Adam Weinberger2014-09-021-2/+1
| | | | Notes: svn path=/head/; revision=367052
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361980
* - Support STAGEDIRBarbara Guida2014-06-111-14/+16
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=357547
* Reset the 99 ports still listed under sylvio@John Marino2014-06-111-1/+1
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=357526
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326122
* - convert to USES=gettextJason Helfman2013-05-051-9/+10
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=317448
* - Update to 2.2.3Sylvio Cesar Teixeira2013-01-101-17/+16
| | | | | | | | | - New file pkg-message due of update tidy Submitted by: bar@ (private mail) Notes: svn path=/head/; revision=310203
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 2.2.2Sylvio Cesar Teixeira2012-05-071-2/+1
| | | | Notes: svn path=/head/; revision=296157
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338