Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Nov 2004 01:00:21 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74426: Update port: math/plplot
Message-ID:  <20041127010021.6cba5a50.tkato432@yahoo.com>
Resent-Message-ID: <200411261610.iAQGAb5Q010570@freefall.freebsd.org>

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

>Number:         74426
>Category:       ports
>Synopsis:       Update port: math/plplot
>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:   Fri Nov 26 16:10:37 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Fix build

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/plplot/Makefile math/plplot/Makefile
--- /usr/ports/math/plplot/Makefile	Fri Nov 26 19:56:19 2004
+++ math/plplot/Makefile	Fri Nov 26 22:45:30 2004
@@ -17,8 +17,6 @@
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
 
-BROKEN=		Broken pkg-plist
-
 USE_LIBLTDL=	yes
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
@@ -102,6 +100,8 @@
 		 s|-litcl$$|-litcl32|g ; \
 		 s|-ltcl$$|-ltcl83|g ; \
 		 s|-lpthread|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|tk octave java|tk|g' \
+		${WRKSRC}/bindings/Makefile.in
 	@${REINPLACE_CMD} -e 's| tclsh | ${LOCALBASE}/bin/tclsh8.3 |g' \
 		${WRKSRC}/scripts/mktclIndex
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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