Date: Wed, 23 Oct 2013 10:49:01 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331366 - in head/x11-themes/qtcurve-gtk2: . files Message-ID: <201310231049.r9NAn1aS030034@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Wed Oct 23 10:49:00 2013 New Revision: 331366 URL: http://svnweb.freebsd.org/changeset/ports/331366 Log: - Remove NO_STAGE - Remove patches for unsupported FreeBSD versions Deleted: head/x11-themes/qtcurve-gtk2/files/ Modified: head/x11-themes/qtcurve-gtk2/Makefile Modified: head/x11-themes/qtcurve-gtk2/Makefile ============================================================================== --- head/x11-themes/qtcurve-gtk2/Makefile Wed Oct 23 10:42:09 2013 (r331365) +++ head/x11-themes/qtcurve-gtk2/Makefile Wed Oct 23 10:49:00 2013 (r331366) @@ -16,20 +16,4 @@ USE_BZIP2= yes USES= cmake pkgconfig USE_GNOME= gtk20 -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800067 -.if ${ARCH} == "amd64" -CFLAGS+= -fPIC -.endif -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-style-qt_settings.c -.endif - -post-extract: -.if ${OSVERSION} < 800067 - ${CP} ${FILESDIR}/getline.h ${WRKSRC}/style - ${CP} ${FILESDIR}/getline.c ${WRKSRC}/style -.endif - -.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?201310231049.r9NAn1aS030034>