aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-07 03:25:29 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-07 03:25:29 +0000
commit9b44799b8a59481f1cc745e8df5837fd080b47f1 (patch)
tree48f657965e277871a2c43ebc5037b0f88b449fc2 /deskutils
parent2167bc17cac48f780a5c921ef63683842f19c215 (diff)
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/google-gadgets/Makefile4
-rw-r--r--deskutils/nautilus-actions/Makefile8
-rw-r--r--deskutils/nautilus-actions/files/extra-patch-configure20
-rw-r--r--deskutils/pinot/Makefile4
4 files changed, 1 insertions, 35 deletions
diff --git a/deskutils/google-gadgets/Makefile b/deskutils/google-gadgets/Makefile
index 2b66cc18bec7..da8af5535ddd 100644
--- a/deskutils/google-gadgets/Makefile
+++ b/deskutils/google-gadgets/Makefile
@@ -82,10 +82,6 @@ pre-everything::
CPPFLAGS+= -I${LOCALBASE}/include -Wno-deprecated-declarations
-.if ${OSVERSION} < 700000
-IGNORE= needs 7.X or higher
-.endif
-
.if defined(WITH_DEBUGGING)
CONFIGURE_ARGS+= --enable-debug
.endif
diff --git a/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile
index 5e453d335e71..a63f1deae0a5 100644
--- a/deskutils/nautilus-actions/Makefile
+++ b/deskutils/nautilus-actions/Makefile
@@ -32,12 +32,6 @@ PORTDOCS= AUTHORS COPYING ChangeLog ChangeLog-2008 ChangeLog-2009 INSTALL \
MAINTAINERS NEWS README TODO export-format-id io-provider-id \
objects-hierarchy.odg
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure
-.endif
-
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's| install-dist_pkgdocDATA||g' \
@@ -47,4 +41,4 @@ post-patch:
${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/deskutils/nautilus-actions/files/extra-patch-configure b/deskutils/nautilus-actions/files/extra-patch-configure
deleted file mode 100644
index 577f55c12dd1..000000000000
--- a/deskutils/nautilus-actions/files/extra-patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig 2009-10-19 21:06:41.000000000 +1000
-+++ configure 2009-10-19 23:38:22.000000000 +1000
-@@ -4718,7 +4718,7 @@
-
-
- _ac_warning_def=error
-- _ac_compliant_def="-ansi -Wno-overlength-strings -Wformat=2"
-+ _ac_compliant_def="-ansi -Wformat=2"
-
-
- # Check whether --enable-compile-warnings was given.
-@@ -4808,7 +4808,7 @@
- done
- unset option
- if test "$enable_compile_warnings" = "error" ; then
-- warning_flags="$warning_flags -Werror"
-+ warning_flags="$warning_flags"
- fi
- ;;
- *)
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile
index d280251f0207..33446ae67033 100644
--- a/deskutils/pinot/Makefile
+++ b/deskutils/pinot/Makefile
@@ -79,10 +79,6 @@ SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
.endif
-.if ${OSVERSION} < 700000
-BROKEN= does not compile
-.endif
-
post-extract:
# remove pre-generated messages catalogs
${FIND} ${WRKSRC}/po -name "*.gmo" -delete