summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-14Modify linux-pam and solaris-pam builtin.mk files to be more generaljlam3-30/+40
in their tests for built-in versions of the PAM implementations. The MacOS X case now collapses nicely into the linux-pam case. Allow pam.buildlink3.mk to use solaris-pam as an accepted PAM implementation.
2005-01-14Fix spelling error that would have made this file inefficient.jlam1-2/+2
2005-01-14We need to check that IS_BUILTIN.<pam> is "yes", not just that it's empty.jlam1-2/+3
2005-01-14Add a builtin.mk file to detect Solaris' PAM, used by pam.buildlink3.mk.jlam1-0/+19
2005-01-14Switch to using pam.buildlink3.mk.jlam1-2/+2
2005-01-14Create a pam.buildlink3.mk file that is used by PAM-using packages.jlam21-45/+121
It includes the correct buildlink3.mk file from either Linux-PAM (security/PAM) or OpenPAM (security/openpam) and eventually will support solaris-pam. pam.buildlink3.mk will: * set PAMBASE to the base directory of the PAM files; * set PAM_TYPE to the PAM implementation used. There are two variables that can be used to tweak the selection of the PAM implementation: PAM_DEFAULT is a user-settable variable whose value is the default PAM implementation to use. PAM_ACCEPTED is a package-settable list of PAM implementations that may be used by the package. Modify most packages that include PAM/buildlink3.mk to include pam.buildlink3.mk instead.
2005-01-14Rename the multiple inclusion guard to LINUX_PAM_BUILDLINK3_MK.jlam1-5/+5
2005-01-14Add $NetBSD$.tv1-0/+3
2005-01-14Add override for uncommon "config.rpath" GNU config snippet. Use platformtv3-11/+543
file to indicate that override logic should be turned on. (AFAICT, only Interix is afflicted at the moment.)
2005-01-14* Rename the buildlink module name associated with the security/PAMjlam5-37/+49
package from "pam" to "linux-pam". * Rewrite PAM/builtin.mk to check that we have Linux-PAM, and re-classify MacOS X's PAM as Linux-PAM because it _is_, according to to Apple. Also don't use BUILDLINK_TRANSFORM.* to rewrite header file paths -- just use a symlink so that <security/*.h> can be used to find <pam/*.h>.
2005-01-13Add a builtin.mk file to check for a built-in version of openpam and tojlam1-0/+40
associate it with a PKGNAME.
2005-01-13Add a buildlink3.mk file for openpam.jlam1-0/+20
2005-01-13This package dlopen()s loadable modules, so include dlopen.buildlink3.mkjlam1-1/+3
to do the right thing on NetBSD-2.0.
2005-01-13Note conflict with openpam-[0-9]*.jlam1-1/+3
2005-01-13Add and enable openpam.jlam1-1/+2
2005-01-13Initial import of openpam-20040210 as security/openpam.jlam1-1/+2
OpenPAM is an open source PAM library that focuses on simplicity, correctness, and cleanliness. OpenPAM aims to gather the best features of Solaris PAM, XSSO and Linux-PAM, plus some innovations of its own. In areas where these implementations disagree, OpenPAM tries to remain compatible with Solaris, at the expense of XSSO conformance and Linux-PAM compatibility. These are some of OpenPAM's features: - Implements the complete PAM API as described in the original PAM paper and in OSF-RFC 86.0; this corresponds to the full XSSO API except for mappings and secondary authentication. Also implements some extensions found in Solaris 9. - Extends the API with several useful and time-saving functions. - Performs strict checking of return values from service modules.
2005-01-13The last change did not work. The PREFIX variable was not evaluated untildarcy1-5/+6
after the .if. Changed it back but added more comments about it.
2005-01-13Follow style guidelines.jmmv1-13/+13
2005-01-13Initial import of openpam-20040210 as security/openpam.jlam6-0/+147
OpenPAM is an open source PAM library that focuses on simplicity, correctness, and cleanliness. OpenPAM aims to gather the best features of Solaris PAM, XSSO and Linux-PAM, plus some innovations of its own. In areas where these implementations disagree, OpenPAM tries to remain compatible with Solaris, at the expense of XSSO conformance and Linux-PAM compatibility. These are some of OpenPAM's features: - Implements the complete PAM API as described in the original PAM paper and in OSF-RFC 86.0; this corresponds to the full XSSO API except for mappings and secondary authentication. Also implements some extensions found in Solaris 9. - Extends the API with several useful and time-saving functions. - Performs strict checking of return values from service modules.
2005-01-13Note revision bump for pkg_notify to 1.jmmv1-1/+2
2005-01-13Add missing file to PLIST. Bump PKGREVISION to 1. Hi xtraeme@...jmmv2-2/+5
2005-01-13Put back the proper variable construct for LIBTOOL_REQD that was borken intv1-5/+3
previous. (_OPSYS_LIBTOOL_REQD is only defined on some platforms, so the :U clause provides the next best choice if that's not defined.)
2005-01-13Note revision bump for gtk2-engines to 1.jmmv1-1/+2
2005-01-13Fix multiple useless C99isms. Should fix the build with GCC 2.95.jmmv5-3/+54
Spotted by latest NetBSD 1.6.2/i386 kristerw@'s bulk build. While here, commit an update that has been laying here for a while. This should depend on the latest gtk2 to avoid a deadlock when using SVG themes. So bump PKGREVISION to 1.
2005-01-13Fix multiple useless C99isms. Should fix the build with GCC 2.95.jmmv5-1/+137
Spotted by latest NetBSD 1.6.2/i386 kristerw@'s bulk build.
2005-01-13* Clean up syntax ambiguities, e.g. (my $foo = $bar) =~ ....tv1-111/+147
* Add optional verbosity to show most commands as they are being executed. * "use strict" and "use warnings". * Slurp in the varables from build.conf and bmake in one shot (amazing startup speed boost with nfs pkgsrc); put them in a hash to make "use strict" much happier with the namespace. * Fix a bunch of undef-dereference errors evidenced by "use warnings". * Exclude PKG_DBDIR from leftovers list if it is inside LOCALBASE. * Convert some <a name="..."/> constructs to <a name="..."></a> to make non-XHTML-compliant browsers happier.
2005-01-13update to 0.8.4drochner3-11/+10
relevant changes: -extended to expose more expat features: - CurrentLineNumber, CurrentColumnNumber, CurrentByteIndex - symbolic error numbers added in Expat 1.95.7 and 1.95.8 * Added Dublin Core Metadata Initiative (DCMI) namespaces to the xml.ns module. * fix memory leaks in pyexpat * fix line number reporting in SAX
2005-01-13Bump PKGREVISION to 1 as a result of fixing the run-time behavior ofjlam1-1/+2
openssl on sparc64 and amd64 in the previous commit.
2005-01-13Optimize the NetBSD/amd64 config a bit to improve RC4 performance, andjlam2-5/+5
fix the NetBSD/sparc64 config by adding -DMD32_REG_T=int to the flags. Tested by martin (at) NetBSD.org. This should fix PR pkg/28858.
2005-01-13Note update of www/squid package to 2.5.7nb5.taca1-1/+2
2005-01-13Add three official fixes.taca2-4/+13
o 2005-01-12 17:21 (Security issue) Denial of service with forged WCCP messages o 2005-01-12 17:19 (Security issue) buffer overflow bug in gopherToHTML() o 2005-01-08 03:13 (Medium) fakeauth_auth memory leak and NULL pointer access Bump package revision.
2005-01-13Use the buildlink for openssl and libiconv. This allows nail to buildcjep1-1/+4
properly on platforms that don't have these as standard. From georg schwarz in PR#28766.
2005-01-13Updated octave-current to 2.1.64nb1adam1-1/+2
2005-01-13Fixed installation problem - now all the modules should be installed ↵adam4-8/+93
correctly, and buildlinked against fftw (not fftw2)
2005-01-13Fix error in patch to build libtiffcxx.la that tried to create librariesjlam3-6/+6
with no objects. libtiffcxx.la now correctly builds using tif_stream.lo. Bump the PKGREVISION to 2.
2005-01-13Updated gsl to 1.6adam2-3/+3
2005-01-13Changes 1.6:adam4-17/+18
* Added a new wavelet directory, with 1-dimensional and 2-dimensional discrete wavelet transforms. * Added support for LQ and P^T LQ decompositions. To find the QR decomposition of large systems (M>>N) use the LQ decomposition, solving the transpose of the original system. This allows more efficient memory access, and is useful for solving large least-squares problems. * Fixed a bug in the SYRK and HERK blas functions gsl_blas_{s,d,c,z}syrk and gsl_blas_{c,z}herk which caused invalid memory access for non-square matrices. * Fixed a bug in gsl_swap_vectors which caused it to return incorrect results when swapping vectors with different strides. * Corrected the error estimate for gsl_cheb_eval_n_err to use evaluation order instead of the approximation order. * Improved the reliability of the gsl_sf_gamma_inc family of functions. * Equal abscissae are now handled gracefully in the cspline and periodic cspline interpolations. * Removed potential cancellation error in calculation of uniform histogram ranges. * Improved numerical stability of integration for akima and cspline interpolation. * Differential equation solvers now handle error codes returned from user-defined functions. * Improved error estimates in ode-initval solvers, and provide exact derivatives on output. Added new semi-implicit ode-initval solver, gsl_odeiv_step_rk2simp. * Added missing function definition for gsl_sf_psi_1. * Fixed the function gsl_sf_expint_Ei_scaled to call gsl_sf_expint_Ei_scaled_e instead of gsl_sf_expint_Ei_e. * Added cumulative distribution function for exponential power distribution. * The functions gsl_cdf_beta_P and gsl_cdf_beta_Q now return consistent results of 0 or 1 for out of range values, x<0 and x>1, rather than 0 for left and right tails simultaneously. * The Jacobi eigensolvers gsl_eigen_jacobi and gsl_eigen_jacobi_invert have new implementations from Golub and Van Loan. * The standard output and standard error streams are now flushed by the default error handler before the program aborts, in order to ensure that error messages are properly displayed on some platforms.
2005-01-13Use TCL_VERSION instead of hardcoding the Tcl version number.minskim1-2/+4
2005-01-13Define TCL_VERSION in a separate file so that it can be included byminskim2-3/+8
other packages (e.g. tcl-tclX).
2005-01-13Note pkgrevision bump on wget: added ipv6 support.bouyer1-1/+2
2005-01-13bump PKGREVISION for ipv6 support.bouyer1-2/+2
2005-01-13Support IPv6 via PKG_SUPPORTED_OPTIONS= inet6. Reviewed by Juan RP.bouyer1-1/+11
2005-01-13moved to py-kenosisdrochner4-284/+0
2005-01-13Note revision bump for gst-plugins to 1 and addition of gst-plugins-opengl.jmmv1-1/+3
2005-01-13Add and enable gst-plugins-opengl.jmmv1-1/+2
2005-01-13Initial import of gst-plugins-opengl, version 0.8.7:jmmv3-0/+25
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple mp3 playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. This package provides the OpenGL plugin for GStreamer, which allows graphics rendering through this library.
2005-01-13kenosis moveddrochner1-2/+2
2005-01-13Explicitly disable multiple drivers. This fixes the build under Linux,jmmv3-15/+26
where OpenGL was not detected properly but was included in the PLIST. Also avoids the installation of the v4l plugin, which resulted in extra files in that system. Bump PKGREVISION to 1.
2005-01-13re-import kenosis as py-kenosis for consistency,drochner4-0/+285
add a dependency on py-xml to fix build error noted by Min Sik Kim
2005-01-13Regen to make GNU patch happy.minskim2-7/+9