svn commit: r327263 - in head/sysutils: rsyslog6 rsyslog7 rsyslog7-devel

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 14 10:45:37 UTC 2013


Author: bapt
Date: Sat Sep 14 10:45:36 2013
New Revision: 327263
URL: http://svnweb.freebsd.org/changeset/ports/327263

Log:
  Remove tests for unsupported FreeBSD versions

Modified:
  head/sysutils/rsyslog6/Makefile
  head/sysutils/rsyslog7-devel/Makefile
  head/sysutils/rsyslog7/Makefile

Modified: head/sysutils/rsyslog6/Makefile
==============================================================================
--- head/sysutils/rsyslog6/Makefile	Sat Sep 14 10:43:40 2013	(r327262)
+++ head/sysutils/rsyslog6/Makefile	Sat Sep 14 10:45:36 2013	(r327263)
@@ -100,8 +100,4 @@ DESCR?=		${.CURDIR}/../rsyslog6/pkg-desc
 DISTINFO_FILE?=	${.CURDIR}/../rsyslog6/distinfo
 .endif
 
-.if ${OSVERSION} < 700042
-USE_GCC=	4.2+
-.endif
-
 .include <bsd.port.post.mk>

Modified: head/sysutils/rsyslog7-devel/Makefile
==============================================================================
--- head/sysutils/rsyslog7-devel/Makefile	Sat Sep 14 10:43:40 2013	(r327262)
+++ head/sysutils/rsyslog7-devel/Makefile	Sat Sep 14 10:45:36 2013	(r327263)
@@ -172,8 +172,4 @@ post-install:
 .endif
 	@${CAT} ${PKGMESSAGE}
 
-.if ${OSVERSION} < 700042
-USE_GCC=	4.2+
-.endif
-
 .include <bsd.port.post.mk>

Modified: head/sysutils/rsyslog7/Makefile
==============================================================================
--- head/sysutils/rsyslog7/Makefile	Sat Sep 14 10:43:40 2013	(r327262)
+++ head/sysutils/rsyslog7/Makefile	Sat Sep 14 10:45:36 2013	(r327263)
@@ -174,8 +174,4 @@ post-install:
 .endif
 	@${CAT} ${PKGMESSAGE}
 
-.if ${OSVERSION} < 700042
-USE_GCC=	4.2+
-.endif
-
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list