ports/62244: upgrade ports/devel/nspr to 4.4.1

Ying-Chieh Liao ijliao at FreeBSD.csie.NCTU.edu.tw
Mon Feb 2 03:00:37 UTC 2004


>Number:         62244
>Category:       ports
>Synopsis:       upgrade ports/devel/nspr to 4.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 01 19:00:30 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
NCTU CSIE
>Environment:
System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.9-STABLE FreeBSD 4.9-STABLE #8: Wed Oct 29 10:04:27 CST 2003 root at FreeBSD.csie.NCTU.edu.tw:/big/usr.obj/big/freebsd/pub/branches/4.0-stable/src/sys/FREEBSD i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- patch begins here ---
Index: nspr/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/nspr/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- nspr/Makefile	13 Dec 2003 21:30:19 -0000	1.13
+++ nspr/Makefile	2 Feb 2004 02:53:21 -0000
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	nspr
-PORTVERSION=	4.3
-PORTREVISION=	2
+PORTVERSION=	4.4.1
+PORTREVISION=	0
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_MOZILLA}
 MASTER_SITE_SUBDIR=	nspr/releases/v${PORTVERSION}/src
Index: nspr/distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/nspr/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- nspr/distinfo	12 Apr 2003 20:53:11 -0000	1.3
+++ nspr/distinfo	2 Feb 2004 02:53:21 -0000
@@ -1 +1 @@
-MD5 (nspr-4.3.tar.gz) = df714fd7179508ddd1d2c31abfaa8450
+MD5 (nspr-4.4.1.tar.gz) = 6187ec5f2c01554ceef2db35160f84dc
Index: nspr/files/patch-..::pr::src::pthreads::ptio.c
===================================================================
RCS file: /home/pcvs/ports/devel/nspr/files/patch-..::pr::src::pthreads::ptio.c,v
retrieving revision 1.1
diff -u -r1.1 patch-..::pr::src::pthreads::ptio.c
--- nspr/files/patch-..::pr::src::pthreads::ptio.c	13 Nov 2002 21:16:39 -0000	1.1
+++ nspr/files/patch-..::pr::src::pthreads::ptio.c	2 Feb 2004 02:53:21 -0000
@@ -1,23 +1,22 @@
+$FreeBSD$
 
-$FreeBSD: ports/devel/nspr/files/patch-..::pr::src::pthreads::ptio.c,v 1.1 2002/11/13 21:16:39 marcus Exp $
-
---- ../pr/src/pthreads/ptio.c.orig	Fri Apr 12 03:14:39 2002
-+++ ../pr/src/pthreads/ptio.c	Tue Jul 30 18:52:11 2002
-@@ -3414,6 +3414,17 @@
-     if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno);
-     else
-     {
+--- ../pr/src/pthreads/ptio.c.orig	Mon Feb  2 10:41:43 2004
++++ ../pr/src/pthreads/ptio.c	Mon Feb  2 10:44:49 2004
+@@ -3470,6 +3470,17 @@
+                     &on, sizeof(on));
+         }
+ #endif
 +#if (defined(_PR_INET6_PROBE) || defined(_PR_INET6)) && \
 +	defined(__FreeBSD__) && defined(IPV6_V6ONLY)
 +		if (domain == PR_AF_INET6) {
 +			int opt = 0;
 +			if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY,
-+                           &opt, sizeof(opt))) {
++			    &opt, sizeof(opt))) {
 +				close(osfd);
 +				return NULL;
 +			}
 +		}
-+#endif
++#endif  
          fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE);
          if (fd == NULL) close(osfd);
      }
--- patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list