| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- allow build with openssl installed from ports.
PR: 76643
Reviewed by: William Fletcher
Approved by: MAINTAINER timeout
|
| |
|
|
|
|
| |
Requested by: kris
|
| |
|
|
|
|
|
|
| |
If you want to know which ports match '{,??-}apache{,-*}<2.*', do
/usr/local/sbin/pkg_version -T - '{,??-}apache{,-*}<2.*' < /usr/ports/INDEX | awk -F\| '{print$1}'
|
|
|
|
| |
Noted by: Randy Pratt <rpratt1950@earthlink.net>
|
|
|
|
|
| |
Noted by: kris
Fix from: marcus
|
|
|
|
|
|
|
|
|
| |
Special strings parsed that way are pl, alpha, beta, pre and rc.
Affected ports:
- databases/sybtcl sybtcl-3.0rc2
- graphics/linux-bmrt linux-bmrt-2.6beta
- net/py-ldap2 py23-ldap2-2.0.0pre21
|
|
|
|
| |
and compatibility with other port tools
|
|
|
|
| |
- fix a glitch when [!...] is used in patterns
|
|
|
|
|
|
|
|
|
|
| |
- add support for 4.10-release
Now
/usr/local/sbin/pkg_add -r openldap21-client
should work on all FreeBSD versions
- FWIIW, fix pkg_sign -t sha1 (PR 66354)
|
|
|
|
| |
/usr/local/sbin/pkg_info 'openldap-{client,server}-*'
|
|
|
|
|
| |
PR: 66081
Submitted by: Toni Viemero <toni.viemero@iki.fi>
|
|
|
|
| |
useful for clean room package creation (PR 66032)
|
|
|
|
|
|
|
| |
>=2.* <3.*
matches all 2.X versions, even alpha.
Fix a malformed conditional, noted by linimon.
|
|
|
|
|
| |
- enables the use of `+' in version numbers:
1.0.1+2003.09.16 > 1.0+2003.09.16
|
|
|
|
|
| |
- install in /usr/local by default
- conflict with sysutils/pkg_install
|
|
to test new features
PR: 56961, 56989 and 57029
|