ports/100223: [MAINTAINER PATCH] cad/libgeda: fix RCDIR
Stanislav Sedov
ssedov at mbsd.msk.ru
Thu Jul 13 18:20:28 UTC 2006
>Number: 100223
>Category: ports
>Synopsis: [MAINTAINER PATCH] cad/libgeda: fix RCDIR
>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: Thu Jul 13 18:20:24 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Stanislav Sedov
>Release: FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006
>Description:
- Fix RCDIR to use unificated GEDA directory
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Fix comment
Added file(s):
- files/patch-configure
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- libgeda-20060123_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/cad/libgeda/Makefile /var/tmp/work2/libgeda/Makefile
--- /usr/ports/cad/libgeda/Makefile Wed Jun 28 11:51:27 2006
+++ /var/tmp/work2/libgeda/Makefile Thu Jul 13 14:47:38 2006
@@ -7,13 +7,14 @@
PORTNAME= libgeda
PORTVERSION= 20060123
+PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \
http://geda.seul.org/devel/${PORTVERSION}/ \
http://www.tinkerbox.org/projects/files/gEDA/
MAINTAINER= ssedov at mbsd.msk.ru
-COMMENT= gEDA tools base utility library
+COMMENT= The gEDA's tools base utility library
LIB_DEPENDS= gdgeda.6:${PORTSDIR}/graphics/libgdgeda \
guile.15:${PORTSDIR}/lang/guile
@@ -21,7 +22,7 @@
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20 gnomehack
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-gdgeda
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff -ruN --exclude=CVS /usr/ports/cad/libgeda/files/patch-configure /var/tmp/work2/libgeda/files/patch-configure
--- /usr/ports/cad/libgeda/files/patch-configure Thu Jan 1 03:00:00 1970
+++ /var/tmp/work2/libgeda/files/patch-configure Thu Jul 13 14:39:37 2006
@@ -0,0 +1,11 @@
+--- configure.orig Thu Jul 13 14:38:43 2006
++++ configure Thu Jul 13 14:39:08 2006
+@@ -25245,7 +25245,7 @@
+ # gEDA/gaf specific setup start
+ #
+
+-DATADIR=gEDA
++DATADIR=geda
+ GEDADATADIR=$datadir/$DATADIR
+
+ if eval "test x$opt_rcdir = x"; then
--- libgeda-20060123_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list