Bug 183593 - [maintainer][patch] sysutils/wmupmon: stagedir support
Summary: [maintainer][patch] sysutils/wmupmon: stagedir support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-02 16:20 UTC by Rainer Hurling
Modified: 2013-11-02 22:20 UTC (History)
0 users

See Also:


Attachments
file.diff (825 bytes, patch)
2013-11-02 16:20 UTC, Rainer Hurling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Hurling freebsd_committer freebsd_triage 2013-11-02 16:20:00 UTC
- Support staging
- Proper manpage handling
- Substitute leading article in pkg-descr

Fix: The appended patch should apply and work proper.

Patch attached with submission follows:
How-To-Repeat: Some 'minor' problem remains. I was not able to find a solution for the following warning on 11.0-CURRENT with clang:

main.c:168:17: warning: implicit declaration of function 'get_uptime' is invalid in C99 [-Wimplicit-function-declaration]
   total_secs = get_uptime();
                ^

If anyone does know how to fix it, I would be glad. Thanks in advance.
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-11-02 22:18:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-02 22:18:45 UTC
Author: wg
Date: Sat Nov  2 22:18:38 2013
New Revision: 332545
URL: http://svnweb.freebsd.org/changeset/ports/332545

Log:
  sysutils/wmupmon: allow staging
  
  - Allow staging
  - Rework pkg-descr
  
  PR:		ports/183593
  Submitted by:	Rainer Hurling <rhurlin gwdg.de> (maintainer)

Modified:
  head/sysutils/wmupmon/Makefile
  head/sysutils/wmupmon/pkg-descr

Modified: head/sysutils/wmupmon/Makefile
==============================================================================
--- head/sysutils/wmupmon/Makefile	Sat Nov  2 22:13:00 2013	(r332544)
+++ head/sysutils/wmupmon/Makefile	Sat Nov  2 22:18:38 2013	(r332545)
@@ -16,8 +16,6 @@ USE_XORG=	xpm
 USE_AUTOTOOLS=	autoheader
 CONFIGURE_ARGS=	--program-prefix=""
 
-MAN1=		wmupmon.1
-PLIST_FILES=	bin/wmupmon
+PLIST_FILES=	bin/wmupmon man/man1/wmupmon.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/wmupmon/pkg-descr
==============================================================================
--- head/sysutils/wmupmon/pkg-descr	Sat Nov  2 22:13:00 2013	(r332544)
+++ head/sysutils/wmupmon/pkg-descr	Sat Nov  2 22:18:38 2013	(r332545)
@@ -1,4 +1,3 @@
-A dockapp that displays your system uptime
+WindowMaker dockapp that displays your system uptime
 
 WWW: http://freecode.com/projects/wmupmon
-     http://dockapps.windowmaker.org/file.php/id/188
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"