aboutsummaryrefslogtreecommitdiff
path: root/devel/gconf
Commit message (Collapse)AuthorAgeFilesLines
* - Chase lang/guile share library version bump (.18 -> .19)Rong-En Fan2008-07-211-2/+2
| | | | | | | | | - Bump PORTREVISION PR: ports/125435 Notes: svn path=/head/; revision=217241
* 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-2/+1
| | | | | | | | | | | | | | | | | | - 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
* Chase libguile shared lib version.Joe Marcus Clarke2008-03-011-2/+2
| | | | Notes: svn path=/head/; revision=208243
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-242-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-29/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use libtool15 port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-101-0/+1
| | | | Notes: svn path=/head/; revision=184749
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-142-3/+32
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Add USE_GETTEXT to appease portlint.Jeremy Messenger2006-05-151-0/+1
| | | | Notes: svn path=/head/; revision=162498
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+6
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104461
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* 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
* Teach gconf about local locks, and use them by default. This is mostlyJoe Marcus Clarke2003-09-302-4/+52
| | | | | | | | | | | taken from gconf2, and allows gconf1 applications (e.g. Galeon, GnuCash, etc.) to work properly with gconfd-2. Reviewed by: Havoc Pennington <hp@redhat.com> Obtained from: gconf2 (mostly) Notes: svn path=/head/; revision=89864
* Remove the BDB backend library from the plist.Joe Marcus Clarke2003-07-222-2/+1
| | | | | | | | Reported by: bugsgrief@bugsgrief.net Pointy hat to: me Notes: svn path=/head/; revision=85394
* Add the patch that removes BDB detection.Joe Marcus Clarke2003-07-181-6/+3
| | | | Notes: svn path=/head/; revision=85078
* * Remove dependency on BDB [1]Joe Marcus Clarke2003-07-181-6/+4
| | | | | | | | | * Use gnometarget Suggested by: mi [1] Notes: svn path=/head/; revision=85077
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-4/+0
| | | | Notes: svn path=/head/; revision=82858
* Chase guile's shared lib version.Joe Marcus Clarke2003-05-021-2/+2
| | | | Notes: svn path=/head/; revision=79982
* 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
* Make gconf find gconfd-2 after its move to ${PREFIX}/libexec. This fixesJoe Marcus Clarke2002-09-273-6/+22
| | | | | | | | | | | some compatibility problems between GNOME 1 and GNOME 2. Reported by: Adam Weinberger <adam@vectors.cx> Tested by: Adam Weinberger <adam@vectors.cx> Approved by: portmgr (sobomax) Notes: svn path=/head/; revision=67163
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* BerkeleyDB cleanup - stage 2Ade Lovett2002-08-221-1/+2
| | | | | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x Notes: svn path=/head/; revision=64836
* Convert all core GNOME1 components and some of the most popular GNOME1Maxim Sobolev2002-07-113-45/+4
| | | | | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus Notes: svn path=/head/; revision=62821
* Whoops, forgot one. Chase guile shared lib version.Joe Marcus Clarke2002-06-191-1/+1
| | | | Notes: svn path=/head/; revision=61575
* Use USE_LIBTOOL - this prevents useless .a versions of shared modules fromMaxim Sobolev2002-05-014-34/+19
| | | | | | | being installed. Notes: svn path=/head/; revision=58391
* Update WWW.Maxim Sobolev2002-04-291-1/+1
| | | | Notes: svn path=/head/; revision=58297
* Don't try to delete ${PREFIX}/etc/gconf if there are some content in in becauseMaxim Sobolev2002-03-191-15/+15
| | | | | | | this directory is used by GNOME2 ports as well. Notes: svn path=/head/; revision=56354
* Remove dead code.Maxim Sobolev2002-03-191-4/+0
| | | | Notes: svn path=/head/; revision=56353
* Update to 1.0.9.Maxim Sobolev2002-03-153-3/+5
| | | | | | | | PR: 35920 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56163
* Update to 1.0.8Ade Lovett2002-02-114-14/+9
| | | | | | | | | | | | In addition, and this will be occuring with all ports that reference MASTER_SITE_GNOME as the primary download point, move to using bzip2 tarballs (wherever possible), and place distfile in gnome distfile subdirectory. Reviewed by: gnome (the bzip2 and moving of distfiles) Notes: svn path=/head/; revision=54577
* Prefix `%' in filenames passed to the @unexec command with another `%', becauseMaxim Sobolev2002-01-221-4/+4
| | | | | | | otherwise the symbol are eaten by the format-expansion routine in pkg_delete. Notes: svn path=/head/; revision=53532
* Ensure clean removal of ${PREFIX}/etc/gconf.Maxim Sobolev2002-01-112-0/+13
| | | | Notes: svn path=/head/; revision=52928
* 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.0.7.Maxim Sobolev2001-11-095-30/+29
| | | | Notes: svn path=/head/; revision=49888
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-4/+14
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=49417
* Update to 1.0.4.Maxim Sobolev2001-08-163-5/+5
| | | | Notes: svn path=/head/; revision=46339
* Forgot to `cvs rm' this patch.Maxim Sobolev2001-08-031-14/+0
| | | | Notes: svn path=/head/; revision=45762
* Update to 1.0.3.Maxim Sobolev2001-08-036-11/+61
| | | | Notes: svn path=/head/; revision=45761
* Back out the db3 port update because some of these dependent ports hadAkinori MUSHA2001-08-011-2/+2
| | | | | | | | | | | | | been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time. Notes: svn path=/head/; revision=45700
* Reflect databases/db3's shlib version bump from 2 to 3.Akinori MUSHA2001-07-251-2/+2
| | | | Notes: svn path=/head/; revision=45472
* Fix problem with db3.Maxim Sobolev2001-06-051-0/+14
| | | | Notes: svn path=/head/; revision=43531
* Add Berkeley DB 3.x supportAde Lovett2001-06-053-2/+23
| | | | | | | Requested by: Matthew Hawkins <matthew@topic.com.au> Notes: svn path=/head/; revision=43510
* Fix typos: INSTALL_SHLIBS -> INSTALLS_SHLIBJimmy Olgeni2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=43415
* Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2Ade Lovett2001-05-233-5/+13
| | | | | | | to make transitioning to GNOME/GTK+/GLIB a little easier. Notes: svn path=/head/; revision=42950