From owner-svn-ports-head@FreeBSD.ORG Thu Dec 25 13:53:38 2014 Return-Path: Delivered-To: svn-ports-head@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 82B87600; Thu, 25 Dec 2014 13:53:38 +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 54CE4646CE; Thu, 25 Dec 2014 13:53:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBPDrcnw022151; Thu, 25 Dec 2014 13:53:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBPDrbOS022146; Thu, 25 Dec 2014 13:53:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412251353.sBPDrbOS022146@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 25 Dec 2014 13:53:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375556 - in head/print/transfig: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2014 13:53:38 -0000 Author: antoine Date: Thu Dec 25 13:53:36 2014 New Revision: 375556 URL: https://svnweb.freebsd.org/changeset/ports/375556 QAT: https://qat.redports.org/buildarchive/r375556/ Log: Properly support png 1.5 Modified: head/print/transfig/Makefile head/print/transfig/files/patch-fig2dev_Imakefile head/print/transfig/files/patch-fig2dev_dev_Imakefile Modified: head/print/transfig/Makefile ============================================================================== --- head/print/transfig/Makefile Thu Dec 25 13:49:11 2014 (r375555) +++ head/print/transfig/Makefile Thu Dec 25 13:53:36 2014 (r375556) @@ -12,14 +12,13 @@ MAINTAINER= pi@FreeBSD.org COMMENT= Tools to convert Xfig .fig files RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png USES= alias imake CFLAGS+= -Wno-return-type USE_GHOSTSCRIPT_RUN= yes USE_XORG= xpm -CFLAGS+= -I${LOCALBASE}/include/libpng15 MAKE_ARGS+= INSTALLFLAGS="${COPY}" \ INSTPGMFLAGS="${STRIP} ${_BINOWNGRP} -m ${BINMODE}" \ INSTBINFLAGS="${_BINOWNGRP} -m ${BINMODE}" \ Modified: head/print/transfig/files/patch-fig2dev_Imakefile ============================================================================== --- head/print/transfig/files/patch-fig2dev_Imakefile Thu Dec 25 13:49:11 2014 (r375555) +++ head/print/transfig/files/patch-fig2dev_Imakefile Thu Dec 25 13:53:36 2014 (r375556) @@ -26,7 +26,7 @@ +PNGLIBDIR = ${LOCALBASE}/lib ZLIBDIR = $(USRLIBDIR) -PNGINC = -I/usr/include/X11 -+PNGINC = -I${LOCALBASE}/include/libpng ++PNGINC = -I${LOCALBASE}/include #endif XCOMM **************** Modified: head/print/transfig/files/patch-fig2dev_dev_Imakefile ============================================================================== --- head/print/transfig/files/patch-fig2dev_dev_Imakefile Thu Dec 25 13:49:11 2014 (r375555) +++ head/print/transfig/files/patch-fig2dev_dev_Imakefile Thu Dec 25 13:53:36 2014 (r375556) @@ -4,7 +4,7 @@ #ifdef USE_PNG READPNGS=readpng.c READPNGO=readpng.o -+DEPEND_DEFINES=-I${LOCALBASE}/include/libpng DependDefines ++DEPEND_DEFINES=-I${LOCALBASE}/include DependDefines #endif #ifdef USE_XPM