summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-22 04:46:13 +0000
committerrillig <rillig>2006-07-22 04:46:13 +0000
commit16c927041d43c36261ed9c3ef7877b5ba1f2ef87 (patch)
tree64281e5216e9c50d78ceff428d3e33036f571694 /devel
parentbbf60d23c4597660a2b62096965d4294ec05e06c (diff)
downloadpkgsrc-16c927041d43c36261ed9c3ef7877b5ba1f2ef87.tar.gz
Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
Diffstat (limited to 'devel')
-rw-r--r--devel/cppunit/Makefile4
-rw-r--r--devel/fastdep/Makefile4
-rw-r--r--devel/gsoap/Makefile4
-rw-r--r--devel/hdf5/options.mk4
-rw-r--r--devel/intel2gas/Makefile5
-rw-r--r--devel/libextractor/Makefile4
-rw-r--r--devel/papaya/Makefile4
-rw-r--r--devel/rapidsvn/Makefile4
-rw-r--r--devel/tvision/Makefile4
9 files changed, 18 insertions, 19 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile
index de7ce873af9..aa55f63ec76 100644
--- a/devel/cppunit/Makefile
+++ b/devel/cppunit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/07/05 21:32:41 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2006/07/22 04:46:15 rillig Exp $
#
DISTNAME= cppunit-1.10.2
@@ -13,7 +13,7 @@ COMMENT= CppUnit is a C++ unit testing framework
BUILD_DEPENDS+= doxygen>=1.4.7:../../devel/doxygen
USE_LIBTOOL= yes
-USE_LANGUAGES+= c++
+USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
diff --git a/devel/fastdep/Makefile b/devel/fastdep/Makefile
index a21a753a85e..e10f4adcacc 100644
--- a/devel/fastdep/Makefile
+++ b/devel/fastdep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/06/06 14:11:46 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2006/07/22 04:46:15 rillig Exp $
#
DISTNAME= fastdep-0.16
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.irule.be/bvh/c++/fastdep/
COMMENT= Dependency generator for C/C++ files
GNU_CONFIGURE= YES
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
USE_TOOLS+= gmake
INSTALLATION_DIRS= bin
diff --git a/devel/gsoap/Makefile b/devel/gsoap/Makefile
index 73920e31364..2a4765db245 100644
--- a/devel/gsoap/Makefile
+++ b/devel/gsoap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/06/09 16:13:47 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2006/07/22 04:46:15 rillig Exp $
DISTNAME= gsoap_2.7.7
PKGNAME= gsoap-2.7.7
@@ -11,7 +11,7 @@ COMMENT= Tools for coding SOAP XML Web Services in C and C++
WRKSRC= ${WRKDIR}/gsoap-2.7
GNU_CONFIGURE= yes
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
USE_TOOLS+= yacc
PKGCONFIG_OVERRIDE+= ${WRKSRC}/gsoap++.pc.in
diff --git a/devel/hdf5/options.mk b/devel/hdf5/options.mk
index 31625e1ddc4..b4988bc2091 100644
--- a/devel/hdf5/options.mk
+++ b/devel/hdf5/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2006/01/04 06:05:44 recht Exp $
+# $NetBSD: options.mk,v 1.3 2006/07/22 04:46:15 rillig Exp $
PKG_OPTIONS_VAR=PKG_OPTIONS.hdf5
PKG_SUPPORTED_OPTIONS= szip cxx threads
@@ -12,7 +12,7 @@ CONFIGURE_ARGS+= --with-szlib
.endif
.if !empty(PKG_OPTIONS:Mcxx)
-USE_LANGUAGES+= c++
+USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --enable-cxx
PLIST_SUBST+= CXX=
.else
diff --git a/devel/intel2gas/Makefile b/devel/intel2gas/Makefile
index 76f70db89fa..544510a1a55 100644
--- a/devel/intel2gas/Makefile
+++ b/devel/intel2gas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/06/02 14:15:50 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/07/22 04:46:15 rillig Exp $
#
DISTNAME= intel2gas-1.3.3
@@ -10,7 +10,6 @@ HOMEPAGE= http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/
COMMENT= Convert nasm source files to gas source files
GNU_CONFIGURE= yes
-
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libextractor/Makefile b/devel/libextractor/Makefile
index 0c82a7b77f5..84dd3b80c9e 100644
--- a/devel/libextractor/Makefile
+++ b/devel/libextractor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/07/07 15:49:31 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2006/07/22 04:46:15 rillig Exp $
DISTNAME= libextractor-0.5.14
PKGREVISION= 1
@@ -10,7 +10,7 @@ HOMEPAGE= http://gnunet.org/libextractor/
COMMENT= Metadata extractor for various file data types
USE_LIBTOOL= yes
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
diff --git a/devel/papaya/Makefile b/devel/papaya/Makefile
index b96f6447f39..93dd89f27ee 100644
--- a/devel/papaya/Makefile
+++ b/devel/papaya/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/03/31 05:37:09 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2006/07/22 04:46:15 rillig Exp $
#
DISTNAME= papaya-0.1.7
@@ -13,7 +13,7 @@ COMMENT= Simple scripts for software development
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_LANGUAGES= # empty
+USE_LANGUAGES= # none, not even C
GNU_CONFIGURE= YES
CONFIGURE_ENV+= gzip_command=${TOOLS_GZIP_CMD:Q}
CONFIGURE_ENV+= sh_command=${TOOLS_SH:Q}
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile
index 2418dd41586..0c1c7725dfd 100644
--- a/devel/rapidsvn/Makefile
+++ b/devel/rapidsvn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2006/05/21 09:04:38 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2006/07/22 04:46:15 rillig Exp $
DISTNAME= rapidsvn-0.9.0
PKGREVISION= 3
@@ -10,7 +10,7 @@ HOMEPAGE= http://rapidsvn.tigris.org/
COMMENT= Cross-platform Subversion GUI
USE_TOOLS+= gmake
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile
index c4b064d5527..38efec678ef 100644
--- a/devel/tvision/Makefile
+++ b/devel/tvision/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/06/02 18:15:05 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2006/07/22 04:46:15 rillig Exp $
#
DISTNAME= tvision-0.8
@@ -14,7 +14,7 @@ HOMEPAGE= http://www.sigala.it/sergio/tvision/
COMMENT= Turbo Vision C++ CUI library for UNIX
GNU_CONFIGURE= YES
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GCC_REQD+= 3.0