From ea135c7ec4d097ac41e028bfb68f3910bd50e620 Mon Sep 17 00:00:00 2001 From: jylefort Date: Tue, 2 May 2006 18:34:40 +0000 Subject: - Add a run dependency on cdrtools - Do not install linux tools - Preemptively use ltverhack git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6197 df743ca5-7f9a-e211-a948-0013205c9059 --- sysutils/hal/Makefile | 10 ++++++---- sysutils/hal/files/patch-tools_Makefile.in | 11 +++++++++++ sysutils/hal/pkg-plist | 3 --- 3 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 sysutils/hal/files/patch-tools_Makefile.in diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index acdffea18..9f24d79e3 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/sysutils/hal/Makefile,v 1.1 2006/05/02 05:52:50 marcus Exp $ +# $MCom: ports/sysutils/hal/Makefile,v 1.2 2006/05/02 14:54:43 ahze Exp $ # PORTNAME= hal PORTVERSION= ${HALVERSION}.${SNAPVERSION} +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= http://www.marcuscom.com/downloads/ @@ -15,13 +16,14 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Hardware Abstraction Layer for simplifying device access LIB_DEPENDS= polkit.0:${PORTSDIR}/sysutils/policykit -RUN_DEPENDS= ${LOCALBASE}/share/pci.ids:${PORTSDIR}/sysutils/pciutils +RUN_DEPENDS= ${LOCALBASE}/share/pci.ids:${PORTSDIR}/sysutils/pciutils \ + isoinfo:${PORTSDIR}/sysutils/cdrtools USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget intlhack pygnome2 -GNU_CONFIGURE= yes +USE_GNOME= gnomehack gnometarget intlhack pygnome2 ltverhack +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_PYTHON= yes CONFIGURE_ARGS= --disable-gtk-doc \ diff --git a/sysutils/hal/files/patch-tools_Makefile.in b/sysutils/hal/files/patch-tools_Makefile.in new file mode 100644 index 000000000..3c9aba59a --- /dev/null +++ b/sysutils/hal/files/patch-tools_Makefile.in @@ -0,0 +1,11 @@ +--- tools/Makefile.in.orig Tue May 2 20:23:05 2006 ++++ tools/Makefile.in Tue May 2 20:23:22 2006 +@@ -325,7 +325,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SUBDIRS = linux device-manager ++SUBDIRS = device-manager + INCLUDES = \ + -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \ + -DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \ diff --git a/sysutils/hal/pkg-plist b/sysutils/hal/pkg-plist index 5fee492b7..a295874e8 100644 --- a/sysutils/hal/pkg-plist +++ b/sysutils/hal/pkg-plist @@ -6,7 +6,6 @@ bin/hal-get-property bin/hal-set-property bin/lshal etc/dbus-1/system.d/hal.conf -etc/udev/rules.d/90-hal.rules include/hal/libhal-storage.h include/hal/libhal.h lib/libhal-storage.a @@ -170,8 +169,6 @@ share/locale/zh_TW/LC_MESSAGES/hal.mo @dirrm %%DOCSDIR%%/conf @dirrm %%DOCSDIR%% @dirrm include/hal -@dirrm etc/udev/rules.d -@dirrm etc/udev @dirrm etc/hal/fdi/preprobe @dirrm etc/hal/fdi/policy @dirrm etc/hal/fdi/information -- cgit v1.2.3