From owner-svn-ports-all@FreeBSD.ORG Fri Apr 11 08:02:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A0B265F; Fri, 11 Apr 2014 08:02:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE4A01526; Fri, 11 Apr 2014 08:02:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3B82sxH013604; Fri, 11 Apr 2014 08:02:54 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3B82sNi013603; Fri, 11 Apr 2014 08:02:54 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404110802.s3B82sNi013603@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 11 Apr 2014 08:02:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350896 - head/x11/yelp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 08:02:55 -0000 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 - -# 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 +.include