ports/183193: [PATCH] sysutils/dmidecode: Support staging
Mathieu Arnold
mat at FreeBSD.org
Tue Oct 22 10:20:02 UTC 2013
>Number: 183193
>Category: ports
>Synopsis: [PATCH] sysutils/dmidecode: Support staging
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Oct 22 10:20:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Mathieu Arnold
>Release: FreeBSD 9.2-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC
>Description:
- Support staging
- Cleanup COMMENT
Port maintainer (anders at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:
--- dmidecode-2.12.patch begins here ---
diff -ruN /usr/ports/sysutils/dmidecode/Makefile ./Makefile
--- /usr/ports/sysutils/dmidecode/Makefile 2013-09-24 07:56:53.000000000 +0200
+++ ./Makefile 2013-10-22 10:33:15.000000000 +0200
@@ -9,32 +9,25 @@
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= anders at FreeBSD.org
-COMMENT= A tool for dumping DMI (SMBIOS) contents in human-readable format
+COMMENT= Tool for dumping DMI (SMBIOS) contents in human-readable format
+
+LICENSE= GPLv2
ONLY_FOR_ARCHS= i386 amd64 ia64
USE_BZIP2= yes
MAKE_ENV+= DOCSDIR="${DOCSDIR}"
-LICENSE= GPLv2
-NO_STAGE= yes
+PLIST_FILES= sbin/dmidecode \
+ man/man8/dmidecode.8.gz
-.if defined(NOPORTDOCS)
-post-patch:
- @${REINPLACE_CMD} -e '/^install.*:/s,install-doc,,' ${WRKSRC}/Makefile
-
-.else
PORTDOCS= AUTHORS CHANGELOG README
-.endif
-
-MAN8= dmidecode.8
-PLIST_FILES= sbin/dmidecode
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "i386"
-MAN8+= biosdecode.8 ownership.8 vpddecode.8
-PLIST_FILES+= sbin/biosdecode sbin/ownership sbin/vpddecode
+PLIST_FILES+= sbin/biosdecode sbin/ownership sbin/vpddecode \
+ man/man8/biosdecode.8.gz man/man8/ownership.8.gz man/man8/vpddecode.8.gz
.endif
.include <bsd.port.post.mk>
--- dmidecode-2.12.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list