Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2012 20:12:04 GMT
From:      Chris Rees <crees@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/168284: [PATCH] www/varnish2 remove obsolete OSVERSION conditional
Message-ID:  <201205232012.q4NKC4Su041760@freefall.freebsd.org>
Resent-Message-ID: <201205232020.q4NKKJOG049923@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         168284
>Category:       ports
>Synopsis:       [PATCH] www/varnish2 remove obsolete OSVERSION conditional
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 23 20:20:19 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Chris Rees
>Release:        FreeBSD 9.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 9.0-STABLE FreeBSD 9.0-STABLE #6 r235139: Tue May 8 21:19:03 UTC 2012 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
FreeBSD ports tree doesn't support <7.x, so this check is unnecessary.
>How-To-Repeat:
	
>Fix:

	

--- www-varnish2.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/varnish2/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- Makefile	14 Feb 2012 12:45:34 -0000	1.45
+++ Makefile	23 May 2012 19:55:27 -0000
@@ -35,12 +35,6 @@
 USE_RC_SUBR=	varnishd varnishlog varnishncsa
 SUB_FILES=	pkg-message
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 601000
-BROKEN=		does not compile
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|\$$(libdir)/pkgconfig|\$$(prefix)/libdata/pkgconfig|' \
 		${WRKSRC}/Makefile.in
@@ -48,4 +42,4 @@
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- www-varnish2.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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