aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdebase3
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2008-01-19 01:36:25 +0800
committerlofi <lofi@FreeBSD.org>2008-01-19 01:36:25 +0800
commit6b6b62bd0a9f4bdaab533d7042c8b521ed6aecd8 (patch)
tree1789611096d2ac857fd3c1a6b136e733994c3087 /x11/kdebase3
parent16e39eb49029ac4179075552f2dfce7aaf66fd74 (diff)
downloadfreebsd-ports-gnome-6b6b62bd0a9f4bdaab533d7042c8b521ed6aecd8.tar.gz
freebsd-ports-gnome-6b6b62bd0a9f4bdaab533d7042c8b521ed6aecd8.tar.zst
freebsd-ports-gnome-6b6b62bd0a9f4bdaab533d7042c8b521ed6aecd8.zip
Use the hal-storage pkgconfig data for configuring mediamanager's
libraries. PR: ports/119733 Submitted by: Andrew Kolchoogin <andrew@rinet.ru>
Diffstat (limited to 'x11/kdebase3')
-rw-r--r--x11/kdebase3/Makefile2
-rw-r--r--x11/kdebase3/files/patch-configure11
2 files changed, 12 insertions, 1 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 4747e8238169..322f991ba7f2 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -8,7 +8,7 @@
PORTNAME= kdebase
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
diff --git a/x11/kdebase3/files/patch-configure b/x11/kdebase3/files/patch-configure
new file mode 100644
index 000000000000..1bf1f3b4ce88
--- /dev/null
+++ b/x11/kdebase3/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2008-01-18 16:57:45.000000000 +0100
++++ configure 2008-01-18 16:58:02.000000000 +0100
+@@ -51622,7 +51622,7 @@
+
+ { echo "$as_me:$LINENO: checking HAL_LIBS" >&5
+ echo $ECHO_N "checking HAL_LIBS... $ECHO_C" >&6; }
+- HAL_LIBS=`$PKG_CONFIG --libs "hal > 0.5"`
++ HAL_LIBS=`$PKG_CONFIG --libs "hal-storage > 0.5"`
+ { echo "$as_me:$LINENO: result: $HAL_LIBS" >&5
+ echo "${ECHO_T}$HAL_LIBS" >&6; }
+ else