Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Sep 2001 12:02:01 -0700 (PDT)
From:      Arun Sharma <arun@sharma-home.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30599: Maintainer update to ngpt port
Message-ID:  <200109151902.f8FJ21V90252@sharmas.dhs.org>

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

>Number:         30599
>Category:       ports
>Synopsis:       Maintainer update to ngpt port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 15 12:10:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Arun Sharma
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD astra.mirabella.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Aug 11 01:55:44 PDT 2001 root@astra.mirabella.net:/usr.current/src/sys/i386/compile/astra i386


	
>Description:
	Maintainer update to ngpt-1.0.1 port. This adds spinlocks to the
	library so that libc (not libc_r) routines can be used safely.

>How-To-Repeat:
	
>Fix:


diff -urN ngpt.old/Makefile ngpt/Makefile
--- ngpt.old/Makefile	Sat Sep 15 11:23:08 2001
+++ ngpt/Makefile	Sat Sep 15 11:51:35 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ngpt
-PORTVERSION=	1.0.0
+PORTVERSION=	1.0.1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.sharma-home.net/~adsharma/projects/freebsd/
 MASTER_SITE_SUBDIR=	ngpt-${PORTVERSION}.tar.gz
@@ -15,7 +15,8 @@
 
 INSTALLS_SHLIB=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS= --enable-tests=no --enable-maintainer=no --enable-pthread
+CONFIGURE_ARGS= --enable-tests=no --enable-maintainer=no --enable-pthread \
+                --disable-kernel-patch
 USE_GMAKE=	yes
 
 .include <bsd.port.mk>
diff -urN ngpt.old/distinfo ngpt/distinfo
--- ngpt.old/distinfo	Sat Sep 15 11:23:08 2001
+++ ngpt/distinfo	Sat Sep 15 11:43:09 2001
@@ -1 +1 @@
-MD5 (ngpt-1.0.0.tar.gz) = 8685e6794e95842760c14ad2ba1e34e3
+MD5 (ngpt-1.0.1.tar.gz) = dc2c3fc8aa8790f415d8e1dc374282bb
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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