Date: Sat, 13 Sep 2014 19:53:18 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368133 - head/audio/gnomoradio Message-ID: <201409131953.s8DJrJR8012924@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sat Sep 13 19:53:18 2014 New Revision: 368133 URL: http://svnweb.freebsd.org/changeset/ports/368133 QAT: https://qat.redports.org/buildarchive/r368133/ Log: - Remove unused LIBTOOLFLAGS - Replace some LIB_DEPENDS with USE_GNOME components - Replace CONFIGURE_ENV about missing link with post-patch command Modified: head/audio/gnomoradio/Makefile Modified: head/audio/gnomoradio/Makefile ============================================================================== --- head/audio/gnomoradio/Makefile Sat Sep 13 19:26:41 2014 (r368132) +++ head/audio/gnomoradio/Makefile Sat Sep 13 19:53:18 2014 (r368133) @@ -11,23 +11,19 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gahr@FreeBSD.org COMMENT= Program for finding and playing free music from the Internet -LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ - libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ - libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 \ - libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ - libvorbis.so:${PORTSDIR}/audio/libvorbis \ +LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ libao.so:${PORTSDIR}/audio/libao USES= pathfix pkgconfig libtool GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix +USE_GNOME= gconfmm26 gnomeprefix gtkmm24 USE_LDCONFIG= yes -LIBTOOLFLAGS= --tag=CXX CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= LIBS="`pkg-config --libs glibmm-2.4`" +LIBS+= -L${LOCALBASE}/lib post-patch: + @${REINPLACE_CMD} '/^rainbow_get_LDADD =/s/$$/ $$(RAINBOW_LIBS)/' \ + ${WRKSRC}/rainbow/Makefile.in @${REINPLACE_CMD} -e 's|CCLD = $$(CC)|CCLD = $$(CXX)|' \ ${WRKSRC}/roboradio/mp3/Makefile.in @${REINPLACE_CMD} -e 's|static char|static const char|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409131953.s8DJrJR8012924>