ports/63499: Update port: textproc/liblrdf
KATO Tsuguru
tkato at prontomail.com
Sat Feb 28 15:40:24 UTC 2004
>Number: 63499
>Category: ports
>Synopsis: Update port: textproc/liblrdf
>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: Sat Feb 28 07:40:22 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Reaarange USE_GNOME
- Do not install useless .la file
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/textproc/liblrdf/Makefile textproc/liblrdf/Makefile
--- /usr/ports/textproc/liblrdf/Makefile Sat Feb 28 23:35:24 2004
+++ textproc/liblrdf/Makefile Sun Feb 29 00:20:41 2004
@@ -6,6 +6,7 @@
PORTNAME= liblrdf
PORTVERSION= 0.3.5
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://plugin.org.uk/releases/lrdf/
@@ -15,18 +16,12 @@
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= raptor.2:${PORTSDIR}/textproc/raptor
-GNU_CONFIGURE= yes
+USE_GNOME= gnomehack gnometarget lthack
USE_LIBTOOL= yes
-USE_REINPLACE= yes
-USE_GNOME= gnomehack
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
INSTALLS_SHLIB= yes
-CONFIGURE_TARGET=
-CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
- LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
- LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
-post-patch:
- ${REINPLACE_CMD} -e 's,1:2:2,1:2:1,' ${WRKSRC}/configure
+CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.mk>
diff -urN /usr/ports/textproc/liblrdf/pkg-plist textproc/liblrdf/pkg-plist
--- /usr/ports/textproc/liblrdf/pkg-plist Sat Feb 28 23:35:25 2004
+++ textproc/liblrdf/pkg-plist Sat Feb 28 23:39:29 2004
@@ -3,7 +3,6 @@
lib/liblrdf.a
lib/liblrdf.so
lib/liblrdf.so.2
-lib/liblrdf.la
share/ladspa/rdf/ladspa.rdfs
libdata/pkgconfig/lrdf.pc
@dirrm share/ladspa/rdf
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list