summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gnome.mk
Commit message (Collapse)AuthorAgeFilesLines
* desktop-file-utils now lives in LOCALBASE.marcus2004-12-291-1/+1
| | | | Reported by: mezz
* Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.mezz2004-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
* Chase the gtkhtml3 shared lib version.marcus2004-12-081-1/+1
|
* Add another hack to intlhack needed for newer versions of intltool thatmarcus2004-12-071-0/+1
| | | | hardcode the path to iconv.
* Don't always create a ${PREFIX}/etc/gconf directory if gconf is one of themarcus2004-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
* - Kill stray word in commentpav2004-11-201-1/+1
|
* Add a new INSTALLS_OMF to take care of .omf, ScrollKeeper file. It willmezz2004-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
* - Implement GCONF_SCHEMAS knob, which is already documented and people arepav2004-11-091-2/+16
| | | | | | | starting to use it Original work: mezz Obtained from: marcuscom repository
* Backout the libgnomedb shared lib version change. The previous versionmarcus2004-11-081-1/+1
| | | | corresponds to a development version of libgnomedb.
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).marcus2004-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!
* Add a desktopfileutils component that adds a RUN_DEPENDS onmarcus2004-08-141-1/+5
| | | | | devel/desktop-file-utils. This is needed for the new MIME system in the upcoming GNOME 2.8.
* Use some more hackery to make sure _USE_GNOME is actually defined, and thatmarcus2004-08-111-1/+2
| | | | | | gconf2 is actually one of the requested components. Reported by: INDEX build script
* Gack, forgot a '_' in the last commit. USE_GNOME will only work if gconf2marcus2004-08-111-1/+1
| | | | was explicitly requested. Use _USE_GNOME instead.
* Correct a check for gconf2 presence that was causing gconf.xml.defaults tomarcus2004-08-111-1/+1
| | | | | | | be created regardless of whether or not gconf2 support was requested. Reported by: lofi Tested by: lofi
* If the gconf2 USE_GNOME component is used, overload theadamw2004-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>
* Chase libgsf* shared library.adamw2004-07-041-2/+2
|
* Add more locale directory hacks to bsd.gnome.mk, and fix ports that triedmarcus2004-06-271-1/+3
| | | | | | | to fix these using their own patches. PR: 68256 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* Train bsd.gnome.mk to use its own patch target, and not clobberadamw2004-06-261-2/+4
| | | | | | pre-patch. pre-patch is free to fill again. Many thanks to: eik
* Override CONFIGURE_FAIL_MESSAGE to provide instructions to use theadamw2004-06-071-0/+4
| | | | new gnomelogalyzer.
* - Adjust implications of libgsf_gnome to match realitypav2004-05-221-1/+1
| | | | Pointy hat to: pav
* - Fix stupid typo from my last commit: glib10 -> glib20pav2004-05-221-1/+1
| | | | Pointy hat to: pav
* - Split libgsf port to two standalone ports:pav2004-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)
* Chase libgsf shlib version.bland2004-05-061-1/+1
|
* Chase vte shlib version.bland2004-05-061-1/+1
|
* Add a component for gnomespeech as more ports are going to start using it.marcus2004-04-291-1/+5
|
* Update to GNOME 2.6, and add all the new shared library versions. No othermarcus2004-04-051-21/+20
| | | | functionality has been added or removed.
* Chase the gal2 and gtkhtml3 shared lib versions.marcus2004-03-121-2/+3
|
* * Add another check to make sure bsd.gnome.mk isn't included more than neededmarcus2004-02-031-6/+9
| | | | * Remove all trailing whitespace
* Chase the new locations for atspi, atk, and gail.marcus2004-01-221-3/+3
|
* Gak! That last commit overwrote my bsd.gnome.mk changes from earliermarcus2004-01-201-4/+12
| | | | tonight. Revert back to rev 1.57.
* Here come the patches!marcus2004-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]
* * Add a new intltool component which adds a BUILD_DEPENDS on textproc/intltoolmarcus2004-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)
* Remove the gnomeaudio component as it is only used by one port, x11/gnome2,marcus2004-01-131-4/+1
| | | | | | which registers it as an explicit RUN_DEPENDS. Submitted by: adamw
* * Correct a typo in the libartlgpl2 detection [1]marcus2004-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]
* Catch up on the libgnomeprint[ui] detection file names.marcus2003-11-111-2/+2
| | | | Submitted by: ade
* Chase the libxslt shared lib version.marcus2003-11-041-1/+1
|
* Update to GNOME 2.4.0.marcus2003-09-181-28/+25
|
* Back out the previous commit. It was not approved, looks like was anmarcus2003-09-041-1/+0
| | | | | accidental commit based on the commit log, and was committed to the deprecated macros section.
* Update Vim sites.obrien2003-09-031-0/+1
|
* Remove libpanel, and only detect the GNOME 2 desktop.marcus2003-08-121-9/+4
| | | | Reminded by: adamw
* Chase the gal2 shared lib version.marcus2003-08-011-1/+1
|
* Chase the at-spi shared lib version.marcus2003-07-151-1/+1
|
* Fix a bug where by "yes" would still be included in USE_GNOME for oldermarcus2003-06-291-1/+2
| | | | | | ports. Spotted by: arved
* gtksourceview also includes libgnomeprintui.marcus2003-06-191-1/+1
|
* pkg_config -> pkg-configadamw2003-06-161-1/+1
|
* Remove unnecessary recursive dependencies upon pkgconfig.adamw2003-06-161-2/+2
|
* Add pkgconfig and libgsf targets to USE_GNOME, and make certain otheradamw2003-06-161-6/+17
| | | | components depend upon them.
* Add a gtksourceview component.marcus2003-06-151-1/+5
|
* Chase the libgnomedb shared lib version.marcus2003-06-121-1/+1
|
* Chase gal2's shared lib version.marcus2003-06-111-1/+1
|
OpenPOWER on IntegriCloud