Date: Thu, 6 Mar 2014 20:00:37 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347310 - head/devel/sdl_console Message-ID: <201403062000.s26K0biV074340@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403062000.s26K0biV074340>