From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 6 21:52:45 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9020FFB for ; Tue, 6 Jan 2015 21:52:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4D3A66235 for ; Tue, 6 Jan 2015 21:52:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t06Lqjds091160 for ; Tue, 6 Jan 2015 21:52:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196260] [maintainer update] sysutils/slurm-hpc: Update to 14.11.2 (version scheme changed) Date: Tue, 06 Jan 2015 21:52:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jrm@ftfl.ca X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 21:52:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196260 Joseph Mingrone changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrm@ftfl.ca --- Comment #1 from Joseph Mingrone --- Created attachment 151430 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151430&action=edit Diff to update sysutils/slurm-hpc to 14.11.2 I foolishly didn't check here before attempting this as well. I've attached what I came up with in case it's helpful. Two lines in the Makefile and changes to pkg-plists might be helpful. This way, you don't have to specify %%PORTDOCS%%%%DOCSDIR%%-14.11.2 in pkg-plist. In the Makefile: DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PLIST_SUB= SLURM_VERSION=${PORTVERSION} Then in pkg-plist just use, e.g., %%DOCSDIR%%/html/Slurm_Entity.pdf. It passes all the tests in the porter's handbook, but I see two warnings with portlint. WARN: Makefile: [50]: You may remove pkg-plist if you use PLIST_FILES and/or PLIST_DIRS. WARN: Makefile: [62]: the options to USES are not sorted. Please consider sorting them. Please note that I haven't fully tested this since I saw this before I was finished and I'm still new to slurm. Both daemons start and seem to be working, but /var/spool/slurmd must be created manually and the appropriate permissions must be set. -- You are receiving this mail because: You are the assignee for the bug.