Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 09:51:18 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368437 - in head/converters/enca: . files
Message-ID:  <201409180951.s8I9pImv032417@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409180951.s8I9pImv032417>