mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Remove some local changes that crept in with the previous commit.
This commit is contained in:
parent
04ac93be34
commit
d7568468f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82299
@ -6,22 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= pbs
|
||||
PORTVERSION= 2.3.16
|
||||
PORTVERSION= 2.2p11
|
||||
CATEGORIES= misc parallel
|
||||
MASTER_SITES= http://www.openpbs.org/UserArea/Download/
|
||||
DISTNAME= OpenPBS_2_3_16
|
||||
MASTER_SITES= http://vaccine.sourceforge.net/
|
||||
DISTNAME= pbs_v2.2p11
|
||||
|
||||
MAINTAINER= dbader@eece.unm.edu
|
||||
COMMENT= Batch job queueing system
|
||||
|
||||
LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 \
|
||||
tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not build"
|
||||
.endif
|
||||
LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 \
|
||||
tk80.1:${PORTSDIR}/x11-toolkits/tk80
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
HAS_CONFIGURE= yes
|
||||
@ -45,11 +39,16 @@ MAN7= pbs_resources_unicosmk2.7B pbs_resources_irix6array.7B \
|
||||
pbs_resources_unicos8.7B pbs_resources.7B pbs_job_attributes.7B \
|
||||
pbs_queue_attributes.7B pbs_server_attributes.7B pbs_resources_all.soB \
|
||||
pbs_resources_aix4.7B pbs_resources_digitalunix.7B \
|
||||
pbs_resources_freebsd.7B pbs_resources_fujitsu.7B pbs_resources_irix5.7B \
|
||||
pbs_resources_solaris7.7B
|
||||
pbs_resources_freebsd.7B pbs_resources_fujitsu.7B pbs_resources_irix5.7B
|
||||
|
||||
MAN8= qstart.8B qterm.8B pbs_sched_tcl.8B pbs_sched_basl.8B pbs_sched_cc.8B \
|
||||
pbsnodes.8B qstop.8B pbs_server.8B qmgr.8B qrun.8B qdisable.8B \
|
||||
qenable.8B pbs_mom.8B
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not build"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user