From araujo@bsdmail.org  Thu Apr 19 12:43:27 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 71C6316A402
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Apr 2007 12:43:27 +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 26D0D13C46A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Apr 2007 12:43:27 +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 476FE2DA439;
	Thu, 19 Apr 2007 09:43:26 -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 CVDKLwXLH8PZ; Thu, 19 Apr 2007 09:43:19 -0300 (BRT)
Received: from bsdmail.org (unknown [192.168.130.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id B1B892DA4E9;
	Thu, 19 Apr 2007 09:43:19 -0300 (BRT)
Received: (nullmailer pid 41629 invoked by uid 0);
	Thu, 19 Apr 2007 12:43:19 -0000
Message-Id: <1176986599.209826.41628.nullmailer@bsdmail.org>
Date: Thu, 19 Apr 2007 09:43:19 -0300
From: Marcelo Araujo <araujo@bsdmail.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dsh@vlink.ru
Subject: [PATCH] devel/ztcl: cleanup non-supported FreeBSD versions
X-Send-Pr-Version: 3.113
X-GNATS-Notify: dsh@vlink.ru

>Number:         111869
>Category:       ports
>Synopsis:       [PATCH] devel/ztcl: cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 19 12:50:09 GMT 2007
>Closed-Date:    Fri Apr 20 06:32:30 GMT 2007
>Last-Modified:  Fri Apr 20 06:40:02 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 NOPORTDOCS also.
- add US_LDCONFIG.

Port maintainer (dsh@vlink.ru) is cc'd.

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

--- ztcl-1.0.b4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/ztcl/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	8 Jan 2007 00:00:57 -0000	1.3
+++ Makefile	19 Apr 2007 12:41:53 -0000
@@ -17,7 +17,7 @@
 LIB_DEPENDS=	tclmore0.7:${PORTSDIR}/devel/tclmore
 
 GNU_CONFIGURE=	yes
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 USE_GMAKE=	yes
 USE_TCL=	yes
 USE_TCL_BUILD=	yes
@@ -33,13 +33,11 @@
 MAKE_ENV+=	CPPFLAGS="${CPPFLAGS} -I ${PREFIX}/include -I ${TCL_INCLUDEDIR}" \
 		LDFLAGS="${LDFLAGS} -L ${PREFIX}/lib"
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		Does not compile on FreeBSD 4.X
+.if !defined(NOPORTDOCS)
+PORTDOCS=	*
 .endif
 
 post-extract:
 	${MV} ${WRKSRC}/doc/zlib.texi ${WRKSRC}/doc/${PORTNAME}-zlib.texi
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- ztcl-1.0.b4.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Apr 19 12:50:24 UTC 2007 
Responsible-Changed-Why:  
itetcu@ wants this PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111869 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Apr 19 12:50:47 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

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

From: Denis Shaposhnikov <dsh@vlink.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111869: [PATCH] devel/ztcl: cleanup non-supported FreeBSD
 versions
Date: Thu, 19 Apr 2007 16:58:01 +0400

 On 04/19/07 16:50, Edwin Groothuis wrote:
 
 > Please note that PR ports/111869 has just been submitted.
 
 Hmm, I can't find that PR in the database.
 
 -- 
 DSS5-RIPE DSS-RIPN 2:550/5068@fidonet 2:550/5069@fidonet
 xmpp:dsh@vlink.ru mailto:dsh@vlink.ru http://neva.vlink.ru/~dsh/

From: Denis Shaposhnikov <dsh@vlink.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111869: [PATCH] devel/ztcl: cleanup non-supported FreeBSD
 versions
Date: Fri, 20 Apr 2007 09:13:41 +0400

 On 04/19/07 16:50, Edwin Groothuis wrote:
 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 
 Thank you, I approve the patch.
 
 -- 
 DSS5-RIPE DSS-RIPN 2:550/5068@fidonet 2:550/5069@fidonet
 xmpp:dsh@vlink.ru mailto:dsh@vlink.ru http://neva.vlink.ru/~dsh/
State-Changed-From-To: feedback->closed 
State-Changed-By: itetcu 
State-Changed-When: Fri Apr 20 06:32:26 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111869: commit references a PR
Date: Fri, 20 Apr 2007 06:32:08 +0000 (UTC)

 itetcu      2007-04-20 06:32:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/ztcl           Makefile 
   Log:
   - removed support to FreeBSD 4.x (EOL)
   - add NOPORTDOCS also.
   - add USE_LDCONFIG.
   
   PR:             ports/111869
   Submitted by:   Marcelo Araujo
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.4       +4 -6      ports/devel/ztcl/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:
