Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2007 10:41:30 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        db@FreeBSD.org
Subject:   ports/111943: [PATCH] comms/libfec: cleanup non-supported FreeBSD versions
Message-ID:  <1177076490.206410.23505.nullmailer@bsdmail.org>
Resent-Message-ID: <200704201350.l3KDo3JW020179@freefall.freebsd.org>

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

>Number:         111943
>Category:       ports
>Synopsis:       [PATCH] comms/libfec: 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:50:02 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 PLIST_FILES also.

Removed file(s):
- pkg-plist

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

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

--- libfec-3.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/libfec/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	19 Jan 2007 18:14:17 -0000	1.3
+++ Makefile	20 Apr 2007 13:40:02 -0000
@@ -21,14 +21,9 @@
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 ONLY_FOR_ARCHS=	i386
+PLIST_FILES=	include/fec.h lib/libfec.so lib/libfec.a
 
 post-patch:
 	${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/makefile.in
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-USE_GCC=	3.4+
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	8 Jul 2006 21:30:18 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,3 +0,0 @@
-include/fec.h
-lib/libfec.so
-lib/libfec.a
--- libfec-3.0.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?1177076490.206410.23505.nullmailer>