Bug 63800 - samba-libsmbclient port wants autoconf but it doesn't really need it
Summary: samba-libsmbclient port wants autoconf but it doesn't really need it
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: 2004-03-05 13:50 UTC by Seva Gluschenko
Modified: 2004-03-06 11:42 UTC (History)
0 users

See Also:


Attachments
file.diff (261 bytes, patch)
2004-03-05 13:50 UTC, Seva Gluschenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Seva Gluschenko 2004-03-05 13:50:23 UTC
	net/samba-libsmbclient port uses USE_AUTOCONF=yes declaration in its
	Makefile thus forcing user to have autoconf (v2.53) installed.
	It doesn't really needed for the port to be built, however.

Fix: The GNU_CONFIGURE=yes declaration is just enough. Apply patch below in
	/usr/ports/net/libsmbclient:
How-To-Repeat: 	Try to build the port. If you ports collection doesn't have devel/autoconf
	folder, the build will be broken.
Comment 1 Koop Mast 2004-03-05 17:01:50 UTC
Looks ok, please commit

Testen on:
5.2-Current and 4.9-Stable
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-06 11:42:10 UTC
State Changed
From-To: open->closed

Committed, thanks!