Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -4/+4 | |
CONFIGURE_ARGS. | |||||
2005-10-25 | Add SOCKS4/SOCKS5 support. | scottr | 1 | -1/+15 | |
2005-09-28 | Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, | rillig | 1 | -3/+3 | |
NO_BUILD, USE_LIBTOOL. | |||||
2005-05-30 | Correct handling if gssapi and kerberos is defined. Proposal by | frueauf | 1 | -4/+3 | |
Dieter Baron, tested by Jukka Salmi. | |||||
2005-05-30 | Avoid that "kerberos" appears more than once in PKG_OPTIONS. | frueauf | 1 | -2/+2 | |
Change suggested by Jukka Salmi. | |||||
2005-05-24 | transform PKG_DEFAULT_OPTIONS+= to PKG_SUGGESTED_OPTIONS. Suggested by | frueauf | 1 | -4/+2 | |
Jukka Salmi. | |||||
2005-01-21 | Remove definition of CRYPTO. It is no longer needed if | frueauf | 1 | -2/+1 | |
PKG_USE_KERBEROS is defined, noted by Jukka Salmi. | |||||
2005-01-21 | Rework kerberos V support: | frueauf | 1 | -7/+19 | |
- use kerberos instead of kerberos5 as PKG_SUPPORTED_OPTIONS to keep compliance with other kerberos aware packages in pkgsrc - use the krb5 buildlink environment Introduce support for gssapi which was also requested in pr pkg/26170 with the according PKG_SUPPORTED_OPTIONS. gssapi will imply kerberos5. | |||||
2005-01-20 | Add option for kerberos5 like suggested in pr pkg/26170. | frueauf | 1 | -2/+12 | |
Since I have no kerberos server I just verified it compiled. | |||||
2005-01-10 | Remove inet6 from PKG_DEFAULT_OPTIONS. When USE_INET6 is defined it will set | adrianp | 1 | -2/+2 | |
inet6. Move to calling all such flags 'inet6'. | |||||
2004-11-17 | Remove obsolete variables. You'll want to use: | xtraeme | 1 | -11/+1 | |
PKG_OPTIONS.<pkg>+= foo blah | |||||
2004-08-22 | Change the way that legacy USE_* and FOO_USE_* options are converted | jlam | 1 | -15/+14 | |
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590. | |||||
2004-08-05 | Move the setting of default options out of the section that will be deleted | jlam | 1 | -2/+2 | |
that will be deleted in the future. | |||||
2004-08-05 | Move options-handling into a separate file and document each option. | jlam | 1 | -0/+51 | |