Bug 56357 - fix fetch target for misc/libh
Summary: fix fetch target for misc/libh
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-03 03:40 UTC by Antoine Beaupre
Modified: 2003-09-03 23:50 UTC (History)
0 users

See Also:


Attachments
file.diff (28.51 KB, patch)
2003-09-03 03:40 UTC, Antoine Beaupre
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Beaupre 2003-09-03 03:40:07 UTC
For some unknown reason, the fetch broke on libh. I think it might be because
some CVS access broke and also because the port still depends on CVS, which 
is idiotic since tarballs have been available for a while now.

Fix: This patch tries to clean up some stuff and make the port use the tarball
instead of the CVS method:

- change my email address
- use the correct master_sites
- remove the broken decl.
- make the UITYPE variable overridable
- update distinfo
- now the build isn't interactive anymore

I don't know why we still need a do-build override there, but I'll try to
investigate if I find the time.

Also, I don't have the hardware resources to test a full build of libh anymore
(my workstation broke in a cloud of flames and I don't install Qt2 on servers)
so I ask the indulgence of the FreeBSD crew to try this patch on bento or
something. I don't see why the build should fail now anyways, and this patch
should fix at least *part* of the problem.
How-To-Repeat: 
make fetch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-09-03 23:50:15 UTC
State Changed
From-To: open->closed

Commited, thanks!