pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc USE_LANGUAGES= c++



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2acc1178008
branches:  trunk
changeset: 483952:c2acc1178008
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 22 21:02:33 2004 +0000

description:
USE_LANGUAGES= c++

diffstat:

 mail/bbmail/Makefile   |  4 ++--
 math/graphopt/Makefile |  4 ++--
 time/bbdate/Makefile   |  4 ++--
 wm/bbpager/Makefile    |  4 ++--
 wm/qvwm/Makefile       |  4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diffs (89 lines):

diff -r b06d361812c4 -r c2acc1178008 mail/bbmail/Makefile
--- a/mail/bbmail/Makefile      Mon Nov 22 21:01:37 2004 +0000
+++ b/mail/bbmail/Makefile      Mon Nov 22 21:02:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/05/23 20:58:42 danw Exp $
+# $NetBSD: Makefile,v 1.9 2004/11/22 21:09:25 wiz Exp $
 #
 
 DISTNAME=      bbmail-0.8.3
@@ -12,7 +12,7 @@
 GNU_CONFIGURE= YES
 USE_X11=       YES
 USE_BUILDLINK3=        YES
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c++
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/bbmail ${PREFIX}/bin/
diff -r b06d361812c4 -r c2acc1178008 math/graphopt/Makefile
--- a/math/graphopt/Makefile    Mon Nov 22 21:01:37 2004 +0000
+++ b/math/graphopt/Makefile    Mon Nov 22 21:02:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/10/03 00:12:56 tv Exp $
+# $NetBSD: Makefile,v 1.15 2004/11/22 21:03:44 wiz Exp $
 #
 
 DISTNAME=      graphopt-0.4.1
@@ -13,7 +13,7 @@
 
 USE_BUILDLINK3=        YES
 USE_DIRS+=     xdg-1.1
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c++
 GNU_CONFIGURE= YES
 
 post-install:
diff -r b06d361812c4 -r c2acc1178008 time/bbdate/Makefile
--- a/time/bbdate/Makefile      Mon Nov 22 21:01:37 2004 +0000
+++ b/time/bbdate/Makefile      Mon Nov 22 21:02:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/09/05 23:47:46 jschauma Exp $
+# $NetBSD: Makefile,v 1.4 2004/11/22 21:02:33 wiz Exp $
 #
 
 DISTNAME=      bbdate-0.2.4
@@ -11,6 +11,6 @@
 
 GNU_CONFIGURE=  YES
 USE_X11=        YES
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c++
 
 .include "../../mk/bsd.pkg.mk"
diff -r b06d361812c4 -r c2acc1178008 wm/bbpager/Makefile
--- a/wm/bbpager/Makefile       Mon Nov 22 21:01:37 2004 +0000
+++ b/wm/bbpager/Makefile       Mon Nov 22 21:02:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/09/05 23:47:46 jschauma Exp $
+# $NetBSD: Makefile,v 1.11 2004/11/22 21:02:54 wiz Exp $
 #
 
 DISTNAME=      bbpager-0.3.1
@@ -13,7 +13,7 @@
 GNU_CONFIGURE= YES
 USE_BUILDLINK3=        YES
 USE_X11=       YES
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c++
 
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/bbpager.1 ${PREFIX}/man/man1
diff -r b06d361812c4 -r c2acc1178008 wm/qvwm/Makefile
--- a/wm/qvwm/Makefile  Mon Nov 22 21:01:37 2004 +0000
+++ b/wm/qvwm/Makefile  Mon Nov 22 21:02:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/10/03 00:18:23 tv Exp $
+# $NetBSD: Makefile,v 1.15 2004/11/22 21:04:31 wiz Exp $
 #
 
 DISTNAME=      qvwm-1.1.12
@@ -14,7 +14,7 @@
 GNU_CONFIGURE= yes
 USE_GNU_TOOLS+=        make
 USE_BUILDLINK3=        yes
-USE_GCC_SHLIB= yes
+USE_LANGUAGES= c++
 
 post-install:
        ${MV} ${PREFIX}/man/man1/qvwm.1x ${PREFIX}/man/man1/qvwm.1



Home | Main Index | Thread Index | Old Index