Date: Tue, 15 Jun 2004 15:32:23 +0200 (CEST) From: Christian Laursen <xi@borderworlds.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/67973: Update port: misc/pointless dependency fix Message-ID: <20040615133223.7AB65B89E@borg.borderworlds.dk> Resent-Message-ID: <200406151340.i5FDeNSd090890@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67973 >Category: ports >Synopsis: Update port: misc/pointless dependency fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 15 13:40:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Christian Laursen >Release: FreeBSD 5.2.1-RELEASE-p8 i386 >Organization: The Border Worlds >Environment: System: FreeBSD borg.borderworlds.dk 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #27: Wed May 26 16:50:30 CEST 2004 root@borg.borderworlds.dk:/usr/obj/usr/src/sys/BORG i386 >Description: dvips has moved from print/teTeX to print/dvipsk-tetex. Reflect this by adding a dependency on print/dvipsk-tetex. >How-To-Repeat: >Fix: --- pointless.patch begins here --- diff -ur /usr/ports/misc/pointless/Makefile pointless/Makefile --- /usr/ports/misc/pointless/Makefile Wed Feb 4 11:10:43 2004 +++ pointless/Makefile Tue Jun 15 14:48:45 2004 @@ -23,7 +23,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \ ${LOCALBASE}/bin/gs:${PORTSDIR}/${GSPORT} \ ${LOCALBASE}/bin/a2ps:${PORTSDIR}/print/a2ps-letter \ - ${LOCALBASE}/bin/mpost:${PORTSDIR}/print/teTeX + ${LOCALBASE}/bin/mpost:${PORTSDIR}/print/teTeX \ + ${LOCALBASE}/bin/dvips:${PORTSDIR}/print/dvipsk-tetex RUN_DEPENDS= ${BUILD_DEPENDS} USE_GL= yes --- pointless.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?20040615133223.7AB65B89E>