ports/67973: Update port: misc/pointless dependency fix

Christian Laursen xi at borderworlds.dk
Tue Jun 15 13:40:29 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list