From nobody@FreeBSD.org  Wed Apr 10 14:00:57 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 9298D979
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Apr 2013 14:00:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 69A77BE
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Apr 2013 14:00:57 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r3AE0vWt070128
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Apr 2013 14:00:57 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r3AE0v9f070127;
	Wed, 10 Apr 2013 14:00:57 GMT
	(envelope-from nobody)
Message-Id: <201304101400.r3AE0v9f070127@red.freebsd.org>
Date: Wed, 10 Apr 2013 14:00:57 GMT
From: Carlo Strub <cs@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: x11-wm/spectrwm - Missing dependency
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         177754
>Category:       ports
>Synopsis:       x11-wm/spectrwm - Missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    zeising
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 10 14:10:01 UTC 2013
>Closed-Date:    Mon Apr 29 22:08:01 UTC 2013
>Last-Modified:  Mon Apr 29 22:10:00 UTC 2013
>Originator:     Carlo Strub
>Release:        
>Organization:
>Environment:
>Description:
Installing spectrwm from scratch will lead to an error saying that xlock is missing. There is a simple fix.
>How-To-Repeat:
Install spectrwm from scratch
>Fix:
Add x11/xlockmore to the list of dependencies.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->zeising 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Apr 10 14:10:14 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177754 
State-Changed-From-To: open->closed 
State-Changed-By: zeising 
State-Changed-When: Mon Apr 29 22:08:00 UTC 2013 
State-Changed-Why:  
This was fixed by removing the check for xlock in spectrwm.  Thanks for 
the submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177754 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177754: commit references a PR
Date: Mon, 29 Apr 2013 22:07:35 +0000 (UTC)

 Author: zeising
 Date: Mon Apr 29 22:07:27 2013
 New Revision: 316849
 URL: http://svnweb.freebsd.org/changeset/ports/316849
 
 Log:
   Update to 2.3.0
   
   Changelog:
   https://opensource.conformal.com/fluxbb/viewtopic.php?pid=2444#p2444
   
   Add a local patch to not look for xlock and throw and error on startup if
   it's not there [1]
   
   PR:		ports/177754 (in response to) [1]
   Submitted by:	Carlo Strub <cs@FreeBSD.org> [1]
 
 Added:
   head/x11-wm/spectrwm/files/
   head/x11-wm/spectrwm/files/patch-spectrwm.c   (contents, props changed)
 Modified:
   head/x11-wm/spectrwm/Makefile
   head/x11-wm/spectrwm/distinfo
 
 Modified: head/x11-wm/spectrwm/Makefile
 ==============================================================================
 --- head/x11-wm/spectrwm/Makefile	Mon Apr 29 20:50:03 2013	(r316848)
 +++ head/x11-wm/spectrwm/Makefile	Mon Apr 29 22:07:27 2013	(r316849)
 @@ -1,13 +1,8 @@
 -# New ports collection makefile for:   scrotwm
 -# Date created:                June 29, 2009
 -# Whom:                        Aragon Gouveia <aragon@phat.za.net>
 -#
 +# Created by: Aragon Gouveia <aragon@phat.za.net>
  # $FreeBSD$
 -#
  
  PORTNAME=	spectrwm
 -PORTVERSION=	2.2.0
 -PORTREVISION=	1
 +PORTVERSION=	2.3.0
  CATEGORIES=	x11-wm
  MASTER_SITES=	https://opensource.conformal.com/snapshots/${PORTNAME}/
  EXTRACT_SUFX=	.tgz
 
 Modified: head/x11-wm/spectrwm/distinfo
 ==============================================================================
 --- head/x11-wm/spectrwm/distinfo	Mon Apr 29 20:50:03 2013	(r316848)
 +++ head/x11-wm/spectrwm/distinfo	Mon Apr 29 22:07:27 2013	(r316849)
 @@ -1,2 +1,2 @@
 -SHA256 (spectrwm-2.2.0.tgz) = 9fc4100530005b6d97c1b2fe81e78d0bf10425ecd57f2c523db6b36e83dab103
 -SIZE (spectrwm-2.2.0.tgz) = 107382
 +SHA256 (spectrwm-2.3.0.tgz) = 9b8902ea167f8570accaed3e016ebc6b7c3b8177928d2e4d57f4b488ee97199f
 +SIZE (spectrwm-2.3.0.tgz) = 109384
 
 Added: head/x11-wm/spectrwm/files/patch-spectrwm.c
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/x11-wm/spectrwm/files/patch-spectrwm.c	Mon Apr 29 22:07:27 2013	(r316849)
 @@ -0,0 +1,11 @@
 +--- spectrwm.c.orig	2013-04-29 23:55:24.573913339 +0200
 ++++ spectrwm.c	2013-04-29 23:55:44.031914326 +0200
 +@@ -6316,7 +6316,7 @@
 + void
 + setup_spawn(void)
 + {
 +-	setconfspawn("lock",		"xlock",		0);
 ++	setconfspawn("lock",		"xlock",		SWM_SPAWN_OPTIONAL);
 + 
 + 	setconfspawn("term",		"xterm",		0);
 + 	setconfspawn("spawn_term",	"xterm",		0);
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
