svn commit: r331366 - in head/x11-themes/qtcurve-gtk2: . files
Max Brazhnikov
makc at FreeBSD.org
Wed Oct 23 10:49:01 UTC 2013
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>
More information about the svn-ports-all
mailing list