Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2002 13:15:49 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/44108: Update port: devel/e4graph
Message-ID:  <200210152015.g9FKFnC3067705@www.freebsd.org>

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

>Number:         44108
>Category:       ports
>Synopsis:       Update port: devel/e4graph
>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:   Tue Oct 15 13:20:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.7-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix build

New file:
files/patch-makefile.include.in

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/e4graph/Makefile devel/e4graph/Makefile
--- /usr/ports/devel/e4graph/Makefile	Mon Oct  7 20:19:57 2002
+++ devel/e4graph/Makefile	Tue Oct 15 01:33:54 2002
@@ -15,17 +15,18 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-BROKEN=		"Does not compile"
-
-BUILD_DEPENDS=	${LOCALBASE}/lib/libmk4.a:${PORTSDIR}/databases/metakit
+BUILD_DEPENDS=	${LOCALBASE}/lib/libmk4.so:${PORTSDIR}/databases/metakit
 LIB_DEPENDS=	tcl83.1:${PORTSDIR}/lang/tcl83 \
 		expat.4:${PORTSDIR}/textproc/expat2
+BUILD_DEPENDS=	${LOCALBASE}/lib/libmk4.so:${PORTSDIR}/databases/metakit
 
-USE_LIBTOOL=	yes
 WRKSRC=		${WRKDIR}/${DISTNAME}/all
-CONFIGURE_ARGS=	--with-metakit=${PREFIX} \
-		--with-tcl=${PREFIX} --enable-tcl \
-		--with-expat=${PREFIX} --enable-xml
+
+USE_LIBTOOL=	yes
+CONFIGURE_ARGS=	--with-metakit=${LOCALBASE} \
+		--with-tcl=${LOCALBASE} --enable-tcl \
+		--with-expat=${LOCALBASE} --enable-xml
+CFLAGS+=	-fpermissive
 MAKEFILE=	makefile
 INSTALLS_SHLIB=	yes
 
diff -urN /usr/ports/devel/e4graph/files/patch-makefile.include.in devel/e4graph/files/patch-makefile.include.in
--- /usr/ports/devel/e4graph/files/patch-makefile.include.in	Thu Jan  1 09:00:00 1970
+++ devel/e4graph/files/patch-makefile.include.in	Fri Oct 11 04:07:26 2002
@@ -0,0 +1,11 @@
+--- makefile.include.in.orig	Wed May  8 01:04:10 2002
++++ makefile.include.in	Fri Oct 11 04:07:02 2002
+@@ -22,7 +22,7 @@
+ 
+ # Compile flags:
+ 
+-CXXFLAGS = -g -O4 -DPIC -fPIC -Dq4_INLINE
++CXXFLAGS = @CXXFLAGS@ -DPIC -fPIC -Dq4_INLINE
+ 
+ # Programs used during make:
+ 

>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?200210152015.g9FKFnC3067705>