Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Feb 2004 00:30:28 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63499: Update port: textproc/liblrdf
Message-ID:  <20040229003028.147a344d.tkato@prontomail.com>
Resent-Message-ID: <200402281540.i1SFeMgR049668@freefall.freebsd.org>

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

>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:



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