Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 10:45:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327263 - in head/sysutils: rsyslog6 rsyslog7 rsyslog7-devel
Message-ID:  <201309141045.r8EAjaie048663@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309141045.r8EAjaie048663>