summaryrefslogtreecommitdiff
path: root/x11-fm
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-fm
parent- Update to 0.6.0 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200795
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/evidence/Makefile8
-rw-r--r--x11-fm/krusader/Makefile8
-rw-r--r--x11-fm/krusader2/Makefile8
-rw-r--r--x11-fm/worker/Makefile12
4 files changed, 6 insertions, 30 deletions
diff --git a/x11-fm/evidence/Makefile b/x11-fm/evidence/Makefile
index 78fb7498df36..74e214463304 100644
--- a/x11-fm/evidence/Makefile
+++ b/x11-fm/evidence/Makefile
@@ -105,12 +105,6 @@ CONFIGURE_ARGS+=--enable-thumbnailer-xine
PLIST_SUB+= XINE:=""
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= "Broken dependencies."
-.endif
-
pre-everything::
@${ECHO_MSG} "*****************************************************************************"
.if !defined(WITH_DEBUG) || !defined(WITH_ECORE_MAINLOOP) || !defined(WITHOUT_EXTRACTOR) || !defined(WITHOUT_ID3) || !defined(WITHOUT_VORBIS) || !defined(WITHOUT_XINE)
@@ -145,4 +139,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|@ecore_cflags@|$$(ECORE_CFLAGS)|g ; \
s|@ecore_libs@|$$(ECORE_LIBS)|g' ${WRKSRC}/src/Makefile.in
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11-fm/krusader/Makefile b/x11-fm/krusader/Makefile
index ac921c0e8dfc..133b9fc25a6e 100644
--- a/x11-fm/krusader/Makefile
+++ b/x11-fm/krusader/Makefile
@@ -44,10 +44,4 @@ pre-configure:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on FreeBSD 4.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11-fm/krusader2/Makefile b/x11-fm/krusader2/Makefile
index ac921c0e8dfc..133b9fc25a6e 100644
--- a/x11-fm/krusader2/Makefile
+++ b/x11-fm/krusader2/Makefile
@@ -44,10 +44,4 @@ pre-configure:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on FreeBSD 4.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile
index 23b4045e543b..2b59adfb380d 100644
--- a/x11-fm/worker/Makefile
+++ b/x11-fm/worker/Makefile
@@ -26,20 +26,14 @@ MAN1= worker.1
CFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ARGS= --disable-libxpkmaster
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on FreeBSD 4.x
-.endif
-
pre-configure:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
post-patch:
-.for file in aa.pattern_rename.sh cd2flac.sh cd2mp3.sh cd2ogg.sh cd2wav.sh xeditor
+.for f in aa.pattern_rename.sh cd2flac.sh cd2mp3.sh cd2ogg.sh cd2wav.sh xeditor
${REINPLACE_CMD} -e 's|/bin/bash|/usr/local/bin/bash|g' \
- ${WRKSRC}/scripts/${file}
+ ${WRKSRC}/scripts/${f}
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>