pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Fix man page section on Linux. from Ole Andre Rodlie o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d18cca798b1
branches: trunk
changeset: 530217:0d18cca798b1
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Jun 19 09:39:10 2007 +0000
description:
Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.
diffstat:
mail/xbiff/Makefile | 4 +++-
x11/ico/Makefile | 4 +++-
x11/libXxf86dga/Makefile | 4 +++-
x11/listres/Makefile | 4 +++-
x11/luit/Makefile | 4 +++-
x11/setxkbmap/Makefile | 4 +++-
x11/x11perf/Makefile | 4 +++-
x11/xcalc/Makefile | 4 +++-
x11/xconsole/Makefile | 4 +++-
x11/xev/Makefile | 4 +++-
x11/xeyes/Makefile | 4 +++-
x11/xgamma/Makefile | 4 +++-
x11/xhost/Makefile | 4 +++-
x11/xkill/Makefile | 4 +++-
x11/xload/Makefile | 4 +++-
x11/xlogo/Makefile | 4 +++-
x11/xman/Makefile | 4 +++-
x11/xmessage/Makefile | 4 +++-
x11/xmore/Makefile | 4 +++-
x11/xplsprinters/Makefile | 4 +++-
x11/xprehashprinterlist/Makefile | 4 +++-
x11/xrandr/Makefile | 4 +++-
x11/xrefresh/Makefile | 4 +++-
x11/xset/Makefile | 4 +++-
x11/xsetmode/Makefile | 4 +++-
x11/xsetpointer/Makefile | 4 +++-
x11/xsetroot/Makefile | 4 +++-
x11/xsm/Makefile | 4 +++-
x11/xvinfo/Makefile | 4 +++-
x11/xwd/Makefile | 4 +++-
x11/xwininfo/Makefile | 4 +++-
x11/xwud/Makefile | 4 +++-
32 files changed, 96 insertions(+), 32 deletions(-)
diffs (truncated from 570 to 300 lines):
diff -r 6c1a58547a56 -r 0d18cca798b1 mail/xbiff/Makefile
--- a/mail/xbiff/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/mail/xbiff/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 15:14:52 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:10 joerg Exp $
#
DISTNAME= xbiff-1.0.1
@@ -15,6 +15,8 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/xbitmaps/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6c1a58547a56 -r 0d18cca798b1 x11/ico/Makefile
--- a/x11/ico/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/x11/ico/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 13:46:34 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:11 joerg Exp $
#
DISTNAME= ico-1.0.1
@@ -17,6 +17,8 @@
PTHREAD_AUTO_VARS= yes
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6c1a58547a56 -r 0d18cca798b1 x11/libXxf86dga/Makefile
--- a/x11/libXxf86dga/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/x11/libXxf86dga/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/12/27 12:24:15 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:11 joerg Exp $
#
DISTNAME= libXxf86dga-1.0.1
@@ -16,6 +16,8 @@
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
+
PKGCONFIG_OVERRIDE+= xxf86dga.pc.in
.include "../../x11/libX11/buildlink3.mk"
diff -r 6c1a58547a56 -r 0d18cca798b1 x11/listres/Makefile
--- a/x11/listres/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/x11/listres/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 13:46:42 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:11 joerg Exp $
#
DISTNAME= listres-1.0.1
@@ -15,5 +15,7 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6c1a58547a56 -r 0d18cca798b1 x11/luit/Makefile
--- a/x11/luit/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/x11/luit/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 13:46:47 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:11 joerg Exp $
#
DISTNAME= luit-1.0.2
@@ -15,6 +15,8 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../fonts/libfontenc/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6c1a58547a56 -r 0d18cca798b1 x11/setxkbmap/Makefile
--- a/x11/setxkbmap/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/x11/setxkbmap/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/03/20 00:10:10 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2007/06/19 09:39:11 joerg Exp $
#
DISTNAME= setxkbmap-1.0.3
@@ -15,6 +15,8 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../x11/libxkbfile/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6c1a58547a56 -r 0d18cca798b1 x11/x11perf/Makefile
--- a/x11/x11perf/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/x11/x11perf/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 18:03:08 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:11 joerg Exp $
#
DISTNAME= x11perf-1.4.1
@@ -15,6 +15,8 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
diff -r 6c1a58547a56 -r 0d18cca798b1 x11/xcalc/Makefile
--- a/x11/xcalc/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/x11/xcalc/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 18:03:17 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:11 joerg Exp $
#
DISTNAME= xcalc-1.0.1
@@ -15,5 +15,7 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6c1a58547a56 -r 0d18cca798b1 x11/xconsole/Makefile
--- a/x11/xconsole/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/x11/xconsole/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/04/12 16:20:45 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2007/06/19 09:39:12 joerg Exp $
#
DISTNAME= xconsole-1.0.2
@@ -15,6 +15,8 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
diff -r 6c1a58547a56 -r 0d18cca798b1 x11/xev/Makefile
--- a/x11/xev/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/x11/xev/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/04/10 13:28:24 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2007/06/19 09:39:12 joerg Exp $
#
DISTNAME= xev-1.0.2
@@ -15,6 +15,8 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6c1a58547a56 -r 0d18cca798b1 x11/xeyes/Makefile
--- a/x11/xeyes/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/x11/xeyes/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 13:46:51 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:12 joerg Exp $
#
DISTNAME= xeyes-1.0.1
@@ -15,6 +15,8 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
diff -r 6c1a58547a56 -r 0d18cca798b1 x11/xgamma/Makefile
--- a/x11/xgamma/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/x11/xgamma/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 18:03:35 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:12 joerg Exp $
#
DISTNAME= xgamma-1.0.1
@@ -15,6 +15,8 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
diff -r 6c1a58547a56 -r 0d18cca798b1 x11/xhost/Makefile
--- a/x11/xhost/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/x11/xhost/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/03/21 00:16:42 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2007/06/19 09:39:12 joerg Exp $
#
DISTNAME= xhost-1.0.1
@@ -15,6 +15,8 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXau/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
diff -r 6c1a58547a56 -r 0d18cca798b1 x11/xkill/Makefile
--- a/x11/xkill/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/x11/xkill/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 18:03:43 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:12 joerg Exp $
#
DISTNAME= xkill-1.0.1
@@ -15,5 +15,7 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../x11/libXmu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6c1a58547a56 -r 0d18cca798b1 x11/xload/Makefile
--- a/x11/xload/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/x11/xload/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/03/17 18:40:59 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2007/06/19 09:39:12 joerg Exp $
#
DISTNAME= xload-1.0.1
@@ -15,5 +15,7 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6c1a58547a56 -r 0d18cca798b1 x11/xlogo/Makefile
--- a/x11/xlogo/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/x11/xlogo/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 18:03:57 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:13 joerg Exp $
#
DISTNAME= xlogo-1.0.1
@@ -15,6 +15,8 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
diff -r 6c1a58547a56 -r 0d18cca798b1 x11/xman/Makefile
--- a/x11/xman/Makefile Tue Jun 19 01:41:19 2007 +0000
+++ b/x11/xman/Makefile Tue Jun 19 09:39:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 13:46:59 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:13 joerg Exp $
#
DISTNAME= xman-1.0.2
@@ -15,5 +15,7 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
.include "../../x11/libXaw/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index