2009-06-14 20:09:49 by Joerg Sonnenberger | Files touched by this commit (291) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-02-24 22:22:42 by Quentin Garnier | Files touched by this commit (7) |
Log message:
- Update to 1.3.0
- Drop maintainership
- Fix a reference to /usr/pkg that was committed by accident in a file
[hi joerg!]
- Remove MESSAGE because it's about NetBSD 1.6 and older
- Add USE_DESTDIR support
1.3.0: released 2005-08-03
- disable Van Jacobson compression by default [Pokrywka]
- prototype packet buffering and reordering [Cameron/Anonymous]
- comply with RFC2637 on echo wait and idle wait parameters [Brox]
- new pptpd-logwtmp-strip-domain option [Cameron]
- defer writes to pty until pppd has set it up properly [Cameron]
- process initial packet length header properly [Beregszaszi]
- ignore ENETDOWN and ENXIO on sendto in bcrelay [Cameron]
- add section on debugging to pptpd.8 [Mueller]
1.2.3: released 2005-02-17
- error check critical dup2 calls [Cameron]
- performance, use writev() if available, avoiding memcpy() [Sundberg]
- compilation fix for gcc old versions [Cameron]
1.2.2: released 2005-01-05
- fix deadlock hang due to syslog(3) called by signal handler [Cameron]
- turn off logging to stderr, to prevent loopback [Hall]
|
2006-11-11 17:50:54 by Roland Illig | Files touched by this commit (1) |
Log message:
Fixed "test ==".
|
2006-03-23 01:53:48 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
DragonFly support.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message:
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-05-02 22:34:09 by Jeremy C. Reed | Files touched by this commit (172) |
Log message:
RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-01-12 13:28:04 by Quentin Garnier | Files touched by this commit (3) |
Log message:
Correctly reference location of the logwtmp plugin. Otherwise it makes
pppd fail and the connection doesn't happen. PKGREVISION++.
|