svn commit: r368437 - in head/converters/enca: . files

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 18 09:51:19 UTC 2014


Author: tijl
Date: Thu Sep 18 09:51:18 2014
New Revision: 368437
URL: http://svnweb.freebsd.org/changeset/ports/368437
QAT: https://qat.redports.org/buildarchive/r368437/

Log:
  - Replace patch with USES=pathfix and post-patch command
  - Remove old libtool patch
  - Remove post-patch command that isn't needed with staging

Deleted:
  head/converters/enca/files/
Modified:
  head/converters/enca/Makefile

Modified: head/converters/enca/Makefile
==============================================================================
--- head/converters/enca/Makefile	Thu Sep 18 09:43:18 2014	(r368436)
+++ head/converters/enca/Makefile	Thu Sep 18 09:51:18 2014	(r368437)
@@ -17,17 +17,16 @@ RUN_DEPENDS=	umap:${PORTSDIR}/converters
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake libtool pkgconfig iconv tar:bzip2
-GNU_CONFIGURE=	yes
+USES=		gmake iconv libtool pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-html-dir=${DOCSDIR}
-
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LIBS+=		-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=	DOCS
 
-post-patch::
-	@${REINPLACE_CMD} -e 's/$$(LN_S)/$$(LN_S) -f/' ${WRKSRC}/src/Makefile.in
+post-patch:
+	@${REINPLACE_CMD} '/SUBDIRS =/s/test//' ${WRKSRC}/src/Makefile.in
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list