Bug 27718 - ports/java/linux-jdk14 misses a line
Summary: ports/java/linux-jdk14 misses a line
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-28 22:00 UTC by ats
Modified: 2001-05-29 13:33 UTC (History)
0 users

See Also:


Attachments
linux-jdk14_port.diff (1.20 KB, patch)
2001-05-28 23:44 UTC, Ernst de Haan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ats 2001-05-28 22:00:07 UTC
ports/java/linx-jdk14 the makefile tries to fetch the source file
from freebsd instead putting out the message how to get it. 
It misses the setting of the DISTFILES variable. This doesn't get
set for bsd.port.pre.mk. 
So the Makefile needs an additional line after EXTRACT_SUFX with
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
or something similar.

Fix: 

Fix see above in the full description.
How-To-Repeat: Do a make checksum without the source and look at the output :-).
Comment 1 Ernst de Haan 2001-05-28 23:44:40 UTC
Thanks Andreas,

Here's a diff file that will fix this. I tested and indeed found that
DISTFILES needs to be set in order for the IGNORE section to be activated.
Will have to look into how this works, I assumed DISTFILES was already defined
as ${DISTNAME}${EXTRACT_SUFX}.

Anyway. Thanks again.

This diff also makes sure that the JDK is *de*registered when it is installed.


/Ernst


ats@first.gmd.de wrote:
> 
> >Number:         27718
> >Category:       ports
> >Synopsis:       ports/java/linux-jdk14 misses a line
> >Confidential:   no
> >Severity:       non-critical
> >Priority:       low
> >Responsible:    freebsd-ports
> >State:          closed
> >Quarter:        
> >Keywords:       
> >Date-Required:
> >Class:          sw-bug
> >Submitter-Id:   current-users
> >Arrival-Date:   Mon May 28 14:00:07 PDT 2001
> >Closed-Date:
> >Last-Modified:
> >Originator:     Andreas Schulz
> >Release:        4.3-RELEASE
> >Organization:
> GMD-FIRST
> >Environment:
> FreeBSD freebsd.first.gmd.de 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu May  3 20:2
> 8:30 CEST 2001     root@freebsd.first.gmd.de:/usr/src/sys/compile/FREEBSD  i386
> >Description:
> ports/java/linx-jdk14 the makefile tries to fetch the source file
> from freebsd instead putting out the message how to get it. 
> It misses the setting of the DISTFILES variable. This doesn't get
> set for bsd.port.pre.mk. 
> So the Makefile needs an additional line after EXTRACT_SUFX with
> DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
> or something similar.
> >How-To-Repeat:
> Do a make checksum without the source and look at the output :-).
> >Fix:
> Fix see above in the full description.
> >Release-Note:
> >Audit-Trail:
> >Unformatted:
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-ports" in the body of the message
> 

-- 
Ernst de Haan
Java Architect
Jollem Information Technology

    "Come to me all who are weary and burdened
        and I will give you rest" -- Jesus Christ
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2001-05-29 13:33:17 UTC
State Changed
From-To: open->closed

Problem fixed, thank you for submission!