Ade Lovett
972ca4afab
Re-sobomize to use pre-patch instead of post-extract
...
Wrists slapped by: knu, sheldon
2000-08-04 16:11:37 +00:00
Ade Lovett
38ae599271
Extensive patchfile cleanups using sobomax's wonderful
...
post-extract rule
2000-08-04 01:19:21 +00:00
Satoshi Asami
c6bcad2436
(1) Add new variable, XFREE86_VERSION, to specify which version of
...
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
2000-08-03 09:28:57 +00:00
Ade Lovett
4b145e6e8b
Fix typos
...
PR: 19800
Submitted by: Nishimura Takashi <takashi@ueda.info.waseda.ac.jp>
2000-07-09 18:55:38 +00:00
Ade Lovett
e603275ae5
Update to 1.2.4
2000-07-06 15:31:56 +00:00
Ade Lovett
a17c107c64
Update to 1.2.3
...
Submitted by: sobomax
2000-06-21 17:39:45 +00:00
Ade Lovett
cd0398bf4b
Update to 1.2.2
2000-06-20 20:31:20 +00:00
Satoshi Asami
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
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
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
...
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Ade Lovett
1ecc592d8c
Say hello to GNOME 1.2
...
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.
2000-06-01 16:10:38 +00:00
Ade Lovett
02ccace5d1
Update to 1.0.62
2000-05-17 16:27:43 +00:00
Chris Piazza
fe5426321a
Update to use PORTNAME/PORTVERSION
2000-04-13 19:19:05 +00:00
Ade Lovett
8d6ec105b7
Update to 1.0.58
2000-04-06 15:31:22 +00:00
Ade Lovett
94fa65b2c7
Update to 1.0.57 (more bugfixes)
2000-03-24 02:41:21 +00:00
Satoshi Asami
54a5565d35
<machine/param.h> -> <sys/param.h>
2000-03-22 23:26:35 +00:00
Satoshi Asami
359ea69fed
(forgot to cvs add this file -- should have been committed with patch-bj)
...
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>
2000-03-11 01:53:54 +00:00
Satoshi Asami
410e4dd70f
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>
2000-03-11 01:52:48 +00:00
Ade Lovett
7fc5b5b021
Squeeze another update (to 1.0.56) under the wire before 4.0-RELEASE
2000-02-23 18:38:28 +00:00
Ade Lovett
9ec7396641
Use ungif instead of gif.
...
Bad gnome-config.in for hardcoding this. No biscuit.
2000-02-16 03:00:03 +00:00
Ade Lovett
dbe4b24a7f
Fix a number of gnome-terminal issues.
...
PR: 16218
Submitted by: Andrew J. Korty <ajk@waterspout.com>
2000-01-21 03:53:38 +00:00
Ade Lovett
27a7471132
Update to 1.0.55
2000-01-14 20:51:19 +00:00
Ade Lovett
108e73f59b
Fix utmp/wtmp/lastlog support for gnome-terminal
...
PR: 16081
Submitted by: Andrew J. Korty <ajk@waterspout.com>
2000-01-14 20:50:24 +00:00
Yukihiro Nakai
a6844f7b83
Change MAINTAINER to ade@FreeBSD.org .
2000-01-07 02:07:00 +00:00
Steve Price
4275cb17e6
New location on MASTER_SITE.
...
PR: 15238, 15248
Submitted by: Ade Lovett <ade@lovett.com>
1999-12-04 19:08:13 +00:00
Yukihiro Nakai
bd08292561
Fix for CONFIGURE_ENV line.
1999-11-21 09:37:01 +00:00
Yukihiro Nakai
73b6d6b8fe
Delete some meaningless line from Makefile.
...
Submitted by: tkato@prontomail.ne.jp
1999-11-20 11:33:31 +00:00
Yukihiro Nakai
a349e6c65c
Update to 1.0.54
...
PR: ports/14788
Submitted by: Ade Lovett<ade@lovett.com>
1999-11-09 09:54:13 +00:00
Yukihiro Nakai
9e6226d757
Add a patch for i18n about dialog.
1999-10-25 05:29:30 +00:00
Yukihiro Nakai
0f377793a7
Fix to enable to refer gtk-config or glib-config from
...
gnome-config.
Now 'gnome-config gtk --cflags' or so works.
1999-10-18 03:47:31 +00:00
Yukihiro Nakai
46519c4d05
PR: ports/14303
...
Submitted by:Ade Lovett <ade@lovett.com>
Update to 1.0.53
This is a core library for 'October GNOME'
1999-10-14 03:41:26 +00:00
Yukihiro Nakai
93d38cce04
Use updated imlib library.
1999-10-08 03:30:33 +00:00
Yukihiro Nakai
1fd342a0a6
Use Updated esound library.
1999-10-08 02:41:51 +00:00
Peter Wemm
e17439d50d
$Id$ -> $FreeBSD$
1999-08-31 02:51:23 +00:00
Steve Price
92e105b906
Update to version 1.0.14.
...
PR: 12781 (4 of 19)
Submitted by: Ade Lovett <ade@lovett.com>
1999-08-22 03:42:59 +00:00
Tim Vanderhoek
a84b5b5f94
#4/4 enforcing Caps, no period
...
[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
1999-06-26 19:22:14 +00:00
Steve Price
a3044dd0fd
Add -lintl to the list of LDFLAGS since libgnome needs it.
1999-06-08 22:03:48 +00:00
Steve Price
257a928899
Use new gnome libs and set USE_LIBTOOL=yes.
...
PR: 11844
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-05-30 04:02:08 +00:00
Steve Price
91ca31842b
Update to version 1.0.9.
...
PR: 11529
Submitted by: Ade Lovett <ade@lovett.com>
1999-05-09 17:13:38 +00:00
Steve Price
a700085096
Update to version 1.0.6.
...
PR: 11017
Submitted by: maintainer
1999-05-01 03:21:07 +00:00
Steve Price
b3f86d20dd
Distfile(s) moved on MASTER_SITE.
1999-04-02 03:25:29 +00:00
Vanilla I. Shu
3dede06e78
Fix the MASTER_SITE_SUBDIR.
1999-03-27 10:35:57 +00:00
Jacques Vidrine
b404a92206
Update 1.0.3 -> 1.0.4
1999-03-25 02:36:54 +00:00
Jacques Vidrine
f0de21bf7d
Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.
...
libgdk_imlib.so.2 -> libgdk_imlib.so.3
libImlib.so.2 -> libImlib.so.3
1999-03-15 18:30:06 +00:00
Jacques Vidrine
d45e163fdc
* Update 1.0.1 -> 1.0.3.
...
* One file modified per patch in ${PATCHDIR}.
1999-03-15 02:04:19 +00:00
Jacques Vidrine
f4442a7aa7
Upgrade to GNOME 1.0. The following are the details:
...
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>
1999-03-09 01:13:40 +00:00
Vanilla I. Shu
717f2db855
Upgrade to 0.99.8.1.
1999-02-18 17:53:24 +00:00
Vanilla I. Shu
a602d58e6b
Upgrade to 0.99.5.
1999-02-01 20:58:46 +00:00
Vanilla I. Shu
a1c527cc9f
Add 4.0current support.
...
PR: ports/9807
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-01-31 19:07:48 +00:00
Bill Fenner
dc90d64404
Use ${MASTER_SITE_GNOME}
1999-01-27 08:31:54 +00:00
Vanilla I. Shu
343b837340
Bump png's major number to 3.
1999-01-23 07:05:35 +00:00