Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Mar 2011 00:56:39 GMT
From:      Jakub Lach <jakub_lach@mailplus.pl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/155959: [MAINTAINER] x11-wm/mcwm: added license, typo fix... 
Message-ID:  <201103270056.p2R0ud5Y058731@red.freebsd.org>
Resent-Message-ID: <201103270100.p2R10J8m093129@freefall.freebsd.org>

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

>Number:         155959
>Category:       ports
>Synopsis:       [MAINTAINER] x11-wm/mcwm: added license, typo fix...
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 27 01:00:19 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jakub Lach
>Release:        FreeBSD 8.2-STABLE #0 r220034M
>Organization:
>Environment:
FreeBSD 8.2-STABLE #0 r220034M
>Description:
Added license and additional info in pkg-message, typo fix.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -rupN /usr/ports/x11-wm/mcwm.orig/Makefile /usr/ports/x11-wm/mcwm/Makefile
--- /usr/ports/x11-wm/mcwm.orig/Makefile	2011-03-27 01:33:47.000000000 +0100
+++ /usr/ports/x11-wm/mcwm/Makefile	2011-03-27 01:38:01.000000000 +0100
@@ -16,6 +16,11 @@ COMMENT=	A small window manager inspired
 BUILD_DEPENDS=	xcb-util>=0.3.6:${PORTSDIR}/x11/xcb-util
 RUN_DEPENDS=	xcb-util>=0.3.6:${PORTSDIR}/x11/xcb-util
 
+MAKE_JOBS_SAFE=	yes
+
+LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USE_XORG=	x11
 USE_BZIP2=	yes
 
@@ -25,7 +30,7 @@ PORTDOCS=	LICENSE README
 
 pre-everything::
 		@${ECHO_MSG} "You can build mcwm with your own config.h using the MCWM_CONF knob:"
-		@${ECHO_MSG} "make MCWM_CONF=/path/to/dwm/config.h install clean"
+		@${ECHO_MSG} "make MCWM_CONF=/path/to/mcwm/config.h install clean"
 
 post-extract:
 .if defined(MCWM_CONF)
@@ -40,5 +45,6 @@ post-install:
 	@${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR}
 	@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
 .endif
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -rupN /usr/ports/x11-wm/mcwm.orig/pkg-message /usr/ports/x11-wm/mcwm/pkg-message
--- /usr/ports/x11-wm/mcwm.orig/pkg-message	1970-01-01 01:00:00.000000000 +0100
+++ /usr/ports/x11-wm/mcwm/pkg-message	2011-03-27 01:34:55.000000000 +0100
@@ -0,0 +1,7 @@
+***************************************************
+
+With default config.h mcwm uses urxvt as terminal,
+recompile with MCWM_CONF=/path/to/mcwm/config.h for
+custom configuration.
+
+***************************************************


>Release-Note:
>Audit-Trail:
>Unformatted:



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