pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e6b0beb17ba
branches:  trunk
changeset: 468175:8e6b0beb17ba
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Feb 11 01:46:30 2004 +0000

description:
USE_LANGUAGES=c c++

diffstat:

 audio/id3lib/Makefile               |  3 ++-
 audio/mp3check/Makefile             |  3 ++-
 audio/mp3info/Makefile              |  4 ++--
 databases/db3/Makefile              |  3 ++-
 devel/SDL/Makefile.common           |  3 ++-
 devel/dmalloc/Makefile              |  3 ++-
 devel/glib2/Makefile                |  3 ++-
 devel/pango/Makefile                |  3 ++-
 graphics/Mesa/Makefile.common       |  3 ++-
 multimedia/libflash/Makefile.common |  3 ++-
 textproc/aspell/Makefile            |  3 ++-
 11 files changed, 22 insertions(+), 12 deletions(-)

diffs (187 lines):

diff -r 0857c581d1c3 -r 8e6b0beb17ba audio/id3lib/Makefile
--- a/audio/id3lib/Makefile     Wed Feb 11 01:45:01 2004 +0000
+++ b/audio/id3lib/Makefile     Wed Feb 11 01:46:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/07/21 16:30:39 martti Exp $
+# $NetBSD: Makefile,v 1.15 2004/02/11 01:46:30 abs Exp $
 #
 
 DISTNAME=      id3lib-3.8.3
@@ -9,6 +9,7 @@
 HOMEPAGE=      http://id3lib.sourceforge.net/
 COMMENT=       Library for manipulating ID3v1 and ID3v2 tags
 
+USE_LANGUAGES=         c c++
 USE_GCC_SHLIB=         # defined
 USE_BUILDLINK2=                # defined
 GNU_CONFIGURE=         # defined
diff -r 0857c581d1c3 -r 8e6b0beb17ba audio/mp3check/Makefile
--- a/audio/mp3check/Makefile   Wed Feb 11 01:45:01 2004 +0000
+++ b/audio/mp3check/Makefile   Wed Feb 11 01:46:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/22 07:15:00 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/11 01:46:30 abs Exp $
 
 DISTNAME=      mp3check-0.8.0
 CATEGORIES=    audio
@@ -10,6 +10,7 @@
 
 #USE_GNU_TOOLS+=       make
 GNU_CONFIGURE= YES
+USE_LANGUAGES= c c++
 
 ALL_TARGET=    mp3check
 
diff -r 0857c581d1c3 -r 8e6b0beb17ba audio/mp3info/Makefile
--- a/audio/mp3info/Makefile    Wed Feb 11 01:45:01 2004 +0000
+++ b/audio/mp3info/Makefile    Wed Feb 11 01:46:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/10/30 15:30:43 gavan Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/11 01:46:30 abs Exp $
 #
 
 DISTNAME=      mp3info-0.2.16
@@ -11,6 +11,6 @@
 CONFLICTS=     gmp3info-[0-9]*
 
 GNU_CONFIGURE= YES
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c c++
 
 .include "../../mk/bsd.pkg.mk"
diff -r 0857c581d1c3 -r 8e6b0beb17ba databases/db3/Makefile
--- a/databases/db3/Makefile    Wed Feb 11 01:45:01 2004 +0000
+++ b/databases/db3/Makefile    Wed Feb 11 01:46:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/02/08 05:14:44 sekiya Exp $
+# $NetBSD: Makefile,v 1.23 2004/02/11 01:46:30 abs Exp $
 
 DISTNAME=      db-3.3.11
 PKGNAME=       db3-3.11.2
@@ -19,6 +19,7 @@
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/build_unix
 USE_BUILDLINK3=                yes
 USE_LIBTOOL=           yes
+USE_LANGUAGES=         c c++
 LIBTOOL_OVERRIDE=      ${WRKDIR}/${DISTNAME}/build_unix/libtool
 GNU_CONFIGURE=         yes
 CONFIGURE_SCRIPT=      ../dist/configure
diff -r 0857c581d1c3 -r 8e6b0beb17ba devel/SDL/Makefile.common
--- a/devel/SDL/Makefile.common Wed Feb 11 01:45:01 2004 +0000
+++ b/devel/SDL/Makefile.common Wed Feb 11 01:46:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2004/01/22 08:24:28 grant Exp $
+# $NetBSD: Makefile.common,v 1.8 2004/02/11 01:46:30 abs Exp $
 #
 
 DISTNAME=      SDL-1.2.6
@@ -16,6 +16,7 @@
 USE_X11=               YES
 GNU_CONFIGURE=         YES
 USE_GNU_TOOLS+=                make
+USE_LANGUAGES=         c c++
 PTHREAD_OPTS+=         require
 
 USE_LIBTOOL=           YES
diff -r 0857c581d1c3 -r 8e6b0beb17ba devel/dmalloc/Makefile
--- a/devel/dmalloc/Makefile    Wed Feb 11 01:45:01 2004 +0000
+++ b/devel/dmalloc/Makefile    Wed Feb 11 01:46:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/08/09 10:44:39 seb Exp $
+# $NetBSD: Makefile,v 1.10 2004/02/11 01:46:30 abs Exp $
 
 DISTNAME=              dmalloc-5.2.1
 CATEGORIES=            devel
@@ -10,6 +10,7 @@
 COMMENT=               Run-time configurable debugging malloc library
 
 USE_BUILDLINK2=                yes
+USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-shlib
 CFLAGS+=               -fPIC -DPIC
diff -r 0857c581d1c3 -r 8e6b0beb17ba devel/glib2/Makefile
--- a/devel/glib2/Makefile      Wed Feb 11 01:45:01 2004 +0000
+++ b/devel/glib2/Makefile      Wed Feb 11 01:46:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/02/11 00:20:51 jmmv Exp $
+# $NetBSD: Makefile,v 1.37 2004/02/11 01:46:30 abs Exp $
 
 DISTNAME=              glib-2.2.3
 PKGREVISION=           1
@@ -17,6 +17,7 @@
 USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes
 USE_GNU_TOOLS+=                make
+USE_LANGUAGES=         c c++
 USE_PERL5=             yes
 
 USE_LIBTOOL=           yes
diff -r 0857c581d1c3 -r 8e6b0beb17ba devel/pango/Makefile
--- a/devel/pango/Makefile      Wed Feb 11 01:45:01 2004 +0000
+++ b/devel/pango/Makefile      Wed Feb 11 01:46:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/02/10 01:56:42 xtraeme Exp $
+# $NetBSD: Makefile,v 1.34 2004/02/11 01:46:30 abs Exp $
 #
 
 DISTNAME=              pango-1.2.5
@@ -17,6 +17,7 @@
 USE_PKGINSTALL=                yes
 USE_GNU_TOOLS+=                make
 USE_X11=               yes
+USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes
 TEST_TARGET=           check
 
diff -r 0857c581d1c3 -r 8e6b0beb17ba graphics/Mesa/Makefile.common
--- a/graphics/Mesa/Makefile.common     Wed Feb 11 01:45:01 2004 +0000
+++ b/graphics/Mesa/Makefile.common     Wed Feb 11 01:46:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2004/02/10 23:31:27 jlam Exp $
+# $NetBSD: Makefile.common,v 1.28 2004/02/11 01:46:30 abs Exp $
 #
 
 DISTNAME=      MesaLib-${MESA_VERSION}
@@ -14,6 +14,7 @@
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 HOMEPAGE=      http://www.mesa3d.org/
 
+USE_LANGUAGES=         c c++
 ALL_TARGET=             pkgsrc
 USE_LIBTOOL=           yes
 USE_X11=               yes
diff -r 0857c581d1c3 -r 8e6b0beb17ba multimedia/libflash/Makefile.common
--- a/multimedia/libflash/Makefile.common       Wed Feb 11 01:45:01 2004 +0000
+++ b/multimedia/libflash/Makefile.common       Wed Feb 11 01:46:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2004/01/26 13:34:45 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.2 2004/02/11 01:46:30 abs Exp $
 #
 
 DISTNAME=      flash-0.4.10
@@ -10,6 +10,7 @@
 HOMEPAGE=      http://www.swift-tools.com/Flash/
 
 USE_X11=       yes
+USE_LANGUAGES= c c++
 
 DISTINFO_FILE= ${.CURDIR}/../libflash/distinfo
 PATCHDIR=      ${.CURDIR}/../libflash/patches
diff -r 0857c581d1c3 -r 8e6b0beb17ba textproc/aspell/Makefile
--- a/textproc/aspell/Makefile  Wed Feb 11 01:45:01 2004 +0000
+++ b/textproc/aspell/Makefile  Wed Feb 11 01:46:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/24 15:13:19 grant Exp $
+# $NetBSD: Makefile,v 1.18 2004/02/11 01:46:30 abs Exp $
 #
 
 DISTNAME=              aspell-0.50.4.1
@@ -16,6 +16,7 @@
 USE_GCC_SHLIB=         yes
 USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           yes
+USE_LANGUAGES=         c c++
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
 CONFIGURE_ARGS+=       --enable-doc-dir=${PREFIX}/share/doc/aspell



Home | Main Index | Thread Index | Old Index