pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xorgproto
Module Name: pkgsrc
Committed By: nia
Date: Sat Nov 23 11:41:20 UTC 2019
Modified Files:
pkgsrc/x11/xorgproto: Makefile
Log Message:
xorgproto: Force consistent man page installation for SunOS/etc
It appears to attempt to detect whether the system uses "Sys-V"-style
man categories by checking for a specific file in /usr/share/man.
This doesn't seem to be particularly accurate and causes problems with
varying PLISTs on pkgsrc depending on the system's filesystem layout.
So just force a consistent category number for "misc" pages for every OS,
for now...
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/xorgproto/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xorgproto/Makefile
diff -u pkgsrc/x11/xorgproto/Makefile:1.9 pkgsrc/x11/xorgproto/Makefile:1.10
--- pkgsrc/x11/xorgproto/Makefile:1.9 Fri Nov 15 10:01:35 2019
+++ pkgsrc/x11/xorgproto/Makefile Sat Nov 23 11:41:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/11/15 10:01:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2019/11/23 11:41:20 nia Exp $
DISTNAME= xorgproto-2019.2
PKGREVISION= 2
@@ -17,6 +17,9 @@ USE_LANGUAGES= c
# some packages need the old headers
CONFIGURE_ARGS+= --enable-legacy
+# Force a consistent PLIST.
+CONFIGURE_ENV+= MISC_MAN_SUFFIX="7"
+
PKGCONFIG_OVERRIDE+= applewmproto.pc.in
PKGCONFIG_OVERRIDE+= bigreqsproto.pc.in
PKGCONFIG_OVERRIDE+= compositeproto.pc.in
Home |
Main Index |
Thread Index |
Old Index