diff options
author | wiz <wiz> | 2002-04-06 22:08:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-04-06 22:08:32 +0000 |
commit | d094b6572a2ffd82f3395a706cd39b91c540a4c8 (patch) | |
tree | deba40a3a13c76123ebfec94e1e4c564c3ce5ba7 /emulators | |
parent | 935fb04d1c77204f37dd29a909894cafade15056 (diff) | |
download | pkgsrc-d094b6572a2ffd82f3395a706cd39b91c540a4c8.tar.gz |
Add an additional distfile to make this package usable for XFree86-3.* users.
Bump PKGREVISION. (No change for XFree86-4.* users.)
Debugging and idea for the solution by tron.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_x11/Makefile | 11 | ||||
-rw-r--r-- | emulators/suse_x11/distinfo | 4 |
2 files changed, 13 insertions, 2 deletions
diff --git a/emulators/suse_x11/Makefile b/emulators/suse_x11/Makefile index 3d4fd5f12bc..261ecbd3145 100644 --- a/emulators/suse_x11/Makefile +++ b/emulators/suse_x11/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2002/04/04 09:47:10 tron Exp $ +# $NetBSD: Makefile,v 1.17 2002/04/06 22:08:32 wiz Exp $ DISTNAME= suse_x11-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE:=x1/} DISTFILES= ${RPMFILES} @@ -19,4 +20,12 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= xshared.rpm +.include "../../mk/bsd.prefs.mk" + +# directory appeared in XFree86 4.* +# if it is missing, we are using XFree86 3.* and need some additional files +.if !exists(${X11BASE}/lib/X11/locale/common) +RPMFILES+= xf86.rpm +.endif + .include "../suse_linux/Makefile.common" diff --git a/emulators/suse_x11/distinfo b/emulators/suse_x11/distinfo index 867d2ba3e44..a622d53ed52 100644 --- a/emulators/suse_x11/distinfo +++ b/emulators/suse_x11/distinfo @@ -1,4 +1,6 @@ -$NetBSD: distinfo,v 1.4 2002/04/04 09:47:11 tron Exp $ +$NetBSD: distinfo,v 1.5 2002/04/06 22:08:32 wiz Exp $ SHA1 (suse73/xshared.rpm) = 50ace1909bf0a39f509d6401d18cd375dbcf847d Size (suse73/xshared.rpm) = 1728255 bytes +SHA1 (suse73/xf86.rpm) = d824c1323018100870fb42f08ec0e26c10ae8702 +Size (suse73/xf86.rpm) = 20347104 bytes |