- 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.
State Changed From-To: open->closed Committed. Thanks!
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"