From owner-cvs-all Mon Sep 25 5:21:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03A5C37B42C; Mon, 25 Sep 2000 05:21:44 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA67267; Mon, 25 Sep 2000 05:21:43 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009251221.FAA67267@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 25 Sep 2000 05:21:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cdk Makefile ports/devel/doxygen Makefile ports/devel/flick Makefile ports/devel/ftnchek Makefile ports/devel/tclcl Makefile ports/devel/linuxthreads Makefile ports/archivers/makeself Makefile ports/astro/stars Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/25 05:21:43 PDT Modified files: devel/cdk Makefile devel/doxygen Makefile devel/flick Makefile devel/ftnchek Makefile devel/tclcl Makefile devel/linuxthreads Makefile archivers/makeself Makefile astro/stars Makefile audio/ascd Makefile audio/bladeenc Makefile audio/shorten Makefile audio/libsidplay Makefile audio/xsidplay Makefile comms/minicom Makefile editors/vilearn Makefile emulators/bsvc Makefile games/blockade Makefile games/freesweep Makefile games/ifm Makefile games/tank Makefile games/xvier Makefile graphics/piddle Makefile lang/mawk Makefile lang/yabasic Makefile mail/wmpop3 Makefile mail/junkfilter Makefile math/femlab Makefile math/topaz Makefile net/ntop Makefile net/sendfile Makefile net/nam Makefile net/nsping Makefile net/ipfm Makefile news/atp Makefile irc/blackened Makefile irc/ircII Makefile irc/ninja Makefile print/pbm2ppa Makefile print/xtem Makefile security/fakebo Makefile security/rid Makefile security/lxnb Makefile shells/tcsh Makefile sysutils/skill Makefile textproc/wordnet Makefile textproc/sgmltools Makefile www/httperf Makefile www/webcopy Makefile www/bkmrkconv Makefile x11-fm/xnc Makefile x11-toolkits/fox Makefile Log: Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev and kris Revision Changes Path 1.13 +3 -4 ports/devel/cdk/Makefile 1.6 +2 -3 ports/devel/doxygen/Makefile 1.8 +2 -4 ports/devel/flick/Makefile 1.14 +2 -5 ports/devel/ftnchek/Makefile 1.7 +2 -4 ports/devel/tclcl/Makefile 1.15 +2 -4 ports/devel/linuxthreads/Makefile 1.6 +3 -5 ports/archivers/makeself/Makefile 1.13 +2 -3 ports/astro/stars/Makefile 1.17 +1 -3 ports/audio/ascd/Makefile 1.13 +2 -2 ports/audio/bladeenc/Makefile 1.5 +2 -3 ports/audio/shorten/Makefile 1.17 +2 -4 ports/audio/libsidplay/Makefile 1.3 +2 -5 ports/audio/xsidplay/Makefile 1.30 +2 -3 ports/comms/minicom/Makefile 1.5 +2 -4 ports/editors/vilearn/Makefile 1.13 +3 -3 ports/emulators/bsvc/Makefile 1.5 +2 -3 ports/games/blockade/Makefile 1.6 +2 -3 ports/games/freesweep/Makefile 1.7 +2 -4 ports/games/ifm/Makefile 1.15 +2 -4 ports/games/tank/Makefile 1.7 +1 -2 ports/games/xvier/Makefile 1.6 +2 -4 ports/graphics/piddle/Makefile 1.10 +2 -3 ports/lang/mawk/Makefile 1.8 +2 -4 ports/lang/yabasic/Makefile 1.11 +3 -3 ports/mail/wmpop3/Makefile 1.2 +1 -2 ports/mail/junkfilter/Makefile 1.8 +2 -3 ports/math/femlab/Makefile 1.4 +2 -3 ports/math/topaz/Makefile 1.14 +2 -3 ports/net/ntop/Makefile 1.15 +2 -3 ports/net/sendfile/Makefile 1.8 +2 -4 ports/net/nam/Makefile 1.3 +2 -4 ports/net/nsping/Makefile 1.3 +1 -2 ports/net/ipfm/Makefile 1.6 +2 -4 ports/news/atp/Makefile 1.11 +1 -2 ports/irc/blackened/Makefile 1.26 +1 -2 ports/irc/ircII/Makefile 1.17 +2 -3 ports/irc/ninja/Makefile 1.10 +2 -3 ports/print/pbm2ppa/Makefile 1.13 +2 -3 ports/print/xtem/Makefile 1.11 +1 -3 ports/security/fakebo/Makefile 1.6 +2 -4 ports/security/rid/Makefile 1.3 +2 -5 ports/security/lxnb/Makefile 1.35 +2 -2 ports/shells/tcsh/Makefile 1.12 +1 -2 ports/sysutils/skill/Makefile 1.2 +2 -4 ports/textproc/wordnet/Makefile 1.2 +2 -3 ports/textproc/sgmltools/Makefile 1.8 +1 -2 ports/www/httperf/Makefile 1.16 +1 -2 ports/www/webcopy/Makefile 1.4 +2 -3 ports/www/bkmrkconv/Makefile 1.9 +2 -3 ports/x11-fm/xnc/Makefile 1.11 +1 -2 ports/x11-toolkits/fox/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message