Date: Wed, 19 Nov 2014 17:35:59 +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: r372799 - in head/graphics: . gdtclft Message-ID: <201411191735.sAJHZxNw009496@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Nov 19 17:35:59 2014 New Revision: 372799 URL: https://svnweb.freebsd.org/changeset/ports/372799 QAT: https://qat.redports.org/buildarchive/r372799/ Log: - Hook to the build - Cleanup a bit - Mark BROKEN: Missing MASTER_SITES With hat: portmgr Modified: head/graphics/Makefile head/graphics/gdtclft/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Nov 19 16:59:31 2014 (r372798) +++ head/graphics/Makefile Wed Nov 19 17:35:59 2014 (r372799) @@ -239,6 +239,7 @@ SUBDIR += gdchart SUBDIR += gdk-pixbuf SUBDIR += gdk-pixbuf2 + SUBDIR += gdtclft SUBDIR += geeqie SUBDIR += gegl SUBDIR += generic_image_decoder Modified: head/graphics/gdtclft/Makefile ============================================================================== --- head/graphics/gdtclft/Makefile Wed Nov 19 16:59:31 2014 (r372798) +++ head/graphics/gdtclft/Makefile Wed Nov 19 17:35:59 2014 (r372799) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= mi@aldan.algebra.com COMMENT= TCL interface to the Thomas Boutell's Gd library +BROKEN= Missing MASTER_SITES + LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd USES= tcl:84+ uidfix @@ -19,11 +21,9 @@ MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ENV= TCL_VER=${TCL_VER} MKDIR="${MKDIR}" \ TCL_SHLIB_VER=${TCL_SHLIB_VER} \ INSTALL_DATA="${INSTALL_DATA}" STAGEDIR="${STAGEDIR}" -ALL_TARGET= all MANNPAGE= gdtclft.n GDTCLDIR= lib/tcl${TCL_VER}/gdtclft -PLIST_DIRS= ${GDTCLDIR} PLIST_FILES= ${GDTCLDIR}/pkgIndex.tcl PLIST_FILES+= ${GDTCLDIR}/libGdtclft2.so PLIST_FILES+= man/mann/${MANNPAGE}.gz @@ -32,6 +32,6 @@ post-patch: ${REINPLACE_CMD} -Ee 's,[[:space:]]+$$,,' ${WRKSRC}/${MANNPAGE} post-install: - ${GZIP_CMD} -9 -f < ${WRKSRC}/${MANNPAGE} > ${STAGEDIR}${PREFIX}/man/mann/${MANNPAGE}.gz + ${INSTALL_MAN} ${WRKSRC}/${MANNPAGE} ${STAGEDIR}${PREFIX}/man/mann .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411191735.sAJHZxNw009496>