From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 13 04:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1032189 for ; Fri, 13 Dec 2013 04:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 872161DE3 for ; Fri, 13 Dec 2013 04:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBD4o0ZM061184 for ; Fri, 13 Dec 2013 04:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBD4o0Ya061183; Fri, 13 Dec 2013 04:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 13 Dec 2013 04:50:00 GMT Resent-Message-Id: <201312130450.rBD4o0Ya061183@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Bacon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21661169 for ; Fri, 13 Dec 2013 04:47:29 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5D761DCF for ; Fri, 13 Dec 2013 04:47:28 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBD4lSLh044093 for ; Fri, 13 Dec 2013 04:47:28 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBD4lS2H044071; Fri, 13 Dec 2013 04:47:28 GMT (envelope-from nobody) Message-Id: <201312130447.rBD4lS2H044071@oldred.freebsd.org> Date: Fri, 13 Dec 2013 04:47:28 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184738: maintainer update: sysutils/condor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2013 04:50:00 -0000 >Number: 184738 >Category: ports >Synopsis: maintainer update: sysutils/condor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 13 04:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 10.0-BETA3 >Organization: Acadix Consulting, LLC >Environment: FreeBSD oyster.jbacon.dyndns.org 10.0-BETA4 FreeBSD 10.0-BETA4 #0 r258774: Sun Dec 1 00:51:31 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Upgrade to 8.0.3, eliminate NO_STAGE and update Makefile and plist with latest ports features. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS --exclude=.svn /usr/ports/sysutils/condor/Makefile /usr/wip/sysutils/condor/Makefile --- /usr/ports/sysutils/condor/Makefile 2013-09-20 18:05:58.000000000 -0500 +++ /usr/wip/sysutils/condor/Makefile 2013-12-12 21:05:44.000000000 -0600 @@ -2,20 +2,20 @@ # $FreeBSD: sysutils/condor/Makefile 327772 2013-09-20 23:05:58Z bapt $ PORTNAME= condor -PORTVERSION= 7.8.7 -PORTREVISION= 1 +PORTVERSION= 8.0.3 CATEGORIES= sysutils net -MASTER_SITES= # empty +MASTER_SITES= http://www.acadix.biz/Ports/distfiles/ DISTNAME= condor_src-${PORTVERSION}-all-all MAINTAINER= jwbacon@tds.net -COMMENT= High-throughput distributed batch system +COMMENT= High-throughput computing on distributively owned resources -LIB_DEPENDS+= krb5support:${PORTSDIR}/security/krb5 \ - pcre:${PORTSDIR}/devel/pcre \ - curl:${PORTSDIR}/ftp/curl +LICENSE= AL2 + +LIB_DEPENDS+= libkrb5support.so:${PORTSDIR}/security/krb5 \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libcurl.so:${PORTSDIR}/ftp/curl -RESTRICTED= Requires manual distfile fetch WRKSRC= ${WRKDIR}/condor-${PORTVERSION} USE_LDCONFIG= yes USES= cmake gmake perl5 @@ -35,77 +35,10 @@ PORTEXAMPLES= * PORTDOCS= * -MANCOMPRESSED= yes - -MAN1= \ - cleanup_release.1 \ - condor_advertise.1 \ - condor_check_userlogs.1 \ - condor_checkpoint.1 \ - condor_chirp.1 \ - condor_cod.1 \ - condor_cold_start.1 \ - condor_cold_stop.1 \ - condor_compile.1 \ - condor_config_bind.1 \ - condor_config_val.1 \ - condor_configure.1 \ - condor_continue.1 \ - condor_dagman.1 \ - condor_fetchlog.1 \ - condor_findhost.1 \ - condor_gather_info.1 \ - condor_glidein.1 \ - condor_history.1 \ - condor_hold.1 \ - condor_load_history.1 \ - condor_master.1 \ - condor_off.1 \ - condor_on.1 \ - condor_power.1 \ - condor_preen.1 \ - condor_prio.1 \ - condor_procd.1 \ - condor_q.1 \ - condor_qedit.1 \ - condor_reconfig.1 \ - condor_release.1 \ - condor_reschedule.1 \ - condor_restart.1 \ - condor_rm.1 \ - condor_router_history.1 \ - condor_router_q.1 \ - condor_router_rm.1 \ - condor_run.1 \ - condor_set_shutdown.1 \ - condor_ssh_to_job.1 \ - condor_stats.1 \ - condor_status.1 \ - condor_store_cred.1 \ - condor_submit.1 \ - condor_submit_dag.1 \ - condor_suspend.1 \ - condor_transfer_data.1 \ - condor_updates_stats.1 \ - condor_userlog.1 \ - condor_userprio.1 \ - condor_vacate.1 \ - condor_vacate_job.1 \ - condor_version.1 \ - condor_wait.1 \ - filelock_midwife.1 \ - filelock_undertaker.1 \ - gidd_alloc.1 \ - install_release.1 \ - procd_ctl.1 \ - uniq_pid_midwife.1 \ - uniq_pid_undertaker.1 - -NO_STAGE= yes .include -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= requires that you go to http://research.cs.wisc.edu/condor/ to register and manually download the source distribution ${DISTNAME}${EXTRACT_SUFX}, place it in ${DISTDIR}, and then run make again +.if ${OSVERSION} > 1000000 +USE_GCC= yes .endif pre-everything:: @@ -116,11 +49,16 @@ @${REINPLACE_CMD} \ -e 's,\(set( C_SHARE_EXAMPLES \)share/condor,\1${EXAMPLESDIR_REL},' \ ${WRKSRC}/build/cmake/CondorPackageConfig.cmake + @${REINPLACE_CMD} \ + -e '/create_symlink/d' ${WRKSRC}/src/condor_scripts/CMakeLists.txt post-install: - ${INSTALL_DATA} ${WRKDIR}/condor_config ${ETCDIR} - ${INSTALL_DATA} ${WRKDIR}/condor_config.local ${ETCDIR} + ${INSTALL_DATA} ${WRKDIR}/condor_config ${STAGEDIR}${ETCDIR} + ${INSTALL_DATA} ${WRKDIR}/condor_config.local ${STAGEDIR}${ETCDIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL +.if defined(NOPORTEXAMPLES) + ${RM} -rf ${STAGEDIR}${EXAMPLESDIR} +.endif @${CAT} ${PKGMESSAGE} .include diff -ruN --exclude=CVS --exclude=.svn /usr/ports/sysutils/condor/distinfo /usr/wip/sysutils/condor/distinfo --- /usr/ports/sysutils/condor/distinfo 2013-01-10 13:01:39.000000000 -0600 +++ /usr/wip/sysutils/condor/distinfo 2013-11-10 08:29:22.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (condor_src-7.8.7-all-all.tar.gz) = 876dbb3c1135ba4a31c4c25d5db2b072e0de4be1927245cd37a23252bf853d78 -SIZE (condor_src-7.8.7-all-all.tar.gz) = 17325973 +SHA256 (condor_src-8.0.3-all-all.tar.gz) = 8220ae05b50e189a7b9e8018c88a6ebe6316f0affb3f99d3301788f514bd9b1e +SIZE (condor_src-8.0.3-all-all.tar.gz) = 18678759 diff -ruN --exclude=CVS --exclude=.svn /usr/ports/sysutils/condor/files/patch-build-cmake-CondorPackageConfig.cmake /usr/wip/sysutils/condor/files/patch-build-cmake-CondorPackageConfig.cmake --- /usr/ports/sysutils/condor/files/patch-build-cmake-CondorPackageConfig.cmake 2012-07-14 09:29:18.000000000 -0500 +++ /usr/wip/sysutils/condor/files/patch-build-cmake-CondorPackageConfig.cmake 2013-11-10 08:29:22.000000000 -0600 @@ -1,11 +1,11 @@ ---- build/cmake/CondorPackageConfig.cmake.orig 2012-01-17 10:53:14.000000000 -0600 -+++ build/cmake/CondorPackageConfig.cmake 2012-04-07 14:37:17.000000000 -0500 +--- build/cmake/CondorPackageConfig.cmake.orig 2013-09-19 15:12:10.000000000 -0500 ++++ build/cmake/CondorPackageConfig.cmake 2013-10-20 12:04:52.000000000 -0500 @@ -1,3 +1,4 @@ + ############################################################### # # Copyright 2011 Red Hat, Inc. -@@ -144,6 +145,23 @@ +@@ -170,6 +171,23 @@ # enable if we desire native packaging. # set ( CPACK_GENERATOR "${CPACK_GENERATOR};PackageMaker" ) ; # set (CPACK_OSX_PACKAGE_VERSION) diff -ruN --exclude=CVS --exclude=.svn /usr/ports/sysutils/condor/files/patch-build-cmake-macros-SystemSpecificInformations.cmake /usr/wip/sysutils/condor/files/patch-build-cmake-macros-SystemSpecificInformations.cmake --- /usr/ports/sysutils/condor/files/patch-build-cmake-macros-SystemSpecificInformations.cmake 2012-07-14 09:29:18.000000000 -0500 +++ /usr/wip/sysutils/condor/files/patch-build-cmake-macros-SystemSpecificInformations.cmake 2013-11-10 08:29:22.000000000 -0600 @@ -1,6 +1,6 @@ ---- build/cmake/macros/SystemSpecificInformations.cmake.orig 2012-01-17 16:53:14.000000000 +0000 -+++ build/cmake/macros/SystemSpecificInformations.cmake 2012-05-06 17:29:25.053492551 +0100 -@@ -230,7 +230,8 @@ +--- build/cmake/macros/SystemSpecificInformations.cmake.orig 2013-09-19 15:12:10.000000000 -0500 ++++ build/cmake/macros/SystemSpecificInformations.cmake 2013-10-20 12:04:52.000000000 -0500 +@@ -241,7 +241,8 @@ endif(EXISTS "/etc/issue") elseif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") @@ -10,7 +10,7 @@ set( FREEBSD_RELEASE "${CMAKE_MATCH_1}" ) set( FREEBSD_MAJOR "${CMAKE_MATCH_2}" ) set( FREEBSD_MINOR "${CMAKE_MATCH_3}" ) -@@ -248,6 +249,11 @@ +@@ -259,6 +260,11 @@ set( CONDOR_FREEBSD7 ON ) elseif(FREEBSD_MAJOR MATCHES "8" ) set( CONDOR_FREEBSD8 ON ) diff -ruN --exclude=CVS --exclude=.svn /usr/ports/sysutils/condor/files/patch-src-condor_includes-config.h.cmake /usr/wip/sysutils/condor/files/patch-src-condor_includes-config.h.cmake --- /usr/ports/sysutils/condor/files/patch-src-condor_includes-config.h.cmake 2012-07-14 09:29:18.000000000 -0500 +++ /usr/wip/sysutils/condor/files/patch-src-condor_includes-config.h.cmake 2013-11-10 08:29:22.000000000 -0600 @@ -1,5 +1,5 @@ ---- src/condor_includes/config.h.cmake.orig 2012-01-17 10:53:14.000000000 -0600 -+++ src/condor_includes/config.h.cmake 2012-04-07 14:37:17.000000000 -0500 +--- src/condor_includes/config.h.cmake.orig 2013-09-19 15:12:10.000000000 -0500 ++++ src/condor_includes/config.h.cmake 2013-10-20 12:04:52.000000000 -0500 @@ -47,6 +47,8 @@ #cmakedefine CONDOR_FREEBSD7 ///* Define if on FreeBSD 8 */ diff -ruN --exclude=CVS --exclude=.svn /usr/ports/sysutils/condor/files/patch-src-condor_scripts-CMakeLists.txt /usr/wip/sysutils/condor/files/patch-src-condor_scripts-CMakeLists.txt --- /usr/ports/sysutils/condor/files/patch-src-condor_scripts-CMakeLists.txt 2012-07-14 09:29:18.000000000 -0500 +++ /usr/wip/sysutils/condor/files/patch-src-condor_scripts-CMakeLists.txt 1969-12-31 18:00:00.000000000 -0600 @@ -1,11 +0,0 @@ ---- src/condor_scripts/CMakeLists.txt.orig 2012-01-17 10:53:14.000000000 -0600 -+++ src/condor_scripts/CMakeLists.txt 2012-04-07 14:37:17.000000000 -0500 -@@ -30,8 +30,6 @@ - if (WANT_FULL_DEPLOYMENT) - install ( FILES condor_configure DESTINATION ${C_SBIN} PERMISSIONS ${CONDOR_SCRIPT_PERMS} ) - install ( FILES condor_configure DESTINATION ${C_SBIN} RENAME condor_install PERMISSIONS ${CONDOR_SCRIPT_PERMS} ) -- install ( CODE "EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E create_symlink ./sbin/condor_install \${CMAKE_INSTALL_PREFIX}/condor_install)" ) -- install ( CODE "EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E create_symlink ./sbin/condor_configure \${CMAKE_INSTALL_PREFIX}/condor_configure)" ) - endif(WANT_FULL_DEPLOYMENT) - - install ( FILES condor_ssh sshd.sh DESTINATION ${C_LIBEXEC} PERMISSIONS ${CONDOR_SCRIPT_PERMS} ) diff -ruN --exclude=CVS --exclude=.svn /usr/ports/sysutils/condor/pkg-descr /usr/wip/sysutils/condor/pkg-descr --- /usr/ports/sysutils/condor/pkg-descr 2012-07-14 09:29:18.000000000 -0500 +++ /usr/wip/sysutils/condor/pkg-descr 2013-12-12 21:07:09.000000000 -0600 @@ -1,6 +1,6 @@ Condor is a open-source, specialized workload management system for compute-intensive jobs. Like other full-featured batch systems, Condor -provides a job queueing mechanism, scheduling policy, priority scheme, +provides a job queuing mechanism, scheduling policy, priority scheme, resource monitoring, and resource management. Users submit their serial or parallel jobs to Condor, Condor places them into a queue, chooses when and where to run the jobs based upon a policy, carefully monitors diff -ruN --exclude=CVS --exclude=.svn /usr/ports/sysutils/condor/pkg-install /usr/wip/sysutils/condor/pkg-install --- /usr/ports/sysutils/condor/pkg-install 2013-01-10 13:01:39.000000000 -0600 +++ /usr/wip/sysutils/condor/pkg-install 2013-12-12 22:39:56.000000000 -0600 @@ -25,6 +25,8 @@ homedir=/home/condor case $2 in +PRE-INSTALL) + ;; POST-INSTALL) for dir in log spool config execute; do mkdir -p $homedir/$dir diff -ruN --exclude=CVS --exclude=.svn /usr/ports/sysutils/condor/pkg-plist /usr/wip/sysutils/condor/pkg-plist --- /usr/ports/sysutils/condor/pkg-plist 2013-01-10 13:01:39.000000000 -0600 +++ /usr/wip/sysutils/condor/pkg-plist 2013-12-12 21:55:39.000000000 -0600 @@ -1,3 +1,4 @@ +@comment Generated by sysutils/genplist bin/classad_functional_tester bin/classad_version bin/condor_check_userlogs @@ -10,10 +11,12 @@ bin/condor_gather_info bin/condor_history bin/condor_hold +bin/condor_ping bin/condor_power bin/condor_prio bin/condor_q bin/condor_qedit +bin/condor_qsub bin/condor_release bin/condor_reschedule bin/condor_rm @@ -27,6 +30,7 @@ bin/condor_submit bin/condor_submit_dag bin/condor_suspend +bin/condor_tail bin/condor_test_match bin/condor_transfer_data bin/condor_userlog @@ -36,6 +40,7 @@ bin/condor_vacate_job bin/condor_version bin/condor_wait +bin/condor_who %%ETCDIR%%/condor %%ETCDIR%%/condor_config %%ETCDIR%%/condor_config.local @@ -65,6 +70,7 @@ include/classad/attrrefs.h include/classad/cclassad.h include/classad/classad.h +include/classad/classadCache.h include/classad/classadErrno.h include/classad/classadItor.h include/classad/classad_distribution.h @@ -108,12 +114,8 @@ include/user_log.c++.h include/write_user_log.h lib/Chirp.jar -lib/Condor.pm lib/CondorJavaInfo.class lib/CondorJavaWrapper.class -lib/CondorPersonal.pm -lib/CondorTest.pm -lib/CondorUtils.pm lib/condor_ssh_to_job_sshd_config_template lib/libchirp_client.a lib/libclassad.a @@ -136,8 +138,77 @@ libexec/condor_transferer libexec/curl_plugin libexec/data_plugin +libexec/interactive.sub libexec/libvirt_simple_script.awk libexec/sshd.sh +man/man1/bosco_cluster.1.gz +man/man1/bosco_findplatform.1.gz +man/man1/bosco_install.1.gz +man/man1/bosco_ssh_start.1.gz +man/man1/bosco_start.1.gz +man/man1/bosco_stop.1.gz +man/man1/bosco_uninstall.1.gz +man/man1/condor_advertise.1.gz +man/man1/condor_check_userlogs.1.gz +man/man1/condor_checkpoint.1.gz +man/man1/condor_chirp.1.gz +man/man1/condor_cod.1.gz +man/man1/condor_compile.1.gz +man/man1/condor_config_val.1.gz +man/man1/condor_configure.1.gz +man/man1/condor_continue.1.gz +man/man1/condor_dagman.1.gz +man/man1/condor_drain.1.gz +man/man1/condor_fetchlog.1.gz +man/man1/condor_findhost.1.gz +man/man1/condor_gather_info.1.gz +man/man1/condor_glidein.1.gz +man/man1/condor_history.1.gz +man/man1/condor_hold.1.gz +man/man1/condor_install.1.gz +man/man1/condor_load_history.1.gz +man/man1/condor_master.1.gz +man/man1/condor_off.1.gz +man/man1/condor_on.1.gz +man/man1/condor_ping.1.gz +man/man1/condor_power.1.gz +man/man1/condor_preen.1.gz +man/man1/condor_prio.1.gz +man/man1/condor_procd.1.gz +man/man1/condor_q.1.gz +man/man1/condor_qedit.1.gz +man/man1/condor_qsub.1.gz +man/man1/condor_reconfig.1.gz +man/man1/condor_release.1.gz +man/man1/condor_reschedule.1.gz +man/man1/condor_restart.1.gz +man/man1/condor_rm.1.gz +man/man1/condor_rmdir.1.gz +man/man1/condor_router_history.1.gz +man/man1/condor_router_q.1.gz +man/man1/condor_router_rm.1.gz +man/man1/condor_run.1.gz +man/man1/condor_set_shutdown.1.gz +man/man1/condor_ssh_to_job.1.gz +man/man1/condor_stats.1.gz +man/man1/condor_status.1.gz +man/man1/condor_store_cred.1.gz +man/man1/condor_submit.1.gz +man/man1/condor_submit_dag.1.gz +man/man1/condor_suspend.1.gz +man/man1/condor_tail.1.gz +man/man1/condor_transfer_data.1.gz +man/man1/condor_updates_stats.1.gz +man/man1/condor_userlog.1.gz +man/man1/condor_userprio.1.gz +man/man1/condor_vacate.1.gz +man/man1/condor_vacate_job.1.gz +man/man1/condor_version.1.gz +man/man1/condor_wait.1.gz +man/man1/condor_who.1.gz +man/man1/gidd_alloc.1.gz +man/man1/procd_ctl.1.gz +sbin/bosco_install sbin/condor_advertise sbin/condor_c-gahp sbin/condor_c-gahp_worker_thread @@ -145,6 +216,7 @@ sbin/condor_configure sbin/condor_credd sbin/condor_fetchlog +sbin/condor_ft-gahp sbin/condor_gridmanager sbin/condor_had sbin/condor_init @@ -178,10 +250,3 @@ @dirrm %%ETCDIR%%/sysconfig @dirrm %%ETCDIR%%/examples @dirrm %%ETCDIR%% -@cwd / -@dirrmtry home/condor/config -@dirrmtry home/condor/execute -@dirrmtry home/condor/log -@dirrmtry home/condor/spool -@dirrmtry home/condor -@dirrmtry home >Release-Note: >Audit-Trail: >Unformatted: