pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc These packages need a C++ compiler.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/061b909769ce
branches:  trunk
changeset: 467540:061b909769ce
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Feb 02 13:02:49 2004 +0000

description:
These packages need a C++ compiler.

diffstat:

 databases/db4/Makefile       |  4 ++--
 devel/gtl/Makefile           |  4 ++--
 devel/libargparse/Makefile   |  4 ++--
 devel/libsigc++/Makefile     |  4 ++--
 devel/ncurses/Makefile       |  4 ++--
 devel/stlport/Makefile       |  4 ++--
 print/xpdf/Makefile          |  4 ++--
 x11/fltk/Makefile            |  4 ++--
 x11/kdelibs3/Makefile        |  4 ++--
 x11/qt3-libs/Makefile.common |  4 ++--
 10 files changed, 20 insertions(+), 20 deletions(-)

diffs (179 lines):

diff -r 5637fdc03fc5 -r 061b909769ce databases/db4/Makefile
--- a/databases/db4/Makefile    Mon Feb 02 12:47:19 2004 +0000
+++ b/databases/db4/Makefile    Mon Feb 02 13:02:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/20 12:12:49 agc Exp $
+# $NetBSD: Makefile,v 1.12 2004/02/02 13:02:49 jlam Exp $
 
 DISTNAME=              db-4.2.52
 PKGNAME=               ${DISTNAME:S/db/db4/}
@@ -13,7 +13,7 @@
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/build_unix
 USE_BUILDLINK3=                YES
-USE_GCC_SHLIB=         YES
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=      ${WRKDIR}/${DISTNAME}/build_unix/libtool
 GNU_CONFIGURE=         YES
diff -r 5637fdc03fc5 -r 061b909769ce devel/gtl/Makefile
--- a/devel/gtl/Makefile        Mon Feb 02 12:47:19 2004 +0000
+++ b/devel/gtl/Makefile        Mon Feb 02 13:02:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/11/03 18:17:55 gavan Exp $
+# $NetBSD: Makefile,v 1.12 2004/02/02 13:02:49 jlam Exp $
 
 DISTNAME=              GTL-0.3.3
 PKGNAME=               gtl-0.3.3
@@ -14,7 +14,7 @@
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
 USE_BUILDLINK2=                # defined
-USE_GCC_SHLIB=         # defined
+USE_LANGUAGES=         c c++
 
 LICENSE=               no-commercial-use
 
diff -r 5637fdc03fc5 -r 061b909769ce devel/libargparse/Makefile
--- a/devel/libargparse/Makefile        Mon Feb 02 12:47:19 2004 +0000
+++ b/devel/libargparse/Makefile        Mon Feb 02 13:02:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/11/03 18:27:54 gavan Exp $
+# $NetBSD: Makefile,v 1.6 2004/02/02 13:02:49 jlam Exp $
 #
 
 DISTNAME=              libargparse-0.1.0000
@@ -15,6 +15,6 @@
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
 USE_BUILDLINK2=                yes
-USE_GCC_SHLIB=         yes
+USE_LANGUAGES=         c c++
 
 .include "../../mk/bsd.pkg.mk"
diff -r 5637fdc03fc5 -r 061b909769ce devel/libsigc++/Makefile
--- a/devel/libsigc++/Makefile  Mon Feb 02 12:47:19 2004 +0000
+++ b/devel/libsigc++/Makefile  Mon Feb 02 13:02:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/25 03:08:47 grant Exp $
+# $NetBSD: Makefile,v 1.15 2004/02/02 13:02:49 jlam Exp $
 
 DISTNAME=      libsigc++-1.2.5
 CATEGORIES=    devel
@@ -12,7 +12,7 @@
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 USE_GNU_TOOLS+=                m4 make
-USE_GCC_SHLIB=         YES
+USE_LANGUAGES=         c c++
 
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 PKGCONFIG_OVERRIDE=    ${WRKSRC}/sigc++-1.2.pc.in
diff -r 5637fdc03fc5 -r 061b909769ce devel/ncurses/Makefile
--- a/devel/ncurses/Makefile    Mon Feb 02 12:47:19 2004 +0000
+++ b/devel/ncurses/Makefile    Mon Feb 02 13:02:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2004/01/07 01:16:04 jlam Exp $
+# $NetBSD: Makefile,v 1.56 2004/02/02 13:02:49 jlam Exp $
 
 DISTNAME=              ncurses-${NC_VERS}
 NC_VERS=               5.3
@@ -15,7 +15,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_BUILDLINK3=                YES
-USE_GCC_SHLIB=         YES
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           YES
 
 GNU_CONFIGURE=         YES
diff -r 5637fdc03fc5 -r 061b909769ce devel/stlport/Makefile
--- a/devel/stlport/Makefile    Mon Feb 02 12:47:19 2004 +0000
+++ b/devel/stlport/Makefile    Mon Feb 02 13:02:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/01/27 00:53:12 heinz Exp $
+# $NetBSD: Makefile,v 1.16 2004/02/02 13:02:49 jlam Exp $
 
 DISTNAME=      STLport-4.6
 PKGNAME=       stlport-4.6
@@ -12,7 +12,7 @@
 USE_BUILDLINK2=        # defined
 USE_GNU_TOOLS+=        make
 USE_LIBTOOL=   # defined
-USE_GCC_SHLIB= # defined
+USE_LANGUAGES= c++
 
 NO_CONFIGURE=  # defined
 BUILD_DIRS=    ${WRKSRC}/src
diff -r 5637fdc03fc5 -r 061b909769ce print/xpdf/Makefile
--- a/print/xpdf/Makefile       Mon Feb 02 12:47:19 2004 +0000
+++ b/print/xpdf/Makefile       Mon Feb 02 13:02:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2003/11/07 16:34:41 gavan Exp $
+# $NetBSD: Makefile,v 1.27 2004/02/02 13:02:49 jlam Exp $
 
 DISTNAME=      xpdf-2.03
 CATEGORIES=    print
@@ -16,7 +16,7 @@
 USE_BUILDLINK2=                YES
 USE_PKGINSTALL=                YES
 USE_X11=               YES
-USE_GCC_SHLIB=         YES
+USE_LANGUAGES=         c c++
 
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
diff -r 5637fdc03fc5 -r 061b909769ce x11/fltk/Makefile
--- a/x11/fltk/Makefile Mon Feb 02 12:47:19 2004 +0000
+++ b/x11/fltk/Makefile Mon Feb 02 13:02:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/01/20 12:28:26 agc Exp $
+# $NetBSD: Makefile,v 1.34 2004/02/02 13:02:49 jlam Exp $
 #
 
 DISTNAME=      fltk-1.0.11-source
@@ -20,7 +20,7 @@
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME:S/-source//}
 USE_BUILDLINK2=                # defined
-USE_GCC_SHLIB=         # defined
+USE_LANGUAGES=         c c++
 USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           # defined
 USE_X11BASE=           # defined
diff -r 5637fdc03fc5 -r 061b909769ce x11/kdelibs3/Makefile
--- a/x11/kdelibs3/Makefile     Mon Feb 02 12:47:19 2004 +0000
+++ b/x11/kdelibs3/Makefile     Mon Feb 02 13:02:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2004/01/23 17:18:32 jmmv Exp $
+# $NetBSD: Makefile,v 1.49 2004/02/02 13:02:50 jlam Exp $
 
 DISTNAME=      kdelibs-3.1.5
 PKGREVISION=   1
@@ -10,7 +10,7 @@
 CONFLICTS+=    koffice3<=1.1.1
 
 USE_BUILDLINK2=                YES
-USE_GCC_SHLIB=         YES
+USE_LANGUAGES=         c c++
 
 CONFIGURE_ARGS+=       --with-ssl-dir="${BUILDLINK_PREFIX.openssl}"
 
diff -r 5637fdc03fc5 -r 061b909769ce x11/qt3-libs/Makefile.common
--- a/x11/qt3-libs/Makefile.common      Mon Feb 02 12:47:19 2004 +0000
+++ b/x11/qt3-libs/Makefile.common      Mon Feb 02 13:02:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2004/01/24 15:30:33 grant Exp $
+# $NetBSD: Makefile.common,v 1.27 2004/02/02 13:02:50 jlam Exp $
 #
 DISTNAME=              qt-x11-free-${QTVERSION}
 CATEGORIES=            x11
@@ -15,7 +15,7 @@
 HAS_CONFIGURE=         yes
 USE_X11=               yes
 USE_GNU_TOOLS+=                make
-USE_GCC_SHLIB=         yes
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 
 USE_GNU_TOOLS+=                awk



Home | Main Index | Thread Index | Old Index