ports/92894: [update] sysutils/dmidecode to 2.8

Andrej Zverev az at FreeBSD.org
Mon Feb 6 15:20:08 UTC 2006


>Number:         92894
>Category:       ports
>Synopsis:       [update] sysutils/dmidecode to 2.8
>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:   Mon Feb 06 15:20:07 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD krokodil.gena.int 5.4-STABLE FreeBSD 5.4-STABLE #0: Tue Oct 11 20:28:18 MSD 2005 green at krokodil.gena.int:/usr/obj/usr/src/sys/pak i386


	
>Description:
	A new version of dmidecode released.
	I did:
	1. removed USE_REINPLACE as despricated
	2. fix files/patch-Makefile


	
>How-To-Repeat:
	
>Fix:

	

--- dmidecode-2.8.patch begins here ---
Index: dmidecode/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/dmidecode/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- dmidecode/Makefile	25 Nov 2005 19:34:54 -0000	1.7
+++ dmidecode/Makefile	6 Feb 2006 15:02:08 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dmidecode
-PORTVERSION=	2.7
+PORTVERSION=	2.8
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
 		ftp://ftp.nuug.no/pub/anders/distfiles/
@@ -18,7 +18,6 @@
 ONLY_FOR_ARCHS=	i386 amd64 ia64
 
 USE_BZIP2=	yes
-USE_REINPLACE=	yes
 USE_GETOPT_LONG=	yes
 MAKE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" DOCSDIR="${DOCSDIR}"
 
Index: dmidecode/distinfo
===================================================================
RCS file: /home/pcvs/ports/sysutils/dmidecode/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- dmidecode/distinfo	24 Jan 2006 01:06:03 -0000	1.6
+++ dmidecode/distinfo	6 Feb 2006 15:02:08 -0000
@@ -1,3 +1,3 @@
-MD5 (dmidecode-2.7.tar.bz2) = 7aaf44ff2501cafc33634bbaa0d2af13
-SHA256 (dmidecode-2.7.tar.bz2) = e771ceca4fbca9ccdc8ace7e60381dee724e6812dbc52568d58a54d91e954f04
-SIZE (dmidecode-2.7.tar.bz2) = 44749
+MD5 (dmidecode-2.8.tar.bz2) = 72dc651f1d6e9d7571d0117b16987edf
+SHA256 (dmidecode-2.8.tar.bz2) = 8137e69eb4bcf52b3bfa6d4cf580d6a29cd6177e5e47b43a2640d6f3912c53ae
+SIZE (dmidecode-2.8.tar.bz2) = 46791
Index: dmidecode/files/patch-Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/dmidecode/files/patch-Makefile,v
retrieving revision 1.2
diff -u -r1.2 patch-Makefile
--- dmidecode/files/patch-Makefile	25 Nov 2005 19:34:54 -0000	1.2
+++ dmidecode/files/patch-Makefile	6 Feb 2006 15:02:08 -0000
@@ -1,15 +1,16 @@
---- Makefile.orig	Wed Jun 15 20:22:35 2005
-+++ Makefile	Fri Nov 25 20:31:58 2005
-@@ -8,25 +8,25 @@
+--- Makefile.orig	Mon Oct  3 22:38:20 2005
++++ Makefile	Mon Feb  6 17:42:19 2006
+@@ -8,25 +8,26 @@
  #	Licensed under the GNU Public License.
  #
  
 -CC      = gcc
 -CFLAGS  = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
--          -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline
-+CFLAGS+=	-W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
-+		-Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline
-+CFLAGS+=	${CPPFLAGS}
+-          -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef
++
++CFLAGS+=       -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
++               -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline
++CFLAGS+=       ${CPPFLAGS}
  #CFLAGS += -DBIGENDIAN
  #CFLAGS += -DALIGNMENT_WORKAROUND
  
@@ -24,13 +25,15 @@
  
  DESTDIR =
 -prefix  = /usr/local
-+prefix  = $(PREFIX)
- sbindir = $(prefix)/sbin
+-sbindir = $(prefix)/sbin
 -mandir  = $(prefix)/share/man
-+mandir  = $(MANPREFIX)/man
- man8dir = $(mandir)/man8
+-man8dir = $(mandir)/man8
 -docdir  = $(prefix)/share/doc/dmidecode
-+docdir  = $(DOCSDIR)
++prefix  = $(PREFIX)
++sbindir = $(PREFIX)/sbin
++mandir  = $(MANPREFIX)/man
++man8dir = $(MANPREFIX)/man/man8
++docdir  = $(DOCSDIR)/
  
  INSTALL         := install
  INSTALL_DATA    := $(INSTALL) -m 644
--- dmidecode-2.8.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list