pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/qt3-libs Update to qt3-libs-3.3.8nb6: Explicitly p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/77e43f7a0ee4
branches: trunk
changeset: 534272:77e43f7a0ee4
user: abs <abs%pkgsrc.org@localhost>
date: Mon Oct 15 11:59:49 2007 +0000
description:
Update to qt3-libs-3.3.8nb6: Explicitly pass inet6 setting to configure - from Yakovetsky Vladimir
diffstat:
x11/qt3-libs/Makefile | 4 ++--
x11/qt3-libs/Makefile.common | 9 ++++++++-
2 files changed, 10 insertions(+), 3 deletions(-)
diffs (39 lines):
diff -r d0b4faa70621 -r 77e43f7a0ee4 x11/qt3-libs/Makefile
--- a/x11/qt3-libs/Makefile Mon Oct 15 11:57:45 2007 +0000
+++ b/x11/qt3-libs/Makefile Mon Oct 15 11:59:49 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2007/09/15 12:04:01 tron Exp $
+# $NetBSD: Makefile,v 1.68 2007/10/15 11:59:49 abs Exp $
PKGNAME= qt3-libs-${QTVERSION}
-PKGREVISION= 5
+PKGREVISION= 6
MAINTAINER= adam%NetBSD.org@localhost
COMMENT= C++ X GUI toolkit
diff -r d0b4faa70621 -r 77e43f7a0ee4 x11/qt3-libs/Makefile.common
--- a/x11/qt3-libs/Makefile.common Mon Oct 15 11:57:45 2007 +0000
+++ b/x11/qt3-libs/Makefile.common Mon Oct 15 11:59:49 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.67 2007/07/02 20:06:43 tnn Exp $
+# $NetBSD: Makefile.common,v 1.68 2007/10/15 11:59:49 abs Exp $
DISTNAME= qt-x11-free-${QTVERSION}
CATEGORIES= x11
@@ -79,9 +79,16 @@
PKG_OPTIONS_VAR= PKG_OPTIONS.qt3
PKG_SUPPORTED_OPTIONS= cups debug
+PKG_SUPPORTED_OPTIONS+= inet6
.include "../../mk/bsd.options.mk"
+.if !empty(PKG_OPTIONS:Minet6)
+CONFIGURE_ARGS+= -ipv6
+.else
+CONFIGURE_ARGS+= -no-ipv6
+.endif
+
.if !empty(PKG_OPTIONS:Mcups)
. include "../../print/cups/buildlink3.mk"
CONFIGURE_ARGS+= -cups
Home |
Main Index |
Thread Index |
Old Index