aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gnome.mk
Commit message (Collapse)AuthorAgeFilesLines
* - Fix braino in pygnomeextras section that prevented dependenciesPav Lucistnik2005-03-161-2/+2
| | | | | | | | | on pygnomeextras from working Submitted by: Franz Klammer <klammer@webonaut.com> Notes: svn path=/head/; revision=131402
* Update with all the new GNOME 2.10 components.Joe Marcus Clarke2005-03-121-30/+50
| | | | Notes: svn path=/head/; revision=130973
* - Move x11-toolkits/eel2 -> x11-toolkits/eelPav Lucistnik2005-01-241-1/+1
| | | | Notes: svn path=/head/; revision=127234
* desktop-file-utils now lives in LOCALBASE.Joe Marcus Clarke2004-12-291-1/+1
| | | | | | | Reported by: mezz Notes: svn path=/head/; revision=125410
* Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.Jeremy Messenger2004-12-211-0/+5
| | | | | | | | | | | | deskutils/drivel is the only port that has pkg-plist change, so bump the PORTREVISION. The rest else should be no function change, but just remove the patches to allow gnomehack takes care of it. Keep in mind, I only touch those ports that already have gnomehack. Reviewed by: pav and marcus Notes: svn path=/head/; revision=124646
* Chase the gtkhtml3 shared lib version.Joe Marcus Clarke2004-12-081-1/+1
| | | | Notes: svn path=/head/; revision=123439
* Add another hack to intlhack needed for newer versions of intltool thatJoe Marcus Clarke2004-12-071-0/+1
| | | | | | | hardcode the path to iconv. Notes: svn path=/head/; revision=123352
* Don't always create a ${PREFIX}/etc/gconf directory if gconf is one of theJoe Marcus Clarke2004-11-291-9/+7
| | | | | | | | | | | | port's dependencies. Instead, only create this directory if the port will actually install GConf schemas. Also, do the creation in pre-su-install as we may not be root in pre-install. Spotted by: pav Tested by: pav Notes: svn path=/head/; revision=122772
* - Kill stray word in commentPav Lucistnik2004-11-201-1/+1
| | | | Notes: svn path=/head/; revision=122034
* Add a new INSTALLS_OMF to take care of .omf, ScrollKeeper file. It willJeremy Messenger2004-11-161-8/+23
| | | | | | | | | | | | | | | | | | | automatically scan pkg-plist file and add apropriate @exec/@unexec directives for each .omf file found to track OMF registration database. Details can be found in bsd.gnome.mk and http://www.freebsd.org/gnome/docs/porting.html . Current, gedit2 is the only port that use INSTALLS_OMF for now. I will chasing all the other ports that are maintaining by gnome@FreeBSD.org when I am done with two todo list. The other ports, you are on your own and portlint will bug you when portlint is update. While I am here, switch from make loops to sh loops in GCONF_SCHEMAS part. Document writer by: bland Reviewed by: my team, FreeBSD GNOME team Notes: svn path=/head/; revision=121736
* - Implement GCONF_SCHEMAS knob, which is already documented and people arePav Lucistnik2004-11-091-2/+16
| | | | | | | | | | starting to use it Original work: mezz Obtained from: marcuscom repository Notes: svn path=/head/; revision=121179
* Backout the libgnomedb shared lib version change. The previous versionJoe Marcus Clarke2004-11-081-1/+1
| | | | | | | corresponds to a development version of libgnomedb. Notes: svn path=/head/; revision=121143
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).Joe Marcus Clarke2004-11-071-19/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release notes detailing all of the new goodies in GNOME 2.8 can be found at http://www.gnome.org/start/2.8/notes/, and the list of what was fixed in GNOME 2.8.1 can be found at http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html. This release, as well as all of our others, would not have been possible without the great efforts of our FreeBSD GNOME Team. The list of current members can be found at http://www.freebsd.org/gnome/contact.html (including our newest member, Michael Johnson <ahze@FreeBSD.org>). Special thanks also goes out to all of the loyal FreeBSD GNOME users that put up with crashes and hangs to test and debug GNOME on FreeBSD. We would especially like to thank those users that provided patches for GNOME 2.7 and 2.8: Franz Klammer <klammer@webonaut.com> Piotr Smyrak <piotr.smyrak@heron.pl> Radek Kozlowski <radek@raadradd.com> Khairil Yusof <kaeru@pd.jaring.my> Yasuda Keisuke <kysd@po.harenet.ne.jp> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Vladimir Grebenschikov <vova@fbsd.ru> GNOME 2.8 also features a new, FreeBSD-specific splashscreen that was designed by jimmac for GNOME 2.8, then daemonized by Franz Klammer <klammer@webonaut.com> and Radek Kozlowski <radek@raadradd.com>. As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh that will aid in the upgrade process. Full documentation on the GNOME 2.8 upgrade is coming following this commit. From all of us at FreeBSD GNOME, ENJOY! Notes: svn path=/head/; revision=121068
* Add a desktopfileutils component that adds a RUN_DEPENDS onJoe Marcus Clarke2004-08-141-1/+5
| | | | | | | | devel/desktop-file-utils. This is needed for the new MIME system in the upcoming GNOME 2.8. Notes: svn path=/head/; revision=116211
* Use some more hackery to make sure _USE_GNOME is actually defined, and thatJoe Marcus Clarke2004-08-111-1/+2
| | | | | | | | | gconf2 is actually one of the requested components. Reported by: INDEX build script Notes: svn path=/head/; revision=115890
* Gack, forgot a '_' in the last commit. USE_GNOME will only work if gconf2Joe Marcus Clarke2004-08-111-1/+1
| | | | | | | was explicitly requested. Use _USE_GNOME instead. Notes: svn path=/head/; revision=115886
* Correct a check for gconf2 presence that was causing gconf.xml.defaults toJoe Marcus Clarke2004-08-111-1/+1
| | | | | | | | | | be created regardless of whether or not gconf2 support was requested. Reported by: lofi Tested by: lofi Notes: svn path=/head/; revision=115877
* If the gconf2 USE_GNOME component is used, overload theAdam Weinberger2004-07-221-0/+8
| | | | | | | | | | | | | | | | pre-install target to explicitly create ${PREFIX}/etc/gconf/gconf.xml.defaults/. A number of ports don't create this directory automatically. In normal uses, this doesn't cause a problem, but many of us prefer to test out plists by installing into custom prefixes. This prevents those custom prefix installation tests from failing. Inspired by: John Merryweather Cooper <coop9211@uidaho.edu> Notes: svn path=/head/; revision=114443
* Chase libgsf* shared library.Adam Weinberger2004-07-041-2/+2
| | | | Notes: svn path=/head/; revision=112926
* Add more locale directory hacks to bsd.gnome.mk, and fix ports that triedJoe Marcus Clarke2004-06-271-1/+3
| | | | | | | | | | to fix these using their own patches. PR: 68256 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=112375
* Train bsd.gnome.mk to use its own patch target, and not clobberAdam Weinberger2004-06-261-2/+4
| | | | | | | | | pre-patch. pre-patch is free to fill again. Many thanks to: eik Notes: svn path=/head/; revision=112340
* Override CONFIGURE_FAIL_MESSAGE to provide instructions to use theAdam Weinberger2004-06-071-0/+4
| | | | | | | new gnomelogalyzer. Notes: svn path=/head/; revision=111029
* - Adjust implications of libgsf_gnome to match realityPav Lucistnik2004-05-221-1/+1
| | | | | | | Pointy hat to: pav Notes: svn path=/head/; revision=109737
* - Fix stupid typo from my last commit: glib10 -> glib20Pav Lucistnik2004-05-221-1/+1
| | | | | | | Pointy hat to: pav Notes: svn path=/head/; revision=109736
* - Split libgsf port to two standalone ports:Pav Lucistnik2004-05-221-4/+8
| | | | | | | | | | | | | | | | | | | * devel/libgsf is the old port minus gsf-gnome bits * devel/libgsf-gnome contains libgsf-gnome-1 library and it's header files This greatly reduces number of dependencies for ports that was using only non-gnome part of this library. - Point USE_GNOME parameter libgsf to GNOME-less port and create new parameter libgsf_gnome for libgsf-gnome port. - Convert all consumers of libgsf-gnome-1 library to depend on libgsf-gnome port (read all as: Gnumeric) PR: ports/63851 (in the spirit of) Submitted by: Sybolt de Boer <sybolt@xs4all.nl> Prodded by: lofi (KDE team) Reviewed by: marcus (GNOME team) Notes: svn path=/head/; revision=109734
* Chase libgsf shlib version.Alexander Nedotsukov2004-05-061-1/+1
| | | | Notes: svn path=/head/; revision=108531
* Chase vte shlib version.Alexander Nedotsukov2004-05-061-1/+1
| | | | Notes: svn path=/head/; revision=108510
* Add a component for gnomespeech as more ports are going to start using it.Joe Marcus Clarke2004-04-291-1/+5
| | | | Notes: svn path=/head/; revision=107896
* Update to GNOME 2.6, and add all the new shared library versions. No otherJoe Marcus Clarke2004-04-051-21/+20
| | | | | | | functionality has been added or removed. Notes: svn path=/head/; revision=106169
* Chase the gal2 and gtkhtml3 shared lib versions.Joe Marcus Clarke2004-03-121-2/+3
| | | | Notes: svn path=/head/; revision=103759
* * Add another check to make sure bsd.gnome.mk isn't included more than neededJoe Marcus Clarke2004-02-031-6/+9
| | | | | | | * Remove all trailing whitespace Notes: svn path=/head/; revision=99907
* Chase the new locations for atspi, atk, and gail.Joe Marcus Clarke2004-01-221-3/+3
| | | | Notes: svn path=/head/; revision=98771
* Gak! That last commit overwrote my bsd.gnome.mk changes from earlierJoe Marcus Clarke2004-01-201-4/+12
| | | | | | | tonight. Revert back to rev 1.57. Notes: svn path=/head/; revision=98636
* Here come the patches!Joe Marcus Clarke2004-01-201-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ghostscript knobs [1] * Add per-port persistent build options with a menu-driven front-end [2] * Allow porters to override the message generated when do-configure fails [3] * Add patch to obviate many pkg-plist files [4] * Fix the PKG_DBDIR comment [5] * Make ports framework more robust with regard to make index [6] * Add new command macros to bsd.port.mk [7] * Remove direct command use from bsd.port.mk [8] * Make the ports system respect WITHOUT_CPU_CFLAGS [9] * Break the SDL code out into bsd.sdl.mk [10] * Add working support for USE_SIZE [11] * Fix RANDOMIZE_MASTER_SITES on -CURRENT [12] * Convert some spaces to tabs [13] * Add new physcial categories accessibility and x11-themes [14] * Speed up GNU configure scripts [15] * Remove "//" from MLINKS items in PLISTs and fix make -s install and make -s deinstall [16] * Be more specific about looking for files in distinfo [17] * Add new run-autotools target, and resort configure targets [18] * Make CONFLICTS compare prefix for installed packages and PREFIX [19] * Change directory to ${.CURDIR} before running certain make commands [20] * When INSTALL_AS_USER is set, run ldconfig with failures ignored [21] * Speed up the security check phase [22] * Fix some corner cases in the PORTDOCS code [23] * Add a new DEPRECATED macro [24] * Make INDEX breakage more informative [25] Look for a full write-up to follow on ports@ and ports-developers@. PR: 36112 [1] 59909 [4] 61351 [6] 59058 [7] 59058 [8] 59493 [9] 55494 [10] 59058 [11] 59315 [12] 59058 [13] 59811 [15] 59058 [16] 59058 [17] 60882 [18] 58149 [19] 59058 [20] 61133 [21] 55331 [22] 59070 [23] 59362 [24] 59626 [25] Submitted by: linimon [1] eivind [2] marcus [3] trevor [4] gerald [5] linimon [6] eik [7] eik [8] jeh [9] edwin [10] eik [11] Sergey Matveychuk <sem@ciam.ru> [12] eik [13] trevor gnome [14] adamw [15] eik [16] eik [17] edwin [18] clement [19] eik [20] edwin lev [21] Eugene M. Kim <ab@astralblue.com> [22] eik [23] linimon [24] eik [25] Notes: svn path=/head/; revision=98634
* * Add a new intltool component which adds a BUILD_DEPENDS on textproc/intltoolJoe Marcus Clarke2004-01-191-4/+12
| | | | | | | | | * Make intlhack and gtk20 use the new intltool component * Add a new gtkhtml3 component that adds a dependency on www/gtkhtml3 (this will be used for balsa2 as well as some of the upcoming GNOME 2.6 ports) Notes: svn path=/head/; revision=98591
* Remove the gnomeaudio component as it is only used by one port, x11/gnome2,Joe Marcus Clarke2004-01-131-4/+1
| | | | | | | | | which registers it as an explicit RUN_DEPENDS. Submitted by: adamw Notes: svn path=/head/; revision=98092
* * Correct a typo in the libartlgpl2 detection [1]Joe Marcus Clarke2004-01-131-16/+54
| | | | | | | | | | | | | | | | | * Simplify the {BUILD,RUN}_DEPENDS code [1] * Add a new intlhack component for ports that require intltool >= 0.28 * Add a gstreamerplugins component [2] * Add an lthack component that takes the place of the standard GNOME patch-configure [2] * Add pygtk, pygnome, pygtk2, and pygnome2 components [2] * Point gnomeaudio to audio/gnomeaudio2 [2] * Categorize the USE_GNOME component list [2] Submitted by: Rolf Grossmann <rg@progtech.net> [1] adamw [2] Notes: svn path=/head/; revision=98091
* Catch up on the libgnomeprint[ui] detection file names.Joe Marcus Clarke2003-11-111-2/+2
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=93749
* Chase the libxslt shared lib version.Joe Marcus Clarke2003-11-041-1/+1
| | | | Notes: svn path=/head/; revision=93100
* Update to GNOME 2.4.0.Joe Marcus Clarke2003-09-181-28/+25
| | | | Notes: svn path=/head/; revision=89031
* Back out the previous commit. It was not approved, looks like was anJoe Marcus Clarke2003-09-041-1/+0
| | | | | | | | accidental commit based on the commit log, and was committed to the deprecated macros section. Notes: svn path=/head/; revision=88477
* Update Vim sites.David E. O'Brien2003-09-031-0/+1
| | | | Notes: svn path=/head/; revision=88453
* Remove libpanel, and only detect the GNOME 2 desktop.Joe Marcus Clarke2003-08-121-9/+4
| | | | | | | Reminded by: adamw Notes: svn path=/head/; revision=86838
* Chase the gal2 shared lib version.Joe Marcus Clarke2003-08-011-1/+1
| | | | Notes: svn path=/head/; revision=86158
* Chase the at-spi shared lib version.Joe Marcus Clarke2003-07-151-1/+1
| | | | Notes: svn path=/head/; revision=84928
* Fix a bug where by "yes" would still be included in USE_GNOME for olderJoe Marcus Clarke2003-06-291-1/+2
| | | | | | | | | ports. Spotted by: arved Notes: svn path=/head/; revision=83867
* gtksourceview also includes libgnomeprintui.Joe Marcus Clarke2003-06-191-1/+1
| | | | Notes: svn path=/head/; revision=83287
* pkg_config -> pkg-configAdam Weinberger2003-06-161-1/+1
| | | | Notes: svn path=/head/; revision=83124
* Remove unnecessary recursive dependencies upon pkgconfig.Adam Weinberger2003-06-161-2/+2
| | | | Notes: svn path=/head/; revision=83121
* Add pkgconfig and libgsf targets to USE_GNOME, and make certain otherAdam Weinberger2003-06-161-6/+17
| | | | | | | components depend upon them. Notes: svn path=/head/; revision=83118