Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2007 14:22:31 -0300
From:      Marcelo Araujo <araujo@island.freebsd.org> (araujo@bsdmail.org)
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        trasz@FreeBSD.org
Subject:   ports/111779: [PATCH] sysutils/torque: cleanup non-supported FreeBSD versions 
Message-ID:  <1176830551.611681.71405.nullmailer@bsdmail.org>
Resent-Message-ID: <200704171730.l3HHU91W090951@freefall.freebsd.org>

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

>Number:         111779
>Category:       ports
>Synopsis:       [PATCH] sysutils/torque: cleanup non-supported FreeBSD versions
>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:   Tue Apr 17 17:30:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo (araujo@bsdmail.org)
>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:

- 4.x EOL
Port maintainer (trasz@freebsd.org) is cc'd.

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

--- torque-2.1.8.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/torque/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	13 Apr 2007 13:03:48 -0000	1.7
+++ Makefile	17 Apr 2007 17:21:44 -0000
@@ -53,14 +53,8 @@
 MLINKS=		pbs_sched_cc.8 pbs_sched.8 \
 		pbs_resources_freebsd.7 pbs_resources.7
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=	Doesn't build on 4.x
-.endif
-
 post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/torque.setup ${EXAMPLESDIR}
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include	<bsd.port.mk>
--- torque-2.1.8.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?1176830551.611681.71405.nullmailer>