ports/92481: [maintainer update] [patch] security/expiretable doesn't compile on 4.x

Cristiano Deana cris at gufi.org
Sun Jan 29 00:30:08 UTC 2006


>Number:         92481
>Category:       ports
>Synopsis:       [maintainer update] [patch] security/expiretable doesn't compile on 4.x
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 29 00:30:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Cristiano Deana
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
G.U.F.I. Gruppo Utenti FreeBSD Italia
>Environment:
System: FreeBSD bsd.deana.it 6.0-STABLE FreeBSD 6.0-STABLE #2: Thu Jan 19 18:42:33 CET 2006 root at casa.deana.it:/usr/obj/usr/src/sys/CASA i386


Description:
	expiretable couldn't compile on systems without pf library
How-To-Repeat:

Fix:
	added IGNORE for OS < 5.3


--- expiretable.diff begins here ---
diff -urN expiretable.orig/Makefile expiretable/Makefile
--- expiretable.orig/Makefile	Sun Jan 22 16:45:25 2006
+++ expiretable/Makefile	Sun Jan 29 01:14:55 2006
@@ -15,4 +15,10 @@
 
 MAN1=		expiretable.1
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 502106
+IGNORE=         "Only for 5.3 and above"
+.endif
+
+.include <bsd.port.post.mk>
--- expiretable.diff ends here ---


>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list