From owner-freebsd-ports-bugs Sat Feb 1 11:30:14 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B87EF37B401 for ; Sat, 1 Feb 2003 11:30:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61C6C43E4A for ; Sat, 1 Feb 2003 11:30:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h11JUBNS018743 for ; Sat, 1 Feb 2003 11:30:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h11JUBvB018741; Sat, 1 Feb 2003 11:30:11 -0800 (PST) Date: Sat, 1 Feb 2003 11:30:11 -0800 (PST) Message-Id: <200302011930.h11JUBvB018741@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Jens Arnfast Subject: Re: ports/47729: New port: evilbar - minimalistic statusbar with XMMS control, APM status and clock Reply-To: Jens Arnfast Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/47729; it has been noted by GNATS. From: Jens Arnfast To: Simon 'portlint' Schubert Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/47729: New port: evilbar - minimalistic statusbar with XMMS control, APM status and clock Date: Sat, 01 Feb 2003 20:20:12 +0100 Hi Simon, thanks for your reply. As you clearly discovered this is my first time creating a port :) Simon 'portlint' Schubert wrote: > Lately Jens Arnfast told: [snip] > man pages shouldn't appear in plist; instead, use ${MAN1} Looks like I didn't read the plist chapter of Porter's Handbook thoroughly. I'll remove the mans from plist and instead use ${MAN1} >>X.include > what for? It seemed right at the time :) I think I got the idea that @${ECHO_MSG} required the pre.mk >>X.if defined(WITHOUT_XMMS) >>XCONFIGURE_ARGS+= --disable-xxms >>X.endif > doesn't that interfere with build and run depends? It certainly appears so. I've moved the LIB_DEPENDS and RUN_DEPENDS so they only get set if !defined(WITHOUT_XMMS) >>Xpre-extract: > pre-everything:: ? Once again you're right :) (fixed) So.. now I have an new, improved and hopefully more correct Makefile - what do I do with that? Send it to you or a new send-pr? Cheers, -jens To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message