From 5178b48938d20e336ec57a055a01cb66105cd20c Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 16 Jun 2000 10:38:50 +0000 Subject: Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration. --- math/bihar/Makefile | 3 ++- math/bihar/pkg-plist | 2 -- math/dcdflib/Makefile | 3 ++- math/dcdflib/pkg-plist | 2 -- math/eispack/Makefile | 4 +--- math/eispack/pkg-plist | 2 -- math/fftpack/Makefile | 3 ++- math/fftpack/pkg-plist | 2 -- math/fftw/Makefile | 1 + math/fftw/pkg-plist | 2 -- math/fftw3/Makefile | 1 + math/fftw3/pkg-plist | 2 -- math/gnumeric/Makefile | 1 + math/gnumeric/pkg-plist | 2 -- math/gnumeric2/Makefile | 1 + math/gnumeric2/pkg-plist | 2 -- math/gsl/Makefile | 1 + math/gsl/pkg-plist | 2 -- 18 files changed, 12 insertions(+), 24 deletions(-) (limited to 'math') diff --git a/math/bihar/Makefile b/math/bihar/Makefile index b50dace2ab13..cc70f91f6939 100644 --- a/math/bihar/Makefile +++ b/math/bihar/Makefile @@ -20,6 +20,8 @@ EXTRACT_CMD= ${TAR} EXTRACT_BEFORE_ARGS= -xf EXTRACT_AFTER_ARGS= # empty +INSTALLS_SHLIBS= yes + .include post-extract: @@ -38,6 +40,5 @@ post-install: .if ${PORTOBJFORMAT} == "aout" ${LN} -sf libbihar.so.1 ${PREFIX}/lib/libbihar.so .endif - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include diff --git a/math/bihar/pkg-plist b/math/bihar/pkg-plist index 6151d6fd3ca8..049c95bec318 100644 --- a/math/bihar/pkg-plist +++ b/math/bihar/pkg-plist @@ -2,6 +2,4 @@ lib/libbihar.a lib/libbihar.so lib/libbihar.so.1 share/doc/fftpack/fft.doc.gz -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm share/doc/fftpack diff --git a/math/dcdflib/Makefile b/math/dcdflib/Makefile index 3f6e391afd43..33668fa0a7fb 100644 --- a/math/dcdflib/Makefile +++ b/math/dcdflib/Makefile @@ -14,6 +14,8 @@ MAINTAINER= tobez@plab.ku.dk WRKSRC= ${WRKDIR}/dcdflib.c/src +INSTALLS_SHLIBS= yes + .include post-extract: @@ -29,6 +31,5 @@ post-install: .if ${PORTOBJFORMAT} == "aout" @${LN} -sf libdcdflib.so.1.1 ${PREFIX}/lib/libdcdflib.so .endif - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include diff --git a/math/dcdflib/pkg-plist b/math/dcdflib/pkg-plist index 6da30a4167bf..f9f25d3d5900 100644 --- a/math/dcdflib/pkg-plist +++ b/math/dcdflib/pkg-plist @@ -3,8 +3,6 @@ lib/libdcdflib.a lib/libdcdflib_p.a lib/libdcdflib.so lib/libdcdflib.so.1.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/doc/dcdflib/README share/doc/dcdflib/dcdflib.chs share/doc/dcdflib/dcdflib.fdoc diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 6f1e50f4470c..cefb32887f6a 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas DIST_SUBDIR= ${PORTNAME} +INSTALLS_SHLIBS= yes NO_WRKSUBDIR= yes SRCS = csroot.f epslon.f pythag.f bakvec.f balanc.f balbak.f bandr.f \ @@ -40,7 +41,4 @@ do-extract: pre-build: ${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile -post-install: - ${LDCONFIG} -m ${PREFIX}/lib - .include diff --git a/math/eispack/pkg-plist b/math/eispack/pkg-plist index faac536aa519..1e43f8737c31 100644 --- a/math/eispack/pkg-plist +++ b/math/eispack/pkg-plist @@ -1,5 +1,3 @@ lib/libeispack.a lib/libeispack.so lib/libeispack.so.1 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index b50dace2ab13..cc70f91f6939 100644 --- a/math/fftpack/Makefile +++ b/math/fftpack/Makefile @@ -20,6 +20,8 @@ EXTRACT_CMD= ${TAR} EXTRACT_BEFORE_ARGS= -xf EXTRACT_AFTER_ARGS= # empty +INSTALLS_SHLIBS= yes + .include post-extract: @@ -38,6 +40,5 @@ post-install: .if ${PORTOBJFORMAT} == "aout" ${LN} -sf libbihar.so.1 ${PREFIX}/lib/libbihar.so .endif - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include diff --git a/math/fftpack/pkg-plist b/math/fftpack/pkg-plist index 6151d6fd3ca8..049c95bec318 100644 --- a/math/fftpack/pkg-plist +++ b/math/fftpack/pkg-plist @@ -2,6 +2,4 @@ lib/libbihar.a lib/libbihar.so lib/libbihar.so.1 share/doc/fftpack/fft.doc.gz -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm share/doc/fftpack diff --git a/math/fftw/Makefile b/math/fftw/Makefile index eb4b1a741c26..815d0db687b2 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -18,6 +18,7 @@ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE GNU_CONFIGURE= yes USE_GMAKE= yes +INSTALLS_SHLIBS= yes .if ${ARCH} == "i386" CONFIGURE_ARGS= --enable-i386-hacks diff --git a/math/fftw/pkg-plist b/math/fftw/pkg-plist index 7b9282b46e45..0ea1930b799c 100644 --- a/math/fftw/pkg-plist +++ b/math/fftw/pkg-plist @@ -16,7 +16,5 @@ lib/librfftw.a lib/librfftw.la lib/librfftw.so lib/librfftw.so.2 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/doc/fftw/fftw.ps @dirrm share/doc/fftw diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index eb4b1a741c26..815d0db687b2 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -18,6 +18,7 @@ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE GNU_CONFIGURE= yes USE_GMAKE= yes +INSTALLS_SHLIBS= yes .if ${ARCH} == "i386" CONFIGURE_ARGS= --enable-i386-hacks diff --git a/math/fftw3/pkg-plist b/math/fftw3/pkg-plist index 7b9282b46e45..0ea1930b799c 100644 --- a/math/fftw3/pkg-plist +++ b/math/fftw3/pkg-plist @@ -16,7 +16,5 @@ lib/librfftw.a lib/librfftw.la lib/librfftw.so lib/librfftw.so.2 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/doc/fftw/fftw.ps @dirrm share/doc/fftw diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 74905b64b46e..bcedec4912ae 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -28,6 +28,7 @@ USE_PERL5= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes LIBTOOLFILES= configure libole2/configure CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist index 7155b7a31e3b..fa827857468e 100644 --- a/math/gnumeric/pkg-plist +++ b/math/gnumeric/pkg-plist @@ -11,8 +11,6 @@ include/libole2/ms-ole.h lib/libole2.a lib/libole2.so lib/libole2.so.0 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B lib/gnumeric/%%VERSION%%/plugins/gnum_csv.so lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so lib/gnumeric/%%VERSION%%/plugins/gnum_guile.so diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 74905b64b46e..bcedec4912ae 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -28,6 +28,7 @@ USE_PERL5= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes LIBTOOLFILES= configure libole2/configure CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist index 7155b7a31e3b..fa827857468e 100644 --- a/math/gnumeric2/pkg-plist +++ b/math/gnumeric2/pkg-plist @@ -11,8 +11,6 @@ include/libole2/ms-ole.h lib/libole2.a lib/libole2.so lib/libole2.so.0 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B lib/gnumeric/%%VERSION%%/plugins/gnum_csv.so lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so lib/gnumeric/%%VERSION%%/plugins/gnum_guile.so diff --git a/math/gsl/Makefile b/math/gsl/Makefile index e2fd4c0f4225..f15d0d429f9c 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -21,6 +21,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= andrew@chg.ru USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes GSLREF= gsl-ref.ps.gz post-install: diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index 2208656de882..849c57a09670 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -220,8 +220,6 @@ lib/libgslblascblas.so.0 lib/libgslblasnative.a lib/libgslblasnative.so lib/libgslblasnative.so.0 -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R share/aclocal/gsl.m4 share/doc/gsl/gsl-ref.ps @dirrm include/gsl -- cgit v1.2.3