From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 1 02:50:10 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D142106566B for ; Sat, 1 May 2010 02:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id DC5128FC0C for ; Sat, 1 May 2010 02:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o412o9WC026472 for ; Sat, 1 May 2010 02:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o412o9kG026471; Sat, 1 May 2010 02:50:09 GMT (envelope-from gnats) Date: Sat, 1 May 2010 02:50:09 GMT Message-Id: <201005010250.o412o9kG026471@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: swell.k@gmail.com Cc: Subject: Re: ports/137751: [new port] audio/jokosher: Multi-track non-linear audio editing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: swell.k@gmail.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2010 02:50:10 -0000 The following reply was made to PR ports/137751; it has been noted by GNATS. From: swell.k@gmail.com To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/137751: [new port] audio/jokosher: Multi-track non-linear audio editing Date: Sat, 01 May 2010 06:42:37 +0400 I'm not sure what portlint warnings glarkin@ meant. But those about OPTIONS and python are false positives. MAGICDIR should probably be thrown out, though. $ portlint WARN: Makefile: FLAC is listed in OPTIONS, but neither WITH_FLAC nor WITHOUT_FLAC appears. WARN: Makefile: GCONF is listed in OPTIONS, but neither WITH_GCONF nor WITHOUT_GCONF appears. WARN: Makefile: JACK is listed in OPTIONS, but neither WITH_JACK nor WITHOUT_JACK appears. WARN: Makefile: LADSPA is listed in OPTIONS, but neither WITH_LADSPA nor WITHOUT_LADSPA appears. WARN: Makefile: LAME is listed in OPTIONS, but neither WITH_LAME nor WITHOUT_LAME appears. WARN: Makefile: MP3 is listed in OPTIONS, but neither WITH_MP3 nor WITHOUT_MP3 appears. WARN: Makefile: PROFILES is listed in OPTIONS, but neither WITH_PROFILES nor WITHOUT_PROFILES appears. WARN: Makefile: PULSE is listed in OPTIONS, but neither WITH_PULSE nor WITHOUT_PULSE appears. WARN: Makefile: VORBIS is listed in OPTIONS, but neither WITH_VORBIS nor WITHOUT_VORBIS appears. WARN: Makefile: [22]: possible direct use of command "python" found. use ${PYTHON_CMD} instead. FATAL: Makefile: extra item "MAGICDIR" placed in the PORTNAME section. WARN: Makefile: only one MASTER_SITE configured. Consider adding additional mirrors. 1 fatal error and 11 warnings found. -- Just a note for the next porter.