pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xorg-imake Always use INSTALLMINORREV, eliminiatin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b5d72c1c36ae
branches: trunk
changeset: 518990:b5d72c1c36ae
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Sep 25 12:49:58 2006 +0000
description:
Always use INSTALLMINORREV, eliminiating the special handling in
FreeBSD. Bump revision. Tested by Peter Schuller.
diffstat:
x11/xorg-imake/Makefile | 4 ++--
x11/xorg-imake/patches/patch-ak | 13 ++++++++-----
2 files changed, 10 insertions(+), 7 deletions(-)
diffs (39 lines):
diff -r ffc27bcd7830 -r b5d72c1c36ae x11/xorg-imake/Makefile
--- a/x11/xorg-imake/Makefile Mon Sep 25 12:18:04 2006 +0000
+++ b/x11/xorg-imake/Makefile Mon Sep 25 12:49:58 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2006/07/31 16:39:42 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2006/09/25 12:49:58 joerg Exp $
DISTNAME= ${DISTFILES}
PKGNAME= xorg-imake-${XORG_VER}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG}
DISTFILES= X11R${XORG_VER}-src1.tar.gz X11R${XORG_VER}-src3.tar.gz
diff -r ffc27bcd7830 -r b5d72c1c36ae x11/xorg-imake/patches/patch-ak
--- a/x11/xorg-imake/patches/patch-ak Mon Sep 25 12:18:04 2006 +0000
+++ b/x11/xorg-imake/patches/patch-ak Mon Sep 25 12:49:58 2006 +0000
@@ -1,13 +1,16 @@
-$NetBSD: patch-ak,v 1.3 2006/01/19 00:30:55 joerg Exp $
+$NetBSD: patch-ak,v 1.4 2006/09/25 12:49:58 joerg Exp $
--- config/cf/bsdLib.rules.orig 2005-06-01 18:09:09.000000000 +0200
+++ config/cf/bsdLib.rules
-@@ -229,7 +229,7 @@ LintLibReferences(varname,libname,libsou
+@@ -229,11 +229,7 @@ LintLibReferences(varname,libname,libsou
* InstallSharedLibrary - generate rules to install the shared library.
* NOTE: file must be executable, hence "INSTBINFLAGS"
*/
-#ifndef FreeBSDArchitecture
-+#if !defined(FreeBSDArchitecture) || defined(DragonFlyArchitecture)
INSTALLMINORREV = true
- #else
- INSTALLMINORREV = false
+-#else
+-INSTALLMINORREV = false
+-#endif
+
+ #ifndef InstallSharedLibrary
+ #define InstallSharedLibrary(libname,rev,dest) @@\
Home |
Main Index |
Thread Index |
Old Index