From owner-freebsd-ports@FreeBSD.ORG Thu May 6 14:17:35 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C33A716A4CE for ; Thu, 6 May 2004 14:17:35 -0700 (PDT) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 1EA4E43D54 for ; Thu, 6 May 2004 14:17:34 -0700 (PDT) (envelope-from neuhauser@chello.cz) Received: (qmail 41045 invoked by uid 0); 6 May 2004 21:17:33 -0000 Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16) by smtp.dkm.cz with SMTP; 6 May 2004 21:17:32 -0000 Received: by isis.wad.cz (Postfix, from userid 1001) id 40F7C2FDA01; Thu, 6 May 2004 23:17:32 +0200 (CEST) Date: Thu, 6 May 2004 23:17:32 +0200 From: Roman Neuhauser To: Dag-Erling Sm?rgrav , ports@freebsd.org Message-ID: <20040506211732.GC75357@isis.wad.cz> Mail-Followup-To: Dag-Erling Sm?rgrav , ports@freebsd.org References: <20040506210837.GB75357@isis.wad.cz> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="3V7upXqbjpZ4EhLz" Content-Disposition: inline In-Reply-To: <20040506210837.GB75357@isis.wad.cz> User-Agent: Mutt/1.5.6i Subject: Re: 'make clean' cosmetic bug X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2004 21:17:35 -0000 --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline # neuhauser@chello.cz / 2004-05-06 23:08:37 +0200: > # des@des.no / 2004-05-06 22:38:53 +0200: > > des@dwp /usr/ports/java/shujit% make clean > > ===> Cleaning for gdbm-1.8.3 > > ===> Cleaning for gettext-0.13.1_1 > > ===> Cleaning for glib-1.2.10_10 > > ===> Cleaning for gmake-3.80_2 > > ===> Cleaning for nspr-4.4.1_1 > > ===> Cleaning for javavmwrapper-1.5 > > ===> Cleaning for jdk-1.3.1p8_2===> Cleaning for ruby-1.8.1.2004.05.02 > > ===> Cleaning for urwfonts-1.0 > > ===> Cleaning for gtk-1.2.10_12 > > ===> Cleaning for open-motif-2.2.2_2 > > ===> Cleaning for shujit-0.7.14_2 > > > > happens every time; I don't know what causes it. > > ECHO_MSG=/usr/bin/printf in 8 Makefiles in the java category. > the ports have chatty IGNORE variables; I think this is usually > solved by catting a file, isn't it? I can generate a patch to > that effect if it's desired. actually, taking a glance at bsd.port.mk, this should be done using IGNORE_CMD, does this help? (it does here, I want to know it has no side effects) -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ports::java-IGNORE_CMD.patch" Index: java/diablo-jdk13/Makefile =================================================================== RCS file: /home/ncvs/ports/java/diablo-jdk13/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- java/diablo-jdk13/Makefile 4 Feb 2004 05:21:26 -0000 1.6 +++ java/diablo-jdk13/Makefile 6 May 2004 21:14:44 -0000 @@ -65,7 +65,7 @@ .endif .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -ECHO_MSG=/usr/bin/printf +IGNORECMD= ${PRINTF} "===> ${PKGNAME} ${IGNORE}." IGNORE= :\n\ Because of licensing restrictions, you must fetch the distribution\n\ manually. Please access\n\ Index: java/diablo-jre13/Makefile =================================================================== RCS file: /home/ncvs/ports/java/diablo-jre13/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- java/diablo-jre13/Makefile 4 Feb 2004 05:21:26 -0000 1.6 +++ java/diablo-jre13/Makefile 6 May 2004 21:14:44 -0000 @@ -65,7 +65,7 @@ .endif .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -ECHO_MSG=/usr/bin/printf +IGNORECMD= ${PRINTF} "===> ${PKGNAME} ${IGNORE}." IGNORE= :\n\ Because of licensing restrictions, you must fetch the distribution\n\ manually. Please access\n\ Index: java/jdk12/Makefile =================================================================== RCS file: /home/ncvs/ports/java/jdk12/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- java/jdk12/Makefile 6 Feb 2004 16:49:54 -0000 1.32 +++ java/jdk12/Makefile 6 May 2004 21:14:44 -0000 @@ -80,7 +80,7 @@ # Check for patchset .if !exists(${DISTDIR}/${PATCHSETFILE}) && !defined(PACKAGE_BUILDING) -ECHO_MSG=/usr/bin/printf +IGNORECMD= ${PRINTF} "===> ${PKGNAME} ${IGNORE}." IGNORE= :\n\ The source distribution exists on your system, but due to\n\ licensing restrictions you still need to download the\n\ @@ -91,7 +91,7 @@ # Check for JDK sources .if !exists(${DISTDIR}/${SRCFILE}) && !defined(PACKAGE_BUILDING) -ECHO_MSG=/usr/bin/printf +IGNORECMD= ${PRINTF} "===> ${PKGNAME} ${IGNORE}." IGNORE= :\n\ Because of licensing restrictions, you must fetch the source distribution\n\ manually. Please access http://www.sun.com/software/java2/download.html\n\ Index: java/jdk13/Makefile =================================================================== RCS file: /home/ncvs/ports/java/jdk13/Makefile,v retrieving revision 1.75 diff -u -r1.75 Makefile --- java/jdk13/Makefile 6 Feb 2004 17:03:09 -0000 1.75 +++ java/jdk13/Makefile 6 May 2004 21:14:44 -0000 @@ -145,7 +145,7 @@ # Check for patchset .if !exists(${DISTDIR}/${PATCHSETFILE}) && !defined(PACKAGE_BUILDING) -ECHO_MSG=/usr/bin/printf +IGNORECMD= ${PRINTF} "===> ${PKGNAME} ${IGNORE}." IGNORE= :\n\ The source distribution exists on your system, but due to\n\ licensing restrictions you still need to download the\n\ @@ -156,7 +156,7 @@ # Check for JDK sources .if !exists(${DISTDIR}/${SRCFILE}) && !defined(PACKAGE_BUILDING) -ECHO_MSG=/usr/bin/printf +IGNORECMD= ${PRINTF} "===> ${PKGNAME} ${IGNORE}." IGNORE= :\n\ Because of licensing restrictions, you must fetch the source distribution\n\ manually. Please access http://www.sun.com/software/java2/download.html\n\ @@ -170,7 +170,7 @@ # HotSpot and/or native threads require a recent version of FreeBSD .if ( defined(WITH_NATIVE_THREADS) || defined(WITH_HOTSPOT) ) && ( ${OSVERSION} < 470101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500043 ) ) -ECHO_MSG=/usr/bin/printf +IGNORECMD= ${PRINTF} "===> ${PKGNAME} ${IGNORE}." IGNORE= :\n\ You must have a version of FreeBSD later than 4.7-STABLE February 2003\n\ or 5-CURRENT February 2003 to use either native threads or HotSpot.\n Index: java/jdk14/Makefile =================================================================== RCS file: /home/ncvs/ports/java/jdk14/Makefile,v retrieving revision 1.78 diff -u -r1.78 Makefile --- java/jdk14/Makefile 5 Mar 2004 13:43:40 -0000 1.78 +++ java/jdk14/Makefile 6 May 2004 21:14:44 -0000 @@ -137,7 +137,7 @@ # Check for JDK sources .if !exists(${DISTDIR}/${SCSL_SRCFILE}) && !defined(PACKAGE_BUILDING) -ECHO_MSG=/usr/bin/printf +IGNORECMD= ${PRINTF} "===> ${PKGNAME} ${IGNORE}." IGNORE= :\n\ Because of licensing restrictions, you must fetch the source distribution\n\ manually. Please access http://www.sun.com/software/java2/download.html\n\ @@ -149,7 +149,7 @@ ${DISTDIR}.\n .endif .if !exists(${DISTDIR}/${SCSL_BINFILE}) && !defined(PACKAGE_BUILDING) -ECHO_MSG=/usr/bin/printf +IGNORECMD= ${PRINTF} "===> ${PKGNAME} ${IGNORE}." IGNORE= :\n\ Because of licensing restrictions, you must fetch the source distribution\n\ manually. Please access http://www.sun.com/software/java2/download.html\n\ @@ -163,7 +163,7 @@ # Check for patchset .if !exists(${DISTDIR}/${PATCHSETFILE}) && !defined(PACKAGE_BUILDING) -ECHO_MSG=/usr/bin/printf +IGNORECMD= ${PRINTF} "===> ${PKGNAME} ${IGNORE}." IGNORE= :\n\ The source distribution exists on your system, but due to\n\ licensing restrictions you still need to download the\n\ Index: java/jmf/Makefile =================================================================== RCS file: /home/ncvs/ports/java/jmf/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- java/jmf/Makefile 9 Feb 2004 16:22:27 -0000 1.1 +++ java/jmf/Makefile 6 May 2004 21:14:44 -0000 @@ -36,7 +36,7 @@ # Check for JMF sources .if !exists(${DISTDIR}/${DISTFILES}) && !defined(PACKAGE_BUILDING) -ECHO_MSG=/usr/bin/printf +IGNORECMD= ${PRINTF} "===> ${PKGNAME} ${IGNORE}." IGNORE= :\n\ Because of licensing restrictions, you must fetch the source distribution\n\ manually. Please access:\n\ Index: java/linux-ibm-jdk14/Makefile =================================================================== RCS file: /home/ncvs/ports/java/linux-ibm-jdk14/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- java/linux-ibm-jdk14/Makefile 15 Apr 2004 22:55:14 -0000 1.8 +++ java/linux-ibm-jdk14/Makefile 6 May 2004 21:14:44 -0000 @@ -39,7 +39,7 @@ .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -ECHO_MSG=/usr/bin/printf +IGNORECMD= ${PRINTF} "===> ${PKGNAME} ${IGNORE}." IGNORE=:\n\ Because of licensing restrictions, you must manually fetch the IBM Java SDK\n\ ${JDK_VERSION} for Linux archive (${DISTNAME}${EXTRACT_SUFX}). Please access\n\ Index: java/poseidon/Makefile =================================================================== RCS file: /home/ncvs/ports/java/poseidon/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- java/poseidon/Makefile 9 Apr 2004 21:48:02 -0000 1.2 +++ java/poseidon/Makefile 6 May 2004 21:14:44 -0000 @@ -25,7 +25,7 @@ .include .if !exists(${DISTDIR}/${DISTFILES}) -ECHO_MSG=/usr/bin/printf +IGNORECMD= ${PRINTF} "===> ${PKGNAME} ${IGNORE}." IGNORE= :\n\ Because of licensing restrictions, you must fetch the source distribution\n\ manually. Please access http://www.gentleware.com/products/download.php4\n\ --3V7upXqbjpZ4EhLz--