aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gnomelibs
Commit message (Collapse)AuthorAgeFilesLines
* Conversion to a single libtool environment.ade2006-02-232-3/+10
| | | | Approved by: portmgr (kris)
* - Add SHA256 checksumspav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Do not change permissions and group ownership of the share/gnome/gamesmarcus2004-11-262-1/+11
| | | | directory. Leave that up to gnomehier.
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* SIZEify.trevor2004-01-301-0/+1
|
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.trevor2003-11-171-0/+1
|
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-2/+0
|
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Protect target with .if target(...) ... .endif for targets that arekris2002-12-011-0/+2
| | | | redefined by a slave port.
* Fix build on -CURRENT.marcus2002-10-141-0/+14
|
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Fix a problem with word selection in gnome-terminal. Bump PORTREVISION.marcus2002-08-242-0/+12
|
* Update to 1.4.2.marcus2002-08-222-3/+2
|
* Fix patch, so that it actually applies.sobomax2002-07-161-2/+2
|
* Fix a problem with GNOME and XIM compatibility. Bump PORTREVISION.marcus2002-07-162-8/+6
| | | | | | PR: 40125 Submitted by: sf Pointy hat to: marcus
* Convert all core GNOME1 components and some of the most popular GNOME1sobomax2002-07-123-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
* Update to 1.4.1.7.marcus2002-05-243-9/+8
|
* - Move misc documentation into share/doc where it belongs;sobomax2002-05-025-143/+199
| | | | | | - use USE_LIBTOOL while I here; - make gnome-hint from gnomecore actually working; - bump PORTREVISIONs.
* Hack for better hier(7) conformance - install libart documentation intosobomax2002-05-012-38/+38
| | | | ${PREFIX}/share/doc.
* Clean up the plists some.marcus2002-05-011-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.
* Update to 1.4.1.6.sobomax2002-04-305-38/+32
|
* Fix installation is gtk-doc is also installed.marcus2002-04-081-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
* Update to 1.4.1.5.sobomax2002-04-074-13/+20
|
* Prevent libc from being explicitly linked into shared libs. Bump PORTREVISION.sobomax2002-02-082-13/+14
|
* Update to 1.4.1.4.sobomax2002-01-293-9/+10
|
* Update to 1.4.1.3.sobomax2002-01-169-228/+261
|
* Fix a null pointer dereferencing bug in gtk-xmhtml library observed whensobomax2001-12-152-1/+15
| | | | browsing evolution documentation. Bump PORTREVISION.
* Some of the GNOME components now install their include files intosobomax2001-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.
* Allow japanese/gnomelibs to add LIB_DEPENDS:knu2001-09-121-1/+1
| | | | | -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ +LIB_DEPENDS+= xml.5:${PORTSDIR}/textproc/libxml \
* Update to 1.4.1.2.sobomax2001-09-112-2/+2
|
* Update to 1.4.1.1.sobomax2001-08-236-26/+187
|
* Unbroke on alpha.sobomax2001-08-152-3/+23
| | | | Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
* Add textproc/libxml as an explicit dependency, as well as the implicitade2001-06-011-2/+3
| | | | | dependency through textproc/scrollkeeper. Something strange is going on here, and this is a reasonable temporary fix.
* Remove empty patchfile that got left around sometime.ade2001-05-221-0/+0
|
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Missed patch from the update causing an mtree failure.ade2001-05-072-1/+1
| | | | Submitted by: bento
* Update to GNOME 1.4 -- massive changes all around, for the sake ofade2001-05-0512-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
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-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.
* Style fixes for ports/x11.olgeni2001-02-061-1/+1
|
* It's another day. Update to 1.2.11ade2001-01-263-5/+5
|
* Another day. Another GNOME release. 1.2.10 hereade2001-01-254-8/+7
|
* Allow CATEGORIES to be overriden by the respective japanese/* portsade2001-01-251-1/+1
| | | | | | | | | (and others, should they ever be born) Still don't understand why practically all of this can't be merged into the main GNOME source tree, but hey ho. Requsted by: knu
* *sigh* missed a relatvely important patch, at least from a packaging PoVade2001-01-242-0/+14
| | | | Bump PORTREVISION accordingly.
* Update to 1.2.9 -- bring in a few pieces of documentation hereade2001-01-247-41/+262
| | | | which slightly change a few other ports.
* Conditionally set MAINTAINER, so that the japanese slave ports DTRTade2000-11-181-1/+1
| | | | Submitted by: nakai
* Bump PORTREVISION as a result of my previous commit (sound fix).sobomax2000-11-011-0/+1
| | | | Reminded by: alex
* Update to 1.2.8ade2000-10-256-5/+6
|
* Update to 1.2.7ade2000-10-192-2/+2
|
* Update to 1.2.6ade2000-10-185-4/+6
|
* Update to 1.2.5ade2000-10-135-43/+18
|
* Implement WANT_IMLIB and USE_IMLIB.reg2000-10-052-8/+14
|
* Remove scsh from "known shells".. it's not an interactive shell.ade2000-09-261-1/+1
| | | | Submitted by: nectar
* Allow gnomelibs to DTRT in the case where ${LOCALBASE} is not /usr/localade2000-09-263-6/+10
| | | | | Original suggestion by: nectar Rewritten patch by: ade (so don't blame nectar for this!)
* Add fix for GNOME forcibly trying to set the locale to en_USade2000-09-172-0/+36
| | | | | | under certain circumstances. PORTREVISION bumped to 1 to reflect this
* Re-sobomize to use pre-patch instead of post-extractade2000-08-051-1/+1
| | | | Wrists slapped by: knu, sheldon
* Extensive patchfile cleanups using sobomax's wonderfulade2000-08-044-31/+28
| | | | post-extract rule
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Fix typosade2000-07-102-2/+2
| | | | | PR: 19800 Submitted by: Nishimura Takashi <takashi@ueda.info.waseda.ac.jp>
* Update to 1.2.4ade2000-07-063-3/+3
|
* Update to 1.2.3ade2000-06-222-2/+2
| | | | Submitted by: sobomax
* Update to 1.2.2ade2000-06-213-2/+6
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1
| | | | ldconfig in PLIST need personal consideration.
* Say hello to GNOME 1.2ade2000-06-0210-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0 devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9 games/gnomegames 1.2.0 graphics/imlib 1.9.8.1 misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0 sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8 x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 Along with cosmetic changes to other parts of the metaport for the new shared library version numbers. Plus. The metaport has been reworked to bring in a few more often-requested items. Please note that you absolutely need GTK/GLIB 1.2.8 or higher for this release.
* Update to 1.0.62ade2000-05-186-17/+19
|
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-3/+3
|
* Update to 1.0.58ade2000-04-063-4/+5
|
* Update to 1.0.57 (more bugfixes)ade2000-03-244-13/+13
|
* <machine/param.h> -> <sys/param.h>asami2000-03-232-2/+2
|
* (forgot to cvs add this file -- should have been committed with patch-bj)asami2000-03-111-0/+10
| | | | | | | | | | | | | | | | | | | | | | Fix build error on extremely new -current caused by this: === src/sys/sys/socket.h: ---------------------------- revision 1.38 date: 2000/03/03 11:13:03; author: shin; state: Exp; lines: +8 -13 CMSG_XXX macros alignment fixes to follow RFC2292. Approved by: jkh Submitted by: Partly from tech@openbsd Reviewed by: itojun --------------------------- === Basically you need to include <machine/param.h> before <signal.h>. Problem diagnosed by: Ade Lovett <ade@FreeBSD.org>
* Fix build error on extremely new -current caused by this:asami2000-03-111-0/+10
| | | | | | | | | | | | | | | | | | | | === src/sys/sys/socket.h: ---------------------------- revision 1.38 date: 2000/03/03 11:13:03; author: shin; state: Exp; lines: +8 -13 CMSG_XXX macros alignment fixes to follow RFC2292. Approved by: jkh Submitted by: Partly from tech@openbsd Reviewed by: itojun --------------------------- === Basically you need to include <machine/param.h> before <signal.h>. Problem diagnosed by: Ade Lovett <ade@FreeBSD.org>
* Squeeze another update (to 1.0.56) under the wire before 4.0-RELEASEade2000-02-244-263/+5
|
* Use ungif instead of gif.ade2000-02-161-3/+3
| | | | Bad gnome-config.in for hardcoding this. No biscuit.
* Fix a number of gnome-terminal issues.ade2000-01-211-5/+22
| | | | | PR: 16218 Submitted by: Andrew J. Korty <ajk@waterspout.com>
* Update to 1.0.55ade2000-01-154-32/+16
|
* Fix utmp/wtmp/lastlog support for gnome-terminalade2000-01-151-0/+242
| | | | | PR: 16081 Submitted by: Andrew J. Korty <ajk@waterspout.com>
* Change MAINTAINER to ade@FreeBSD.org .nakai2000-01-071-1/+1
|
* New location on MASTER_SITE.steve1999-12-051-1/+1
| | | | | PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com>
* Fix for CONFIGURE_ENV line.nakai1999-11-211-1/+1
|
* Delete some meaningless line from Makefile.nakai1999-11-201-2/+0
| | | | Submitted by: tkato@prontomail.ne.jp
* Update to 1.0.54nakai1999-11-094-10/+10
| | | | | PR: ports/14788 Submitted by: Ade Lovett<ade@lovett.com>
* Add a patch for i18n about dialog.nakai1999-10-251-0/+20
|
* Fix to enable to refer gtk-config or glib-config fromnakai1999-10-181-6/+6
| | | | | gnome-config. Now 'gnome-config gtk --cflags' or so works.
* PR: ports/14303nakai1999-10-1412-63/+85
| | | | | | Submitted by:Ade Lovett <ade@lovett.com> Update to 1.0.53 This is a core library for 'October GNOME'
* Use updated imlib library.nakai1999-10-081-1/+1
|
* Use Updated esound library.nakai1999-10-081-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Update to version 1.0.14.steve1999-08-2211-72/+104
| | | | | PR: 12781 (4 of 19) Submitted by: Ade Lovett <ade@lovett.com>
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Add -lintl to the list of LDFLAGS since libgnome needs it.steve1999-06-091-3/+10
|
* Use new gnome libs and set USE_LIBTOOL=yes.steve1999-05-3011-115/+87
| | | | | PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Update to version 1.0.9.steve1999-05-107-13/+16
| | | | | PR: 11529 Submitted by: Ade Lovett <ade@lovett.com>
* Update to version 1.0.6.steve1999-05-018-54/+56
| | | | | PR: 11017 Submitted by: maintainer
* Distfile(s) moved on MASTER_SITE.steve1999-04-021-2/+2
|
* Fix the MASTER_SITE_SUBDIR.vanilla1999-03-271-2/+2
|
* Update 1.0.3 -> 1.0.4nectar1999-03-255-8/+8
|
* Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.nectar1999-03-161-2/+2
| | | | | libgdk_imlib.so.2 -> libgdk_imlib.so.3 libImlib.so.2 -> libImlib.so.3
* * Update 1.0.1 -> 1.0.3.nectar1999-03-1512-19/+215
| | | | * One file modified per patch in ${PATCHDIR}.
* Upgrade to GNOME 1.0. The following are the details:nectar1999-03-095-90/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports/audio/esound 0.2.7 -> 0.2.8 PR ports/10422 ports/audio/gnomeaudio 0.99.8 -> 1.0.0 PR ports/10426 ports/audio/libaudiofile 0.1.5 -> 0.1.6 PR ports/10421 ports/deskutils/gnomepim 0.99.8.1 -> 1.0.1 PR ports/10435 ports/devel/ORBit 0.3.98 -> 0.4.0 PR ports/10423 ports/devel/gettext shared libs now PR ports/10293 ports/devel/glib12 1.1.16 -> 1.2.0 PR ports/10419 ports/devel/libgtop 0.99.8 -> 1.0.1 PR ports/10430 ports/games/gnomegames 0.99.8 -> 1.0.1 PR ports/10436 ports/graphics/electriceyes distfile moved PR ports/10437 ports/graphics/imlib 1.9.3 -> 1.9.4 PR ports/10424 ports/lang/gnomeobjc 0.99.3 -> 1.0.1 PR ports/10441 ports/math/gnumeric 0.6 -> 0.15 PR ports/10439 ports/misc/gnomeutils 0.99.5 -> 1.0.1 PR ports/10442 ports/sysutils/gnomeadmin 0.99.1 -> 1.0.1 PR ports/10445 ports/sysutils/gnomecontrolcenter 0.99.3.1 -> 1.0.1 PR ports/10446 ports/sysutils/gtop 0.99.2 -> 1.0.1 PR ports/10477 ports/textproc/libxml 0.99.8 -> 1.0.0 PR ports/10438 ports/www/libghttp distfile moved PR ports/10429 ports/x11/gnome 0.99.3 -> 1.0.0 PR ports/10450 ports/x11/gnomecore 0.99.8.1 -> 1.0.1 PR ports/10432 ports/x11/gnomelibs 0.99.8.1 -> 1.0.1 PR ports/10425 ports/x11-fm/gnomemc 4.5.10 -> 4.5.23 PR ports/10448 ports/x11-toolkits/gtk-engines 0.1 -> 0.5 PR ports/10427 ports/x11-toolkits/gtk12 1.1.6 -> 1.2.0 PR ports/10420 Note that repository copies were made before this commit, as follows: ports/devel/glib11-devel -> ports/devel/glib12 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Upgrade to 0.99.8.1.vanilla1999-02-194-42/+27
|
* Upgrade to 0.99.5.vanilla1999-02-024-34/+36
|
* Add 4.0current support.vanilla1999-02-011-8/+4
| | | | | PR: ports/9807 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Use ${MASTER_SITE_GNOME}fenner1999-01-271-5/+3
|
* Bump png's major number to 3.vanilla1999-01-231-2/+2
|
* Upgrade to 0.99.4.vanilla1999-01-224-46/+30
|
* Correct MASTER_SITES.vanilla1999-01-151-5/+5
|
* Upgrade to 0.99.3.vanilla1999-01-156-63/+77
|
* Change maitainer's email address,vanilla1999-01-131-2/+2
| | | | and BROKEN some gnome ports until I upgrade it.
* Upgrade to 0.99.2.vanilla1999-01-074-33/+54
|
* Bump ORBit & esound's version number.vanilla1999-01-051-3/+3
|
* Bump libglib11d's version to 2.0,vanilla1999-01-043-9/+40
| | | | and fix some configure problem(include pkg/PLIST).
* Upgrade to 0.99.1.vanilla1999-01-017-79/+192
|
* Add gettext to RUN_DEPENDS too. At least one of its headers is requiredasami1998-12-221-1/+2
| | | | | | to compile anything with libgnome, and since this port is pretty much about supplying the library, I think it is reasonable to say that in order to use this library, you'll need gettext too.
* Need to depend on gmake if we're going to use it.asami1998-12-141-1/+2
|
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0asami1998-11-251-2/+2
| | | | would go backwards.
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hjseger1998-11-252-23/+2
| | | | Approved by: asami
* Add -lintl to gnome-config.vanilla1998-11-191-3/+26
|
* remove BROKEN tag.vanilla1998-11-181-3/+1
| | | | Remind by: asami
* Set this ports BROKEN, gtk rewrite dnd code.vanilla1998-11-031-1/+3
|
* Add a patch for gnome_util_user_shll().vanilla1998-10-252-1/+14
|
* Upgrade to 0.30.1.vanilla1998-10-022-5/+5
|
* Upgrade to 0.30.vanilla1998-09-306-219/+56
|
* Typo (gdk_Imlib should be gdk_imlib).asami1998-09-261-2/+2
| | | | Found by: osa@ozz.etrust.ru
* graphics/imlib is now ELFized.asami1998-09-251-2/+2
|
* gtk and gtk11 are now ELFized.asami1998-09-231-2/+2
|
* giflib is now converted to ELF so remove regexp support.steve1998-09-191-3/+3
|
* Add a patch for giflib.vanilla1998-09-181-2/+97
|
* Roll back libpng major to 2.asami1998-09-171-2/+2
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* libpng major is now 3. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-151-2/+2
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Don't use += for a variable defined only once. Doing so will suggestasami1998-09-141-2/+2
| | | | | this Makefile is included from elsewhere, or is adding to a variable defined in the environment, or something like that.
* GNOME support libraries.vanilla1998-09-068-0/+361
PR: ports/7656 Submitted by: Yukihiro Nakai <Nakai@technologist.com>