Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2020 20:07:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552449 - in head/sysutils/dmidecode: . files
Message-ID:  <202010152007.09FK7HeV005630@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 15 20:07:17 2020
New Revision: 552449
URL: https://svnweb.freebsd.org/changeset/ports/552449

Log:
  Update to 3.3
  
  Changes:	https://git.savannah.gnu.org/cgit/dmidecode.git/tree/NEWS

Deleted:
  head/sysutils/dmidecode/files/patch-dmidecode.c
Modified:
  head/sysutils/dmidecode/Makefile
  head/sysutils/dmidecode/distinfo
  head/sysutils/dmidecode/files/patch-Makefile

Modified: head/sysutils/dmidecode/Makefile
==============================================================================
--- head/sysutils/dmidecode/Makefile	Thu Oct 15 20:07:12 2020	(r552448)
+++ head/sysutils/dmidecode/Makefile	Thu Oct 15 20:07:17 2020	(r552449)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dmidecode
-PORTVERSION=	3.2
+PORTVERSION=	3.3
 CATEGORIES=	sysutils
 MASTER_SITES=	SAVANNAH
 
@@ -15,8 +15,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 ONLY_FOR_ARCHS=	amd64 i386
 
 USES=		tar:xz
-
-MAKE_ENV=	DOCSDIR="${DOCSDIR}"
 
 SUB_FILES=	dmidecode
 

Modified: head/sysutils/dmidecode/distinfo
==============================================================================
--- head/sysutils/dmidecode/distinfo	Thu Oct 15 20:07:12 2020	(r552448)
+++ head/sysutils/dmidecode/distinfo	Thu Oct 15 20:07:17 2020	(r552449)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537020822
-SHA256 (dmidecode-3.2.tar.xz) = 077006fa2da0d06d6383728112f2edef9684e9c8da56752e97cd45a11f838edd
-SIZE (dmidecode-3.2.tar.xz) = 54440
+TIMESTAMP = 1602780728
+SHA256 (dmidecode-3.3.tar.xz) = 82c737a780614c38a783e8055340d295e332fb12c7f418b5d21a0797d3fb1455
+SIZE (dmidecode-3.3.tar.xz) = 56372

Modified: head/sysutils/dmidecode/files/patch-Makefile
==============================================================================
--- head/sysutils/dmidecode/files/patch-Makefile	Thu Oct 15 20:07:12 2020	(r552448)
+++ head/sysutils/dmidecode/files/patch-Makefile	Thu Oct 15 20:07:17 2020	(r552449)
@@ -1,28 +1,22 @@
---- Makefile.orig	2015-09-03 06:03:19 UTC
+--- Makefile.orig	2020-10-14 12:51:11 UTC
 +++ Makefile
-@@ -12,8 +12,8 @@
+@@ -12,7 +12,7 @@
  #   (at your option) any later version.
  #
  
--CC      = gcc
--CFLAGS  = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
-+#CC      = gcc
-+CFLAGS+= -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
-           -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef
- 
- # Let lseek and mmap support 64-bit wide offsets
-@@ -23,23 +23,23 @@ CFLAGS += -D_FILE_OFFSET_BITS=64
+-CC     ?= gcc
++#CC     ?= gcc
+ # Base CFLAGS can be overridden by environment
+ CFLAGS ?= -O2
+ # When debugging, disable -O2 and enable -g
+@@ -28,19 +28,20 @@ CFLAGS += -D_FILE_OFFSET_BITS=64
  #CFLAGS += -DALIGNMENT_WORKAROUND
  
- # When debugging, disable -O2 and enable -g.
--CFLAGS += -O2
-+#CFLAGS += -O2
- #CFLAGS += -g
+ # Pass linker flags here (can be set from environment too)
+-LDFLAGS ?=
++#LDFLAGS ?=
++LDFLAGS += $(CFLAGS)
  
- # Pass linker flags here
--LDFLAGS =
-+LDFLAGS+= $(CFLAGS)
- 
  DESTDIR =
 -prefix  = /usr/local
 +prefix  = $(PREFIX)
@@ -30,8 +24,7 @@
 -mandir  = $(prefix)/share/man
 +mandir  = $(MANPREFIX)/man
  man8dir = $(mandir)/man8
--docdir  = $(prefix)/share/doc/dmidecode
-+docdir  = $(DOCSDIR)
+ docdir  = $(prefix)/share/doc/dmidecode
  
  INSTALL         := install
 -INSTALL_DATA    := $(INSTALL) -m 644



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