diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:14:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:14:50 +0000 |
commit | 42b9878de05e3fd31b1537c7fb21ea8d4260e335 (patch) | |
tree | faaedbe6ae8110bb19ce982907b65ca7c487c291 /irc | |
parent | Remove always-false/true conditions based on OSVERSION 500000 (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200773
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-ru/Makefile | 4 | ||||
-rw-r--r-- | irc/ptlink-services/Makefile | 8 | ||||
-rw-r--r-- | irc/tr-ircd/Makefile | 4 | ||||
-rw-r--r-- | irc/xchat-gnome/Makefile | 4 |
4 files changed, 1 insertions, 19 deletions
diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile index 5c9d088d6367..38a4e206cdb1 100644 --- a/irc/ircd-ru/Makefile +++ b/irc/ircd-ru/Makefile @@ -94,8 +94,4 @@ post-install: @${CHOWN} -R ircd:ircd ${VARDIR}/log/ircd-ru @${CAT} ${PKGMESSAGE} -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - .include <bsd.port.post.mk> diff --git a/irc/ptlink-services/Makefile b/irc/ptlink-services/Makefile index 6766112615a8..e8fa01448b74 100644 --- a/irc/ptlink-services/Makefile +++ b/irc/ptlink-services/Makefile @@ -28,15 +28,9 @@ SYSCONFDIR= ${PREFIX}/etc/ptlink-services CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR} --localstatedir=/var \ --with-pidfile=/var/run/ircsvs.pid -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Doesn't build on 4.x -.endif - post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CHOWN} -R ircd:ircd ${SYSCONFDIR} @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/irc/tr-ircd/Makefile b/irc/tr-ircd/Makefile index 7665a86bcd81..ee383e1efea0 100644 --- a/irc/tr-ircd/Makefile +++ b/irc/tr-ircd/Makefile @@ -72,10 +72,6 @@ SUB_LIST+= MKDIR="${MKDIR}" PW="${PW}" CHMOD="${CHMOD}" CHOWN="${CHOWN}" CFLAGS+= -fPIC .endif -.if ${OSVERSION} < 500000 -USE_GCC= 3.4 # Needs va_copy -.endif - post-patch: @${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${WRKSRC}/configure @${REINPLACE_CMD} -e "s, ircpasswd,tr-ircpasswd," \ diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index d963e6335b01..76e79c911b96 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -80,10 +80,6 @@ PLIST_SUB+= TCL="@comment " .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= does not build on 4.X -.endif - .if defined(WITHOUT_PERL) CONFIGURE_ARGS+=--disable-perl PLIST_SUB+= PERL="@comment " |