Bug 14104 - DISTFILES name clash between release/Makefile and bsd.port.mk
Summary: DISTFILES name clash between release/Makefile and bsd.port.mk
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 3.3-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-03 21:10 UTC by Don Croyle
Modified: 2010-01-04 02:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.23 KB, patch)
1999-10-03 21:10 UTC, Don Croyle
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Croyle 1999-10-03 21:10:01 UTC
Prior to building a release I set DISTFILES in the environment to a
directory containing only the files needed by the documentation ports.
The build eventually died when the jade port took DISTFILES to be
*it's* list of files required to build.

Arguably, setting DISTFILES in the environment instead of on the make
command line is a silly thing to do, but since there's an easy fix....

Fix: Apply this patch.  Tested through a make release on -stable.  Applies
with a small fuzz to -current, but I don't have enough drive space on
that machine to build a test release.
Comment 1 Don Croyle 1999-10-18 01:00:46 UTC
On further experimentation, this is a problem even if DISTFILES is
specified on the make command line.  Using tcsh as my shell, though I
doubt that it matters.

em:/usr/src/release# make release DISTFILES=/usr/rel-dist RELEASETAG=RELENG_3 CHROOTDIR=/usr/release
[some hours pass]
Making docs...
===>  Extracting for docproj-1.1
>> No MD5 checksum file.
===>  Patching for docproj-1.1
===>  Configuring for docproj-1.1
===>  Installing for docproj-1.1
===>   docproj-1.1 depends on executable: instant - not found
===>    Verifying install for instant in /usr/ports/textproc/sgmlformat
>> /usr/rel-dist doesn't seem to exist on this system.
>> Attempting to fetch from http://fallout.campusview.indiana.edu/ports/distfiles/.
fetch: /usr/rel-dist: fallout.campusview.indiana.edu: HTTP server returned error code 404
>> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: skipping double slash in FTP URL; see man page or RFC1738.
fetch: ftp.FreeBSD.org: usr: File unavailable (e.g., file not found, no access)
>> Couldn't fetch it - please try to retrieve this
>> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop.
Comment 2 John Baldwin freebsd_committer freebsd_triage 2000-05-09 22:22:07 UTC
State Changed
From-To: open->closed

Similar fix committed already. 

Comment 3 dfilter service freebsd_committer freebsd_triage 2010-01-04 02:06:51 UTC
pgollucci    2010-01-04 02:06:37 UTC

  FreeBSD ports repository

  Modified files:
    x11-fonts/indic-ttf  Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Update to 0.5.6
  
  PR:             ports/14104
  Changes:        http://packages.debian.org/changelogs/pool/main/t/ttf-indic-fonts/ttf-indic-fonts_0.5.6/changelog
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.5       +2 -3      ports/x11-fonts/indic-ttf/Makefile
  1.5       +3 -3      ports/x11-fonts/indic-ttf/distinfo
  1.3       +5 -11     ports/x11-fonts/indic-ttf/pkg-descr
  1.5       +17 -10    ports/x11-fonts/indic-ttf/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"