aboutsummaryrefslogtreecommitdiff
path: root/www/bluefish
Commit message (Collapse)AuthorAgeFilesLines
* 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-162-17/+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-043-4/+27
| | | | Notes: svn path=/head/; revision=433279
* www/bluefish:Ben Woods2016-06-193-8/+10
| | | | | | | | | | | | | | | - 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 trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - 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-104-298/+300
| | | | | | | | | 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-194-92/+18
| | | | | | | | | | 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-192-3/+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-024-13/+42
| | | | 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
* Remove a file slipped into pkg-plist with the previous commit.Barbara Guida2014-06-111-1/+0
| | | | Notes: svn path=/head/; revision=357548
* - Support STAGEDIRBarbara Guida2014-06-113-51/+49
| | | | | | | | | | | | - 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
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331275
* 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-104-19/+36
| | | | | | | | | - 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-073-4/+78
| | | | 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
* - update to 2.2.0Ruslan Makhmatkhanov2011-12-213-300/+270
| | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=287804
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Update to 2.0.3Sylvio Cesar Teixeira2011-05-243-4/+19
| | | | Notes: svn path=/head/; revision=274577
* - Change options of build in file Makefile.Sylvio Cesar Teixeira2011-02-103-35/+30
| | | | | | | | | - BUMP PORTREVISION Submitted by: Joseph S. Atkinson <jsa@freebsd.org> via email Notes: svn path=/head/; revision=268894
* - Update to 2.0.2Sylvio Cesar Teixeira2011-02-104-22/+31
| | | | Notes: svn path=/head/; revision=268865
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 2.0.0Sylvio Cesar Teixeira2010-03-014-36/+360
| | | | | | | | Approved by: itetcu (mentor) Feature safe: yes Notes: svn path=/head/; revision=250470
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update my mail address to FreeBSDSylvio Cesar Teixeira2009-11-271-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=244870
* - Removed MASTER_SITE_SUBDIR.Marcelo Araujo2009-08-191-1/+0
| | | | | | | Reported by: pgollucci Notes: svn path=/head/; revision=239922
* - Use SF macro.Marcelo Araujo2009-08-191-3/+10
| | | | | | | | | | - Pass maintainer to submitter. PR: ports/137889 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Notes: svn path=/head/; revision=239912
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Reset farrokhi@freebsd.org due to long period of inactivity.Martin Wilke2009-03-091-1/+1
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=229780
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Correct a typo to prevent /share/mime from being created.Joe Marcus Clarke2007-10-251-1/+1
| | | | | | | Reported by: pointyhat exp build Notes: svn path=/head/; revision=202005
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-242-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=201947
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-19/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre byKirill Ponomarev2007-03-111-1/+2
| | | | | | | | | default. Bump PORTREVISION on all dependent ports. Notes: svn path=/head/; revision=187153
* - Update to 1.0.7Martin Wilke2006-12-063-6/+7
| | | | | | | Submitted by: farrokhi Notes: svn path=/head/; revision=179056
* Change my email address to farrokhi@ in all ports that I maintain.Babak Farrokhi2006-11-081-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=176802