ports/113344: [MAINTAINER] sysutils/lsof: remove obsolete patch
Larry Rosenman
ler at lerctr.org
Mon Jun 4 19:10:04 UTC 2007
>Number: 113344
>Category: ports
>Synopsis: [MAINTAINER] sysutils/lsof: remove obsolete patch
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Jun 04 19:10:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Larry Rosenman
>Release: FreeBSD 7.0-CURRENT amd64
>Organization:
LERCTR Consulting
>Environment:
System: FreeBSD borg.lerctr.org 7.0-CURRENT FreeBSD 7.0-CURRENT #26: Sun Jun 3 20:54:04 CDT
>Description:
remove obsolete patch:
Per lsof author Vic Abell:
--
Patch-dlsof.h is inappropriate. It duplicates with a version number test
a much better test that is made by Configure for the conditional inclusion
of <sys/sx.h>. The Configure test was introduced at lsof revision 4.77,
released April 10, 2006.
--
PORTREVISION bumped. (I think it needs to be, but feel free to override
that if I'm wrong).
Removed file(s):
- files/patch-dlsof.h
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- lsof-4.79B_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/lsof/Makefile /usr/home/ler/ports/sysutils/lsof/Makefile
--- /usr/ports/sysutils/lsof/Makefile Mon Jun 4 14:02:08 2007
+++ /usr/home/ler/ports/sysutils/lsof/Makefile Mon Jun 4 13:56:47 2007
@@ -3,11 +3,12 @@
# Date created: Sat July 20, 1996
# Whom: David O'Brien (obrien at FreeBSD.org)
#
-# $FreeBSD: ports/sysutils/lsof/Makefile,v 1.152 2007/06/04 09:30:53 pav Exp $
+# $FreeBSD: ports/sysutils/lsof/Makefile,v 1.149 2006/08/16 22:05:01 sobomax Exp $
#
PORTNAME= lsof
PORTVERSION= 4.79B
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \
diff -ruN --exclude=CVS /usr/ports/sysutils/lsof/files/patch-dlsof.h /usr/home/ler/ports/sysutils/lsof/files/patch-dlsof.h
--- /usr/ports/sysutils/lsof/files/patch-dlsof.h Sun Oct 16 02:41:54 2005
+++ /usr/home/ler/ports/sysutils/lsof/files/patch-dlsof.h Wed Dec 31 18:00:00 1969
@@ -1,12 +0,0 @@
---- dialects/freebsd/dlsof.h.orig Mon Oct 3 06:22:52 2005
-+++ dialects/freebsd/dlsof.h Sun Oct 16 00:18:58 2005
-@@ -306,6 +306,9 @@ struct vop_advlock_args { int dummy; };
- #include <fs/devfs/devfs_int.h>
- # endif /* defined(SI_PRIV) */
-
-+#if FREEBSDV>=6000
-+#include <sys/sx.h>
-+#endif /* FREEBSDV>=6000 */
- #include <fs/devfs/devfs.h>
- #undef _KERNEL
- # endif /* FREEBSDV>=5000 */
--- lsof-4.79B_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list