Date: Mon, 8 Aug 2016 14:28:23 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419851 - head/graphics/iec16022 Message-ID: <201608081428.u78ESNqV011097@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Aug 8 14:28:23 2016 New Revision: 419851 URL: https://svnweb.freebsd.org/changeset/ports/419851 Log: Strip binary Modified: head/graphics/iec16022/Makefile Modified: head/graphics/iec16022/Makefile ============================================================================== --- head/graphics/iec16022/Makefile Mon Aug 8 14:26:50 2016 (r419850) +++ head/graphics/iec16022/Makefile Mon Aug 8 14:28:23 2016 (r419851) @@ -3,7 +3,7 @@ PORTNAME= iec16022 PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://datenfreihafen.org/~stefan/iec16022/ \ LOCAL/ehaupt @@ -21,6 +21,8 @@ USES= libtool pkgconfig CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC +INSTALL_TARGET= install-strip + post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/iec16022.c \ ${WRKSRC}/iec16022ecc200.c ${WRKSRC}/reedsol.c ${WRKSRC}/image.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081428.u78ESNqV011097>