Date: Mon, 12 Mar 2007 15:58:02 +0100 (CET) From: Martin Matuska <martin@matuska.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/110227: [PATCH] graphics/jgv Message-ID: <20070312145802.86D433F473@mail.vx.sk> Resent-Message-ID: <200703121500.l2CF09sD085095@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 110227 >Category: ports >Synopsis: [PATCH] graphics/jgv >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: Mon Mar 12 15:00:09 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 6.2-RELEASE >Organization: >Environment: FreeBSD 6.2-RELEASE i386/amd64 >Description: Fixed libimg and tkstep dependencies Required PR's to be commited: ports/110221 ports/110222 Tested via portlint -A and tinderbox. >How-To-Repeat: >Fix: diff -Nbur graphics/jgv.orig/Makefile graphics/jgv/Makefile --- graphics/jgv.orig/Makefile Mon Mar 12 12:40:48 2007 +++ graphics/jgv/Makefile Mon Mar 12 15:25:35 2007 @@ -7,6 +7,7 @@ PORTNAME= jgv PORTVERSION= 0.2a +PORTREVISION= 1 CATEGORIES= graphics windowmaker tkstep80 MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ \ ${MASTER_SITE_LOCAL} @@ -17,21 +18,18 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A graphic viewer with various image types -RUN_DEPENDS= ${RUN_DEP_LIST} -LIB_DEPENDS= ${LIB_DEP_LIST} +RUN_DEPENDS= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 +LIB_DEPENDS= img.1:${PORTSDIR}/graphics/libimg-tkstep80 NO_WRKSUBDIR= yes NO_BUILD= yes USE_X_PREFIX= yes REINPLACE_ARGS= +TKSTEPVERSION= 8.0 +PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps SCRIPTS_ENV= LANG=C LN=${LN} REINPLACE_CMD="${REINPLACE_CMD}" \ LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION} PLIST_SUB= PIXMAP_PATH=${PIXMAPPATH:S@^${PREFIX}/@@} - -TKSTEPVERSION= 8.0 -PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps -LIB_DEP_LIST= img.1:${PORTSDIR}/graphics/libimg -RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 do-install: ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}.tar.gz \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070312145802.86D433F473>