From owner-svn-ports-all@FreeBSD.ORG Wed Nov 19 17:36:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6509EC73; Wed, 19 Nov 2014 17:36:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 374098EC; Wed, 19 Nov 2014 17:36:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAJHa0KZ009504; Wed, 19 Nov 2014 17:36:00 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAJHZxNw009496; Wed, 19 Nov 2014 17:35:59 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201411191735.sAJHZxNw009496@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 19 Nov 2014 17:35:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372799 - in head/graphics: . gdtclft X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2014 17:36:00 -0000 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