diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/R-cran-plyr/Makefile | 2 | ||||
-rw-r--r-- | devel/arm-none-eabi-gcc492/Makefile | 2 | ||||
-rw-r--r-- | devel/avr-gcc-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/avr-gcc/Makefile | 2 | ||||
-rw-r--r-- | devel/efl/Makefile | 2 | ||||
-rw-r--r-- | devel/gcc-msp430-ti-toolchain/Makefile | 1 | ||||
-rw-r--r-- | devel/google-gdata/Makefile | 2 | ||||
-rw-r--r-- | devel/google-perftools/Makefile | 1 | ||||
-rw-r--r-- | devel/icu/Makefile | 2 | ||||
-rw-r--r-- | devel/ivykis/Makefile | 2 | ||||
-rw-r--r-- | devel/lfcbase/Makefile | 2 | ||||
-rw-r--r-- | devel/libmpsse/Makefile | 1 | ||||
-rw-r--r-- | devel/liborcus07/Makefile | 2 | ||||
-rw-r--r-- | devel/libtermkey/Makefile | 2 | ||||
-rw-r--r-- | devel/mongo-c-driver/Makefile | 2 | ||||
-rw-r--r-- | devel/msgpack/Makefile | 2 | ||||
-rw-r--r-- | devel/ocaml-camlp4/Makefile | 2 | ||||
-rw-r--r-- | devel/ocaml-ppx-tools/Makefile | 2 | ||||
-rw-r--r-- | devel/opendht/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-CBOR-XS/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Data-Peek/Makefile | 2 | ||||
-rw-r--r-- | devel/pcre/Makefile | 2 | ||||
-rw-r--r-- | devel/py-llfuse/Makefile | 2 | ||||
-rw-r--r-- | devel/rapidjson/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-rice/Makefile | 2 | ||||
-rw-r--r-- | devel/spatialindex/Makefile | 2 |
26 files changed, 23 insertions, 26 deletions
diff --git a/devel/R-cran-plyr/Makefile b/devel/R-cran-plyr/Makefile index 0d4a3fc052af..392f0948a517 100644 --- a/devel/R-cran-plyr/Makefile +++ b/devel/R-cran-plyr/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp USES= cran:auto-plist -post-stage: +post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/plyr/libs/plyr.so .include <bsd.port.mk> diff --git a/devel/arm-none-eabi-gcc492/Makefile b/devel/arm-none-eabi-gcc492/Makefile index dd5b75e68d8d..eb504eb9f749 100644 --- a/devel/arm-none-eabi-gcc492/Makefile +++ b/devel/arm-none-eabi-gcc492/Makefile @@ -51,7 +51,7 @@ INSTALL_TARGET= install-gcc install-target-libgcc CONFIGURE_TARGET= ${ARCH}-portbld-${OPSYS:tl}${OSREL} -post-stage: +post-install: @if [ -f ${STAGEDIR}${PREFIX}/bin/cpp ] ; then \ ${MV} ${STAGEDIR}${PREFIX}/bin/cpp \ ${STAGEDIR}${PREFIX}/bin/${GCC_TARGET}-cpp ; \ diff --git a/devel/avr-gcc-devel/Makefile b/devel/avr-gcc-devel/Makefile index 4b280da834b0..88c133f86622 100644 --- a/devel/avr-gcc-devel/Makefile +++ b/devel/avr-gcc-devel/Makefile @@ -53,7 +53,7 @@ INFO= cpp gcc gccint cppinternals gccinstall post-configure: ${MKDIR} ${WRKSRC}/gcc/include -post-stage: +post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/gcc/avr/4.10.0/liblto_plugin.so.0 .include <bsd.port.post.mk> diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index 56bd04c3455d..bc836ff93a68 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -56,7 +56,7 @@ ARCH= x86_64 post-configure: ${MKDIR} ${WRKSRC}/gcc/include -post-stage: +post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/gcc/avr/${PORTVERSION}/liblto_plugin.so.0 .include <bsd.port.post.mk> diff --git a/devel/efl/Makefile b/devel/efl/Makefile index 62dc56676754..f6a3e4353e29 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -152,7 +152,7 @@ LIB_DEPENDS+= libluajit-5.1.so:lang/luajit PLIST_SUB+= ELUA="" .endif -post-stage: +post-install: ${RM} -r ${STAGEDIR}${PREFIX}/share/gdb for i in `${FIND} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/lib -type f`; do \ if ${FILE} $$i | ${GREP} -q "not stripped"; then ${STRIP_CMD} $$i; fi; \ diff --git a/devel/gcc-msp430-ti-toolchain/Makefile b/devel/gcc-msp430-ti-toolchain/Makefile index e8b481f3234f..4e2239d6e7bf 100644 --- a/devel/gcc-msp430-ti-toolchain/Makefile +++ b/devel/gcc-msp430-ti-toolchain/Makefile @@ -144,7 +144,6 @@ do-install: @cd ${WRKDIR}/build/gdb && \ ${SETENV} ${MAKE_ENV} ${FAKEROOT} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install -post-stage: @${ECHO_MSG} "Remove unneeded host files..." @for f in ${UNNEEDED_HOST_FILES} ; do \ ${RM} "${STAGEDIR}${GNU_CONFIGURE_PREFIX}/$$f" ; \ diff --git a/devel/google-gdata/Makefile b/devel/google-gdata/Makefile index 72f8a2ab7417..648ec51ea2d9 100644 --- a/devel/google-gdata/Makefile +++ b/devel/google-gdata/Makefile @@ -26,7 +26,7 @@ NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Makefile -post-stage: +post-install: cd ${STAGEDIR}${PREFIX}; ${FIND} lib/mono libdata/pkgconfig \ \( -type f -or -type l \) | ${SORT} >> ${TMPPLIST} diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile index f026d9a3d00b..235fe5a68bb7 100644 --- a/devel/google-perftools/Makefile +++ b/devel/google-perftools/Makefile @@ -67,7 +67,6 @@ post-install: ${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig ${STAGEDIR}${PREFIX}/libdata ${MV} ${STAGEDIR}${PREFIX}/bin/pprof ${STAGEDIR}${PREFIX}/bin/perftools-pprof -post-stage: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so.* # Two of the tests are known to fail on FreeBSD 10, uncomment this as soon as this is fixed diff --git a/devel/icu/Makefile b/devel/icu/Makefile index b885e47ceea0..2b4feca55360 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -43,7 +43,7 @@ PLIST_FILES+= %%DATADIR%%/%%ICUVER%%/icudt%%ICUMAJOR%%b.dat PLIST_FILES+= %%DATADIR%%/%%ICUVER%%/icudt%%ICUMAJOR%%l.dat .endif -post-stage: +post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/g* \ ${STAGEDIR}${PREFIX}/bin/*conv \ ${STAGEDIR}${PREFIX}/bin/icuinfo \ diff --git a/devel/ivykis/Makefile b/devel/ivykis/Makefile index d9a1c568100f..71b1a1ad6d2a 100644 --- a/devel/ivykis/Makefile +++ b/devel/ivykis/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= buytenh -post-stage: +post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libivykis.so.0.4.2 .include <bsd.port.mk> diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index 955bbbec604d..ea36b89331b9 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -17,7 +17,7 @@ USES= autoreconf libtool post-patch: @${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in -post-stage: +post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcbase.so.2 .include <bsd.port.mk> diff --git a/devel/libmpsse/Makefile b/devel/libmpsse/Makefile index 06e1c4ea50fb..a080aa8d576b 100644 --- a/devel/libmpsse/Makefile +++ b/devel/libmpsse/Makefile @@ -47,7 +47,6 @@ post-install: ${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} (cd ${WRKSRC}/src/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} "! -name Makefile") -post-stage: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_pylibmpsse.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmpsse.so diff --git a/devel/liborcus07/Makefile b/devel/liborcus07/Makefile index 36cb45d31ebd..6c211f3ae841 100644 --- a/devel/liborcus07/Makefile +++ b/devel/liborcus07/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -post-stage: +post-install: @${RM} ${STAGEDIR}${PREFIX}/bin/* .include <bsd.port.mk> diff --git a/devel/libtermkey/Makefile b/devel/libtermkey/Makefile index 17ad6159e3e2..6f239329bfe1 100644 --- a/devel/libtermkey/Makefile +++ b/devel/libtermkey/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libunibilium.so:devel/unibilium USE_LDCONFIG= yes MAKE_ARGS= MANDIR=${MANPREFIX}/man -post-stage: +post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtermkey.so.1.12.0 .include <bsd.port.mk> diff --git a/devel/mongo-c-driver/Makefile b/devel/mongo-c-driver/Makefile index 4cea6f5998c5..181f4928b012 100644 --- a/devel/mongo-c-driver/Makefile +++ b/devel/mongo-c-driver/Makefile @@ -21,7 +21,7 @@ USES= cmake pkgconfig USE_LDCONFIG= yes LDFLAGS+= -pthread -post-stage: +post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmongoc-1.0.so.${PORTVERSION} .include <bsd.port.mk> diff --git a/devel/msgpack/Makefile b/devel/msgpack/Makefile index 702366b17e45..8ba4ef9b79df 100644 --- a/devel/msgpack/Makefile +++ b/devel/msgpack/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS= CFLAGS="${CFLAGS} -march=i686" CXXFLAGS="${CXXFLAGS} -march=i686 pre-configure: cd ${WRKSRC} && ./bootstrap -post-stage: +post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmsgpackc.so.2.0.0 .include <bsd.port.post.mk> diff --git a/devel/ocaml-camlp4/Makefile b/devel/ocaml-camlp4/Makefile index 38d4fa5f43f8..56692428b933 100644 --- a/devel/ocaml-camlp4/Makefile +++ b/devel/ocaml-camlp4/Makefile @@ -23,7 +23,7 @@ MAKE_JOBS_UNSAFE=yes ALL_TARGET= all camlp4/META INSTALL_TARGET= install install-META -post-stage: +post-install: .for f in camlp4o camlp4of camlp4oof camlp4orf camlp4r camlp4rf ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f}.opt .endfor diff --git a/devel/ocaml-ppx-tools/Makefile b/devel/ocaml-ppx-tools/Makefile index 98adf90ef336..12e044049c0f 100644 --- a/devel/ocaml-ppx-tools/Makefile +++ b/devel/ocaml-ppx-tools/Makefile @@ -20,7 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= alainfrisch GH_PROJECT= ${PORTNAME:C/-/_/} -post-stage: +post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib/ppx_tools/ppx_tools.cmxs .include <bsd.port.mk> diff --git a/devel/opendht/Makefile b/devel/opendht/Makefile index 4a1310bc9e84..c090371f99b5 100644 --- a/devel/opendht/Makefile +++ b/devel/opendht/Makefile @@ -27,7 +27,7 @@ USES= autoreconf compiler:c++11-lib libtool pathfix pkgconfig CFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include -post-stage: +post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopendht.so.0.0.0 .include <bsd.port.mk> diff --git a/devel/p5-CBOR-XS/Makefile b/devel/p5-CBOR-XS/Makefile index d306a3fa6a06..c28606d03f31 100644 --- a/devel/p5-CBOR-XS/Makefile +++ b/devel/p5-CBOR-XS/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-Types-Serialiser>=0:devel/p5-Types-Serialiser \ p5-common-sense>=0:devel/p5-common-sense RUN_DEPENDS:= ${BUILD_DEPENDS} -post-stage: +post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CBOR/XS/XS.so .include <bsd.port.mk> diff --git a/devel/p5-Data-Peek/Makefile b/devel/p5-Data-Peek/Makefile index e33be61105cd..d7796f84e396 100644 --- a/devel/p5-Data-Peek/Makefile +++ b/devel/p5-Data-Peek/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings USES= perl5 tar:tgz USE_PERL5= configure -post-stage: +post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Data/Peek/Peek.so .include <bsd.port.mk> diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index ac96707d0633..3d5f78711145 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -90,7 +90,7 @@ post-patch: @${REINPLACE_CMD} -e "/^\.rs/d" ${WRKSRC}/doc/*.3 ${WRKSRC}/doc/*.1 @${REINPLACE_CMD} -e "s/£//g" ${WRKSRC}/doc/pcre_compile2.3 -post-stage: +post-install: ${LN} -s libpcre.so.1 ${STAGEDIR}${PREFIX}/lib/libpcre.so.3 .include <bsd.port.post.mk> diff --git a/devel/py-llfuse/Makefile b/devel/py-llfuse/Makefile index 08dc41e2749d..2d12a05c7c56 100644 --- a/devel/py-llfuse/Makefile +++ b/devel/py-llfuse/Makefile @@ -16,7 +16,7 @@ BROKEN_powerpc64= Does not build USES= compiler:c++11-lang fuse pkgconfig python tar:bz2 USE_PYTHON= autoplist distutils -post-stage: +post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/llfuse.so .include <bsd.port.mk> diff --git a/devel/rapidjson/Makefile b/devel/rapidjson/Makefile index 8f12b64c5473..1942e3134b2a 100644 --- a/devel/rapidjson/Makefile +++ b/devel/rapidjson/Makefile @@ -45,7 +45,7 @@ post-patch: @${REINPLACE_CMD} -e 's|.*travis.*||' ${WRKSRC}/CMakeLists.txt # travis_doc breaks cmake, see https://github.com/miloyip/rapidjson/issues/715 @${REINPLACE_CMD} -e 's|add_subdirectory.*googletest.*|link_directories(${LOCALBASE}/lib)|' ${WRKSRC}/test/CMakeLists.txt -post-stage: +post-install: @${RM} -r ${STAGEDIR}${EXAMPLESDIR}/CMake* .include <bsd.port.mk> diff --git a/devel/rubygem-rice/Makefile b/devel/rubygem-rice/Makefile index 3d1afdb34e31..8cc516821871 100644 --- a/devel/rubygem-rice/Makefile +++ b/devel/rubygem-rice/Makefile @@ -14,7 +14,7 @@ USE_AUTOTOOLS= aclocal autoconf INSTDIR= ${PREFIX}/${GEM_LIB_DIR} # Fixup path in mkmf-rice.rb so things that build using it can find -lrice. -post-stage: +post-install: ${REINPLACE_CMD} -e 's,${STAGEDIR}${INSTDIR},${INSTDIR},g' \ ${STAGEDIR}${INSTDIR}/ruby/lib/mkmf-rice.rb diff --git a/devel/spatialindex/Makefile b/devel/spatialindex/Makefile index 9561434d81d5..6ed34542efd5 100644 --- a/devel/spatialindex/Makefile +++ b/devel/spatialindex/Makefile @@ -16,7 +16,7 @@ USES= gmake libtool pathfix tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes -post-stage: +post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libspatialindex*.so.* .include <bsd.port.mk> |