Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2007 15:41:00 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111828: [PATCH] net/fspd: [SUMMARIZE CHANGES]
Message-ID:  <1176921660.419618.36779.nullmailer@bsdmail.org>
Resent-Message-ID: <200704181850.l3IIo1kp009639@freefall.freebsd.org>

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

>Number:         111828
>Category:       ports
>Synopsis:       [PATCH] net/fspd: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 18 18:50:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD bsdmail.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:

- removed support to FreeBSD 4.x (EOL)

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- fspd-2.8.1.24.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/fspd/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	7 Mar 2006 17:09:51 -0000	1.12
+++ Makefile	18 Apr 2007 18:39:08 -0000
@@ -39,16 +39,10 @@
 USE_BZIP2=	yes
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
-.include <bsd.port.pre.mk>
-
 .if defined(WITH_INFINITE)
 CONFIGURE_ARGS+=	--disable-timeout
 .endif
 
-.if ${OSVERSION} < 500000
-BROKEN=		"Does not compile on 4.x"
-.endif
-
 .if !defined(WITH_NOCLIENTS)
 .for command in ${CLIENTS}
 PLIST_FILES+=	bin/${command}
@@ -81,4 +75,4 @@
 .endfor
 	${INSTALL_MAN} ${WRKSRC}/man/${MAN7} ${PREFIX}/man/man7
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- fspd-2.8.1.24.patch ends here ---

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



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