aboutsummaryrefslogtreecommitdiff
path: root/devel/g-wrap
Commit message (Collapse)AuthorAgeFilesLines
* INSTALLS_SHLIB -> USE_LDCONFIG.Jeremy Messenger2006-11-051-1/+1
| | | | | | | Found by: portlint (cports.sh) Notes: svn path=/head/; revision=176401
* - don't back down so far that slib-guile doesn't work anymore.Michael Johnson2006-10-231-2/+2
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175498
* - Back out of all gtk20 stuff to fix gnucash and plist and other stuffMichael Johnson2006-10-221-9/+9
| | | | | | | | Reported by: many Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175489
* - Back out of 1.9.6 and back down to 1.3.4 since ffi doesn't build on !i386Michael Johnson2006-10-178-98/+92
| | | | | | | | | | * Kept glib2 instead of backing down to glib1 Approved by: portmgr (marcus) Reported by: pointyhat via kris Notes: svn path=/head/; revision=175380
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massiveJoe Marcus Clarke2006-10-148-96/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann <pneumann@gmail.com> tmclaugh mux Yuri Pankov <yuri.pankov@gmail.com> chinsan Thomas <freebsdlists@bsdunix.ch> Brian Gruber <knightbg@yahoo.com> Franz Klammer <klammer@webonaut.com> Dominique Goncalves <dominique.goncalves@gmail.com> Pascal Hofstee <caelian@gmail.com> Yasuda Keisuke <kysd@po.harenet.ne.jp> backyard <backyard1454-bsd@yahoo.com> Andris Raugulis <endrju@null.lv> <endrju@null.lv> Eric L. Chen <d9364104@mail.nchu.edu.tw> Pawel Worach <pawel.worach@gmail.com> QuiRK on #freebsd-gnome Shane Bell <decept0@gmail.com> luigi sajd on #freebsd-gnome sat Chris Coleman <chrisc@vmunix.com> kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz <joeldiaz@mac.com> Enjoy! Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175253
* Add missing library archives.Joe Marcus Clarke2006-07-023-14/+11
| | | | | | | Reported by: pointyhat via linimon Notes: svn path=/head/; revision=166742
* Conversion to a single libtool environment.Ade Lovett2006-02-232-6/+2
| | | | | | | 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
* Explicit name RUN_DEPENDS to avoid a rundependency on libtool13Tilman Keskinoz2005-06-061-2/+2
| | | | | | | | | Bump PORTREVISION Approved by: mezz for gnome@ Notes: svn path=/head/; revision=136909
* 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
* ${LOCALBASE}/share/guile/slib/slibcat doesn't exist. The slib-guile portJoe Marcus Clarke2003-12-171-1/+1
| | | | | | | installs ${LOCALBASE}/share/guile/slibcat. Notes: svn path=/head/; revision=96081
* This port also has a RUN_DEPENDS on slib-guile. Without it, new installationsJoe Marcus Clarke2003-12-171-2/+2
| | | | | | | won't be able to build GnuCash. Notes: svn path=/head/; revision=96079
* - Fix dependency on slib-guilePav Lucistnik2003-12-141-1/+1
| | | | | | | Pointy hat to: pav Notes: svn path=/head/; revision=95818
* - Chase new slib-guile infrastructurePav Lucistnik2003-12-141-1/+1
| | | | Notes: svn path=/head/; revision=95813
* Use the virtual category "scheme" (part ii)Edwin Groothuis2003-08-281-1/+1
| | | | | | | | | | | | Add the virtual category "scheme" to the maintained ports (except sxm). I guess no maintainer would deny this trivial change. PR: ports/56052 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Notes: svn path=/head/; revision=87818
* Utilize INFO and bump PORTREVISION.Kris Kennaway2003-08-162-4/+3
| | | | Notes: svn path=/head/; revision=87044
* Remove a left over directory.Joe Marcus Clarke2003-06-161-0/+1
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=83079
* 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
* * Fix some GNOMNG typosJoe Marcus Clarke2003-03-042-5/+8
| | | | | | | | | | | * Add a missing guile-gtk dependency * De-pkg-comment PR: 48925 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=76860
* Add missing dependency on gtk12.Joe Marcus Clarke2003-02-111-0/+2
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=75278
* Update to 1.3.4.Joe Marcus Clarke2003-02-057-43/+55
| | | | Notes: svn path=/head/; revision=74793
* Add backup site until gnucash.org is up again.Maxim Sobolev2002-08-191-1/+2
| | | | Notes: svn path=/head/; revision=64661
* Update to 1.1.11.Maxim Sobolev2002-08-185-18/+22
| | | | Notes: svn path=/head/; revision=64626
* Chase guile shared lib number.Joe Marcus Clarke2002-06-191-1/+1
| | | | | | | Prompted by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=61574
* Do not compile the g-wrap tests. This works around a build problem onJoe Marcus Clarke2002-06-092-26/+11
| | | | | | | -CURRENT. Notes: svn path=/head/; revision=60948
* Update to 1.1.9.Maxim Sobolev2001-07-315-19/+69
| | | | Notes: svn path=/head/; revision=45655
* Fix fennerismAde Lovett2001-05-211-5/+2
| | | | | | | Submitted by: distfile survey Notes: svn path=/head/; revision=42873
* 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
* Release a few ports back into the wild that I don't haveAde Lovett2001-01-221-1/+1
| | | | | | | time to maintain any more. Notes: svn path=/head/; revision=37456
* Update to 0.9.12Ade Lovett2000-11-172-2/+2
| | | | Notes: svn path=/head/; revision=35228
* Update to 0.9.8Ade Lovett2000-11-033-2/+3
| | | | Notes: svn path=/head/; revision=34782
* Assume maintainership (from ports).. it's a somewhat importantAde Lovett2000-10-031-1/+1
| | | | | | | dependency for gnucash Notes: svn path=/head/; revision=33388
* Update to 0.9.5Chris Piazza2000-08-092-2/+2
| | | | | | | | PR: 20496 Submitted by: Steve Coltrin <spcoltri@omcl.org> Notes: svn path=/head/; revision=31447
* Update for new shlib revision from guile 1.4Ade Lovett2000-08-041-1/+1
| | | | Notes: svn path=/head/; revision=31281
* Correct WWWChris D. Faulhaber2000-07-291-1/+1
| | | | Notes: svn path=/head/; revision=31115
* freebsd.org -> FreeBSD.org; fix MASTER_SITES; remove unneccessary USE_GMAKE;Will Andrews2000-07-154-15/+32
| | | | | | | | | | fix process of install-info. PR: 19943 Submitted by: Ports Fury Notes: svn path=/head/; revision=30669
* Adding g-wrap version 0.9.4.Steve Price2000-07-105-0/+64
A tool for exporting C libraries into Scheme interpreters. PR: 19575 Submitted by: Matthew Condell <mcondell@alum.mit.edu> Notes: svn path=/head/; revision=30429