pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e760ba04520d
branches:  trunk
changeset: 483517:e760ba04520d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Nov 13 22:04:52 2004 +0000

description:
Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.

diffstat:

 audio/id3ed/Makefile                    |  4 ++--
 benchmarks/bonnie++/Makefile            |  4 ++--
 chat/centericq/Makefile                 |  3 +--
 comms/plp/Makefile                      |  4 ++--
 converters/macfork/Makefile             |  4 ++--
 databases/edb/Makefile                  |  4 ++--
 databases/mysql3-client/Makefile.common |  4 ++--
 devel/cssc/Makefile                     |  4 ++--
 editors/lyx-qt/Makefile.common          |  4 ++--
 emulators/bochs/Makefile                |  3 +--
 games/battleball/Makefile               |  4 ++--
 games/xarchon/Makefile                  |  4 ++--
 graphics/plotutils-nox11/Makefile       |  3 +--
 graphics/plotutils/Makefile             |  3 +--
 graphics/pstoedit/Makefile              |  3 +--
 lang/japhar/Makefile                    |  4 ++--
 lang/jikes/Makefile                     |  3 +--
 math/yacas/Makefile                     |  4 ++--
 misc/bbappconf/Makefile                 |  4 ++--
 misc/openoffice/Makefile                |  4 ++--
 net/nmap/Makefile                       |  3 +--
 net/pxe/Makefile                        |  4 ++--
 print/cjk-lyx/Makefile                  |  4 ++--
 print/teTeX1-bin/Makefile               |  3 +--
 textproc/aspell/Makefile                |  3 +--
 textproc/groff/Makefile                 |  4 ++--
 wm/blackbox/Makefile                    |  4 ++--
 wm/bsetroot/Makefile                    |  3 +--
 wm/wm2/Makefile                         |  4 ++--
 wm/wmx-gnome/Makefile                   |  4 +---
 wm/wmx/Makefile.common                  |  4 ++--
 www/mozilla-gtk2/Makefile               |  3 +--
 www/mozilla-stable/Makefile             |  3 +--
 www/mozilla/Makefile                    |  3 +--
 www/mozilla/Makefile.common             |  3 +--
 x11/kdelibs2/Makefile                   |  4 ++--
 36 files changed, 57 insertions(+), 73 deletions(-)

diffs (truncated from 666 to 300 lines):

diff -r 9ba447b65bf2 -r e760ba04520d audio/id3ed/Makefile
--- a/audio/id3ed/Makefile      Sat Nov 13 21:48:11 2004 +0000
+++ b/audio/id3ed/Makefile      Sat Nov 13 22:04:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/10/03 00:13:06 tv Exp $
+# $NetBSD: Makefile,v 1.21 2004/11/13 22:04:52 jlam Exp $
 #
 
 DISTNAME=      id3ed-1.10.4
@@ -12,10 +12,10 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+USE_LANGUAGES=         c c++
 USE_BUILDLINK3=                YES
 GNU_CONFIGURE=         YES
 USE_GNU_TOOLS+=                make
-USE_GCC_SHLIB=         YES
 
 USE_GNU_READLINE=      # uses rl_startup_hook
 
diff -r 9ba447b65bf2 -r e760ba04520d benchmarks/bonnie++/Makefile
--- a/benchmarks/bonnie++/Makefile      Sat Nov 13 21:48:11 2004 +0000
+++ b/benchmarks/bonnie++/Makefile      Sat Nov 13 22:04:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/05/05 00:38:07 danw Exp $
+# $NetBSD: Makefile,v 1.11 2004/11/13 22:04:52 jlam Exp $
 #
 
 DISTNAME=       bonnie++-1.03a
@@ -12,10 +12,10 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+USE_LANGUAGES=         c c++
 USE_BUILDLINK3=                YES
 GNU_CONFIGURE=         YES
 USE_GNU_TOOLS=         make
-USE_GCC_SHLIB=         YES
 REPLACE_PERL=          bon_csv2txt.in bon_csv2html.in
 
 INSTALLATION_DIRS=     bin man/man1 man/man8 sbin
diff -r 9ba447b65bf2 -r e760ba04520d chat/centericq/Makefile
--- a/chat/centericq/Makefile   Sat Nov 13 21:48:11 2004 +0000
+++ b/chat/centericq/Makefile   Sat Nov 13 22:04:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2004/10/19 23:13:21 hubertf Exp $
+# $NetBSD: Makefile,v 1.42 2004/11/13 22:04:52 jlam Exp $
 #
 
 DISTNAME=      centericq-4.12.0
@@ -13,7 +13,6 @@
 
 USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes
-USE_GCC_SHLIB=         yes
 USE_GNU_TOOLS+=                make
 USE_LANGUAGES=         c c++
 
diff -r 9ba447b65bf2 -r e760ba04520d comms/plp/Makefile
--- a/comms/plp/Makefile        Sat Nov 13 21:48:11 2004 +0000
+++ b/comms/plp/Makefile        Sat Nov 13 22:04:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/10/03 00:13:16 tv Exp $
+# $NetBSD: Makefile,v 1.17 2004/11/13 22:04:52 jlam Exp $
 
 DISTNAME=      plp_1_8
 PKGNAME=       plp-1.8
@@ -10,8 +10,8 @@
 HOMEPAGE=      http://www.proudman51.freeserve.co.uk/psion/
 COMMENT=       Tools to talk to the PSION organiser
 
+USE_LANGUAGES= c c++
 USE_BUILDLINK3=        yes
-USE_GCC_SHLIB= # defined
 USE_GNU_TOOLS+=        make
 USE_LIBTOOL=   # defined
 
diff -r 9ba447b65bf2 -r e760ba04520d converters/macfork/Makefile
--- a/converters/macfork/Makefile       Sat Nov 13 21:48:11 2004 +0000
+++ b/converters/macfork/Makefile       Sat Nov 13 22:04:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/11/13 21:28:27 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2004/11/13 22:04:52 jlam Exp $
 
 DISTNAME=      macfork-1.0
 CATEGORIES=    converters
@@ -9,8 +9,8 @@
 COMMENT=       Tool for extracting data from Macintosh resource forks
 
 WRKSRC=                ${WRKDIR}/macfork
+USE_LANGUAGE=  c c++
 USE_BUILDLINK3=        yes
-USE_GCC_SHLIB= # defined
 USE_GNU_TOOLS+=        make
 
 DOCDIR=                ${PREFIX}/share/doc/macfork
diff -r 9ba447b65bf2 -r e760ba04520d databases/edb/Makefile
--- a/databases/edb/Makefile    Sat Nov 13 21:48:11 2004 +0000
+++ b/databases/edb/Makefile    Sat Nov 13 22:04:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/10/03 00:13:18 tv Exp $
+# $NetBSD: Makefile,v 1.14 2004/11/13 22:04:52 jlam Exp $
 #
 
 DISTNAME=              edb-1.0.3
@@ -13,7 +13,7 @@
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 USE_BUILDLINK3=                YES
-USE_GCC_SHLIB=         YES
+USE_LANGUAGE=          c c++
 
 CONFIGURE_ARGS+=       --enable-cxx
 
diff -r 9ba447b65bf2 -r e760ba04520d databases/mysql3-client/Makefile.common
--- a/databases/mysql3-client/Makefile.common   Sat Nov 13 21:48:11 2004 +0000
+++ b/databases/mysql3-client/Makefile.common   Sat Nov 13 22:04:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/11/13 21:28:28 jlam Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/11/13 22:04:52 jlam Exp $
 
 DISTNAME=              mysql-3.23.58
 CATEGORIES=            databases
@@ -10,7 +10,6 @@
 HOMEPAGE=              http://www.mysql.com/
 
 EXTRACT_USING_PAX=     # defined
-USE_GCC_SHLIB=         # defined
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -28,6 +27,7 @@
 MYSQL_CHARSET?=                latin1
 MYSQL_EXTRA_CHARSET?=  all
 
+USE_LANGUAGES=         c c++
 USE_BUILDLINK3=                yes
 GNU_CONFIGURE=         # defined
 USE_GNU_TOOLS+=                make
diff -r 9ba447b65bf2 -r e760ba04520d devel/cssc/Makefile
--- a/devel/cssc/Makefile       Sat Nov 13 21:48:11 2004 +0000
+++ b/devel/cssc/Makefile       Sat Nov 13 22:04:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/10/18 18:49:39 seb Exp $
+# $NetBSD: Makefile,v 1.16 2004/11/13 22:04:52 jlam Exp $
 #
 
 DISTNAME=      CSSC-1.00
@@ -10,10 +10,10 @@
 HOMEPAGE=      http://cssc.sourceforge.net/
 COMMENT=       GNU workalike for the source code control system SCCS
 
+USE_LANGUAGES= c c++
 GNU_CONFIGURE= YES
 CONFIGURE_ARGS+=       --enable-binary
 USE_BUILDLINK3=        YES
-USE_GCC_SHLIB= YES
 TEST_TARGET=   check
 
 USE_MAKEINFO=          YES
diff -r 9ba447b65bf2 -r e760ba04520d editors/lyx-qt/Makefile.common
--- a/editors/lyx-qt/Makefile.common    Sat Nov 13 21:48:11 2004 +0000
+++ b/editors/lyx-qt/Makefile.common    Sat Nov 13 22:04:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2004/08/26 18:04:10 reed Exp $
+# $NetBSD: Makefile.common,v 1.20 2004/11/13 22:04:52 jlam Exp $
 #
 
 DISTNAME=              lyx-1.3.4
@@ -21,9 +21,9 @@
 PATCHDIR=              ${.CURDIR}/../../editors/lyx-qt/patches
 PLIST_SRC=             ${.CURDIR}/../../editors/lyx-qt/PLIST.common
 
+USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         YES
 USE_BUILDLINK3=                YES
-USE_GCC_SHLIB=         YES
 USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           YES
 USE_PERL5=             YES
diff -r 9ba447b65bf2 -r e760ba04520d emulators/bochs/Makefile
--- a/emulators/bochs/Makefile  Sat Nov 13 21:48:11 2004 +0000
+++ b/emulators/bochs/Makefile  Sat Nov 13 22:04:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/06/13 08:43:00 grant Exp $
+# $NetBSD: Makefile,v 1.37 2004/11/13 22:04:52 jlam Exp $
 
 DISTNAME=              bochs-2.1.1
 CATEGORIES=            emulators
@@ -10,7 +10,6 @@
 
 GNU_CONFIGURE=         yes
 USE_GNU_TOOLS+=                make
-USE_GCC_SHLIB=         yes
 USE_LANGUAGES=         c c++
 
 ONLY_FOR_COMPILER=     gcc
diff -r 9ba447b65bf2 -r e760ba04520d games/battleball/Makefile
--- a/games/battleball/Makefile Sat Nov 13 21:48:11 2004 +0000
+++ b/games/battleball/Makefile Sat Nov 13 22:04:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/10/03 00:14:42 tv Exp $
+# $NetBSD: Makefile,v 1.16 2004/11/13 22:04:52 jlam Exp $
 
 DISTNAME=      battleball.21.src
 PKGNAME=       battleball-2.1
@@ -13,7 +13,7 @@
 WRKSRC=                ${WRKDIR}/battleball-2.1-src
 USE_BUILDLINK3=        YES
 USE_X11=       YES
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c c++
 
 SED_CMDS=      -e '/^INCS/s|$$|${CPPFLAGS}|' -e '/^LIBS/s|$$|${LDFLAGS}|'
 
diff -r 9ba447b65bf2 -r e760ba04520d games/xarchon/Makefile
--- a/games/xarchon/Makefile    Sat Nov 13 21:48:11 2004 +0000
+++ b/games/xarchon/Makefile    Sat Nov 13 22:04:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/10/03 00:14:47 tv Exp $
+# $NetBSD: Makefile,v 1.29 2004/11/13 22:04:52 jlam Exp $
 #
 
 DISTNAME=      xarchon-0.60
@@ -15,7 +15,7 @@
 USE_GNU_TOOLS+=        make
 GNU_CONFIGURE= YES
 USE_X11=       YES
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c c++
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 9ba447b65bf2 -r e760ba04520d graphics/plotutils-nox11/Makefile
--- a/graphics/plotutils-nox11/Makefile Sat Nov 13 21:48:11 2004 +0000
+++ b/graphics/plotutils-nox11/Makefile Sat Nov 13 22:04:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/10/03 00:14:56 tv Exp $
+# $NetBSD: Makefile,v 1.11 2004/11/13 22:04:53 jlam Exp $
 #
 
 DISTNAME=              plotutils-2.4.1
@@ -17,7 +17,6 @@
 PATCHDIR=              ${.CURDIR}/../../graphics/plotutils/patches
 
 USE_BUILDLINK3=                yes
-USE_GCC_SHLIB=         yes
 USE_LANGUAGES=         c c++
 
 INFO_FILES=    plotutils.info
diff -r 9ba447b65bf2 -r e760ba04520d graphics/plotutils/Makefile
--- a/graphics/plotutils/Makefile       Sat Nov 13 21:48:11 2004 +0000
+++ b/graphics/plotutils/Makefile       Sat Nov 13 22:04:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/10/03 00:14:56 tv Exp $
+# $NetBSD: Makefile,v 1.33 2004/11/13 22:04:53 jlam Exp $
 #
 
 DISTNAME=              plotutils-2.4.1
@@ -15,7 +15,6 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_BUILDLINK3=                YES
-USE_GCC_SHLIB=         YES
 USE_LANGUAGES=         c c++
 USE_X11=               YES
 
diff -r 9ba447b65bf2 -r e760ba04520d graphics/pstoedit/Makefile
--- a/graphics/pstoedit/Makefile        Sat Nov 13 21:48:11 2004 +0000
+++ b/graphics/pstoedit/Makefile        Sat Nov 13 22:04:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/10/03 00:14:57 tv Exp $
+# $NetBSD: Makefile,v 1.24 2004/11/13 22:04:53 jlam Exp $
 
 DISTNAME=      pstoedit_3_31
 PKGNAME=       pstoedit-3.31
@@ -19,7 +19,6 @@
 USE_X11=       yes
 USE_LIBTOOL=   yes
 USE_BUILDLINK3=        yes
-USE_GCC_SHLIB= yes
 USE_LANGUAGES= c++
 GNU_CONFIGURE= yes
 CONFIGURE_ENV+=        LIBTOOL="${LIBTOOL}" LIBPLOTTERLA="${X11PREFIX}/lib/libplotter.la"
diff -r 9ba447b65bf2 -r e760ba04520d lang/japhar/Makefile
--- a/lang/japhar/Makefile      Sat Nov 13 21:48:11 2004 +0000
+++ b/lang/japhar/Makefile      Sat Nov 13 22:04:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/10/03 00:15:01 tv Exp $
+# $NetBSD: Makefile,v 1.14 2004/11/13 22:04:53 jlam Exp $
 #
 
 DISTNAME=              japhar-0.08
@@ -15,7 +15,7 @@
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 USE_GNU_TOOLS+=                make
-USE_GCC_SHLIB=         yes
+USE_LANGUAGES=         c c++



Home | Main Index | Thread Index | Old Index