summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-31 15:06:24 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-31 15:06:24 +0000
commitd8d5356624789868a2237dfc3b01c1899f22ae4c (patch)
tree2b72a018e1ceabaab2e7c0f8a88c3468e07c25be /x11
parent696c51601373056bda53e8c914ff1238d47f11d8 (diff)
downloadpkgsrc-d8d5356624789868a2237dfc3b01c1899f22ae4c.tar.gz
Simplify XFree86-libs doing the following changes:
o Move manual pages from PLIST.${OPSYS} to PLIST.common o Disable compression of manual pages in FreeBSD. o Use IMAKE_* vars for the manual pages.
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-libs/Makefile5
-rw-r--r--x11/XFree86-libs/PLIST.FreeBSD4
-rw-r--r--x11/XFree86-libs/PLIST.Linux5
-rw-r--r--x11/XFree86-libs/PLIST.NetBSD5
-rw-r--r--x11/XFree86-libs/PLIST.common5
-rw-r--r--x11/XFree86-libs/distinfo4
-rw-r--r--x11/XFree86-libs/patches/patch-au49
7 files changed, 40 insertions, 37 deletions
diff --git a/x11/XFree86-libs/Makefile b/x11/XFree86-libs/Makefile
index c2c935b06a4..869c11de946 100644
--- a/x11/XFree86-libs/Makefile
+++ b/x11/XFree86-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/24 08:47:28 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/31 15:06:24 xtraeme Exp $
DISTNAME= ${DISTFILES}
PKGNAME= XFree86-libs-${XF_VER}
@@ -15,6 +15,7 @@ CONFLICTS+= xextensions-[0-9]*
CONFLICTS+= libX11-[0-9]*
CONFLICTS+= libXau-[0-9]*
+USE_IMAKE= yes
DEPENDS= imake>=4.3.0:../../x11/imake
.include "../../mk/bsd.prefs.mk"
@@ -36,7 +37,7 @@ XINSTALL_DIRS= include lib nls programs/Xserver/include \
XINSTALL_MAN_DIRS= ${XINSTALL_DIRS}
post-patch:
- ${SED} -e 's,@MAKESTRS@,${X11PREFIX}/bin/makestrs,g' \
+ @${SED} -e 's,@MAKESTRS@,${X11PREFIX}/bin/makestrs,g' \
${WRKSRC}/config/cf/Library.tmpl \
> ${WRKSRC}/config/cf/Library.tmpl.tmp && \
${MV} ${WRKSRC}/config/cf/Library.tmpl.tmp \
diff --git a/x11/XFree86-libs/PLIST.FreeBSD b/x11/XFree86-libs/PLIST.FreeBSD
deleted file mode 100644
index 45bf27bd888..00000000000
--- a/x11/XFree86-libs/PLIST.FreeBSD
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST.FreeBSD,v 1.1.1.1 2004/01/24 08:47:28 xtraeme Exp $
-man/man3/Xaw.3.gz
-man/man3/Xcursor.3.gz
-man/man3/Xrandr.3.gz
diff --git a/x11/XFree86-libs/PLIST.Linux b/x11/XFree86-libs/PLIST.Linux
index 98d3f0d041b..95bce20ab38 100644
--- a/x11/XFree86-libs/PLIST.Linux
+++ b/x11/XFree86-libs/PLIST.Linux
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.Linux,v 1.1.1.1 2004/01/24 08:47:24 xtraeme Exp $
+@comment $NetBSD: PLIST.Linux,v 1.2 2004/01/31 15:06:24 xtraeme Exp $
include/X11/extensions/xf86rush.h
include/X11/extensions/xf86rushstr.h
lib/libI810XvMC.a
@@ -33,6 +33,3 @@ lib/libdps.so.1.0
lib/libdpstk.so.1.0
lib/liboldX.so.6.0
lib/libpsres.so.1.0
-man/man3/Xaw.3x
-man/man3/Xcursor.3x
-man/man3/Xrandr.3x
diff --git a/x11/XFree86-libs/PLIST.NetBSD b/x11/XFree86-libs/PLIST.NetBSD
index 9a3a71ea6f9..d0c1d3e1410 100644
--- a/x11/XFree86-libs/PLIST.NetBSD
+++ b/x11/XFree86-libs/PLIST.NetBSD
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.NetBSD,v 1.1.1.1 2004/01/24 08:47:24 xtraeme Exp $
+@comment $NetBSD: PLIST.NetBSD,v 1.2 2004/01/31 15:06:24 xtraeme Exp $
lib/libGL.so.1.2
lib/libGLU.so.1.3
lib/libICE.so.6.3
@@ -29,6 +29,3 @@ lib/libdps.so.1.0
lib/libdpstk.so.1.0
lib/liboldX.so.6.0
lib/libpsres.so.1.0
-man/cat3/Xaw.0
-man/cat3/Xcursor.0
-man/cat3/Xrandr.0
diff --git a/x11/XFree86-libs/PLIST.common b/x11/XFree86-libs/PLIST.common
index 4e2fa55b642..84aa76fb431 100644
--- a/x11/XFree86-libs/PLIST.common
+++ b/x11/XFree86-libs/PLIST.common
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.1.1.1 2004/01/24 08:47:27 xtraeme Exp $
+@comment $NetBSD: PLIST.common,v 1.2 2004/01/31 15:06:24 xtraeme Exp $
bin/xcursor-config
include/DPS/ColorSB.h
include/DPS/ColorSBP.h
@@ -617,6 +617,9 @@ lib/libpsres.so.1
lib/libxf86config.a
lib/libxkbfile.a
lib/libxkbui.a
+${IMAKE_LIBMAN_DIR}/Xaw.${IMAKE_LIBMAN_SUFFIX}
+${IMAKE_LIBMAN_DIR}/Xcursor.${IMAKE_LIBMAN_SUFFIX}
+${IMAKE_LIBMAN_DIR}/Xrandr.${IMAKE_LIBMAN_SUFFIX}
@dirrm include/DPS
@dirrm include/GL
@dirrm include/X11/Xcursor
diff --git a/x11/XFree86-libs/distinfo b/x11/XFree86-libs/distinfo
index 695d31b3df1..81456592a53 100644
--- a/x11/XFree86-libs/distinfo
+++ b/x11/XFree86-libs/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/01/24 08:47:28 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/01/31 15:06:24 xtraeme Exp $
SHA1 (X430src-1.tgz) = 3aaf219e8c2d3eb299f150bd4a2554a84a19354b
Size (X430src-1.tgz) = 10993622 bytes
@@ -28,7 +28,7 @@ SHA1 (patch-aq) = c229aac69ac0e503c4cac3c7f532cd6b4cbdef39
SHA1 (patch-ar) = 129171c7ce2bfb08a6fef06e8ed77e7031a29eb0
SHA1 (patch-as) = 5bfc792b879c859745b5dd1e71ac3e57ea9a7a37
SHA1 (patch-at) = 89a4bcd4351d7b2967da744619e3912b2efa7138
-SHA1 (patch-au) = 47d802003d04c4d64f661104458592f86db81dce
+SHA1 (patch-au) = 77568c9cddca68e910e6db8d6d7baa5e495a0fb5
SHA1 (patch-av) = 4c124eaf876e48b9deea2f7a63fd052f4fb11baa
SHA1 (patch-aw) = b9e4c6f04b0f55abd8c589889ba5d3721deaf670
SHA1 (patch-ax) = 65c6a325c5378b18b55915c002be2827c8acab24
diff --git a/x11/XFree86-libs/patches/patch-au b/x11/XFree86-libs/patches/patch-au
index 20c29ce2a21..a3827467ed7 100644
--- a/x11/XFree86-libs/patches/patch-au
+++ b/x11/XFree86-libs/patches/patch-au
@@ -1,37 +1,36 @@
-$NetBSD: patch-au,v 1.1.1.1 2004/01/24 08:47:32 xtraeme Exp $
+$NetBSD: patch-au,v 1.2 2004/01/31 15:06:24 xtraeme Exp $
---- config/cf/FreeBSD.cf.in.orig Tue Jul 22 05:38:50 2003
-+++ config/cf/FreeBSD.cf.in Tue Jul 22 05:42:22 2003
-@@ -162,14 +162,14 @@
+--- config/cf/FreeBSD.cf.in.orig Sat Jan 31 15:05:04 2004
++++ config/cf/FreeBSD.cf.in Sat Jan 31 15:07:28 2004
+@@ -161,15 +161,10 @@
+ *
* ld: warning: libXThrStub.so.6, needed by libX11.so, not found
*/
- #if BuildThreadStubLibrary && (!defined(UseInstalledX11) || !UseInstalledX11)
+-#if BuildThreadStubLibrary && (!defined(UseInstalledX11) || !UseInstalledX11)
-# define CcCmd $(CLIENTENVSETUP) cc
-# define CplusplusCmd $(CLIENTENVSETUP) c++
-+# define CcCmd $(CLIENTENVSETUP) @@PKGSRC_CC@@
-+# define CplusplusCmd $(CLIENTENVSETUP) @@PKGSRC_CXX@@
- #else
+-#else
-# define CcCmd cc
-# define CplusplusCmd c++
-+# define CcCmd @@PKGSRC_CC@@
-+# define CplusplusCmd @@PKGSRC_CXX@@
- #endif
+-#endif
++#define CcCmd @@PKGSRC_CC@@
++#define CplusplusCmd @@PKGSRC_CXX@@
-#define CppCmd /usr/bin/cpp
+#define CppCmd @@PKGSRC_CPP@@
#define PreProcessCmd CppCmd
#define StandardCppOptions -traditional
#define StandardCppDefines /**/
-@@ -177,7 +177,7 @@
+@@ -177,7 +172,7 @@
#if defined(UseInstalled)
#define DefaultCCOptions /**/
#else
-#define DefaultCCOptions -ansi -pedantic -Dasm=__asm GccWarningOptions
-+#define DefaultCCOptions -ansi @@PKGSRC_CFLAGS@@ -Dasm=__asm
++#define DefaultCCOptions -ansi -Dasm=__asm
#endif
#endif
#ifndef ExtraLibraries
-@@ -482,17 +482,12 @@
+@@ -482,18 +477,9 @@
#define XawI18nDefines -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
#endif
@@ -41,13 +40,23 @@ $NetBSD: patch-au,v 1.1.1.1 2004/01/24 08:47:32 xtraeme Exp $
-#define DefaultGcc2i386Opt -O2
-#endif
-#endif
-+#define DefaultGcc2i386Opt
- #ifdef i386Architecture
- # define OptimizedCDebugFlags DefaultGcc2i386Opt
- #else
+-#ifdef i386Architecture
+-# define OptimizedCDebugFlags DefaultGcc2i386Opt
+-#else
-# define OptimizedCDebugFlags -O
-+# define OptimizedCDebugFlags @@PKGSRC_CFLAGS@@
- #endif
+-#endif
++#define DefaultGcc2i386Opt
++#define OptimizedCDebugFlags @@PKGSRC_CFLAGS@@
#ifndef PreIncDir
+ # define PreIncDir /usr/include
+@@ -519,7 +505,7 @@
+ * Compress manual pages
+ */
+ #ifndef CompressManPages
+-# define CompressManPages YES
++# define CompressManPages NO
+ #endif
+
+ #if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion >= 1)