Bug 50695 - MAINTAINER UPDATE: Workaround for unfetchable devel/ocaml-pcre
Summary: MAINTAINER UPDATE: Workaround for unfetchable devel/ocaml-pcre
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-04-07 21:30 UTC by Henrik Motakef
Modified: 2003-04-13 12:16 UTC (History)
0 users

See Also:


Attachments
file.diff (677 bytes, patch)
2003-04-07 21:30 UTC, Henrik Motakef
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Motakef 2003-04-07 21:30:03 UTC
	The devel/ocaml-pcre port is outdated, the old distfile isn't fetchable
	any more.

	The new version depends on devel/pcre 4.1, which is not in the ports
	tree  yet, so a simple update is not currently possible. This patch
	updates the Makefile to fetch the old-but-working distfile from
	a temorary mirror until a proper update is possible.

	Additionally, ocaml-pcre is now built without the "-custom" switch
	by default (with a WITH_CUSTOM knob to change this). This is required
	by a depending port of WDialog by Stephane Legrand.

How-To-Repeat: 	cd /usr/ports/devel/ocaml-pcre && make fetch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-13 12:16:38 UTC
State Changed
From-To: open->closed

Commited, thanks!