diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-09 18:32:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-09 18:32:43 +0800 |
commit | 2e5d83adfff2b99e844984d4609420e48f165493 (patch) | |
tree | a815fb19691d369e259a2d39a2a2914b411ce58a | |
parent | 360d8bfdd1e121c6a6e2f3c8eb80b295e2fd44e3 (diff) | |
download | freebsd-ports-gnome-2e5d83adfff2b99e844984d4609420e48f165493.tar.gz freebsd-ports-gnome-2e5d83adfff2b99e844984d4609420e48f165493.tar.zst freebsd-ports-gnome-2e5d83adfff2b99e844984d4609420e48f165493.zip |
Stagify
Mark package as jobs unsafe
Convert to USES=mono
Fix plist
-rw-r--r-- | misc/podsleuth/Makefile | 16 | ||||
-rw-r--r-- | misc/podsleuth/pkg-plist | 1 |
2 files changed, 7 insertions, 10 deletions
diff --git a/misc/podsleuth/Makefile b/misc/podsleuth/Makefile index 442de07a0a96..45067108af85 100644 --- a/misc/podsleuth/Makefile +++ b/misc/podsleuth/Makefile @@ -8,21 +8,19 @@ CATEGORIES= misc MASTER_SITES= http://download.banshee.fm/${PORTNAME}/${PORTVERSION}/ MAINTAINER= mono@FreeBSD.org -COMMENT= A tool to discover detailed model information about an iPod +COMMENT= Tool to discover detailed model information about an iPod -LIB_DEPENDS= sgutils2.2:${PORTSDIR}/sysutils/sg3_utils \ - hal.1:${PORTSDIR}/sysutils/hal -BUILD_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono \ - ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus -RUN_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono \ - ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus +LIB_DEPENDS= libsgutils2.so:${PORTSDIR}/sysutils/sg3_utils \ + libhal.so:${PORTSDIR}/sysutils/hal +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus CONFIGURE_ARGS+=--with-hal-callouts-dir=${PREFIX}/libexec LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -USES= gmake pkgconfig pathfix +USES= gmake mono pkgconfig pathfix +MAKE_JOBS_UNSAFE= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^#!/bin/bash$$|#!/bin/sh|' \ ${WRKSRC}/src/PodSleuth.Hal/hal-podsleuth.in \ diff --git a/misc/podsleuth/pkg-plist b/misc/podsleuth/pkg-plist index a22250d1ad25..ccb551b1a624 100644 --- a/misc/podsleuth/pkg-plist +++ b/misc/podsleuth/pkg-plist @@ -9,4 +9,3 @@ libdata/pkgconfig/podsleuth.pc libexec/hal-podsleuth share/hal/fdi/policy/20thirdparty/20-podsleuth.fdi @dirrmtry lib/podsleuth -@dirrmtry lib/hal |