Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 1999 05:56:19 -0800 (PST)
From:      pfgiffun@bachue.usc.unal.edu.co
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/9365: Fix to felt
Message-ID:  <199901071356.FAA19131@hub.freebsd.org>

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

>Number:         9365
>Category:       ports
>Synopsis:       Fix to felt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan  7 06:00:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        2.2.7R
>Organization:
U. Nacional de Colombia
>Environment:
>Description:
This patch will fix the build problem after building
>How-To-Repeat:

>Fix:
diff -rNu felt.old/Makefile felt/Makefile
--- felt.old/Makefile	Sat Dec 26 06:13:38 1998
+++ felt/Makefile	Thu Jan  7 08:53:17 1999
@@ -18,10 +18,11 @@
 
 WRKSRC=		${WRKDIR}/FElt-3.02
 GNU_CONFIGURE=	yes
+USE_X_PREFIX=	yes
+
 MAN1=		burlap.1 corduroy.1 felt.1 patchwork.1 velvet.1 yardstick.1
 MAN3=		Drawing.3
 MAN4=		corduroy.4 felt.4
-#DOCS= 		ftp://cs.ucsd.edu/pub/felt/felt-3.02.ps.gz
 
 post-patch:
 	${RM} -f ${WRKSRC}/lib/Geompack/*.c
diff -rNu felt.old/pkg/PLIST felt/pkg/PLIST
--- felt.old/pkg/PLIST	Sat Dec 26 06:13:38 1998
+++ felt/pkg/PLIST	Thu Jan  7 08:54:03 1999
@@ -4,6 +4,7 @@
 bin/patchwork
 bin/velvet
 bin/yardstick
+lib/X11/app-defaults/Velvet.ad
 share/doc/FElt/FAQ.html
 @dirrm share/doc/FElt
 share/examples/FElt/frame3.flt
@@ -100,4 +101,3 @@
 share/felt/german_new.trn
 share/felt/spanish.trn
 @dirrm share/felt
-lib/X11/app-defaults/Velvet.ad

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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