From nobody@FreeBSD.org  Fri Jul 10 21:16:44 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2A9E61065673
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Jul 2009 21:16:44 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id F3DAB8FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Jul 2009 21:16:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n6ALGhcn070658
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Jul 2009 21:16:43 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n6ALGh7b070657;
	Fri, 10 Jul 2009 21:16:43 GMT
	(envelope-from nobody)
Message-Id: <200907102116.n6ALGh7b070657@www.freebsd.org>
Date: Fri, 10 Jul 2009 21:16:43 GMT
From: Eitan Adler <EitanAdlerList@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Add a line to the allegro-devel port
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         136645
>Category:       ports
>Synopsis:       Add a line to the devel/allegro-devel port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 10 21:20:01 UTC 2009
>Closed-Date:    Thu Jul 16 19:43:10 UTC 2009
>Last-Modified:  Thu Jul 16 19:50:01 UTC 2009
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:
Apply this diff to the allegro-devel port.
More fixes and updates coming soon.

--- Makefile.old        2009-07-10 17:17:17.000000000 -0400
+++ Makefile    2009-07-10 17:17:39.000000000 -0400
@@ -158,4 +158,6 @@
 .   endfor
 .endif
 
+PORTSCOUT=^0\.3.[0-9]*
+
 .include <bsd.port.post.mk>

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beat 
Responsible-Changed-By: beat 
Responsible-Changed-When: Sat Jul 11 10:03:54 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136645 
State-Changed-From-To: open->feedback 
State-Changed-By: beat 
State-Changed-When: Sat Jul 11 10:35:20 UTC 2009 
State-Changed-Why:  
Shouldn't the PORTSCOUT-variable be set to limit:^4.3.[0-9]* ? 

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

From: Eitan Adler <eitanadlerlist@gmail.com>
To: bug-followup@FreeBSD.org, EitanAdlerList@gmail.com
Cc:  
Subject: Re: ports/136645: Add a line to the devel/allegro-devel port
Date: Mon, 13 Jul 2009 08:14:24 -0400

 After looking at some other ports here is the current diff (with some
 more recent portlint changes)
 
 --- Makefile.old	2009-07-10 17:17:17.000000000 -0400
 +++ Makefile	2009-07-13 08:10:43.000000000 -0400
 @@ -75,10 +75,10 @@
  .endif
 
  .if !defined(WITHOUT_DEVEL)
 -INSTALL_TARGET=	full-install install-man install-info
 +INSTALL_TARGET=	full-install install-man
  PLIST_SUB+=	DEVEL=""
  .else
 -INSTALL_TARGET=	mini-install install-man install-info
 +INSTALL_TARGET=	mini-install install-man
  PLIST_SUB+=	DEVEL="@comment "
  .endif
 
 @@ -158,4 +158,6 @@
  .   endfor
  .endif
 
 +PORTSCOUT=limit:^0\.3.[0-9]*
 +
  .include <bsd.port.post.mk>
 
 -- 
 Eitan Adler
 "Security is increased by designing for the way humans actually behave."
 -Jakob Nielsen

From: Beat Gaetzi <beat@FreeBSD.org>
To: Eitan Adler <eitanadlerlist@gmail.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/136645: Add a line to the devel/allegro-devel port
Date: Wed, 15 Jul 2009 23:46:34 +0200

 Eitan Adler wrote:
 >  After looking at some other ports here is the current diff (with some
 >  more recent portlint changes)
 >  
 >  --- Makefile.old	2009-07-10 17:17:17.000000000 -0400
 >  +++ Makefile	2009-07-13 08:10:43.000000000 -0400
 >  @@ -75,10 +75,10 @@
 >   .endif
 >  
 >   .if !defined(WITHOUT_DEVEL)
 >  -INSTALL_TARGET=	full-install install-man install-info
 >  +INSTALL_TARGET=	full-install install-man
 >   PLIST_SUB+=	DEVEL=""
 >   .else
 >  -INSTALL_TARGET=	mini-install install-man install-info
 >  +INSTALL_TARGET=	mini-install install-man
 >   PLIST_SUB+=	DEVEL="@comment "
 >   .endif
 >  
 >  @@ -158,4 +158,6 @@
 >   .   endfor
 >   .endif
 >  
 >  +PORTSCOUT=limit:^0\.3.[0-9]*
 >  +
 >   .include <bsd.port.post.mk>
 
 Port fails to build with the removal of install-info:
 http://people.freebsd.org/~beat/logs/136645/allegro-devel-4.3.1_3.log
 
 Should I back out the portlint change and commit the PORTSCOUT variable
 or would you like to take a look at this problem?
 
 Beat

From: Eitan Adler <eitanadlerlist@gmail.com>
To: beat@FreeBSD.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/136645: Add a line to the devel/allegro-devel port
Date: Wed, 15 Jul 2009 22:31:59 -0400

 Beat Gaetzi wrote:
 > Eitan Adler wrote:
 >>  After looking at some other ports here is the current diff (with some
 >>  more recent portlint changes)
 >>  
 >>  --- Makefile.old	2009-07-10 17:17:17.000000000 -0400
 >>  +++ Makefile	2009-07-13 08:10:43.000000000 -0400
 >>  @@ -75,10 +75,10 @@
 >>   .endif
 >>  
 >>   .if !defined(WITHOUT_DEVEL)
 >>  -INSTALL_TARGET=	full-install install-man install-info
 >>  +INSTALL_TARGET=	full-install install-man
 >>   PLIST_SUB+=	DEVEL=""
 >>   .else
 >>  -INSTALL_TARGET=	mini-install install-man install-info
 >>  +INSTALL_TARGET=	mini-install install-man
 >>   PLIST_SUB+=	DEVEL="@comment "
 >>   .endif
 >>  
 >>  @@ -158,4 +158,6 @@
 >>   .   endfor
 >>   .endif
 >>  
 >>  +PORTSCOUT=limit:^0\.3.[0-9]*
 >>  +
 >>   .include <bsd.port.post.mk>
 > 
 > Port fails to build with the removal of install-info:
 > http://people.freebsd.org/~beat/logs/136645/allegro-devel-4.3.1_3.log
 > 
 > Should I back out the portlint change and commit the PORTSCOUT variable
 > or would you like to take a look at this problem?
 Do the first for now. I must say that It Works For Me (tm) when I remove
 the install-info line. I will however read the logs and see what the
 difference between my ports and your logs are.
 > 
 > Beat
 > 
 
 
 -- 
 Eitan Adler
 "Security is increased by designing for the way humans actually behave."
 -Jakob Nielsen
State-Changed-From-To: feedback->closed 
State-Changed-By: beat 
State-Changed-When: Thu Jul 16 19:43:09 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136645: commit references a PR
Date: Thu, 16 Jul 2009 19:42:52 +0000 (UTC)

 beat        2009-07-16 19:42:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/allegro-devel  Makefile 
   Log:
   - Add PORTSCOUT variable
   
   PR:             ports/136645
   Submitted by:   Eitan Adler <EitanAdlerList AT gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.36      +2 -0      ports/devel/allegro-devel/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
