diff options
author | anders <anders@FreeBSD.org> | 2006-02-07 16:51:09 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2006-02-07 16:51:09 +0800 |
commit | bf06114aeadfcd0e7260a7eed7e8f2df1d7fabea (patch) | |
tree | 83924e3d6f249deb0d2516a0aedcd620eac68bfd /sysutils | |
parent | 0dbf44f2e44716f3c3b19aaf706e26ea8868277d (diff) | |
download | freebsd-ports-gnome-bf06114aeadfcd0e7260a7eed7e8f2df1d7fabea.tar.gz freebsd-ports-gnome-bf06114aeadfcd0e7260a7eed7e8f2df1d7fabea.tar.zst freebsd-ports-gnome-bf06114aeadfcd0e7260a7eed7e8f2df1d7fabea.zip |
Update to 2.8.
Remove USE_REINPLACE (deprecated).
PR: 92894
Submitted by: az
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dmidecode/Makefile | 3 | ||||
-rw-r--r-- | sysutils/dmidecode/distinfo | 6 | ||||
-rw-r--r-- | sysutils/dmidecode/files/patch-Makefile | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile index 9d568464b477..5b89bb8ba391 100644 --- a/sysutils/dmidecode/Makefile +++ b/sysutils/dmidecode/Makefile @@ -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 @@ COMMENT= A tool for dumping DMI (SMBIOS) contents in human-readable format ONLY_FOR_ARCHS= i386 amd64 ia64 USE_BZIP2= yes -USE_REINPLACE= yes USE_GETOPT_LONG= yes MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" DOCSDIR="${DOCSDIR}" diff --git a/sysutils/dmidecode/distinfo b/sysutils/dmidecode/distinfo index e825f115a1f0..988684a1a1cb 100644 --- a/sysutils/dmidecode/distinfo +++ b/sysutils/dmidecode/distinfo @@ -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 diff --git a/sysutils/dmidecode/files/patch-Makefile b/sysutils/dmidecode/files/patch-Makefile index 259133cfca73..719e3abaadf5 100644 --- a/sysutils/dmidecode/files/patch-Makefile +++ b/sysutils/dmidecode/files/patch-Makefile @@ -1,14 +1,14 @@ ---- Makefile.orig Wed Jun 15 20:22:35 2005 -+++ Makefile Fri Nov 25 20:31:58 2005 +--- Makefile.orig Tue Feb 7 09:45:21 2006 ++++ Makefile Tue Feb 7 09:47:11 2006 @@ -8,25 +8,25 @@ # 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 +- -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 ++ -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef +CFLAGS+= ${CPPFLAGS} #CFLAGS += -DBIGENDIAN #CFLAGS += -DALIGNMENT_WORKAROUND |