| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
1.15_2
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
24 Jun 2008 08:11:00
1.15_2
|
az  |
- Drop maintainership |
13 Dec 2007 13:34:47
1.15_2
|
az  |
- Fix plist (%%ETCDIR%% removal)
Submitted by: pav@ |
12 Dec 2007 08:48:31
1.15_1
|
az  |
- Add rc.d script
- Add tip in pkg-message
- Provide sample config in %%ETCDIR%%
- BUMP port revision
PR: ports/118089
Submitted by: olli hauer <ohauer at gmx.de> |
22 Jan 2006 08:31:47
1.15
|
edwin  |
SHA256ify
Approved by: krion@ |
21 Dec 2005 05:36:33
1.15
|
az  |
- Fix build on CURRENT.
This way devel/libevent can be fixed too. |
03 Oct 2005 13:55:25
1.15
|
az  |
- Change my e-mail
Approved by: sem (mentor) |
26 Jul 2005 14:06:07
1.15
|
novel  |
- Update to 1.15
- Pass maintainership to submitter
PR: 84121
Submitted by: Andrej Zverev <az@inec.ru> |
05 Feb 2004 20:38:07
1.13
|
trevor  |
Use PLIST_FILES.
Reviewed by: marcus |
29 Jan 2004 07:24:56
1.13
|
trevor  |
SIZEify. |
14 Jan 2004 12:47:13
1.13
|
clement  |
Add dnsproxy-1.13, a proxy for DNS queries.
The dnsproxy daemon is a proxy for DNS queries. It forwards these
queries to two previously configured nameservers: one for
authoritative queries and another for recursive queries. The
received answers are sent back to the client unchanged. No local
caching is done.
Approved by: erwin (mentor) (implicitly) |