ports/90913: [maintainer] Fix bad DISTFILES in www/jakarta-tomcat55

YAMAMOTO Takao takao at oakat.org
Mon Dec 26 09:30:12 UTC 2005


The following reply was made to PR ports/90913; it has been noted by GNATS.

From: YAMAMOTO Takao <takao at oakat.org>
To: bug-followup at FreeBSD.org,
 liukang at cn.freebsd.org
Cc:  
Subject: Re: ports/90913: [maintainer] Fix bad DISTFILES in www/jakarta-tomcat55
Date: Mon, 26 Dec 2005 18:28:13 +0900

 Hi,
 
 Because DISTFILES will be set then passed to bsd.port.mk in this case,
 filling DISTFILES as ${DISTNAME}${EXTRACT_SUFX} rule won't be applied. 
 As result "apache-tomcat-5.5.12.tar.gz" will no longer be fetched.
 It needs that this variable to set explicitly.
 
 An additional patch for Makefile may be like as follows:
 
 --- Makefile.org        Mon Dec 26 18:11:00 2005
 +++ Makefile    Mon Dec 26 18:04:28 2005
 @@ -12,6 +12,7 @@
  MASTER_SITES=  ${MASTER_SITE_APACHE_JAKARTA}
  MASTER_SITE_SUBDIR=    tomcat-5/v${PORTVERSION}/bin
  DISTNAME=      apache-tomcat-${PORTVERSION}
 +DISTFILES=     ${DISTNAME}.tar.gz
  
  MAINTAINER=    liukang at cn.freebsd.org
  COMMENT=       Open-source Java web server by Apache, 5.5.x branch
 
 thanks,
 -- 
 Takao
 



More information about the freebsd-ports-bugs mailing list