Bug 21720 - Update port to use ADNS.
Summary: Update port to use ADNS.
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: 2000-10-03 07:40 UTC by Peter Haight
Modified: 2000-12-21 06:25 UTC (History)
0 users

See Also:


Attachments
file.diff (13.90 KB, patch)
2000-10-03 07:40 UTC, Peter Haight
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Haight 2000-10-03 07:40:01 UTC
	- Update to use ADNS

	New files:
		patches/patch-ab
		patches/patch-ac
Comment 1 Peter Pentchev 2000-10-03 07:51:42 UTC
On Mon, Oct 02, 2000 at 11:36:21PM -0700, peterh@sapros.com wrote:
> >Synopsis:       Update port to use ADNS.
[snip]
> --- gale.bak/patches/patch-ab	Wed Dec 31 16:00:00 1969
> +++ gale/patches/patch-ab	Mon Oct  2 23:25:38 2000
> @@ -0,0 +1,345 @@
> +--- configure.orig	Mon Oct  2 23:25:16 2000
> ++++ configure	Mon Oct  2 23:25:19 2000
[snip 370+ lines of patch]

Hmm wouldn't it be generally better, with ports using GNU configure
scripts, to patch configure.in, define USE_AUTOCONF in the port Makefile,
and have bsd.port.mk invoke autoconf to regenerate the configure script?

G'luck,
Peter

-- 
I am the meaning of this sentence.
Comment 2 Will Andrews freebsd_committer freebsd_triage 2000-12-21 06:24:39 UTC
State Changed
From-To: open->closed

Committed, thanks.  I'm not happy that this requires rsaref lib (which is no 
longer part of the ports collection) or that it includes an ugly hack in the 
form of a patch to configure (instead of configure.in), but this will be 
your problem.