Bug 191691 - [ staging ] sysutils/openipmi
Summary: [ staging ] sysutils/openipmi
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-07 11:53 UTC by Dan Lukes
Modified: 2014-07-08 03:03 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Lukes 2014-07-07 11:53:42 UTC
sysutils/openipmi require staging or will be removed

Fix:
Patch is attached. 

--- sysutils/openipmi/Makefile.orig	2014-07-07 13:41:28.000000000 +0200
+++ sysutils/openipmi/Makefile	2014-07-07 13:47:35.000000000 +0200
@@ -23,10 +23,10 @@
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		ipmi_ui.1 openipmicmd.1 openipmigui.1 \
-		openipmish.1 rmcp_ping.1 solterm.1
-MAN7=		ipmi_cmdlang.7 openipmi_conparms.7
-MAN8=		ipmilan.8
+PLIST_FILES+=	man/man1/ipmi_ui.1.gz man/man1/openipmicmd.1.gz man/man1/openipmigui.1.gz \
+		man/man1/openipmish.1.gz man/man1/rmcp_ping.1.gz man/man1/solterm.1.gz
+PLIST_FILES+=	man/man7/ipmi_cmdlang.7.gz man/man7/openipmi_conparms.7.gz
+PLIST_FILES+=	man/man8/ipmilan.8.gz
 
 OPTIONS_DEFINE=	SSL SNMP PERL PYTHON TCL TKINTER TRACE GDBM
 OPTIONS_RADIO=	GLIB
@@ -42,7 +42,6 @@
 GLIB12_DESC=	Simply OS handler for glib 1.2
 GLIB20_DESC=	Simply OS handler for glib 2.0
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if exists(${LOCALBASE}/lib/libgdbm.so.3)
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-08 03:02:51 UTC
A commit references this bug:

Author: swills
Date: Tue Jul  8 03:02:47 UTC 2014
New revision: 361161
URL: http://svnweb.freebsd.org/changeset/ports/361161

Log:
  sysutils/openipmi: stage, pet portlint a bit while here

  PR:		191691
  Submitted by:	Dan Lukes <dan@obluda.cz>

Changes:
  head/sysutils/openipmi/Makefile
  head/sysutils/openipmi/pkg-plist
Comment 2 Steve Wills freebsd_committer freebsd_triage 2014-07-08 03:03:48 UTC
Committed with minor changes. Thanks!