Date: Tue, 5 Jun 2007 08:13:25 -0500 (CDT) From: Erik Greenwald <erik@smluc.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: erik@math.missouristate.edu Subject: ports/113366: [Update] graphics/vp 1.6_2 -> 1.7 Message-ID: <20070605131325.94B0C434002@sinistar.bluecows.com> Resent-Message-ID: <200706051340.l55DeToV027874@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 113366 >Category: ports >Synopsis: [Update] graphics/vp 1.6_2 -> 1.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 05 13:40:28 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD vidar.br0kenland.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sat Jan 13 11:46:43 EST 2007 root@vidar.br0kenland.org:/usr/obj/usr/src/sys/VIDAR i386 >Description: Update from 1.6 to 1.7 (fixes 64b issues, updates HTTP to 1.1, minor interface and build fixes). Cleaned up the port makefile some and am willing to take maintainership. Thanks! >How-To-Repeat: >Fix: --- graphics_vp.patch begins here --- Index: graphics/vp/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/vp/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- graphics/vp/Makefile 19 May 2007 20:11:01 -0000 1.21 +++ graphics/vp/Makefile 5 Jun 2007 13:11:00 -0000 @@ -6,27 +6,21 @@ # PORTNAME= vp -PORTVERSION= 1.6 -PORTREVISION= 2 +PORTVERSION= 1.7 CATEGORIES= graphics MASTER_SITES= http://math.missouristate.edu/~erik/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erik@smluc.org COMMENT= An image viewer for X USE_SDL= image USE_GETOPT_LONG= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ + --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= vp.1 PLIST_FILES= bin/vp -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib - -post-patch: - @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/configure - .include <bsd.port.mk> Index: graphics/vp/distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/vp/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- graphics/vp/distinfo 26 Nov 2005 01:48:07 -0000 1.7 +++ graphics/vp/distinfo 5 Jun 2007 13:11:00 -0000 @@ -1,3 +1,3 @@ -MD5 (vp-1.6.tar.gz) = cfbe8ad568f34a9f614e3a91f8e4abdd -SHA256 (vp-1.6.tar.gz) = e7ee7166b1e2df63fa7bd44c0849e487794881da6e2fe96ae603dc95b82b7030 -SIZE (vp-1.6.tar.gz) = 100261 +MD5 (vp-1.7.tar.gz) = 5caf42e831b036ca52fa55e944951033 +SHA256 (vp-1.7.tar.gz) = f0787fd97bf084c14451561aa339d594b69c7aafb2d6c982f2e153be24da56c7 +SIZE (vp-1.7.tar.gz) = 117634 --- graphics_vp.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070605131325.94B0C434002>