From araujo@bsdmail.org  Fri Apr 20 13:28:58 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 8616816A402
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Apr 2007 13:28:58 +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 397D513C487
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Apr 2007 13:28:58 +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 AC15E2DA451;
	Fri, 20 Apr 2007 10:28:57 -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 D34+AqOJ6Vvg; Fri, 20 Apr 2007 10:28:53 -0300 (BRT)
Received: from bsdmail.org (unknown [192.168.130.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id B28F32DA408;
	Fri, 20 Apr 2007 10:28:53 -0300 (BRT)
Received: (nullmailer pid 12713 invoked by uid 0);
	Fri, 20 Apr 2007 13:28:53 -0000
Message-Id: <1177075733.153975.12712.nullmailer@bsdmail.org>
Date: Fri, 20 Apr 2007 10:28:53 -0300
From: Marcelo Araujo <araujo@bsdmail.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mad@madpilot.net
Subject: [PATCH] comms/gnokii: cleanup non-supported FreeBSD versions 
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mad@madpilot.net

>Number:         111942
>Category:       ports
>Synopsis:       [PATCH] comms/gnokii: 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:   Fri Apr 20 13:30:03 GMT 2007
>Closed-Date:    Mon Apr 23 07:07:33 GMT 2007
>Last-Modified:  Mon Apr 23 07:07:33 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)
- added using LD_CONFIG also

Port maintainer (mad@madpilot.net) is cc'd.

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

--- gnokii-0.6.14,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/gnokii/Makefile,v
retrieving revision 1.55
diff -u -r1.55 Makefile
--- Makefile	6 Sep 2006 08:02:18 -0000	1.55
+++ Makefile	20 Apr 2007 13:27:55 -0000
@@ -18,7 +18,7 @@
 
 USE_GMAKE=	yes
 USE_BZIP2=	yes
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-libintl-prefix=${LOCALBASE} --enable-security \
 			--with-xgnokiidir=${PREFIX}/share
@@ -42,10 +42,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500000
-BROKEN=		Does not compile on FreeBSD 4.x
-.endif
-
 .if exists(${LOCALBASE}/lib/libical.so.0)
 WITH_ICAL=	yes
 .endif
@@ -54,10 +50,6 @@
 LIB_DEPENDS+=	ical.0:${PORTSDIR}/devel/libical
 .endif
 
-.if ${OSVERSION} < 500000
-LIB_DEPENDS+=	krb5:${PORTSDIR}/security/heimdal
-.endif
-
 # If smsd is enabled check if MySQL or PostgreSQL are installed and
 # build the modules, no switches to make this port build those, if
 # you want them, just install them before this port. The port will
--- gnokii-0.6.14,1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Apr 20 13:31:21 UTC 2007 
Responsible-Changed-Why:  
itetcu@ wants this PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111942 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Apr 20 13:31:36 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111942 
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Fri Apr 20 19:45:02 UTC 2007 
State-Changed-Why:  
From misfiled PR ports/111950: 

Date: Fri, 20 Apr 2007 16:32:01 +0200 
From: Guido Falsi <mad@madpilot.net> 

I take note of it, and obviously approve the patch. 

--  
Guido Falsi <mad@madpilot.net> 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111942: commit references a PR
Date: Mon, 23 Apr 2007 06:56:40 +0000 (UTC)

 miwi        2007-04-23 06:56:34 UTC
 
   FreeBSD ports repository
 
   Modified files:
     comms/gnokii         Makefile 
   Log:
   - Drop 4.X gruft.
   
   PR:             111942
   Submitted by:   Marcelo Araujo <araujo@bsdmail.org>
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.56      +1 -9      ports/comms/gnokii/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Apr 23 07:07:31 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111942 
>Unformatted:
