svn commit: r335878 - head/astro/astrometry

Marcus von Appen mva at FreeBSD.org
Sun Dec 8 12:47:19 UTC 2013


Author: mva
Date: Sun Dec  8 12:47:19 2013
New Revision: 335878
URL: http://svnweb.freebsd.org/changeset/ports/335878

Log:
  - Fix the usage of 'python' to get rid of the implicit lang/python
    dependency
  
  Approved by:	portmgr@ (blanket)

Modified:
  head/astro/astrometry/Makefile   (contents, props changed)

Modified: head/astro/astrometry/Makefile
==============================================================================
--- head/astro/astrometry/Makefile	Sun Dec  8 12:04:07 2013	(r335877)
+++ head/astro/astrometry/Makefile	Sun Dec  8 12:47:19 2013	(r335878)
@@ -35,6 +35,10 @@ BROKEN=		Does not compile on ia64, power
 post-patch:
 	${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \
 		${WRKSRC}/util/cairoutils.c
+	${REINPLACE_CMD} -e 's|python setup|${PYTHON_CMD} setup|' \
+		${WRKSRC}/util/Makefile \
+		${WRKSRC}/libkd/Makefile \
+		${WRKSRC}/blind/Makefile
 
 post-install:
 	@${CAT} ${PKGMESSAGE}


More information about the svn-ports-head mailing list