svn commit: r347310 - head/devel/sdl_console

Antoine Brodin antoine at FreeBSD.org
Thu Mar 6 20:00:37 UTC 2014


Author: antoine
Date: Thu Mar  6 20:00:36 2014
New Revision: 347310
URL: http://svnweb.freebsd.org/changeset/ports/347310
QAT: https://qat.redports.org/buildarchive/r347310/

Log:
  - Fix packaging
  - Remove post-patch already done by USES=libtool
  
  Reported by:	pkg-fallout

Modified:
  head/devel/sdl_console/Makefile
  head/devel/sdl_console/pkg-plist

Modified: head/devel/sdl_console/Makefile
==============================================================================
--- head/devel/sdl_console/Makefile	Thu Mar  6 19:39:49 2014	(r347309)
+++ head/devel/sdl_console/Makefile	Thu Mar  6 20:00:36 2014	(r347310)
@@ -22,7 +22,4 @@ SDL_IMAGE_DESC=	SDL Image support
 
 SDL_IMAGE_USE=	sdl=image
 
-post-patch:
-	@${REINPLACE_CMD} -e '/objformat/s/aout/elf/' ${WRKSRC}/${CONFIGURE_SCRIPT}
-
 .include <bsd.port.mk>

Modified: head/devel/sdl_console/pkg-plist
==============================================================================
--- head/devel/sdl_console/pkg-plist	Thu Mar  6 19:39:49 2014	(r347309)
+++ head/devel/sdl_console/pkg-plist	Thu Mar  6 20:00:36 2014	(r347310)
@@ -1,7 +1,6 @@
 include/SDL_console/DT_drawtext.h
 include/SDL_console/SDL_console.h
 include/SDL_console/internal.h
-lib/libSDL_console-2.1.so
 lib/libSDL_console-2.1.so.0
 lib/libSDL_console-2.1.so.0.0.0
 lib/libSDL_console.a


More information about the svn-ports-head mailing list