Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 12:16:51 +0200 (CEST)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/183193: [PATCH] sysutils/dmidecode: Support staging
Message-ID:  <20131022101652.0B79E14269C@aragorn.in.absolight.net>
Resent-Message-ID: <201310221020.r9MAK1Jx056425@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



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