aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gnome.mk
Commit message (Collapse)AuthorAgeFilesLines
* Sync the gnomedesktopsharp implied list with reality.Joe Marcus Clarke2009-04-131-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=232319
* Presenting GNOME 2.26 for FreeBSD. SeeJoe Marcus Clarke2009-04-101-11/+6
| | | | | | | | | | | | | | | | http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach. Notes: svn path=/head/; revision=231972
* - Update lang/mono to 2.0.1.Florent Thoumie2009-02-091-3/+7
| | | | | | | | | | | - Also update a bunch of c-sharp ports to their latest version. - Change maintainership to mono@FreeBSD.org. PR: ports/129724 Submitted by: Phillip Neumann, Romain Tartiere (bsd-sharp team) Notes: svn path=/head/; revision=227866
* Presenting GNOME 2.24 for FreeBSD.Joe Marcus Clarke2009-01-101-54/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790 Notes: svn path=/head/; revision=225629
* Make sure the CONFIGURE_ENV is updated for all lthacks.Joe Marcus Clarke2008-08-241-0/+1
| | | | Notes: svn path=/head/; revision=219089
* If any of the libtool hacks are used, set an empty ac_cv_path_DOLT_BASHJoe Marcus Clarke2008-08-241-0/+1
| | | | | | | | variable to prevent a bash script from being used to wrap libtool. If the wrapper is used, none of the lthacks actually have any effect. Notes: svn path=/head/; revision=219086
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* First all, ahze did most of work. Thanks ahze! Last week or so, I am justJeremy Messenger2008-06-301-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merely pick up and help him. Thanks to many testers in both private and mailing list emails for report a few of build and dependencies problems. Also, thanks to marcus and Chess Griffin for test in their tinderboxes. x11/pixman: Update to 0.10.0 ------------------------------------------------------- Firefox 3 needs it. Orignal, the shared library was bumped and ahze has added a new feature in our USE_GNOME=ltverhack by can control the number of shared library. To control the number of shared library, add the ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your port, you need to make sure the ABI doesn't change to use it.. ------------------------------------------------------- graphics/cairo: Update to 1.6.4 ------------------------------------------------------- Firefox 3 needs it. We have updated most cairo binding ports too. ------------------------------------------------------- graphics/poppler: Update to 0.8.3 ------------------------------------------------------- The shared libraries version have been changed. All ports that depend on poppler have PORTREVISION bump. The graphics/py-poppler has been updated to 0.8.1 to work with newer poppler better. As for the poppler-qt, there is no shared library version change. ------------------------------------------------------- www/firefox3 and gecko ports related: Update to 3.0 final ------------------------------------------------------- The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it in backward compatibility, so the rest ports won't be break. We haven't add some other ports to have Firefox 3 support yet, so feel free to send us patch or commit it by yourself (to committers). However, view in bsd.gecko.mk for document. ------------------------------------------------------- Approved by: portmgr (marcus) Notes: svn path=/head/; revision=216043
* Add one more hack for pkg-config path in gnomehack, (prefix)/lib/pkgconfig.Jeremy Messenger2008-05-291-0/+1
| | | | | | | | PR: ports/124096 Submitted by: Björn König <bkoenig@alpha-tierchen.de> Notes: svn path=/head/; revision=213883
* Add back two lines that were accidentally removed in the merge.Joe Marcus Clarke2008-03-241-0/+3
| | | | | | | Reported by: Stefan Hauser <etienne@usr.ch> Notes: svn path=/head/; revision=209692
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-241-25/+48
| | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon Notes: svn path=/head/; revision=209647
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-241-35/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Extract command variable definitions from bsd.port.mk, they are now stored inGabor Kovesdan2007-08-041-7/+7
| | | | | | | | | | | | bsd.commands.mk and can be easily reused within the infrastructure. - Revert old DESTDIR implementation. - Add a new, fully chrooted DESTDIR implementation as bsd.destdir.mk. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197074
* - 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
* - Speed up dependency lookupPav Lucistnik2007-06-281-2/+3
| | | | | | | | Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Tested by: pointyhat exprun Notes: svn path=/head/; revision=194397
* Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEJoe Marcus Clarke2007-03-191-8/+13
| | | | | | | | | | | | | | | | releases in that it focuses more on stability and functionality than on new features. Not that it doesn't have its share of new and exciting items. See http://www.gnome.org/start/2.18/ for all the goodies in this release. GNOME 2.18 for FreeBSD would not have been possible without the hard work of the FreeBSD GNOME Team and our intrepid band of testers including J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi, Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen, Phillip Neumann, Franz Klammer, and Neal Delmonico. Notes: svn path=/head/; revision=187703
* - Add some bits for gtk-sharp10, gtk-sharp20, and gnome-sharp20 dependenciesTom McLaughlin2007-02-041-4/+19
| | | | | | | | | | | | * New USE_GNOME values: gtksharp10 gtksharp20 gnomesharp20 Approved by: gnome@ (awhile ago, i just never committed this) Notes: svn path=/head/; revision=184173
* Merging from MC ports to FreeBSD ports:Jeremy Messenger2007-01-041-2/+4
| | | | | | | | | | | | - Make sure --mandir is set appropriately for ports that use gnomeprefix. [1] - Add a new variable for Makefile.in, called GNOME_MAKEFILEIN for anyone can tweak it. Some ports have GNUmakefile.in, so with this variable will be useful. Submitted by: marcus [1] Notes: svn path=/head/; revision=181381
* Add a BUILD_DEPENDS to desktopfileutils as some ports (e.g. planner)Joe Marcus Clarke2006-12-101-0/+1
| | | | | | | require this to be present at configure time. Notes: svn path=/head/; revision=179405
* Add USE_GNOME_SUBR knob (pulls in sysutils/gnome_subr and addsJean-Yves Lefort2006-10-311-0/+6
| | | | | | | GNOME_SUBR to SUB_LIST). Notes: svn path=/head/; revision=175762
* Correct a typo when restoring pre-GNOME 2.16 bit.Joe Marcus Clarke2006-10-151-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=175314
* Put back some bits overwritten in the GNOME 2.16 import.Joe Marcus Clarke2006-10-141-2/+2
| | | | | | | Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175294
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massiveJoe Marcus Clarke2006-10-141-67/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - s/${DESTDIR}${PREFIX}/${TARGETDIR}/Erwin Lansing2006-08-141-1/+1
| | | | | | | | | | | | - Fix FORCE_PKG_REGISTER issues [1] - Make USE_RCORDER respect DESTDIR [2] - Make ldconfig stuff respect DESTDIR Reported by: lofi [1] Submitted by: gabor, sem [2] Notes: svn path=/head/; revision=170585
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-7/+7
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* * Change all bogus uses of BROKEN to IGNORE. Note: the BROKEN_WITH_*Mark Linimon2006-07-051-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | forms are retained for compatibility but deprecated [1] * Add sha256 to CHECKSUM_ALGORITHMS [2] * Remove some whitespace [2] * Add USE_SCONS and bsd.scons.mk for the Python-based SCons build system [3] * Fix USE_LDCONFIG with non-default PREFIX [4] * Add USE_WX and friends, and bsd.wx.mk, for common code for WxWidgets support [5] * Add 'make missing' to show missing dependencies [6] * Fix DESKTOP_ENTRIES processing on 4.x [7] PR: 92445 [1], 98206 [2], 98731 [3], 99370 [4], 89398 [5], 93601 [6], 98891 [7] Submitted by: linimon [1], edwin [2], alex at foxybanana dot com [3], gerald [4], flz [4], alepulver [5], alex at fafula dot com [6], shaun [7] Notes: svn path=/head/; revision=166954
* Add another icon hack to gnomehack.Joe Marcus Clarke2006-06-141-0/+1
| | | | Notes: svn path=/head/; revision=165357
* x11-fm/nautilus2 -> x11-fm/nautilusJeremy Messenger2006-05-291-1/+1
| | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. Notes: svn path=/head/; revision=163795
* x11/gnomepanel -> x11/gnome-panelJeremy Messenger2006-05-281-1/+1
| | | | | | | | | | | | | | | | | x11/gnomepanel-reference -> x11/gnome-panel-reference Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. PR: ports/97985 Repocopy by: marcus Notes: svn path=/head/; revision=163766
* x11/gnomelibs -> x11/gnome-libsJeremy Messenger2006-05-281-1/+1
| | | | | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for japanese/gnomelibs, chase the rename. PR: ports/97985 Repocopy by: marcus Notes: svn path=/head/; revision=163763
* x11/gnomedesktop -> x11/gnome-desktopJeremy Messenger2006-05-281-1/+1
| | | | | | | | | | | | | | | | | x11/gnomedesktop-reference -> x11/gnome-desktop-reference Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. PR: ports/97985 Repocopy by: marcus Notes: svn path=/head/; revision=163760
* - Rename portsPav Lucistnik2006-05-281-2/+2
| | | | | | | | | devel/gnomevfs -> devel/gnome-vfs1 devel/gnomevfs2 -> devel/gnome-vfs devel/gnomevfs2-reference -> devel/gnome-vfs-reference Notes: svn path=/head/; revision=163728
* - Rename port textproc/gnomedocutils -> textproc/gnome-doc-utilsPav Lucistnik2006-05-281-2/+2
| | | | Notes: svn path=/head/; revision=163718
* - Rename portsPav Lucistnik2006-05-281-1/+1
| | | | | | | | sysutils/gnomecontrolcenter -> sysutils/gnome-control-center1 sysutils/gnomecontrolcenter2 -> sysutils/gnome-control-center Notes: svn path=/head/; revision=163715
* - Renamed port graphics/libart_lgpl2 -> graphics/libart_lgplPav Lucistnik2006-05-281-1/+1
| | | | Notes: svn path=/head/; revision=163701
* - Rename port print/gnomeprint -> print/gnome-printPav Lucistnik2006-05-281-1/+1
| | | | Notes: svn path=/head/; revision=163700
* - Rename portPav Lucistnik2006-05-281-2/+2
| | | | | | | misc/gnomemimedata --> misc/gnome-mime-data Notes: svn path=/head/; revision=163693
* devel/pkgconfig -> devel/pkg-configJeremy Messenger2006-05-281-2/+2
| | | | | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus Notes: svn path=/head/; revision=163667
* databases/gnomedb -> databases/gnome-dbJeremy Messenger2006-05-281-1/+1
| | | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. PR: ports/97985 Repocopy by: marcus Notes: svn path=/head/; revision=163658
* Rename this ports to use the real vendor package name. The advantage of thisJeremy Messenger2006-05-281-1/+1
| | | | | | | | | | | | | | is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. PR: ports/97985 Repocopy by: marcus Notes: svn path=/head/; revision=163649
* Add the referencehack component (patches out programming reference inJean-Yves Lefort2006-05-091-1/+4
| | | | | | | GNOME ports). Notes: svn path=/head/; revision=161843
* Add a new public macro, GTK2_VERSION, which will track the GTK+ 2.0Joe Marcus Clarke2006-05-061-0/+5
| | | | | | | | API version needed for ports installing theme engines, pixbuf loaders, and input method modules. Notes: svn path=/head/; revision=161467
* Convert some spaces to tabs.Joe Marcus Clarke2006-04-301-2/+2
| | | | Notes: svn path=/head/; revision=160887
* I took out too much of an experimental bsd.gnome.mk patch which causedJoe Marcus Clarke2006-04-301-2/+3
| | | | | | | | | | BUILD and RUN_DEPENDS not to get registered. Also, revert a regression in CONFIGURE_TARGET. Reported by: mnag Notes: svn path=/head/; revision=160886
* The good news is that this release does not bring any big shared libraryJoe Marcus Clarke2006-04-301-48/+57
| | | | | | | | | | | | | | | | | | | | | | | | | version bumps, so you can almost do a simple portupgrade to get to 2.14. There are a few minor gotchas that will be documented in UPDATING shortly. The FreeBSD GNOME Team would like th thank the following users for their patches, feedback, and sometimes incessant complaing about crashes (you know who you are). Yasuda Keisuke <kysd@po.harenet.ne.jp> Pascal Hofstee <caelian@gmail.com> rmgls@wanadoo.fr tmclaugh Yuri Pankov <yuri.pankov@gmail.com> sajd on #freebsd-gnome ade ankon on #FreeBSD-Gnome mux Pascal Hofstee <caelian@gmail.com> QuiRK on #freebsd-gnome Vladimir Timofeev <vovkasm@gmail.com> Notes: svn path=/head/; revision=160868
* Add gnomedocutils to gnomedesktop's implied dependencies list.Joe Marcus Clarke2006-03-281-1/+1
| | | | Notes: svn path=/head/; revision=158292
* Chase the libgda3 addition and resurrection of libgda2.Joe Marcus Clarke2006-03-261-7/+11
| | | | Notes: svn path=/head/; revision=158215
* As a result of the conversion to single libtool, the glib/gtk 1.2.xAde Lovett2006-02-231-10/+3
| | | | | | | | | libraries have now moved from <lib>12.so to <lib>-12.so Approved by: portmgr (kris) Notes: svn path=/head/; revision=156750
* Add a hack for dbus service installation.Joe Marcus Clarke2006-02-021-0/+1
| | | | Notes: svn path=/head/; revision=155046
* - USE_REINPLACE is noop nowPav Lucistnik2006-01-221-1/+0
| | | | Notes: svn path=/head/; revision=154190