ports/148548: Update port: devel/orc

KATO Tsuguru tkato432 at yahoo.com
Tue Jul 13 18:10:05 UTC 2010


>Number:         148548
>Category:       ports
>Synopsis:       Update port: devel/orc
>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:   Tue Jul 13 18:10:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.3-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix pkg-config file path

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/orc/Makefile devel/orc/Makefile
--- /usr/ports/devel/orc/Makefile	2010-06-10 02:45:06.000000000 +0900
+++ devel/orc/Makefile	2010-06-10 02:55:05.000000000 +0900
@@ -6,6 +6,7 @@
 
 PORTNAME=	orc
 PORTVERSION=	0.4.5
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://code.entropywave.com/download/orc/
 
@@ -40,4 +41,8 @@
 
 MAKE_ARGS+=	SUBDIRS="${SUBDIRS}"
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \
+		${WRKSRC}/configure
+
 .include <bsd.port.post.mk>
diff -urN /usr/ports/devel/orc/pkg-plist devel/orc/pkg-plist
--- /usr/ports/devel/orc/pkg-plist	2010-06-10 02:45:06.000000000 +0900
+++ devel/orc/pkg-plist	2010-06-10 02:55:32.000000000 +0900
@@ -29,7 +29,7 @@
 %%PORTEXAMPLES%%lib/orc/example1
 %%PORTEXAMPLES%%lib/orc/mt19937ar
 %%PORTEXAMPLES%%lib/orc/volscale
-lib/pkgconfig/orc-0.4.pc
+libdata/pkgconfig/orc-0.4.pc
 %%PORTDOCS%%share/gtk-doc/html/orc/ch01.html
 %%PORTDOCS%%share/gtk-doc/html/orc/ch02.html
 %%PORTDOCS%%share/gtk-doc/html/orc/ch03.html
@@ -61,7 +61,6 @@
 %%PORTDOCS%%share/gtk-doc/html/orc/right.png
 %%PORTDOCS%%share/gtk-doc/html/orc/style.css
 %%PORTDOCS%%share/gtk-doc/html/orc/up.png
- at dirrmtry lib/pkgconfig
 @dirrm include/orc-0.4/orc
 @dirrm include/orc-0.4/orc-test
 @dirrm include/orc-0.4
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list