From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 17 13:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 618F35E6 for ; Thu, 17 Jan 2013 13:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4593ACD7 for ; Thu, 17 Jan 2013 13:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0HDA1wD056124 for ; Thu, 17 Jan 2013 13:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0HDA1pS056123; Thu, 17 Jan 2013 13:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 17 Jan 2013 13:10:01 GMT Resent-Message-Id: <201301171310.r0HDA1pS056123@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jakub Lach Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E2444491 for ; Thu, 17 Jan 2013 13:06:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D2F02C26 for ; Thu, 17 Jan 2013 13:06:40 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r0HD6dMl081073 for ; Thu, 17 Jan 2013 13:06:39 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r0HD6dJ5081072; Thu, 17 Jan 2013 13:06:39 GMT (envelope-from nobody) Message-Id: <201301171306.r0HD6dJ5081072@red.freebsd.org> Date: Thu, 17 Jan 2013 13:06:39 GMT From: Jakub Lach To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175367: [maintainer-update] x11-wm/mcwm maintenance patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2013 13:10:01 -0000 >Number: 175367 >Category: ports >Synopsis: [maintainer-update] x11-wm/mcwm maintenance patch >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: Thu Jan 17 13:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jakub Lach >Release: FreeBSD 9.1-STABLE #0 r245505 amd64 >Organization: >Environment: >Description: Hopefully no functional changes, just a little cleanup according to new ports style. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -rupN mcwm.orig/Makefile mcwm/Makefile --- mcwm.orig/Makefile 2013-01-17 00:55:58.000000000 +0100 +++ mcwm/Makefile 2013-01-17 12:21:14.000000000 +0100 @@ -1,9 +1,5 @@ -# New ports collection makefile for: mcwm -# Date created: 16 March 2011 -# Whom: Jakub Lach -# -# $FreeBSD: ports/x11-wm/mcwm/Makefile,v 1.12 2012/12/10 19:28:21 svnexp Exp $ -# +# Created by: Jakub Lach +# $FreeBSD$ PORTNAME= mcwm PORTVERSION= 20111124 @@ -19,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util \ xcb-keysyms:${PORTSDIR}/x11/xcb-util-keysyms \ - xcb-icccm:${PORTSDIR}/x11/xcb-util-wm \ + xcb-icccm:${PORTSDIR}/x11/xcb-util-wm MAKE_JOBS_SAFE= yes @@ -28,7 +24,9 @@ USE_BZIP2= yes MAN1= mcwm.1 PLIST_FILES= bin/mcwm -PORTDOCS= LICENSE README NEWS +PORTDOCS= README NEWS + +.include pre-everything:: @${ECHO_MSG} "You can build mcwm with your own config.h using the MCWM_CONF knob:" @@ -50,10 +48,9 @@ do-install: ${MAN1PREFIX}/man/man1/${PORTNAME}.1 post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" @${MKDIR} ${DOCSDIR} - @${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR} @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} @${INSTALL_MAN} ${WRKSRC}/NEWS ${DOCSDIR} .endif >Release-Note: >Audit-Trail: >Unformatted: