svn commit: r339829 - head/archivers/snappy

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 22:22:21 UTC 2014


Author: bapt
Date: Wed Jan 15 22:22:20 2014
New Revision: 339829
URL: http://svnweb.freebsd.org/changeset/ports/339829
QAT: https://qat.redports.org/buildarchive/r339829/

Log:
  Use BROKEN_sparc64
  Stop patching Makefile and let stage take care installing PORTDICS or not
  
  This avoid including too many times bsd.port.mk

Modified:
  head/archivers/snappy/Makefile

Modified: head/archivers/snappy/Makefile
==============================================================================
--- head/archivers/snappy/Makefile	Wed Jan 15 22:18:00 2014	(r339828)
+++ head/archivers/snappy/Makefile	Wed Jan 15 22:22:20 2014	(r339829)
@@ -16,19 +16,6 @@ CONFIGURE_ARGS=	--disable-gtest
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-.include <bsd.port.options.mk>
+BROKEN_sparc64=	Does not compile on sparc64
 
-post-patch:
-.if empty(PORT_OPTIONS:MDOCS)
-	${REINPLACE_CMD} -e \
-		'/^install-data-am:/ s|install-dist_docDATA||' \
-		${WRKSRC}/Makefile.in
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not compile on sparc64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list