summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-04-09 19:54:04 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-04-09 19:54:04 +0000
commit8e5d618efa6fc5b8bcba018ad993b6109eb7731e (patch)
treeb1402c0d5582133eabac0540139d6cd36fd43b97 /science
parentEnsure that the freetype-config is available. This should workaround the (diff)
Do not build the profile-versions of the libraries by explicitly defining
NOPROFILE in the relevant Makefiles.
Notes
Notes: svn path=/head/; revision=41145
Diffstat (limited to 'science')
-rw-r--r--science/hdf/files/hdf/src/Makefile2
-rw-r--r--science/hdf/files/mfhdf/libsrc/Makefile2
-rw-r--r--science/hdf/pkg-plist2
-rw-r--r--science/hdf5-18/files/hdf/src/Makefile2
-rw-r--r--science/hdf5-18/files/mfhdf/libsrc/Makefile2
-rw-r--r--science/hdf5-18/pkg-plist2
-rw-r--r--science/hdf5/files/hdf/src/Makefile2
-rw-r--r--science/hdf5/files/mfhdf/libsrc/Makefile2
-rw-r--r--science/hdf5/pkg-plist2
9 files changed, 12 insertions, 6 deletions
diff --git a/science/hdf/files/hdf/src/Makefile b/science/hdf/files/hdf/src/Makefile
index 5dde282ec816..391a70281060 100644
--- a/science/hdf/files/hdf/src/Makefile
+++ b/science/hdf/files/hdf/src/Makefile
@@ -5,6 +5,8 @@ LIB=df
# uncomment the line below to avoid building static libraries
#INTERNALLIB=YES
LIBDIR=${PREFIX}/lib
+# comment out the line below to build the profile libs
+NOPROFILE=yes
SHLIB_MAJOR=1
SHLIB_MINOR=0
diff --git a/science/hdf/files/mfhdf/libsrc/Makefile b/science/hdf/files/mfhdf/libsrc/Makefile
index 7ca23f2d374e..092102faa53c 100644
--- a/science/hdf/files/mfhdf/libsrc/Makefile
+++ b/science/hdf/files/mfhdf/libsrc/Makefile
@@ -15,6 +15,8 @@ LIBDIR = ${PREFIX}/lib
# uncomment the line below to avoid building static libraries
#INTERNALLIB = Yes
+# comment out the line below to build the profile libs
+NOPROFILE=yes
CFLAGS += -DNDEBUG -DHDF -I${.CURDIR}/../../hdf/src -I${.CURDIR}
.if ${MACHINE_ARCH} == "i386"
diff --git a/science/hdf/pkg-plist b/science/hdf/pkg-plist
index dba5179efd20..6fef1499b816 100644
--- a/science/hdf/pkg-plist
+++ b/science/hdf/pkg-plist
@@ -77,8 +77,6 @@ include/vgint.h
lib/libdf.a
lib/libdf.so
lib/libdf.so.1
-lib/libdf_p.a
lib/libmfhdf.a
lib/libmfhdf.so
lib/libmfhdf.so.2
-lib/libmfhdf_p.a
diff --git a/science/hdf5-18/files/hdf/src/Makefile b/science/hdf5-18/files/hdf/src/Makefile
index 5dde282ec816..391a70281060 100644
--- a/science/hdf5-18/files/hdf/src/Makefile
+++ b/science/hdf5-18/files/hdf/src/Makefile
@@ -5,6 +5,8 @@ LIB=df
# uncomment the line below to avoid building static libraries
#INTERNALLIB=YES
LIBDIR=${PREFIX}/lib
+# comment out the line below to build the profile libs
+NOPROFILE=yes
SHLIB_MAJOR=1
SHLIB_MINOR=0
diff --git a/science/hdf5-18/files/mfhdf/libsrc/Makefile b/science/hdf5-18/files/mfhdf/libsrc/Makefile
index 7ca23f2d374e..092102faa53c 100644
--- a/science/hdf5-18/files/mfhdf/libsrc/Makefile
+++ b/science/hdf5-18/files/mfhdf/libsrc/Makefile
@@ -15,6 +15,8 @@ LIBDIR = ${PREFIX}/lib
# uncomment the line below to avoid building static libraries
#INTERNALLIB = Yes
+# comment out the line below to build the profile libs
+NOPROFILE=yes
CFLAGS += -DNDEBUG -DHDF -I${.CURDIR}/../../hdf/src -I${.CURDIR}
.if ${MACHINE_ARCH} == "i386"
diff --git a/science/hdf5-18/pkg-plist b/science/hdf5-18/pkg-plist
index dba5179efd20..6fef1499b816 100644
--- a/science/hdf5-18/pkg-plist
+++ b/science/hdf5-18/pkg-plist
@@ -77,8 +77,6 @@ include/vgint.h
lib/libdf.a
lib/libdf.so
lib/libdf.so.1
-lib/libdf_p.a
lib/libmfhdf.a
lib/libmfhdf.so
lib/libmfhdf.so.2
-lib/libmfhdf_p.a
diff --git a/science/hdf5/files/hdf/src/Makefile b/science/hdf5/files/hdf/src/Makefile
index 5dde282ec816..391a70281060 100644
--- a/science/hdf5/files/hdf/src/Makefile
+++ b/science/hdf5/files/hdf/src/Makefile
@@ -5,6 +5,8 @@ LIB=df
# uncomment the line below to avoid building static libraries
#INTERNALLIB=YES
LIBDIR=${PREFIX}/lib
+# comment out the line below to build the profile libs
+NOPROFILE=yes
SHLIB_MAJOR=1
SHLIB_MINOR=0
diff --git a/science/hdf5/files/mfhdf/libsrc/Makefile b/science/hdf5/files/mfhdf/libsrc/Makefile
index 7ca23f2d374e..092102faa53c 100644
--- a/science/hdf5/files/mfhdf/libsrc/Makefile
+++ b/science/hdf5/files/mfhdf/libsrc/Makefile
@@ -15,6 +15,8 @@ LIBDIR = ${PREFIX}/lib
# uncomment the line below to avoid building static libraries
#INTERNALLIB = Yes
+# comment out the line below to build the profile libs
+NOPROFILE=yes
CFLAGS += -DNDEBUG -DHDF -I${.CURDIR}/../../hdf/src -I${.CURDIR}
.if ${MACHINE_ARCH} == "i386"
diff --git a/science/hdf5/pkg-plist b/science/hdf5/pkg-plist
index dba5179efd20..6fef1499b816 100644
--- a/science/hdf5/pkg-plist
+++ b/science/hdf5/pkg-plist
@@ -77,8 +77,6 @@ include/vgint.h
lib/libdf.a
lib/libdf.so
lib/libdf.so.1
-lib/libdf_p.a
lib/libmfhdf.a
lib/libmfhdf.so
lib/libmfhdf.so.2
-lib/libmfhdf_p.a