mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to liblrdf-0.6.0
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
COMMENT = light RDF manipulation with LADSPA plugin support
|
||||
|
||||
DISTNAME = LRDF-0.5.0
|
||||
# 0.6.1 exports its own copy of MD5_* functions which may cause issues
|
||||
# if other software using this pulls in libcrypto
|
||||
GH_ACCOUNT = swh
|
||||
GH_PROJECT = LRDF
|
||||
GH_TAGNAME = v0.6.0
|
||||
PKGNAME = lib${DISTNAME:L}
|
||||
REVISION = 11
|
||||
CATEGORIES = textproc
|
||||
|
||||
SHARED_LIBS = lrdf 1.0 # 0.0
|
||||
@@ -16,7 +19,6 @@ WANTLIB += crypto curl iconv icudata icuuc m nghttp2 nghttp3
|
||||
WANTLIB += ngtcp2 ngtcp2_crypto_libressl pthread raptor2 ssl xml2
|
||||
WANTLIB += xslt yajl z
|
||||
|
||||
SITES = https://spacehopper.org/mirrors/
|
||||
BUILD_DEPENDS = audio/ladspa
|
||||
LIB_DEPENDS = devel/libyajl \
|
||||
textproc/raptor
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (LRDF-0.5.0.tar.gz) = uoA6+Tb9U6izFlEENzLm1s7D0k+iTSy4wVBsLRZ14qI=
|
||||
SIZE (LRDF-0.5.0.tar.gz) = 283069
|
||||
SHA256 (LRDF-0.6.0.tar.gz) = NKhZK73+npuA6b6Nj5SKr3uv1g9lF3owoEIkb1tIfhw=
|
||||
SIZE (LRDF-0.6.0.tar.gz) = 257022
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
--- autogen.sh.orig Thu Nov 8 23:02:30 2012
|
||||
+++ autogen.sh Thu Nov 8 23:02:33 2012
|
||||
@@ -32,6 +32,8 @@ autoconf || {
|
||||
Index: autogen.sh
|
||||
--- autogen.sh.orig
|
||||
+++ autogen.sh
|
||||
@@ -31,7 +31,3 @@ autoconf || {
|
||||
echo "autoconf failed, exiting..."
|
||||
exit 1
|
||||
}
|
||||
|
||||
+exit 0
|
||||
+
|
||||
echo "Running ./configure --enable-maintainer-mode $@..."
|
||||
|
||||
./configure --enable-maintainer-mode $@
|
||||
-
|
||||
-echo "Running ./configure $@..."
|
||||
-
|
||||
-./configure $@
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
Index: src/Makefile.am
|
||||
--- src/Makefile.am.orig
|
||||
+++ src/Makefile.am
|
||||
@@ -3,6 +3,6 @@ AM_CFLAGS = -Wall -g -I@top_srcdir@ @AM_CFLAGS@
|
||||
lib_LTLIBRARIES = liblrdf.la
|
||||
noinst_HEADERS = ladspa.h
|
||||
|
||||
-liblrdf_la_SOURCES = lrdf.c lrdf_multi.c md5.c
|
||||
+liblrdf_la_SOURCES = lrdf.c lrdf_multi.c
|
||||
liblrdf_la_LIBADD = @RAPTOR_LIBS@
|
||||
liblrdf_la_LDFLAGS = -version-info @LRDF_LIBTOOL_VERSION@
|
||||
Reference in New Issue
Block a user