Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2007 11:05:07 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        joe@joeholden.co.uk
Subject:   ports/111948: [PATCH] comms/spandsp-devel: cleanup non-supported FreeBSD versions 
Message-ID:  <1177077907.642598.38920.nullmailer@bsdmail.org>
Resent-Message-ID: <200704201410.l3KEADk4021445@freefall.freebsd.org>

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

>Number:         111948
>Category:       ports
>Synopsis:       [PATCH] comms/spandsp-devel: 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 14:10:13 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)
- fixed pkg-plist also.

Port maintainer (joe@joeholden.co.uk) is cc'd.

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

--- spandsp-devel-0.0.3.p27.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/spandsp-devel/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	28 Jan 2007 09:07:36 -0000	1.14
+++ Makefile	20 Apr 2007 14:03:30 -0000
@@ -31,10 +31,4 @@
 
 CONFLICTS=	spandsp-[0-9]*
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		Does not compile on 4.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/comms/spandsp-devel/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- pkg-plist	18 Jan 2007 08:51:20 -0000	1.5
+++ pkg-plist	20 Apr 2007 14:03:30 -0000
@@ -70,8 +70,8 @@
 lib/libspandsp.la
 lib/libspandsp.so
 lib/libspandsp.so.0
-share/spandsp/global-tones.xml
-share/spandsp/tones.dtd
+%%DATADIR%%/global-tones.xml
+%%DATADIR%%/tones.dtd
 @dirrm share/spandsp
 @dirrm share/nls/en_US.US-ASCII
 @dirrm share/nls/POSIX
--- spandsp-devel-0.0.3.p27.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?1177077907.642598.38920.nullmailer>