mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
This commit is contained in:
parent
5146cba1d9
commit
5178b48938
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29636
@ -16,5 +16,6 @@ MAINTAINER= vanilla@FreeBSD.org
|
||||
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -17,6 +17,4 @@ lib/libesd.so.2
|
||||
lib/libesddsp.a
|
||||
lib/libesddsp.so
|
||||
lib/libesddsp.so.2
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
share/aclocal/esd.m4
|
||||
|
@ -13,11 +13,11 @@ MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/gsm-1.0-pl10
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
|
||||
MAN1= toast.1
|
||||
MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3
|
||||
MLINKS= toast.1 untoast.1 toast.1 tcat.1
|
||||
|
||||
post-install:
|
||||
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,5 +7,3 @@ include/gsm.h
|
||||
lib/libgsm.a
|
||||
lib/libgsm.so
|
||||
lib/libgsm.so.1
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
@ -22,6 +22,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG}
|
||||
|
||||
MAN1= gschem.1 gnetlist.1
|
||||
|
@ -457,5 +457,3 @@ share/gEDA/scheme/gsymcheck.scm
|
||||
@dirrm share/gEDA/source
|
||||
@dirrm share/gEDA/scheme
|
||||
@dirrm share/gEDA
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
|
@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.urc.ac.ru/pub/OS/FreeBSD/converters/
|
||||
|
||||
MAINTAINER= joy@urc.ac.ru
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
|
||||
MAN1= iconv.1
|
||||
MAN3= iconv.3 iconv_close.3 iconv_open.3
|
||||
MANCOMPRESSED= yes
|
||||
|
@ -469,8 +469,6 @@ lib/libiconv.a
|
||||
lib/libiconv.so
|
||||
lib/libiconv.so.0
|
||||
lib/libiconv_p.a
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@dirrm lib/iconv/ces
|
||||
@dirrm lib/iconv/ccs
|
||||
@dirrm lib/iconv
|
||||
|
@ -17,7 +17,8 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIBS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185 --enable-cxx
|
||||
|
@ -562,5 +562,3 @@ share/examples/db2/examples_java/TpcbExample.java
|
||||
@dirrm share/doc/db2/api_java
|
||||
@dirrm share/doc/db2/images
|
||||
@dirrm share/doc/db2
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
@ -17,7 +17,8 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIBS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185 --enable-cxx
|
||||
|
@ -562,5 +562,3 @@ share/examples/db2/examples_java/TpcbExample.java
|
||||
@dirrm share/doc/db2/api_java
|
||||
@dirrm share/doc/db2/images
|
||||
@dirrm share/doc/db2
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
@ -17,7 +17,8 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIBS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185 --enable-cxx
|
||||
|
@ -562,5 +562,3 @@ share/examples/db2/examples_java/TpcbExample.java
|
||||
@dirrm share/doc/db2/api_java
|
||||
@dirrm share/doc/db2/images
|
||||
@dirrm share/doc/db2
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
@ -17,7 +17,8 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIBS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185 --enable-cxx
|
||||
|
@ -562,5 +562,3 @@ share/examples/db2/examples_java/TpcbExample.java
|
||||
@dirrm share/doc/db2/api_java
|
||||
@dirrm share/doc/db2/images
|
||||
@dirrm share/doc/db2
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
@ -17,7 +17,8 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIBS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185 --enable-cxx
|
||||
|
@ -562,5 +562,3 @@ share/examples/db2/examples_java/TpcbExample.java
|
||||
@dirrm share/doc/db2/api_java
|
||||
@dirrm share/doc/db2/images
|
||||
@dirrm share/doc/db2
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
@ -17,7 +17,8 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIBS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185 --enable-cxx
|
||||
|
@ -562,5 +562,3 @@ share/examples/db2/examples_java/TpcbExample.java
|
||||
@dirrm share/doc/db2/api_java
|
||||
@dirrm share/doc/db2/images
|
||||
@dirrm share/doc/db2
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
@ -17,7 +17,8 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIBS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185 --enable-cxx
|
||||
|
@ -562,5 +562,3 @@ share/examples/db2/examples_java/TpcbExample.java
|
||||
@dirrm share/doc/db2/api_java
|
||||
@dirrm share/doc/db2/images
|
||||
@dirrm share/doc/db2
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
@ -17,7 +17,8 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIBS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185 --enable-cxx
|
||||
|
@ -562,5 +562,3 @@ share/examples/db2/examples_java/TpcbExample.java
|
||||
@dirrm share/doc/db2/api_java
|
||||
@dirrm share/doc/db2/images
|
||||
@dirrm share/doc/db2
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
@ -17,7 +17,8 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIBS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185 --enable-cxx
|
||||
|
@ -562,5 +562,3 @@ share/examples/db2/examples_java/TpcbExample.java
|
||||
@dirrm share/doc/db2/api_java
|
||||
@dirrm share/doc/db2/images
|
||||
@dirrm share/doc/db2
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
@ -17,7 +17,8 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIBS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185 --enable-cxx
|
||||
|
@ -562,5 +562,3 @@ share/examples/db2/examples_java/TpcbExample.java
|
||||
@dirrm share/doc/db2/api_java
|
||||
@dirrm share/doc/db2/images
|
||||
@dirrm share/doc/db2
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
@ -17,7 +17,8 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIBS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185 --enable-cxx
|
||||
|
@ -562,5 +562,3 @@ share/examples/db2/examples_java/TpcbExample.java
|
||||
@dirrm share/doc/db2/api_java
|
||||
@dirrm share/doc/db2/images
|
||||
@dirrm share/doc/db2
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
@ -17,7 +17,8 @@ Y2K= http://www.sleepycat.com/faq.html#A8
|
||||
MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIBS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185 --enable-cxx
|
||||
|
@ -562,5 +562,3 @@ share/examples/db2/examples_java/TpcbExample.java
|
||||
@dirrm share/doc/db2/api_java
|
||||
@dirrm share/doc/db2/images
|
||||
@dirrm share/doc/db2
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
@ -16,6 +16,7 @@ MAINTAINER= midom@dammit.lt
|
||||
WRKSRC= ${WRKDIR}/freetds
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--with-tdsver=7.0 \
|
||||
--enable-dbmfix
|
||||
|
@ -21,5 +21,3 @@ lib/libsybdb.so.0
|
||||
lib/libtds.a
|
||||
lib/libtds.la
|
||||
lib/libtds.so.0
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
@ -16,6 +16,7 @@ MAINTAINER= midom@dammit.lt
|
||||
WRKSRC= ${WRKDIR}/freetds
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--with-tdsver=7.0 \
|
||||
--enable-dbmfix
|
||||
|
@ -21,5 +21,3 @@ lib/libsybdb.so.0
|
||||
lib/libtds.a
|
||||
lib/libtds.la
|
||||
lib/libtds.so.0
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= gdbm
|
||||
MAINTAINER= bjn@visi.com
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
|
||||
MAN3= gdbm.3
|
||||
|
||||
post-install:
|
||||
|
@ -5,5 +5,3 @@ info/gdbm.info
|
||||
lib/libgdbm.a
|
||||
lib/libgdbm.so
|
||||
lib/libgdbm.so.2
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
|
@ -16,6 +16,8 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/libfcrc.so.1 ${PREFIX}/lib
|
||||
${LN} -fs ${PREFIX}/lib/libfcrc.so.1 ${PREFIX}/lib/libfcrc.so
|
||||
@ -24,7 +26,4 @@ do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/index.html ${PREFIX}/share/doc/fastcrc
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/fc ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
${SETENV} OBFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,7 +2,5 @@ bin/fc
|
||||
include/fastcrc.h
|
||||
lib/libfcrc.so
|
||||
lib/libfcrc.so.1
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
share/doc/fastcrc/index.html
|
||||
@dirrm share/doc/fastcrc
|
||||
|
@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.styx.net/projects/flux/
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
post-install:
|
||||
|
@ -19,8 +19,6 @@ include/flux/url.h
|
||||
include/flux/xml.h
|
||||
lib/libflux.a
|
||||
lib/libflux.so.0
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
share/flux/AUTHORS
|
||||
share/flux/NEWS
|
||||
share/flux/README
|
||||
|
@ -15,6 +15,8 @@ DISTNAME= libiberty-${PORTVERSION}
|
||||
|
||||
MAINTAINER= howardjp@wam.umd.edu
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/libiberty.a ${PREFIX}/lib
|
||||
${INSTALL_DATA} ${WRKSRC}/libiberty.so.1 ${PREFIX}/lib
|
||||
@ -22,7 +24,4 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/libiberty.h ${PREFIX}/include
|
||||
${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include
|
||||
|
||||
post-install:
|
||||
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,5 +3,3 @@ include/getopt.h
|
||||
lib/libiberty.a
|
||||
lib/libiberty.so
|
||||
lib/libiberty.so.1
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
|
@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= gettext
|
||||
MAINTAINER= reg@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
|
||||
PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
|
||||
|
||||
|
@ -13,8 +13,6 @@ include/libintl.h
|
||||
lib/libintl.a
|
||||
lib/libintl.so
|
||||
lib/libintl.so.1
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
share/aclocal/gettext.m4
|
||||
share/aclocal/lcmessage.m4
|
||||
share/aclocal/progtest.m4
|
||||
|
@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= gettext
|
||||
MAINTAINER= reg@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
|
||||
PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
|
||||
|
||||
|
@ -13,8 +13,6 @@ include/libintl.h
|
||||
lib/libintl.a
|
||||
lib/libintl.so
|
||||
lib/libintl.so.1
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
share/aclocal/gettext.m4
|
||||
share/aclocal/lcmessage.m4
|
||||
share/aclocal/progtest.m4
|
||||
|
@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= gettext
|
||||
MAINTAINER= reg@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
|
||||
PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
|
||||
|
||||
|
@ -13,8 +13,6 @@ include/libintl.h
|
||||
lib/libintl.a
|
||||
lib/libintl.so
|
||||
lib/libintl.so.1
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
share/aclocal/gettext.m4
|
||||
share/aclocal/lcmessage.m4
|
||||
share/aclocal/progtest.m4
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-suffix
|
||||
CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib12
|
||||
|
||||
|
@ -14,7 +14,5 @@ lib/libgmodule12.so.3
|
||||
lib/libgthread12.a
|
||||
lib/libgthread12.so
|
||||
lib/libgthread12.so.3
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
share/aclocal/glib.m4
|
||||
@dirrm include/glib12
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-suffix
|
||||
CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib12
|
||||
|
||||
|
@ -14,7 +14,5 @@ lib/libgmodule12.so.3
|
||||
lib/libgthread12.a
|
||||
lib/libgthread12.so
|
||||
lib/libgthread12.so.3
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
share/aclocal/glib.m4
|
||||
@dirrm include/glib12
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-suffix
|
||||
CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib12
|
||||
|
||||
|
@ -14,7 +14,5 @@ lib/libgmodule12.so.3
|
||||
lib/libgthread12.a
|
||||
lib/libgthread12.so
|
||||
lib/libgthread12.so.3
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
share/aclocal/glib.m4
|
||||
@dirrm include/glib12
|
||||
|
@ -22,7 +22,8 @@ MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \
|
||||
hesiod_resolve.3 hesiod_to_bind.3
|
||||
MAN5= hesiod.conf.5
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -35,7 +36,4 @@ VERSION=3.0
|
||||
|
||||
MAKE_ENV+= VERSION="${VERSION}" SONAME="${SONAME}"
|
||||
|
||||
post-install:
|
||||
${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -3,5 +3,3 @@ include/hesiod.h
|
||||
lib/libhesiod.a
|
||||
lib/libhesiod.so
|
||||
lib/libhesiod.so.3.0
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
@ -18,6 +18,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
||||
intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
USE_XLIB= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
|
@ -14,8 +14,6 @@ etc/coolicon.config.dist
|
||||
lib/libCw.a
|
||||
lib/libCw.so
|
||||
lib/libCw.so.1
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
share/cooledit/Xmlrpclib.py
|
||||
share/cooledit/c_utils.py
|
||||
share/cooledit/global.py
|
||||
|
@ -22,6 +22,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -25,8 +25,6 @@ include/gdkcardimage/gdk-card-image.h
|
||||
lib/libgdkcardimage.a
|
||||
lib/libgdkcardimage.so
|
||||
lib/libgdkcardimage.so.1
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
share/gnome/apps/Games/freecell.desktop
|
||||
share/gnome/apps/Games/gataxx.desktop
|
||||
share/gnome/apps/Games/glines.desktop
|
||||
|
@ -22,6 +22,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -25,8 +25,6 @@ include/gdkcardimage/gdk-card-image.h
|
||||
lib/libgdkcardimage.a
|
||||
lib/libgdkcardimage.so
|
||||
lib/libgdkcardimage.so.1
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
share/gnome/apps/Games/freecell.desktop
|
||||
share/gnome/apps/Games/gataxx.desktop
|
||||
share/gnome/apps/Games/glines.desktop
|
||||
|
@ -22,6 +22,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -25,8 +25,6 @@ include/gdkcardimage/gdk-card-image.h
|
||||
lib/libgdkcardimage.a
|
||||
lib/libgdkcardimage.so
|
||||
lib/libgdkcardimage.so.1
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
share/gnome/apps/Games/freecell.desktop
|
||||
share/gnome/apps/Games/gataxx.desktop
|
||||
share/gnome/apps/Games/glines.desktop
|
||||
|
@ -17,6 +17,7 @@ LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome
|
||||
|
@ -34,7 +34,5 @@ lib/libdiacanvas.a
|
||||
lib/libdiacanvas.la
|
||||
lib/libdiacanvas.so
|
||||
lib/libdiacanvas.so.1
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
share/gnome/aclocal/diacanvas.m4
|
||||
@dirrm include/diacanvas
|
||||
|
@ -20,6 +20,7 @@ LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,8 +4,6 @@ include/Fnlib_types.h
|
||||
lib/libFnlib.a
|
||||
lib/libFnlib.so
|
||||
lib/libFnlib.so.0.5
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
share/fnlib_fonts/e/fontinfo
|
||||
share/fnlib_fonts/e/17/032.png
|
||||
share/fnlib_fonts/e/17/033.png
|
||||
|
@ -19,9 +19,11 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
|
||||
LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype \
|
||||
Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
USE_XLIB= YES
|
||||
USE_XLIB= yes
|
||||
.endif
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
|
||||
pre-fetch:
|
||||
.if !defined(WITH_X11)
|
||||
@${ECHO} -n "If you want to compile in X support use "
|
||||
@ -31,7 +33,4 @@ pre-fetch:
|
||||
pre-install:
|
||||
${MKDIR} ${PREFIX}/include/gd
|
||||
|
||||
post-install:
|
||||
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -18,5 +18,3 @@ lib/libgd.a
|
||||
lib/libgd.so
|
||||
lib/libgd.so.1
|
||||
@dirrm include/gd
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -R
|
||||
|
@ -19,9 +19,11 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
|
||||
LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype \
|
||||
Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
USE_XLIB= YES
|
||||
USE_XLIB= yes
|
||||
.endif
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
|
||||
pre-fetch:
|
||||
.if !defined(WITH_X11)
|
||||
@${ECHO} -n "If you want to compile in X support use "
|
||||
@ -31,7 +33,4 @@ pre-fetch:
|
||||
pre-install:
|
||||
${MKDIR} ${PREFIX}/include/gd
|
||||
|
||||
post-install:
|
||||
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -18,5 +18,3 @@ lib/libgd.a
|
||||
lib/libgd.so
|
||||
lib/libgd.so.1
|
||||
@dirrm include/gd
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -R
|
||||
|
@ -19,9 +19,11 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
|
||||
LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype \
|
||||
Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
USE_XLIB= YES
|
||||
USE_XLIB= yes
|
||||
.endif
|
||||
|
||||
INSTALLS_SHLIBS= yes
|
||||
|
||||
pre-fetch:
|
||||
.if !defined(WITH_X11)
|
||||
@${ECHO} -n "If you want to compile in X support use "
|
||||
@ -31,7 +33,4 @@ pre-fetch:
|
||||
pre-install:
|
||||
${MKDIR} ${PREFIX}/include/gd
|
||||
|
||||
post-install:
|
||||
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -18,5 +18,3 @@ lib/libgd.a
|
||||
lib/libgd.so
|
||||
lib/libgd.so.1
|
||||
@dirrm include/gd
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -R
|
||||
|
@ -21,6 +21,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
|
@ -38,8 +38,6 @@ lib/libgdk_pixbuf.so.2
|
||||
lib/libgnomecanvaspixbuf.a
|
||||
lib/libgnomecanvaspixbuf.so
|
||||
lib/libgnomecanvaspixbuf.so.1
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
share/aclocal/gdk-pixbuf.m4
|
||||
share/gnome/html/gdk-pixbuf-decl.txt
|
||||
share/gnome/html/gdk-pixbuf-sections.txt
|
||||
|
@ -36,6 +36,7 @@ USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
||||
|
||||
.if !defined(WITH_PERL)
|
||||
|
@ -48,8 +48,6 @@ lib/libgimpui.a
|
||||
lib/libgimpui.la
|
||||
lib/libgimpui.so
|
||||
lib/libgimpui.so.23
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.so
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.la
|
||||
|
@ -36,6 +36,7 @@ USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
||||
|
||||
.if !defined(WITH_PERL)
|
||||
|
@ -48,8 +48,6 @@ lib/libgimpui.a
|
||||
lib/libgimpui.la
|
||||
lib/libgimpui.so
|
||||
lib/libgimpui.so.23
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.so
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.la
|
||||
|
@ -36,6 +36,7 @@ USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
||||
|
||||
.if !defined(WITH_PERL)
|
||||
|
@ -48,8 +48,6 @@ lib/libgimpui.a
|
||||
lib/libgimpui.la
|
||||
lib/libgimpui.so
|
||||
lib/libgimpui.so.23
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.so
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.la
|
||||
|
@ -36,6 +36,7 @@ USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
||||
|
||||
.if !defined(WITH_PERL)
|
||||
|
@ -48,8 +48,6 @@ lib/libgimpui.a
|
||||
lib/libgimpui.la
|
||||
lib/libgimpui.so
|
||||
lib/libgimpui.so.23
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.so
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.la
|
||||
|
@ -36,6 +36,7 @@ USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
||||
|
||||
.if !defined(WITH_PERL)
|
||||
|
@ -48,8 +48,6 @@ lib/libgimpui.a
|
||||
lib/libgimpui.la
|
||||
lib/libgimpui.so
|
||||
lib/libgimpui.so.23
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.so
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.la
|
||||
|
@ -36,6 +36,7 @@ USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
||||
|
||||
.if !defined(WITH_PERL)
|
||||
|
@ -48,8 +48,6 @@ lib/libgimpui.a
|
||||
lib/libgimpui.la
|
||||
lib/libgimpui.so
|
||||
lib/libgimpui.so.23
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.la
|
||||
libexec/gimp/1.1/modules/libcdisplay_gamma.so
|
||||
libexec/gimp/1.1/modules/libcdisplay_highcontrast.la
|
||||
|
@ -19,6 +19,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
|
@ -55,8 +55,6 @@ lib/libgphoto_sony_dscf1.so.0
|
||||
lib/libgphoto_sony_dscf55.a
|
||||
lib/libgphoto_sony_dscf55.so
|
||||
lib/libgphoto_sony_dscf55.so.0
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -R
|
||||
share/doc/gphoto/ChangeLog
|
||||
share/doc/gphoto/FAQ
|
||||
share/doc/gphoto/NEWS
|
||||
|
@ -19,6 +19,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
|
@ -55,8 +55,6 @@ lib/libgphoto_sony_dscf1.so.0
|
||||
lib/libgphoto_sony_dscf55.a
|
||||
lib/libgphoto_sony_dscf55.so
|
||||
lib/libgphoto_sony_dscf55.so.0
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -R
|
||||
share/doc/gphoto/ChangeLog
|
||||
share/doc/gphoto/FAQ
|
||||
share/doc/gphoto/NEWS
|
||||
|
@ -20,5 +20,6 @@ CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \
|
||||
--with-dps-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,7 +15,5 @@ include/gtkDPS/parseAFM.h
|
||||
lib/libgtkDPS.a
|
||||
lib/libgtkDPS.so
|
||||
lib/libgtkDPS.so.1
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
share/aclocal/gtkDPS.m4
|
||||
@dirrm include/gtkDPS
|
||||
|
@ -24,6 +24,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
|
@ -18,7 +18,5 @@ lib/libgdk_imlib.a
|
||||
lib/libgdk_imlib.la
|
||||
lib/libgdk_imlib.so
|
||||
lib/libgdk_imlib.so.5
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
share/aclocal/imlib.m4
|
||||
@dirrm etc/imlib
|
||||
|
@ -24,6 +24,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIBS= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
|
@ -18,7 +18,5 @@ lib/libgdk_imlib.a
|
||||
lib/libgdk_imlib.la
|
||||
lib/libgdk_imlib.so
|
||||
lib/libgdk_imlib.so.5
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
share/aclocal/imlib.m4
|
||||
@dirrm etc/imlib
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user