Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-14 | Don't try to link GSSAPI module staticly if we're using shared libs. | jlam | 7 | -15/+92 | |
Fixes undefined symbols on linking other software against libsasl2. Bump PKGREVISION. | |||||
2004-02-14 | Update security/cyrus-sasl2 to 2.1.17. Changes from version 2.1.15 include: | jlam | 16 | -267/+92 | |
* Now correctly do authorizaton callback in sasl_checkpass() * Writable auxprop support * Significantly improved documentation | |||||
2004-02-14 | remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this | grant | 1 | -4/+1 | |
automatically now. | |||||
2004-02-13 | Yet another mipseb config.guess/config.sub override. | sekiya | 1 | -1/+4 | |
2004-02-12 | PKGSHLIBTOOL has been removed from pkgsrc; we're supposed to use | jlam | 2 | -4/+4 | |
${SHLIBTOOL} instead. | |||||
2004-02-12 | Remove hidden dependency on autoconf by using GNU_MISSING_OVERRIDE. Also, | jlam | 2 | -3/+5 | |
PKGSHLIBTOOL has been removed from pkgsrc and we're supposed to use ${SHLIBTOOL} instead. | |||||
2004-02-12 | We only conflict with cyrus-sasl<2.1.15nb2, which was the first version | jlam | 1 | -2/+2 | |
of cyrus-sasl2 after spliiting out the saslauthd into a separate package. | |||||
2004-02-12 | s/_BUILTIN_OPENSSL/BUILDLINK_IS_BUILTIN.openssl/g | jlam | 1 | -3/+3 | |
2004-02-12 | Create a new variable PREFER_NATIVE that has the opposite semantics | jlam | 5 | -15/+65 | |
as PREFER_PKGSRC. Preferences are determined by the most specific instance of the package in either PREFER_PKGSRC or PREFER_NATIVE. If a package is specified in neither or in both variables, then PREFER_PKGSRC has precedence over PREFER_NATIVE. | |||||
2004-02-12 | Reorganize code so that any dependencies are checked as part of deciding | jlam | 5 | -94/+97 | |
whether the software is built-in or not. This facilitates implementing the forthcoming PKGSRC_NATIVE variable. | |||||
2004-02-11 | bl3ify | xtraeme | 2 | -4/+28 | |
2004-02-10 | Add and enable py-gnutls. | minskim | 1 | -1/+2 | |
2004-02-10 | Import py-gnutls from pkgsrc-wip. | minskim | 4 | -0/+34 | |
Python bindings for GNUTLS. GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. Currently the GnuTLS library implements the proposed standards by the IETF's TLS working group. | |||||
2004-02-10 | Update fprot-workstation-bin to version 4.3.3. | ben | 2 | -6/+6 | |
2004-02-10 | buildlink3.mk files for libidn and libksba. | jlam | 1 | -0/+19 | |
2004-02-10 | include <sys/types.h> before <sys/socket.h>, allowing this to build | grant | 2 | -1/+14 | |
on IRIX 5.3. fixes second part of PR pkg/24375 from Georg Schwarz. | |||||
2004-02-10 | fix build on IRIX by using the right Makefile target, which contains | grant | 1 | -2/+4 | |
only the major part of OS_VERSION. fixes part of PR pkg/24375 from Georg Schwarz. | |||||
2004-02-10 | Add missing gettext-lib/buildlink2.mk. | minskim | 1 | -3/+3 | |
2004-02-10 | buildlink3.mk file for security/gnutls (used by mail/dovecot). | jlam | 1 | -0/+23 | |
2004-02-10 | bl3ify | jlam | 6 | -21/+53 | |
2004-02-10 | bl3ify, and bump the PKGREVISION due to gss dependency update. | jlam | 2 | -10/+31 | |
2004-02-10 | Bump DEPENDS after PKGREVISION update due to header file change. | jlam | 2 | -4/+4 | |
2004-02-10 | bl3ify and bump the PKGREVISION after removing <gss/krb5.h> (which isn't | jlam | 4 | -5/+34 | |
installed) from the gss.h header. | |||||
2004-02-10 | bl3ify and remove libiconv and gettext-lib buildlink files. This package | jlam | 2 | -9/+26 | |
really only needs gettext-lib through libgpg-error, and doesn't need libiconv at all unless it uses the pkgsrc gettext-lib. The gettext-lib buildlink3.mk file combined with the buildlink3 framework is considerably better at detecting this than the buildlink2.mk, which broke in a lot of instances. | |||||
2004-02-09 | BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to the | jlam | 1 | -2/+2 | |
existing value. This is critical to set the correct list of dependencies for a package. | |||||
2004-02-09 | bl3ify | jlam | 2 | -3/+21 | |
2004-02-09 | Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). | jmmv | 1 | -2/+2 | |
2004-02-09 | Pull in value of KRB4_PREFIX_CMDS from KERBEROS_PREFIX_CMDS. | wennmach | 1 | -6/+7 | |
This provides both, simple and fine-grained control over the Kerberos prefix. If not specified, KRB4_PREFIX_CMDS will default to the value of KERBEROS_PREFIX_CMDS. If specified, it overrides KERBEROS_PREFIX_CMDS. | |||||
2004-02-09 | Do not install bin/ftp (this will overwrite the ftp installed as part | wennmach | 2 | -31/+45 | |
of bootstrap-pkgsrc). ftp is now always installed as bin/k4ftp. In addition, if the variable KRB4_PREFIX_CMDS is set to YES, rcp, rlogin, rsh, su, and telnet will be installed with a "k4" prefix. This has been achieved by stealing the transform code from security/heimdal and by tayloring it a bit. Closes PR pkg/24354 by Tracy Di Marco White. | |||||
2004-02-09 | Update security/audit-packages to 1.29. Changes from version 1.28 include | jlam | 2 | -3/+4 | |
supporting using the FreeBSD "fetch" command to get the vulnerabilities list. Patch provided in PR 24371 by Michal Pasternak. | |||||
2004-02-08 | move CFLAGS and LD_LIBS to pkgsrc Makefile and clean up install | grant | 3 | -19/+76 | |
targets so platforms other than *BSD have a chance of building. install /etc/TIMEZONE on Solaris. XXX this package still needs more work to be useful on Solaris and other platforms. | |||||
2004-02-08 | link against socket libs on Solaris. | grant | 3 | -7/+11 | |
2004-02-08 | don't override variables which pkgsrc already sets in MAKE_ENV. | grant | 2 | -21/+31 | |
fixes build on Solaris. | |||||
2004-02-08 | PKGLIBTOOL and PKGSHLIBTOOL are no more. | jlam | 2 | -6/+6 | |
2004-02-08 | Install doc/DETAILS, which conveniently documents --with-colon formatted | kleink | 2 | -2/+8 | |
output, among other things. Bump to 1.2.4nb1. Approved by Thomas Klausner. | |||||
2004-02-07 | Don't set LD=${CC} globally, but only pass it to CONFIGURE_ENV, which is | jlam | 2 | -4/+4 | |
the only relevant place that wants it. | |||||
2004-02-07 | Remove forgotten patch from last commit (what it did is now in patch-ac). | cube | 1 | -13/+0 | |
Pointed out by wiz@. | |||||
2004-02-06 | If we're passing through MAKEFLAGS variables whose values may contain | jlam | 3 | -10/+10 | |
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets. | |||||
2004-02-05 | Make PREFER_PKGSRC just yes/no or a list of packages. This makes it | jlam | 5 | -25/+15 | |
simpler to understand. | |||||
2004-02-05 | Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its | jlam | 5 | -25/+20 | |
value outside of buildlink-related files. | |||||
2004-02-05 | Support a new global variable: | jlam | 5 | -5/+45 | |
BUILDLINK_PREFER_PKGSRC This variable determines whether or not to prefer the pkgsrc versions of software that is also present in the base system. This variable is multi-state: defined, or "yes" always prefer the pkgsrc versions not defined, or "no" only use the pkgsrc versions if needed by dependency requirements This can also take a list of packages for which to prefer the pkgsrc-installed software. The package names may be found by consulting the value added to BUILDLINK_PACKAGES in the buildlink[23].mk files for that package. | |||||
2004-02-05 | this needs libintl, so explicitly include gettext-lib/buildlink2.mk. | grant | 1 | -1/+2 | |
2004-02-04 | Regen. | fredb | 1 | -2/+2 | |
2004-02-04 | Remove extra, asymetric context from last hunk; it was confusing GNU patch. | fredb | 1 | -7/+5 | |
Problem pointed out by Georg Schwarz on tech-pkg. | |||||
2004-02-02 | Respect whitespaces in SUBST_SED.fixme. | xtraeme | 1 | -2/+2 | |
2004-02-02 | Fix build in FreeBSD, the output was: | xtraeme | 1 | -1/+13 | |
_mpih-mul1.s:2: Error: alignment not a power of 2 _mpih-mul1.s:20: Error: alignment not a power of 2 So, changing ALIGN (3) to ALIGN (4) fixes these problems. Patch sent by pancake in private email, adapted to use subst.mk framework by me. | |||||
2004-02-02 | Pretend that all versions of NetBSD newer than 1.6U have Heimdal-0.6. | jlam | 1 | -2/+2 | |
2004-02-02 | Update to 4.3.2: | wiz | 3 | -7/+8 | |
Version 4.3.2 contains various bugfixes and improvements to the documentation and software. o Minor modifications to the check-updates.pl script. o A libmilter plugin for the Mail Scanner added. o A qmail plugin for the Mail Scanner added. o Improved mime handling. o Various features added to scan-mail.pl. o Minor improvements in mime handling. | |||||
2004-02-01 | In the new compiler selection framework, GCC_REQD is appended to, not | jlam | 1 | -2/+2 | |
overridden. | |||||
2004-02-01 | s/seperated/separated/ | snj | 1 | -1/+1 | |