Skip site navigation (1)Skip section navigation (2)
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:   ports/111942: [PATCH] comms/gnokii: cleanup non-supported FreeBSD versions 
Message-ID:  <1177075733.153975.12712.nullmailer@bsdmail.org>
Resent-Message-ID: <200704201330.l3KDU5ce016933@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111942
>Category:       ports
>Synopsis:       [PATCH] comms/gnokii: cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 20 13:30:03 GMT 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1177075733.153975.12712.nullmailer>