svn commit: r362727 - in head: multimedia/mjpegtools/files security/heimdal textproc/aiksaurus textproc/stardict3 www/libepc

Tijl Coosemans tijl at FreeBSD.org
Wed Jul 23 20:33:36 UTC 2014


Author: tijl
Date: Wed Jul 23 20:33:34 2014
New Revision: 362727
URL: http://svnweb.freebsd.org/changeset/ports/362727
QAT: https://qat.redports.org/buildarchive/r362727/

Log:
  Remove patches added together with USES=libtool that are no longer needed
  after r362656.

Deleted:
  head/multimedia/mjpegtools/files/patch-lavtools__Makefile.in
  head/multimedia/mjpegtools/files/patch-y4mutils__Makefile.in
Modified:
  head/security/heimdal/Makefile
  head/textproc/aiksaurus/Makefile
  head/textproc/stardict3/Makefile
  head/www/libepc/Makefile

Modified: head/security/heimdal/Makefile
==============================================================================
--- head/security/heimdal/Makefile	Wed Jul 23 20:11:10 2014	(r362726)
+++ head/security/heimdal/Makefile	Wed Jul 23 20:33:34 2014	(r362727)
@@ -103,8 +103,6 @@ post-patch:
 .endif
 	@${REINPLACE_CMD} -e 's|$$ac_cv_header_fnmatch_h|yes|' \
 		${WRKSRC}/configure
-	@${REINPLACE_CMD} '/^kgetcred_LDADD =/s/$$/ $$(LIB_libintl)/' \
-		${WRKSRC}/kuser/Makefile.in
 	@${REINPLACE_CMD} -e 's|@LDFLAGS@|@LDFLAGS@ \$$\(PTHREADS_LIBADD\)|g' \
 		${WRKSRC}/lib/ipc/Makefile.in
 

Modified: head/textproc/aiksaurus/Makefile
==============================================================================
--- head/textproc/aiksaurus/Makefile	Wed Jul 23 20:11:10 2014	(r362726)
+++ head/textproc/aiksaurus/Makefile	Wed Jul 23 20:33:34 2014	(r362727)
@@ -18,8 +18,4 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS?=--without-gtk
 
-post-patch:
-	@${REINPLACE_CMD} '/^gaiksaurus_LDADD =/s/$$/ $$(GTK_LIBS)/' \
-		${WRKSRC}/gtk/src/Makefile.in
-
 .include <bsd.port.mk>

Modified: head/textproc/stardict3/Makefile
==============================================================================
--- head/textproc/stardict3/Makefile	Wed Jul 23 20:11:10 2014	(r362726)
+++ head/textproc/stardict3/Makefile	Wed Jul 23 20:33:34 2014	(r362727)
@@ -54,8 +54,6 @@ post-patch:
 .endif
 	@${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,g' \
 		${WRKSRC}/dict/src/conf.cpp
-	@${REINPLACE_CMD} '/^stardict_LDADD =/s/$$/ -lgmodule-2.0/' \
-		${WRKSRC}/dict/src/Makefile.in
 
 pre-configure:
 	cd ${WRKSRC}/lib && \

Modified: head/www/libepc/Makefile
==============================================================================
--- head/www/libepc/Makefile	Wed Jul 23 20:11:10 2014	(r362726)
+++ head/www/libepc/Makefile	Wed Jul 23 20:33:34 2014	(r362727)
@@ -22,11 +22,4 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--enable-static
 
-post-patch:
-	@${REINPLACE_CMD} \
-		-e '/^examples_server_credentials_LDADD =/s/$$/ $$(LIBEPC_UI_LIBS)/' \
-		-e '/^examples_service_browser_LDADD =/s/$$/ $$(LIBEPC_LIBS)/' \
-		-e '/^tests_test_progress_hooks_LDADD =/s/$$/ $$(LIBEPC_UI_LIBS)/' \
-		${WRKSRC}/Makefile.in
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list