From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 16 11:40:12 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9F2316A41F for ; Fri, 16 Sep 2005 11:40:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E735643D46 for ; Fri, 16 Sep 2005 11:40:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8GBeBCe099646 for ; Fri, 16 Sep 2005 11:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8GBeBqt099645; Fri, 16 Sep 2005 11:40:11 GMT (envelope-from gnats) Resent-Date: Fri, 16 Sep 2005 11:40:11 GMT Resent-Message-Id: <200509161140.j8GBeBqt099645@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Armin Gruner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2904916A420 for ; Fri, 16 Sep 2005 11:35:02 +0000 (GMT) (envelope-from ag@adm.space.net) Received: from adm.space.net (ag.office.Space.Net [195.30.1.53]) by mx1.FreeBSD.org (Postfix) with SMTP id 7266143D46 for ; Fri, 16 Sep 2005 11:35:01 +0000 (GMT) (envelope-from ag@adm.space.net) Received: (qmail 33281 invoked by uid 0); 16 Sep 2005 11:34:59 -0000 Message-Id: <20050916113459.33280.qmail@adm.space.net> Date: 16 Sep 2005 11:34:59 -0000 From: Armin Gruner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: anders@FreeBSD.org Subject: ports/86209: Updates port to dmidecode-2.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Armin Gruner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:40:12 -0000 >Number: 86209 >Category: ports >Synopsis: Updates port to dmidecode-2.7 >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: Fri Sep 16 11:40:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Armin Gruner >Release: FreeBSD 5.4-RELEASE-p7 i386 >Organization: SpaceNet AG, Munich, Germany >Environment: System: FreeBSD ag.office.space.net 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #3: Fri Sep 9 19:40:16 CEST 2005 root@:/usr/obj/usr/src-5-stable/sys/SPACE i386 >Description: Port is out-of-date, current dmidecode version is 2.7 >How-To-Repeat: >Fix: Please see attached patch Regards, Armin --- sysutils.dmidecode-2.7.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/dmidecode/Makefile,v retrieving revision 1.6 diff -u -I^#: -I^"POT -r1.6 Makefile --- Makefile 20 Mar 2005 21:24:32 -0000 1.6 +++ Makefile 16 Sep 2005 11:30:13 -0000 @@ -6,7 +6,7 @@ # PORTNAME= dmidecode -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ ftp://ftp.nuug.no/pub/anders/distfiles/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/dmidecode/distinfo,v retrieving revision 1.4 diff -u -I^#: -I^"POT -r1.4 distinfo --- distinfo 16 Mar 2005 20:46:20 -0000 1.4 +++ distinfo 16 Sep 2005 11:30:13 -0000 @@ -1,2 +1,2 @@ -MD5 (dmidecode-2.6.tar.bz2) = 16a31f6e70f6f1de864105c633e1a4c0 -SIZE (dmidecode-2.6.tar.bz2) = 40215 +MD5 (dmidecode-2.7.tar.bz2) = 7aaf44ff2501cafc33634bbaa0d2af13 +SIZE (dmidecode-2.7.tar.bz2) = 44749 Index: files/patch-Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/dmidecode/files/patch-Makefile,v retrieving revision 1.1 diff -u -I^#: -I^"POT -r1.1 patch-Makefile --- files/patch-Makefile 20 Mar 2005 21:24:32 -0000 1.1 +++ files/patch-Makefile 16 Sep 2005 11:30:13 -0000 @@ -1,31 +1,50 @@ ---- Makefile.orig Mon Feb 28 21:43:00 2005 -+++ Makefile Sun Mar 20 22:16:32 2005 -@@ -8,9 +8,9 @@ - # Licensed under the GNU Public License. - # - --CC = gcc --CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ -- -Wcast-align -Wwrite-strings -Wmissing-prototypes -+CFLAGS += -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ -+ -Wcast-align -Wwrite-strings -Wmissing-prototypes ${CPPFLAGS} \ -+ -DHAVE_DECL_GETOPT - #CFLAGS += -DBIGENDIAN - #CFLAGS += -DALIGNMENT_WORKAROUND - -@@ -19,12 +19,11 @@ - #CFLAGS += -g - - # Pass linker flags here --LDFLAGS = -+LDFLAGS += - - DESTDIR = --prefix = /usr/local --sbindir = $(prefix)/sbin --mandir = $(prefix)/man -+sbindir = $(PREFIX)/sbin -+mandir = $(PREFIX)/man - man8dir = $(mandir)/man8 - - all : dmidecode biosdecode ownership vpddecode +*** Makefile.orig Wed Jun 15 20:22:35 2005 +--- Makefile Fri Sep 16 13:27:56 2005 +*************** +*** 10,16 **** + + CC = gcc + CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ +! -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline + #CFLAGS += -DBIGENDIAN + #CFLAGS += -DALIGNMENT_WORKAROUND + +--- 10,17 ---- + + CC = gcc + CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ +! -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline ${CPPFLAGS} \ +! -DHAVE_DECL_GETOPT + #CFLAGS += -DBIGENDIAN + #CFLAGS += -DALIGNMENT_WORKAROUND + +*************** +*** 19,32 **** + #CFLAGS += -g + + # Pass linker flags here +! LDFLAGS = + + DESTDIR = +! prefix = /usr/local +! sbindir = $(prefix)/sbin +! mandir = $(prefix)/share/man + man8dir = $(mandir)/man8 +! docdir = $(prefix)/share/doc/dmidecode + + INSTALL := install + INSTALL_DATA := $(INSTALL) -m 644 +--- 20,32 ---- + #CFLAGS += -g + + # Pass linker flags here +! LDFLAGS += + + DESTDIR = +! sbindir = $(PREFIX)/sbin +! mandir = $(PREFIX)/man + man8dir = $(mandir)/man8 +! docdir = $(PREFIX)/share/doc/dmidecode + + INSTALL := install + INSTALL_DATA := $(INSTALL) -m 644 --- sysutils.dmidecode-2.7.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: