Index: head/astro/astrometry/Makefile =================================================================== --- head/astro/astrometry/Makefile (revision 491604) +++ head/astro/astrometry/Makefile (revision 491605) @@ -1,52 +1,52 @@ # Created by: Sébastien Santoro # $FreeBSD$ PORTNAME= astrometry PORTVERSION= 0.65 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro MASTER_SITES= http://www.astrometry.net/downloads/ DISTNAME= ${PORTNAME}.net-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Software for describing astronomical images LICENSE= GPLv2 BROKEN_aarch64= fails to link: os-features-test.c:10: undefined symbol 'canonicalize_file_name' BROKEN_armv6= fails to link: os-features-test.c:10: undefined symbol 'canonicalize_file_name' BROKEN_armv7= fails to link: os-features-test.c:10: undefined symbol 'canonicalize_file_name' BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libcairo.so:graphics/cairo \ libcfitsio.so:astro/cfitsio \ libpng.so:graphics/png \ libnetpbm.so:graphics/netpbm RUN_DEPENDS= ${PYNUMPY} USES= gmake jpeg pkgconfig python:2.7 shebangfix tar:bzip2 SHEBANG_FILES= blind/*.py sdss/*.py util/[!c]*.py util/casjobs.py USE_LDCONFIG= ${PREFIX}/${PORTNAME}/lib ALL_TARGET= all extra MAKE_ENV= INSTALL_DIR=${STAGEDIR}${PREFIX}/${PORTNAME} MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message LDFLAGS+= -lz post-patch: @${REINPLACE_CMD} -E 's,python (setup|-c),${PYTHON_CMD} \1,' \ ${WRKSRC}/blind/Makefile ${WRKSRC}/libkd/Makefile \ ${WRKSRC}/sdss/Makefile ${WRKSRC}/util/Makefile # Outwit detection logic that thinks Clang does not support -shared argument @${REINPLACE_CMD} -e '/CCTEST/s,\\|warning:,,' \ ${WRKSRC}/util/makefile.common post-install: @${REINPLACE_CMD} -i '' -e 's|${STAGEDIR}||' \ ${STAGEDIR}${PREFIX}/${PORTNAME}/etc/${PORTNAME}.cfg @${FIND} ${STAGEDIR}${PREFIX}/${PORTNAME}/bin \ -type f -not -name "*.py" -exec ${STRIP_CMD} {} \; @${FIND} ${STAGEDIR}${PREFIX}/${PORTNAME}/lib \ -type f -name "*.so" -exec ${STRIP_CMD} {} \; .include Index: head/astro/astrometry/files/patch-Makefile =================================================================== --- head/astro/astrometry/files/patch-Makefile (nonexistent) +++ head/astro/astrometry/files/patch-Makefile (revision 491605) @@ -0,0 +1,10 @@ +--- Makefile.orig 2015-12-14 21:13:35 UTC ++++ Makefile +@@ -309,7 +309,6 @@ tags: + + report: + -uname -m +- -uname -a + -uname -p + -uname -s + @echo "CC is $(CC)" Property changes on: head/astro/astrometry/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property