ports/68352: Update Port: sysutils/usrinfo Fixes a bug causing usrinfo to fail to compile under FBSD 4.x

aaron@snaphat.com assroot at snaphat.com
Sat Jun 26 02:31:02 UTC 2004


>Number:         68352
>Category:       ports
>Synopsis:       Update Port: sysutils/usrinfo Fixes a bug causing usrinfo to fail to compile under FBSD 4.x
>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:   Sat Jun 26 02:30:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Myles Landwehr
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD snaphat.com 5.2-RELEASE FreeBSD 5.2-RELEASE #1: Sun Jan 18 00:29:40 EST 2004 root at snaphat.com:/usr/obj/usr/src/sys/FBSD52KERN i386


	
>Description:
	Fixed a bug causing usrinfo to fail to compile under FreeBSD 4.x(three headers were not declared: unistd.h, sys/types.h, stdlib.h)
	Removes false dependencies or what i think are not actual dependencies to the port	

>How-To-Repeat:
>Fix:

	

--- usrinfo.diff begins here ---
diff -ruN usrinfo.bak/Makefile usrinfo/Makefile
--- usrinfo.bak/Makefile	Fri Jun 25 22:23:33 2004
+++ usrinfo/Makefile	Fri Jun 25 22:15:20 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	usrinfo
-PORTVERSION=	.09
+PORTVERSION=	.10
 CATEGORIES=	sysutils
 MASTER_SITES=	http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
@@ -15,7 +15,6 @@
 COMMENT=	Displays information about a user using either "<br>" or "\n" breaks
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 
 PLIST_FILES=	bin/usrinfo
 
diff -ruN usrinfo.bak/distinfo usrinfo/distinfo
--- usrinfo.bak/distinfo	Fri Jun 25 22:22:02 2004
+++ usrinfo/distinfo	Fri Jun 25 22:17:30 2004
@@ -1,2 +1,2 @@
-MD5 (usrinfo-.09.tar.bz2) = 78640d10200e84431cd43a47e8bd68d5
-SIZE (usrinfo-.09.tar.bz2) = 4568
+MD5 (usrinfo-.10.tar.bz2) = 8b1ddf8948f603cf244d0645cf012756
+SIZE (usrinfo-.10.tar.bz2) = 4682
--- usrinfo.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list