mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- Update to 0.4.6
- Fix pkgconfigdir [1] PR: ports/148548 [1] Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1]
This commit is contained in:
parent
c82c63a794
commit
f5c8e7d458
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257820
3 changed files with 11 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= orc
|
PORTNAME= orc
|
||||||
PORTVERSION= 0.4.5
|
PORTVERSION= 0.4.6
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://code.entropywave.com/download/orc/
|
MASTER_SITES= http://code.entropywave.com/download/orc/
|
||||||
|
|
||||||
|
@ -40,4 +40,9 @@ NOPORTEXAMPLES= yes
|
||||||
|
|
||||||
MAKE_ARGS+= SUBDIRS="${SUBDIRS}"
|
MAKE_ARGS+= SUBDIRS="${SUBDIRS}"
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} \
|
||||||
|
-e 's|pkgconfigdir=.*|pkgconfigdir=\"\\$$(prefix)/libdata/pkgconfig\"|g' \
|
||||||
|
${WRKSRC}/configure ${WRKSRC}/configure.ac
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (orc-0.4.5.tar.gz) = e26e59428b13ec251916f34bea96eee5
|
MD5 (orc-0.4.6.tar.gz) = 98e0a61bbfee84a0a6dfd8f7e5600d5c
|
||||||
SHA256 (orc-0.4.5.tar.gz) = 4e04953643cd8e67f8d9796da9547a606954e3944e42e7ce5a099440fd8e729e
|
SHA256 (orc-0.4.6.tar.gz) = 436e154d0c846372dcb57db6ddbdc451dfd84205ac9bf5525aa7807c515d7be9
|
||||||
SIZE (orc-0.4.5.tar.gz) = 536054
|
SIZE (orc-0.4.6.tar.gz) = 548164
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
bin/orcc
|
bin/orcc
|
||||||
|
bin/orc-bugreport
|
||||||
include/orc-0.4/orc-test/orcarray.h
|
include/orc-0.4/orc-test/orcarray.h
|
||||||
include/orc-0.4/orc-test/orcprofile.h
|
include/orc-0.4/orc-test/orcprofile.h
|
||||||
include/orc-0.4/orc-test/orcrandom.h
|
include/orc-0.4/orc-test/orcrandom.h
|
||||||
|
@ -29,7 +30,7 @@ lib/liborc-test-0.4.so.0
|
||||||
%%PORTEXAMPLES%%lib/orc/example1
|
%%PORTEXAMPLES%%lib/orc/example1
|
||||||
%%PORTEXAMPLES%%lib/orc/mt19937ar
|
%%PORTEXAMPLES%%lib/orc/mt19937ar
|
||||||
%%PORTEXAMPLES%%lib/orc/volscale
|
%%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/ch01.html
|
||||||
%%PORTDOCS%%share/gtk-doc/html/orc/ch02.html
|
%%PORTDOCS%%share/gtk-doc/html/orc/ch02.html
|
||||||
%%PORTDOCS%%share/gtk-doc/html/orc/ch03.html
|
%%PORTDOCS%%share/gtk-doc/html/orc/ch03.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue