Bug 82454 - update net/gatekeeper, take maintainership
Summary: update net/gatekeeper, take maintainership
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-20 22:20 UTC by Joerg Pulz
Modified: 2005-06-23 15:47 UTC (History)
0 users

See Also:


Attachments
gatekeeper.diff (11.80 KB, patch)
2005-06-20 22:20 UTC, Joerg Pulz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg Pulz 2005-06-20 22:20:22 UTC
	update net/gatekeeper to v2.2.2
		- switch to GNU_CONFIGURE
		- added knobs to build with MySQL and PostgreSQL
		  (currently not active due to compile problems)
		- added pkg-install and pkg-deinstall scripts to create an
		  unpriviledged user account and to create/remove (un)necessary
		  files and directories (based on www/squid)
		- added rcNG script to start and stop the daemon
		- install example configuration in ${PREFIX}/etc
		- install more examples to ${EXAMPLESDIR}
		- updated pkg-plist and distinfo
		- retired old patches and added a new one

	as the maintainer is currently set to ports@FreeBSD.org, i would
	take it to provide further updates.

Fix: - apply the diff to net/gatekeeper
	- remove files/patch-makefile and files/patch-singleton.h from CVS
	- add pkg-install, pkg-deinstall, files/gnugk.sh.sample and
	  files/patch-Makefile.in to CVS
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2005-06-21 11:33:44 UTC
===>  Building for gatekeeper-2.2.2_3
autoconf
gmake: autoconf: Command not found
gmake: *** [configure] Error 127
*** Error code 2

Stop in /usr/ports/net/gatekeeper.

USE_AUTOCONF_VER is missed

-- 
Sem.
Comment 2 Joerg Pulz 2005-06-21 13:31:16 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On Tue, 21 Jun 2005, Sergey Matveychuk wrote:

> ===>  Building for gatekeeper-2.2.2_3
> autoconf
> gmake: autoconf: Command not found
> gmake: *** [configure] Error 127
> *** Error code 2
>
> Stop in /usr/ports/net/gatekeeper.
>
> USE_AUTOCONF_VER is missed

Hi Sergey,

thanks for the hint. I didn't thought about this, it was late last night.

If you replace the line:
GNU_CONFIGURE=YES
with
USE_AUTOCONF_VER=259
after applying the patch from the PR, it should work.

Sorry for this.
Joerg

- -- 
The beginning is the most important part of the work.
 				-Plato
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQFCuAiXSPOsGF+KA+MRAj0xAJ4juDexO/dN0Rtnl5tutWo9CrXH2ACeNppE
f3cUDaE1nsM79xAlxUSNXjQ=
=4v/k
-----END PGP SIGNATURE-----
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-06-22 13:59:27 UTC
State Changed
From-To: open->feedback

Compilation dies on FreeBSD 4.X in radius section, should I conditionally 
disable radius depending on FreeBSD version?
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2005-06-22 13:59:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Handling
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2005-06-23 15:46:51 UTC
State Changed
From-To: feedback->closed

Committed, thanks!