Date: Fri, 11 Apr 2014 08:02:54 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350896 - head/x11/yelp Message-ID: <201404110802.s3B82sNi013603@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Apr 11 08:02:54 2014 New Revision: 350896 URL: http://svnweb.freebsd.org/changeset/ports/350896 QAT: https://qat.redports.org/buildarchive/r350896/ Log: Support stage Modified: head/x11/yelp/Makefile Modified: head/x11/yelp/Makefile ============================================================================== --- head/x11/yelp/Makefile Fri Apr 11 07:59:26 2014 (r350895) +++ head/x11/yelp/Makefile Fri Apr 11 08:02:54 2014 (r350896) @@ -11,36 +11,26 @@ DISTNAME= ${PORTNAME}-webkit-${PORTVERSI DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A help browser for the GNOME 2 desktop +COMMENT= Help browser for the GNOME 2 desktop -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - startup-notification-1:${PORTSDIR}/x11/startup-notification \ - webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \ - rarian:${PORTSDIR}/textproc/rarian +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ + libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \ + librarian.so:${PORTSDIR}/textproc/rarian CONFLICTS= yelp-3.[0-9]* -USES= desktop-file-utils gettext gmake pkgconfig -USE_BZIP2= yes +USES= desktop-file-utils gettext gmake pathfix pkgconfig tar:bzip2 USE_XORG= ice -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils +USE_GNOME= gnomeprefix intlhack gconf2 gnomedocutils GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib \ + -fstack-protector GCONF_SCHEMAS= yelp.schemas -NO_STAGE= yes -.include <bsd.port.pre.mk> - -# Around the time GCC stack protection (aka Propolice) for userland -# was enabled on src/share/mk/bsd.sys.mk -# SVN rev 180012 on 2008-06-25 21:33:28Z by ru -.if ${OSVERSION} >= 800040 -LDFLAGS+= -fstack-protector -.endif - post-extract: ${RM} -f ${WRKSRC}/data/yelp.schemas @@ -49,7 +39,4 @@ post-patch: -e 's/ --define-variable=includetype=unstable//' \ ${WRKSRC}/configure -post-install: - @-update-mime-database ${PREFIX}/share/mime - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404110802.s3B82sNi013603>