diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-13 19:35:54 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-13 19:35:54 +0800 |
commit | 50ad93a623ac2850722de121f3f97f4699266578 (patch) | |
tree | c24c37b7dd5dd260bba93c548d2910ba41e9421b /audio | |
parent | 089ddc60d3517d76559efe4569c5b08065710830 (diff) | |
download | freebsd-ports-gnome-50ad93a623ac2850722de121f3f97f4699266578.tar.gz freebsd-ports-gnome-50ad93a623ac2850722de121f3f97f4699266578.tar.zst freebsd-ports-gnome-50ad93a623ac2850722de121f3f97f4699266578.zip |
- Remove the DBUS option, since Jamboree requires an obsolete version
of the D-BUS API [1]
- Use GCONF_SCHEMAS and fix schemas installation
PR: ports/80527 [1]
Reported by: Adam Gregoire <ebola@psychoholics.org> [1]
Diffstat (limited to 'audio')
-rw-r--r-- | audio/jamboree/Makefile | 15 | ||||
-rw-r--r-- | audio/jamboree/pkg-plist | 3 |
2 files changed, 6 insertions, 12 deletions
diff --git a/audio/jamboree/Makefile b/audio/jamboree/Makefile index 1a0af780b0b0..8815ed670ca8 100644 --- a/audio/jamboree/Makefile +++ b/audio/jamboree/Makefile @@ -25,14 +25,11 @@ USE_LIBTOOL_VER=15 USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +GCONF_SCHEMAS= jamboree.schemas +USE_REINPLACE= yes -OPTIONS= DBUS "D-BUS support" off +post-patch: + @${REINPLACE_CMD} -e 's|^\(@GCONF_SCHEMAS_INSTALL_TRUE@\) |\1 |' \ + ${WRKSRC}/Makefile.in -.include <bsd.port.pre.mk> - -.if defined(WITH_DBUS) -LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus -CONFIGURE_ARGS+= --enable-dbus -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/audio/jamboree/pkg-plist b/audio/jamboree/pkg-plist index 02bc93407fa7..3c3f01bcf2c6 100644 --- a/audio/jamboree/pkg-plist +++ b/audio/jamboree/pkg-plist @@ -1,7 +1,4 @@ bin/jamboree -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/jamboree.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/jamboree.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/jamboree.schemas > /dev/null || /usr/bin/true share/gnome/applications/jamboree.desktop share/gnome/jamboree/jamboree-next.png share/gnome/jamboree/jamboree-note.png |