aboutsummaryrefslogtreecommitdiff
path: root/editors/glimmer
Commit message (Collapse)AuthorAgeFilesLines
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-13/+4
| | | | Notes: svn path=/head/; revision=225293
* 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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-244-81/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix build with GCC 4.2.Joe Marcus Clarke2007-07-031-0/+11
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=194821
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix the build with GCC 4.x.Joe Marcus Clarke2007-04-071-0/+12
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=189414
* Add USE_GETTEXT to appease portlint.Jeremy Messenger2006-05-151-0/+1
| | | | Notes: svn path=/head/; revision=162498
* Remove USE_REINPLACE from all categories starting with EEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161556
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Fix the build on recent 5.X and higher as well as make portlint happy.Joe Marcus Clarke2004-09-021-6/+12
| | | | Notes: svn path=/head/; revision=117962
* BROKEN on 5.x: Does not compile due to ache's gnuregex changesKris Kennaway2004-03-191-1/+7
| | | | Notes: svn path=/head/; revision=104614
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104462
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Fix build by explicitly including sys/param.h.Joe Marcus Clarke2003-06-282-7/+23
| | | | | | | PR: 53871 Notes: svn path=/head/; revision=83775
* Fix some buffer handling problems with pathnames.Joe Marcus Clarke2003-06-283-1/+36
| | | | | | | | Submitted by: kris Obtained from: OpenBSD Notes: svn path=/head/; revision=83764
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-3/+1
| | | | Notes: svn path=/head/; revision=82858
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Directory layouts of py-gtk and py-gnome packages have been changed, so thatMaxim Sobolev2002-08-281-2/+2
| | | | | | | update *_DEPENDS properly. Notes: svn path=/head/; revision=65182
* Use USE_GNOMENG.Maxim Sobolev2002-07-181-5/+3
| | | | Notes: svn path=/head/; revision=63178
* Use USE_REINPLACE.Maxim Sobolev2002-07-111-4/+5
| | | | Notes: svn path=/head/; revision=62815
* Fix a spurious crash when invoking the editor on certain C files.Joe Marcus Clarke2002-05-072-0/+24
| | | | | | | PR: 37785 Notes: svn path=/head/; revision=58670
* Remove iconv->giconv hack.Maxim Sobolev2002-04-081-42/+0
| | | | Notes: svn path=/head/; revision=57428
* Update to 1.2.1.Maxim Sobolev2002-02-074-6/+90
| | | | | | | | PR: 34573 Submitted by: Joe Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=54312
* Update to 1.2.0.Maxim Sobolev2002-01-114-14/+17
| | | | Notes: svn path=/head/; revision=52914
* Backout previous change - it seems that new revision of the patch doesn'tMaxim Sobolev2001-12-201-17/+8
| | | | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> Notes: svn path=/head/; revision=51877
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-191-8/+17
| | | | Notes: svn path=/head/; revision=51864
* Update to 1.1.12.Maxim Sobolev2001-11-198-219/+55
| | | | Notes: svn path=/head/; revision=50211
* - Unbroke with latest gnomevfs;Maxim Sobolev2001-10-053-0/+215
| | | | | | | - use system gnuregex library instead of one buindled with the package. Notes: svn path=/head/; revision=48468
* Update to 1.0.8.Maxim Sobolev2001-07-275-18/+12
| | | | Notes: svn path=/head/; revision=45530
* Update to 1.0.6.Maxim Sobolev2001-07-162-2/+2
| | | | Notes: svn path=/head/; revision=45177
* Update to 1.0.5.Maxim Sobolev2001-07-102-2/+2
| | | | Notes: svn path=/head/; revision=45007
* Forgot to include this patch into my previous commit.Maxim Sobolev2001-07-021-0/+14
| | | | Notes: svn path=/head/; revision=44628
* Update to 1.0.3.Maxim Sobolev2001-07-022-3/+2
| | | | Notes: svn path=/head/; revision=44627
* Remove dependencies that are implied by USE_GNOMEAde Lovett2001-05-221-3/+1
| | | | Notes: svn path=/head/; revision=42946
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* Update to 1.0.2.Maxim Sobolev2001-05-053-2/+5
| | | | Notes: svn path=/head/; revision=42269
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Style police over the editors category.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37977
* Update to 1.0.1.Maxim Sobolev2001-02-053-4/+10
| | | | Notes: svn path=/head/; revision=37970
* Update to 1.0.Maxim Sobolev2000-11-113-14/+21
| | | | Notes: svn path=/head/; revision=35004
* Also add -lssl in addition to -lcrypto to fix builds on systems with cryptoMaxim Sobolev2000-10-311-1/+1
| | | | | | | | | installed. Submitted by: bento Notes: svn path=/head/; revision=34485
* Make it buildable if crypto bits are installed.Maxim Sobolev2000-10-261-2/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=34251
* Attempt to fix breakage when building on ssl-enabled systems (add -lcrypto ifMaxim Sobolev2000-10-231-1/+5
| | | | | | | | | | /usr/lib/libcrypto.a exists). Also add -lutil for glimmer which seems required to build it with Python2.0. Submitted by: bento Notes: svn path=/head/; revision=34125
* Implement USE_GNOME, part 1.Jeremy Lea2000-10-051-14/+4
| | | | Notes: svn path=/head/; revision=33428
* Fix hardcoded paths.Maxim Sobolev2000-09-253-0/+25
| | | | Notes: svn path=/head/; revision=33085
* - Update to 0.9.19;Maxim Sobolev2000-09-222-5/+4
| | | | | | | - pythonize. Notes: svn path=/head/; revision=32971
* Update to 0.9.17.Maxim Sobolev2000-09-143-3/+4
| | | | Notes: svn path=/head/; revision=32597