aboutsummaryrefslogtreecommitdiff
path: root/www/bluefish
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Update to 1.0.6Martin Wilke2006-11-012-11/+6
| | | | | | | | | | - Pass maintainership to submitter PR: ports/104913 Submitted by: Babak Farrokhi <babak@farrokhi.net> Notes: svn path=/head/; revision=176014
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-142-2/+21
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Switch the pcre dependency to pcre-utf8 to fix conflict problems inJoe Marcus Clarke2006-05-011-1/+1
| | | | | | | | | gnome2-fifth-toe. Reported by: Sean McNeil <sean@mcneil.com> Notes: svn path=/head/; revision=161000
* - Update to 1.0.5Pav Lucistnik2006-04-153-11/+10
| | | | | | | | PR: ports/95725 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=159623
* Reset kwm due to no response about email.Mark Linimon2006-04-141-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159522
* Try to fix the plist again. Since bluefish does not include a staticJoe Marcus Clarke2006-02-282-2/+2
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=156901
* Fix plist by adding a missed file, and run update-mime-database to addJoe Marcus Clarke2006-02-272-1/+4
| | | | | | | | | | bluefish support to the shared MIME database. Reported by: pointyhat via kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156874
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Add a note about highlighting needing UTF-8 in pcre to work.Koop Mast2005-10-211-0/+3
| | | | Notes: svn path=/head/; revision=146003
* Remove dead mirror.Koop Mast2005-09-291-2/+1
| | | | | | | Submitted by: linimon Notes: svn path=/head/; revision=143753
* Update to 1.0.4.Koop Mast2005-08-292-3/+3
| | | | Notes: svn path=/head/; revision=141276
* Update to 1.0.3.Koop Mast2005-08-293-4/+11
| | | | Notes: svn path=/head/; revision=141262