Date: Mon, 7 Mar 2005 20:57:13 +0100 (CET) From: Johan van Selst <johans@stack.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78557: graphics/sam2p: update to 0.44.4 and unbreak on >= 5.x Message-ID: <20050307195713.1631117242@mud.stack.nl> Resent-Message-ID: <200503072000.j27K0D0Y008840@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78557 >Category: ports >Synopsis: graphics/sam2p: update to 0.44.4 and unbreak on >= 5.x >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Mar 07 20:00:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD mud.stack.nl 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Jan 31 22:31:14 CET 2005 root@mud.stack.nl:/usr/obj/usr/src/sys/mud i386 >Description: Current version 0.44.4 includes gcc 3.4 fixes. Unfortunately the distributed filename now includes -latest >How-To-Repeat: >Fix: diff -uNr sam2p/Makefile sam2p/Makefile --- sam2p/Makefile Tue Feb 22 22:14:48 2005 +++ sam2p/Makefile Mon Mar 7 20:39:32 2005 @@ -7,22 +7,23 @@ # PORTNAME= sam2p -PORTVERSION= 0.44 -PORTREVISION= 2 +PORTVERSION= 0.44.4 CATEGORIES= graphics MASTER_SITES= http://www.inf.bme.hu/~pts/ +DISTNAME= ${PORTNAME}-latest MAINTAINER= ports@FreeBSD.org COMMENT= Converts raster (bitmap) image formats into PS or PDF files -USE_GHOSTSCRIPT_RUN= yes - BUILD_DEPENDS= tif22pnm:${PORTSDIR}/graphics/tif22pnm \ tifftopnm:${PORTSDIR}/graphics/netpbm \ zip:${PORTSDIR}/archivers/zip \ bash:${PORTSDIR}/shells/bash2 LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg +USE_GHOSTSCRIPT_RUN= yes + +WRKSRC= ${WRKDIR} PLIST_FILES= bin/sam2p USE_PERL5_BUILD= yes USE_GMAKE= yes @@ -31,10 +32,6 @@ ALL_TARGET= ${PORTNAME} .include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sam2p ${PREFIX}/bin diff -uNr sam2p/distinfo sam2p/distinfo --- sam2p/distinfo Wed Jan 28 19:04:33 2004 +++ sam2p/distinfo Mon Mar 7 20:31:34 2005 @@ -1,3 +1,2 @@ -$FreeBSD: ports/graphics/sam2p/distinfo,v 1.4 2004/01/28 18:04:33 trevor Exp $ -MD5 (sam2p-0.44.tar.gz) = 349bdc3cd2ba700642b68f97c8cbcac8 -SIZE (sam2p-0.44.tar.gz) = 527060 +MD5 (sam2p-latest.tar.gz) = 36898025e227e1b2b69945ea2bb75463 +SIZE (sam2p-latest.tar.gz) = 528431 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050307195713.1631117242>