Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  3 Nov 2003 09:50:41 +0100 (CET)
From:      Christian Laursen <xi@borderworlds.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/58863: Maintainer update of misc/pointless - fix dependencies 
Message-ID:  <20031103085041.E564BB823@borg.borderworlds.dk>
Resent-Message-ID: <200311030900.hA390dJL072285@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         58863
>Category:       ports
>Synopsis:       Maintainer update of misc/pointless - fix dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 03 01:00:38 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Christian Laursen
>Release:        FreeBSD 5.1-RELEASE-p10 i386
>Organization:
The Border Worlds 
>Environment:
System: FreeBSD borg.borderworlds.dk 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #1: Tue Oct 21 18:58:30 CEST 2003 root@borg.borderworlds.dk:/usr/obj/usr/src/sys/BORG i386


	
>Description:
Both latex and dvips are included in the print/teTeX port, but are
installed from print/latex and print/dvips with the old list of
dependencies, thus resulting in the installation of conflicting ports.
This update removes those dependencies.

Spotted by: Arjan van Leeuwen

While doing the update, I noticed a file missing in the plist, so I added
that as well and bumped the PORTREVISION.

	
>How-To-Repeat:
	
>Fix:

	

--- pointless.diff begins here ---
diff -urN ports/misc/pointless.orig/Makefile ports/misc/pointless/Makefile
--- ports/misc/pointless.orig/Makefile	Mon Nov  3 09:39:33 2003
+++ ports/misc/pointless/Makefile	Mon Nov  3 09:39:47 2003
@@ -7,6 +7,7 @@
 
 PORTNAME=	pointless
 PORTVERSION=	0.4
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -22,8 +23,6 @@
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \
 		${LOCALBASE}/bin/gs:${PORTSDIR}/${GSPORT} \
-		${LOCALBASE}/bin/latex:${PORTSDIR}/print/latex \
-		${LOCALBASE}/bin/dvips:${PORTSDIR}/print/dvips \
 		${LOCALBASE}/bin/a2ps:${PORTSDIR}/print/a2ps-letter \
 		${LOCALBASE}/bin/mpost:${PORTSDIR}/print/teTeX
 RUN_DEPENDS=	${BUILD_DEPENDS}
diff -urN ports/misc/pointless.orig/pkg-plist ports/misc/pointless/pkg-plist
--- ports/misc/pointless.orig/pkg-plist	Mon Nov  3 09:39:33 2003
+++ ports/misc/pointless/pkg-plist	Mon Nov  3 09:39:47 2003
@@ -21,6 +21,7 @@
 share/pointless/templates/html/singleshot.html
 share/pointless/pointless.xpm
 share/pointless/README
+share/pointless/python/modules/code.py
 share/pointless/python/modules/pllbasics.py
 share/pointless/python/modules/eps.py
 share/pointless/python/modules/gnuplot.py
--- pointless.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031103085041.E564BB823>