Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 2004 17:17:35 +0200 (CEST)
From:      Janos Mohacsi <mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70946: [Maintainer update] net/mad_fcl: update to 1.1
Message-ID:  <200408251517.i7PFHZR2014165@scone.ki.iif.hu>
Resent-Message-ID: <200408251520.i7PFKJM4066063@freefall.freebsd.org>

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

>Number:         70946
>Category:       ports
>Synopsis:       [Maintainer update] net/mad_fcl: update to 1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 25 15:20:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed Aug  4 11:53:21 CEST
>Description:
Maintainer Update net/mad_fcl to 1.1

Add conditional patching if libz version >= 1.2 in base system.

Added file(s):
- files/extra-patch-alclib_defines.h

Removed file(s):
- files/patch-alclib_defines.h

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
Apply this diff.

>Fix:

--- mad_fcl-1.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/mad_fcl.orig/Makefile /usr/ports/net/mad_fcl/Makefile
--- /usr/ports/net/mad_fcl.orig/Makefile	Fri Aug  6 12:06:07 2004
+++ /usr/ports/net/mad_fcl/Makefile	Wed Aug 25 17:04:52 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	mad_fcl
-PORTVERSION=	1.0
-PORTREVISION=	1
+PORTVERSION=	1.1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.atm.tut.fi/mad/download/
 DISTNAME=	${PORTNAME}_v${PORTVERSION}_src
@@ -27,6 +26,12 @@
 PORTDOCS=	${DOC_FILES} README.TXT
 PLIST_FILES=	bin/flute
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 502120
+EXTRA_PATCHES+=	${FILESDIR}/extra-patch-alclib_defines.h
+.endif
+
 pre-patch:
 	# Fixing the end-of-lines:
 	for f in `${FIND} ${WRKSRC}/.. -type f` ; do \
@@ -47,4 +52,4 @@
 	${INSTALL_DATA} ${WRKSRC}/README.TXT ${DOCSDIR}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/net/mad_fcl.orig/distinfo /usr/ports/net/mad_fcl/distinfo
--- /usr/ports/net/mad_fcl.orig/distinfo	Fri Jun 25 15:29:57 2004
+++ /usr/ports/net/mad_fcl/distinfo	Wed Aug 25 16:33:03 2004
@@ -1,2 +1,2 @@
-MD5 (mad_fcl_v1.0_src.tar.gz) = 3df59ac9474b375e500df6f18405db66
-SIZE (mad_fcl_v1.0_src.tar.gz) = 134687
+MD5 (mad_fcl_v1.1_src.tar.gz) = 0a90c289df0dd1208b325a3171cf4154
+SIZE (mad_fcl_v1.1_src.tar.gz) = 151438
diff -ruN --exclude=CVS /usr/ports/net/mad_fcl.orig/files/extra-patch-alclib_defines.h /usr/ports/net/mad_fcl/files/extra-patch-alclib_defines.h
--- /usr/ports/net/mad_fcl.orig/files/extra-patch-alclib_defines.h	Thu Jan  1 01:00:00 1970
+++ /usr/ports/net/mad_fcl/files/extra-patch-alclib_defines.h	Fri Jun 25 15:29:57 2004
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/net/mad_fcl/files/patch-alclib_defines.h,v 1.2 2004/06/25 13:29:57 krion Exp $
+
+--- alclib/defines.h.orig	Fri Jun 25 13:18:59 2004
++++ alclib/defines.h	Fri Jun 25 13:35:11 2004
+@@ -29,7 +29,7 @@
+ #define SSM
+ 
+ /* Use ZLIB compression library */
+-#define USE_ZLIB
++/*#define USE_ZLIB */
+ 
+ /* Use  OpenSSL library for MD5*/
+ #define USE_OPENSSL
diff -ruN --exclude=CVS /usr/ports/net/mad_fcl.orig/files/patch-alclib_defines.h /usr/ports/net/mad_fcl/files/patch-alclib_defines.h
--- /usr/ports/net/mad_fcl.orig/files/patch-alclib_defines.h	Fri Jun 25 15:29:57 2004
+++ /usr/ports/net/mad_fcl/files/patch-alclib_defines.h	Thu Jan  1 01:00:00 1970
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/net/mad_fcl/files/patch-alclib_defines.h,v 1.2 2004/06/25 13:29:57 krion Exp $
-
---- alclib/defines.h.orig	Fri Jun 25 13:18:59 2004
-+++ alclib/defines.h	Fri Jun 25 13:35:11 2004
-@@ -29,7 +29,7 @@
- #define SSM
- 
- /* Use ZLIB compression library */
--#define USE_ZLIB
-+/*#define USE_ZLIB */
- 
- /* Use  OpenSSL library for MD5*/
- #define USE_OPENSSL
--- mad_fcl-1.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?200408251517.i7PFHZR2014165>