summaryrefslogtreecommitdiff
path: root/x11/gnome-libs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build after the removal of objformat.Joe Marcus Clarke2007-02-041-0/+3
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=184106
* Fix the build with GCC 4.1. Took from Gentoo'sJeremy Messenger2006-12-161-0/+13
| | | | | | | | | files/gnome-libs-1.4.2-gcc4.patch. Reported by: krismail Notes: svn path=/head/; revision=179892
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-142-3/+40
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Fix the plist, bump the PORTREVISION.Jeremy Messenger2006-05-301-1/+3
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=163995
* x11/gnomelibs -> x11/gnome-libsJeremy Messenger2006-05-281-2/+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
* portlint:Jeremy Messenger2006-05-161-143/+143
| | | | | | | -Use DOCSDIR in plist. Notes: svn path=/head/; revision=162539
* Add USE_GETTEXT to appease portlint.Jeremy Messenger2006-05-151-0/+1
| | | | Notes: svn path=/head/; revision=162498
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+10
| | | | | | | 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
* Do not change permissions and group ownership of the share/gnome/gamesJoe Marcus Clarke2004-11-262-1/+11
| | | | | | | directory. Leave that up to gnomehier. Notes: svn path=/head/; revision=122477
* 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
* 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 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.Trevor Johnson2003-11-171-0/+1
| | | | Notes: svn path=/head/; revision=94169
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-2/+0
| | | | Notes: svn path=/head/; revision=82858
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* 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=77047
* Protect target with .if target(...) ... .endif for targets that areKris Kennaway2002-12-011-0/+2
| | | | | | | redefined by a slave port. Notes: svn path=/head/; revision=71264
* Fix build on -CURRENT.Joe Marcus Clarke2002-10-141-0/+14
| | | | Notes: svn path=/head/; revision=68001
* 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
* Fix a problem with word selection in gnome-terminal. Bump PORTREVISION.Joe Marcus Clarke2002-08-242-0/+12
| | | | Notes: svn path=/head/; revision=64948
* Update to 1.4.2.Joe Marcus Clarke2002-08-222-3/+2
| | | | Notes: svn path=/head/; revision=64811
* Fix patch, so that it actually applies.Maxim Sobolev2002-07-161-2/+2
| | | | Notes: svn path=/head/; revision=63074
* Fix a problem with GNOME and XIM compatibility. Bump PORTREVISION.Joe Marcus Clarke2002-07-162-8/+6
| | | | | | | | | PR: 40125 Submitted by: sf Pointy hat to: marcus Notes: svn path=/head/; revision=63064
* Convert all core GNOME1 components and some of the most popular GNOME1Maxim Sobolev2002-07-113-34/+10
| | | | | | | | | | | | | | | | | | | 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
* Update to 1.4.1.7.Joe Marcus Clarke2002-05-243-9/+8
| | | | Notes: svn path=/head/; revision=59851
* - Move misc documentation into share/doc where it belongs;Maxim Sobolev2002-05-015-143/+199
| | | | | | | | | - use USE_LIBTOOL while I here; - make gnome-hint from gnomecore actually working; - bump PORTREVISIONs. Notes: svn path=/head/; revision=58418
* Hack for better hier(7) conformance - install libart documentation intoMaxim Sobolev2002-04-302-38/+38
| | | | | | | ${PREFIX}/share/doc. Notes: svn path=/head/; revision=58386
* Clean up the plists some.Joe Marcus Clarke2002-04-301-3/+3
| | | | | | | | | | * "Share" directories such as share/gnome, share/gnome/pixmaps, and etc/sound between both GNOME 1.4 and GNOME 2.0. * Remove some @dirrm's from gtm that were already in dependency ports. Notes: svn path=/head/; revision=58375
* Update to 1.4.1.6.Maxim Sobolev2002-04-295-38/+32
| | | | Notes: svn path=/head/; revision=58320
* Fix installation is gtk-doc is also installed.Joe Marcus Clarke2002-04-071-1/+2
| | | | | | | | | | | | Note, since it seems like a number of ports are broken when gtk-doc is also installed, I wonder if adding --disable-gtk-doc to all their CONFIGURE_ARGS isn't a bad idea. Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=57411
* Update to 1.4.1.5.Maxim Sobolev2002-04-064-13/+20
| | | | Notes: svn path=/head/; revision=57374
* Prevent libc from being explicitly linked into shared libs. Bump PORTREVISION.Maxim Sobolev2002-02-082-13/+14
| | | | Notes: svn path=/head/; revision=54332
* Update to 1.4.1.4.Maxim Sobolev2002-01-283-9/+10
| | | | Notes: svn path=/head/; revision=53916
* Update to 1.4.1.3.Maxim Sobolev2002-01-159-228/+261
| | | | Notes: svn path=/head/; revision=53124
* Fix a null pointer dereferencing bug in gtk-xmhtml library observed whenMaxim Sobolev2001-12-152-1/+15
| | | | | | | browsing evolution documentation. Bump PORTREVISION. Notes: svn path=/head/; revision=51546
* Some of the GNOME components now install their include files intoMaxim Sobolev2001-10-092-3/+4
| | | | | | | | | ${PREFIX}/include/gnome-1.0 instead of plain ${PREFIX}/include, so make gnome-config return appropriate cpp(1) flags necessary to find those headers. Bump PORTREVISION accordingly. Notes: svn path=/head/; revision=48591
* Allow japanese/gnomelibs to add LIB_DEPENDS:Akinori MUSHA2001-09-121-1/+1
| | | | | | | | -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ +LIB_DEPENDS+= xml.5:${PORTSDIR}/textproc/libxml \ Notes: svn path=/head/; revision=47756
* Update to 1.4.1.2.Maxim Sobolev2001-09-112-2/+2
| | | | Notes: svn path=/head/; revision=47669
* Update to 1.4.1.1.Maxim Sobolev2001-08-226-26/+187
| | | | Notes: svn path=/head/; revision=46650
* Unbroke on alpha.Maxim Sobolev2001-08-142-3/+23
| | | | | | | Submitted by: Andrew Gallatin <gallatin@cs.duke.edu> Notes: svn path=/head/; revision=46255
* Add textproc/libxml as an explicit dependency, as well as the implicitAde Lovett2001-05-311-2/+3
| | | | | | | | dependency through textproc/scrollkeeper. Something strange is going on here, and this is a reasonable temporary fix. Notes: svn path=/head/; revision=43356
* Remove empty patchfile that got left around sometime.Ade Lovett2001-05-221-0/+0
| | | | Notes: svn path=/head/; revision=42892
* 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
* Missed patch from the update causing an mtree failure.Ade Lovett2001-05-072-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=42353
* Update to GNOME 1.4 -- massive changes all around, for the sake ofAde Lovett2001-05-0412-142/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54 Notes: svn path=/head/; revision=42257
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539