| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
- use more autotools [2]
- fixes assertion problems related to openldap 2.4 [3]
PR: ports/129445 [1], ports/127675 [2], ports/122750 [3]
Submitted by: mm [1], "Eugene M. Kim" <gene@nttmcl.com> [2]
Approved by: maintainer (timeout ports/127675, ports/129030, ports/127675)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
jnlin at csie.nctu.edu.tw
- Use MAN5PREFIX
- portlint warns:
1) IGNORE should be lowercase-lead
2) INSTALLS_SHLIB should be replaced by USE_LDCONFIG
3) PLIST_FILES should be used when only two files
- Bump PORTREVISION
PR: ports/104310
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (timeout)
|
|
|
Only gethosbyname, gethostbyname2, gethostbyaddr are implemented.
Behavior of getpwXXX functions is made traditional for BSD. When uid=0
they return user password, otherwise returned password is "x".
Also, in previous version of the port functions setpwent/endpwent and
setgrent/endgrent were mixed. Now they are not.
- Assign maintainership to submitter.
Submitted by: Artem Kazakov <kazakov@gmail.com>
|