summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrodent <rodent>2013-06-09 12:34:50 +0000
committerrodent <rodent>2013-06-09 12:34:50 +0000
commitd0dbf155e5190e9aa79905015c074cc64ebbfbac (patch)
tree79cba4a36fb8f1d2515659ba33fe78129a5daf8d /x11
parent8b5e59606080dc2ee65a9ed0f1bd616f7c984294 (diff)
downloadpkgsrc-d0dbf155e5190e9aa79905015c074cc64ebbfbac.tar.gz
Fix driver man suffix on SunOS.
Diffstat (limited to 'x11')
-rw-r--r--x11/xf86-input-acecad/Makefile8
-rw-r--r--x11/xf86-input-penmount/Makefile8
-rw-r--r--x11/xf86-video-fbdev/Makefile8
-rw-r--r--x11/xf86-video-newport/Makefile6
-rw-r--r--x11/xf86-video-suncg14/Makefile6
-rw-r--r--x11/xf86-video-suncg3/Makefile8
-rw-r--r--x11/xf86-video-sunffb/Makefile6
7 files changed, 43 insertions, 7 deletions
diff --git a/x11/xf86-input-acecad/Makefile b/x11/xf86-input-acecad/Makefile
index ffad86bc13f..9c5547874f3 100644
--- a/x11/xf86-input-acecad/Makefile
+++ b/x11/xf86-input-acecad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/06/02 21:56:42 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2013/06/09 12:34:50 rodent Exp $
DISTNAME= xf86-input-acecad-1.5.0
CATEGORIES= x11
@@ -14,6 +14,12 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
+.endif
+
.include "../../devel/xorg-util-macros/buildlink3.mk"
.include "../../x11/inputproto/buildlink3.mk"
.include "../../x11/kbproto/buildlink3.mk"
diff --git a/x11/xf86-input-penmount/Makefile b/x11/xf86-input-penmount/Makefile
index 062a2e61a2f..8975bcaf7b1 100644
--- a/x11/xf86-input-penmount/Makefile
+++ b/x11/xf86-input-penmount/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/06/03 00:22:18 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2013/06/09 12:34:50 rodent Exp $
DISTNAME= xf86-input-penmount-1.5.0
CATEGORIES= x11
@@ -14,6 +14,12 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
+.endif
+
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../devel/xorg-util-macros/buildlink3.mk"
diff --git a/x11/xf86-video-fbdev/Makefile b/x11/xf86-video-fbdev/Makefile
index 6d2aff3417c..6dbe14cfee0 100644
--- a/x11/xf86-video-fbdev/Makefile
+++ b/x11/xf86-video-fbdev/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/06/03 00:49:22 rodent Exp $
+# $NetBSD: Makefile,v 1.3 2013/06/09 12:37:18 rodent Exp $
DISTNAME= xf86-video-fbdev-0.4.3
CATEGORIES= x11
@@ -14,6 +14,12 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
+.endif
+
.include "../../x11/fontsproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-newport/Makefile b/x11/xf86-video-newport/Makefile
index 3ec7095c1aa..f98ed55289b 100644
--- a/x11/xf86-video-newport/Makefile
+++ b/x11/xf86-video-newport/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/06/03 01:35:22 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2013/06/09 12:37:18 rodent Exp $
DISTNAME= xf86-video-newport-0.2.4
CATEGORIES= x11
@@ -16,6 +16,10 @@ USE_TOOLS+= pkg-config
.include "options.mk"
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
+.endif
+
.include "../../x11/fontsproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-suncg14/Makefile b/x11/xf86-video-suncg14/Makefile
index a1b57075928..b5eb78ce87c 100644
--- a/x11/xf86-video-suncg14/Makefile
+++ b/x11/xf86-video-suncg14/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/06/04 03:23:56 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2013/06/09 12:37:18 rodent Exp $
DISTNAME= xf86-video-suncg14-1.1.2
CATEGORIES= x11
@@ -16,6 +16,10 @@ USE_TOOLS+= pkg-config
.include "options.mk"
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
+.endif
+
.include "../../x11/fontsproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-suncg3/Makefile b/x11/xf86-video-suncg3/Makefile
index 87c7f3f09d1..2dfc591ef87 100644
--- a/x11/xf86-video-suncg3/Makefile
+++ b/x11/xf86-video-suncg3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/06/04 02:21:44 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2013/06/09 12:37:18 rodent Exp $
DISTNAME= xf86-video-suncg3-1.1.2
CATEGORIES= x11
@@ -14,6 +14,12 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
+.endif
+
.include "../../x11/fontsproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-sunffb/Makefile b/x11/xf86-video-sunffb/Makefile
index 5c7661acaa1..d1cfb439d9c 100644
--- a/x11/xf86-video-sunffb/Makefile
+++ b/x11/xf86-video-sunffb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/06/04 03:34:23 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2013/06/09 12:37:18 rodent Exp $
DISTNAME= xf86-video-sunffb-1.2.2
CATEGORIES= x11
@@ -16,6 +16,10 @@ USE_TOOLS+= pkg-config
.include "options.mk"
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
+.endif
+
BUILDLINK_API_DEPENDS.xextproto+= xextproto>=7.0.99.1
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/fontsproto/buildlink3.mk"