Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2007 10:25:32 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lambert@lambertfam.org
Subject:   ports/111941: [PATCH] comms/aldo: cleanup non-supported FreeBSD versions 
Message-ID:  <1177075532.014489.12069.nullmailer@bsdmail.org>
Resent-Message-ID: <200704201330.l3KDU3RI016912@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
>Number:         111941
>Category:       ports
>Synopsis:       [PATCH] comms/aldo: cleanup non-supported FreeBSD versions
>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:   Fri Apr 20 13:30:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD island.freebsd.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)

Port maintainer (lambert@lambertfam.org) is cc'd.

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

--- aldo-0.6.11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/aldo/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	21 Jan 2006 17:37:02 -0000	1.8
+++ Makefile	20 Apr 2007 13:24:44 -0000
@@ -23,14 +23,8 @@
 PLIST_FILES=	bin/aldo
 MAN1=	aldo.1
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=	"Doesn't build on FreeBSD < 5.x"
-.endif
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/aldo ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/aldo.1 ${MANPREFIX}/man/man1
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- aldo-0.6.11.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?1177075532.014489.12069.nullmailer>