aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:27:14 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:27:14 +0000
commitc74701832f58a9ccecdcbfec31960b911abfc233 (patch)
tree69079f703d594c8f6e906b36a7ecfd57e746f64b /x11
parent3d87ef2d551df84654e1b928386f1b2468877824 (diff)
downloadports-c74701832f58a9ccecdcbfec31960b911abfc233.tar.gz
ports-c74701832f58a9ccecdcbfec31960b911abfc233.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/fireflies/Makefile8
-rw-r--r--x11/gcb/Makefile8
-rw-r--r--x11/ipager/Makefile8
-rw-r--r--x11/mrxvt-devel/Makefile4
-rw-r--r--x11/terminal.app/Makefile8
5 files changed, 4 insertions, 32 deletions
diff --git a/x11/fireflies/Makefile b/x11/fireflies/Makefile
index dfb0c56b559d..f463be5d531e 100644
--- a/x11/fireflies/Makefile
+++ b/x11/fireflies/Makefile
@@ -29,13 +29,7 @@ MAKE_ARGS= CONFIGURE_ENV=${CONFIGURE_ENV:Q} \
CONFIGURE_SCRIPT=${CONFIGURE_SCRIPT:Q} \
CONFIGURE_ARGS=${CONFIGURE_ARGS:Q}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= does not compile
-.endif
-
post-extract:
(cd ${WRKSRC}; ${TAR} zxvpf libgfx-1.0.1.tar.gz)
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11/gcb/Makefile b/x11/gcb/Makefile
index 0d756182581b..82d216a0c383 100644
--- a/x11/gcb/Makefile
+++ b/x11/gcb/Makefile
@@ -19,12 +19,6 @@ HAS_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= gtk20
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on FreeBSD 4.x
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|#!/bin/bash|#!${SH}|' \
${WRKSRC}/configure
@@ -41,4 +35,4 @@ do-install:
${MKDIR} ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11/ipager/Makefile b/x11/ipager/Makefile
index a129829d9561..fdf803226311 100644
--- a/x11/ipager/Makefile
+++ b/x11/ipager/Makefile
@@ -36,12 +36,6 @@ THEMES= atlantis.conf \
light_gray.conf \
light_orange.conf
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= fails to build on FreeBSD 4.x (due to problems with threading support)
-.endif
-
post-patch:
@${REINPLACE_CMD} -e '35,36d;89d;92,94d' \
${WRKSRC}/SConstruct
@@ -75,4 +69,4 @@ post-install:
@${ECHO_MSG} ""
@${ECHO_MSG} ""
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11/mrxvt-devel/Makefile b/x11/mrxvt-devel/Makefile
index 068a15003df9..4856604c8d9e 100644
--- a/x11/mrxvt-devel/Makefile
+++ b/x11/mrxvt-devel/Makefile
@@ -38,10 +38,6 @@ OPTIONS= XFT "Enable Xft support for fonts" Off \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= does not compile
-.endif
-
.if defined(WITH_JAPANESE)
CONFIGURE_ARGS+= --enable-xim --enable-cjk --with-encoding=eucj
.endif
diff --git a/x11/terminal.app/Makefile b/x11/terminal.app/Makefile
index 86eb4d514f27..0297cbb09baa 100644
--- a/x11/terminal.app/Makefile
+++ b/x11/terminal.app/Makefile
@@ -25,10 +25,4 @@ USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/${PORTNAME:C/\.app//}-${DISTVERSION}${DISTVERSIONSUFFIX:C/\.orig//}
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= does not compile on 4.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>