From araujo@bsdmail.org  Thu Apr 19 12:47:36 2007
Return-Path: <araujo@bsdmail.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id B9DCC16A402
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Apr 2007 12:47:36 +0000 (UTC)
	(envelope-from araujo@bsdmail.org)
Received: from mail.intelbras.com.br (mail.intelbras.com.br [201.24.77.45])
	by mx1.freebsd.org (Postfix) with ESMTP id 69A7313C4AD
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Apr 2007 12:47:36 +0000 (UTC)
	(envelope-from araujo@bsdmail.org)
Received: from localhost (localhost.intelbras.com.br [127.0.0.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id DE0FF2DA483;
	Thu, 19 Apr 2007 09:47:35 -0300 (BRT)
Received: from mail.intelbras.com.br ([127.0.0.1])
	by localhost (copernicus.intelbras.com.br [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id S0qjpFzx+lYW; Thu, 19 Apr 2007 09:47:28 -0300 (BRT)
Received: from bsdmail.org (unknown [192.168.130.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id 4FF762DA47B;
	Thu, 19 Apr 2007 09:47:28 -0300 (BRT)
Received: (nullmailer pid 42238 invoked by uid 0);
	Thu, 19 Apr 2007 12:47:27 -0000
Message-Id: <1176986847.635882.42237.nullmailer@bsdmail.org>
Date: Thu, 19 Apr 2007 09:47:27 -0300
From: Marcelo Araujo <araujo@bsdmail.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: shaun@FreeBSD.org
Subject: [PATCH] devel/zthread: cleanup non-supported FreeBSD versions 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         111870
>Category:       ports
>Synopsis:       [PATCH] devel/zthread: cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    shaun
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 19 12:50:12 GMT 2007
>Closed-Date:    Sat Apr 21 15:17:40 GMT 2007
>Last-Modified:  Sat Apr 21 15:20:03 GMT 2007
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD island.freebsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:

- removed support to FreeBSD 4.x (EOL)
- add USE_LDCONFIG also.

Port maintainer (shaun@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- zthread-2.3.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/zthread/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile	1 Feb 2007 02:41:35 -0000	1.22
+++ Makefile	19 Apr 2007 12:45:22 -0000
@@ -21,16 +21,10 @@
 USE_GMAKE=	yes
 MAKE_ARGS+=	INSTALL_PROGRAM="${INSTALL_SCRIPT}"
 MAKE_ENV+=	SED=sed # req'd for LIBTOOL?!
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
 PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-USE_GCC=	3.3+
-.endif
-
 post-extract:
 	@${FIND} ${WRKSRC} -name CVS -type d -delete
 
@@ -43,4 +37,4 @@
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- zthread-2.3.2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->shaun 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Apr 19 12:51:27 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111870 
State-Changed-From-To: open->closed 
State-Changed-By: shaun 
State-Changed-When: Sat Apr 21 15:13:30 UTC 2007 
State-Changed-Why:  
Committed, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111870: commit references a PR
Date: Sat, 21 Apr 2007 15:17:32 +0000 (UTC)

 shaun       2007-04-21 15:17:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/zthread        Makefile 
   Log:
   - Remove FreeBSD 4.x / gcc check.
   - s/INSTALLS_SHLIB/USE_LDCONFIG/
   
   PR:             ports/111870
   Submitted by:   Marcelo Araujo <araujo@bsdmail.org>
   
   Revision  Changes    Path
   1.23      +2 -8      ports/devel/zthread/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:
