summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-27wrap a long line in BUILD_DEFS output, tweak the message slightly.grant1-3/+4
2004-03-27don't assume that /usr/bin/gunzip will exist, use /usr/bin/gzip -dgrant1-2/+2
instead.
2004-03-27reflect pkgchk -> pkg_chk move. bump date. s/netbsd.org/NetBSD.org/grant1-4/+4
2004-03-27pkg_chk now lives in pkgtools/pkg_chk, don't try to cd to pkgtoos/pkgchkgrant1-2/+2
2004-03-27Use the correct zlib.h, not the one distributed with cvs.jlam2-4/+13
2004-03-27Check for USE_INET being "YES" or "yes".jlam1-2/+2
2004-03-27Note pkgchk -> pkg_chk renaming.wiz1-1/+2
2004-03-27Moved to pkg_chk.wiz5-933/+0
2004-03-27Move pkgchk to pkg_chk.wiz1-2/+2
2004-03-27Refer to pkg_chk here too.wiz1-1/+1
2004-03-27Re-import pkgtools/pkgchk as pkg_chk so that program name, PKGNAME,wiz5-0/+935
and directory path match. Addresses PR 23679.
2004-03-26Note automake17 removal.wiz1-1/+2
2004-03-26Add a missing include so that it compiles with recent devel/stlport.kristerw2-1/+14
2004-03-26Check Perl pre-requisites last. This way, avoid pulling in perl-5.6.xrh1-2/+2
first and then a package that might require perl-5.8.x. Should fix bulk builds.
2004-03-26Make this package compile on NetBSD current.kristerw2-1/+15
2004-03-26Use INCOMPAT_CURSES now that NetBSD curses provide KEY_RESIZE.wiz1-2/+3
2004-03-26Update comment about why this needs ncurses.wiz1-2/+2
Only remaining: abuses stdscr->_delay (XXX: possible to replace with timeout()?).
2004-03-26Update comment why ncurses are needed (using internal, ewww).wiz1-2/+2
2004-03-26Use INCOMPAT_CURSES now that NetBSD's native curses have KEY_RESIZE.wiz1-6/+5
Also, update HOMEPAGE and MASTER_SITES while here.
2004-03-26Update comment about why this needs ncurses.wiz1-2/+2
2004-03-26Set INCOMPAT_CURSES now that NetBSD haswiz1-3/+3
MAX_FORM_COMMAND.
2004-03-26Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults tojlam8-19/+17
"yes" and packages that can't use the DB-1.85 API should set it to "no". This makes the native DB the preferred DB if it exists.
2004-03-26Include the iostream header file before using ostream. Fixes build onminskim2-1/+14
NetBSD-current.
2004-03-26Remove vulnerable automake version.wiz7-240/+1
2004-03-26Introduce SPAMASSASSIN_VERSION. And most significantly use it instead ofseb1-4/+5
PKGVERSION in DISTNAME's definition so PKGREVISION's value does not render it useless. Okay'ed by wiz@.
2004-03-26Teach security/tcp_wrappers to build on NetBSD systems. Remove thejlam3-25/+51
ONLY_FOR_PLATFORMS setting and simply allow the build to fail on systems on which it currently doesn't build. Replace the cascading if statement that set the Makefile target with something more compact. Lastly, teach tcp_wrappers to partially honor PKG_SYSCONFDIR -- it will default to the historic locations /etc/host.{allow,deny} for the config files, but if PKG_SYSCONFDIR.tcp_wrappers is set in /etc/mk.conf, then it will use that instead.
2004-03-26Ensure that ${LOCALBASE}/lib is always in the runtime library search path,jlam1-1/+8
even for packages that have no dependencies.
2004-03-26Consolidate all of the PLIST.* files that duplicated each other into ajlam7-38/+10
single file PLIST.shlib. Only have PLIST.${LOWER_OPSYS} if it differs from PLIST.shlib.
2004-03-26Attribute "my thoughts" to the original author.jlam1-3/+3
2004-03-26Don't rebuild openssl again as part of installing it.jlam2-5/+10
2004-03-26Allow the rehash of the certs database to not error out during the buildjlam3-14/+23
due to libssl.so.300 not being found by correctly setting LD_LIBRARY_PATH.
2004-03-26We can't use ${PKGBASE} on the left-hand side of an assignment since it'sjlam1-2/+2
not defined yet until bsd.pkg.mk. Explicitly use "openssl" instead. This correctly forces NetBSD installations of openssl to use /etc/openssl as the configuration file directory as originally intended.
2004-03-26Add some mirror sites since the main OpenSSL site seems to be dead at thejlam1-2/+7
moment.
2004-03-26-openldap-2.1.28taca1-2/+1
Wait for the release marked as stable.
2004-03-26Note openssl-0.9.6m update.wiz1-1/+2
2004-03-26Add show-deps target:wiz1-1/+9
List all packages that depend on a particular package; needs the INDEX file Usage: 'make show-deps PKG=openssl' PKG: name of the package No make dependency on INDEX by purpose, since INDEX generation right now happens too often (too much phoniness, I guess).
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz744-1120/+1520
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26Update to 0.9.6m:wiz9-39/+38
Changes between 0.9.6l and 0.9.6m [17 Mar 2004] *) Fix null-pointer assignment in do_change_cipher_spec() revealed by using the Codenomicon TLS Test Tool (CAN-2004-0079) [Joe Orton, Steve Henson]
2004-03-26Make this compile when using gcc 3. Patches provided bykristerw6-13/+135
Chris Tribo in PR pkg/24886.
2004-03-26Note PKGREVISION bump for emacs and emacs20.kristerw1-1/+3
2004-03-25When building devel/gmake as a build dependency, build it without localejlam2-2/+4
support. This makes it easier to "bootstrap" the installation of a pkgsrc compiler without a lot of additional indirect build dependencies on gettext, libiconv, libtool, etc.
2004-03-25Allow building a gmake without a dependency on gettext, libiconv,jlam3-23/+35
libtool, etc. if GMAKE_LOCALE=no. This allows "bootstrapping" lang/gcc or lang/gcc3-c more automatically. Bump the PKGREVISION.
2004-03-25Fix tcl/tk configure script stupidity: it overwrote the value of LDFLAGSjlam11-74/+1646
that accumulates within itself with a do-nothing version because it tried to re-use LDFLAGS for another purpose. This broke all library checks after the "checking for ELF" step. Fix this by (duh) not re-using LDFLAGS but by using a different variable. Bump the PKGREVISIONs of lang/tcl and x11/tk. This fixes building the threaded versions of tcl and tk.
2004-03-25Move the inclusion of pthread.buildlink3.mk within the section that managesjlam1-3/+3
the buildlink3 stack depth.
2004-03-25It is not only SunOS that need -fno-zero-initialized-in-bss whenkristerw1-3/+3
using gcc 3. Add this flag for all configurations. Bump PKGREVISION.
2004-03-25Fix LP64 issues.kristerw10-3/+116
Add -fno-zero-initialized-in-bss when compiling with gcc3 (this is not needed for all configurations, but it does never hurt). Bump PKGREVISION.
2004-03-25The location of the 802.11 header files moved at approx 1.6Y, allow formarkd3-1/+35
this. Fixes build on -current.
2004-03-25update milter-greylist to 1.0manu2-6/+8
new features include multi-MX sync and auto whitelisting. And a lot of bugfixes
2004-03-25Note ghostscript-gnu* updates to 7.07.wiz1-1/+4
2004-03-25Update to 7.07:wiz6-20/+11
7.07: Security fix and bug fixes. 7.06: Bug fixes and doc updates. Also new in this release is the 'pngalpha' device which produces png output with a transparent background (page) color so they can be composited against a separate background. The transparency is based only on what parts of the page have been drawn and does not support PDF 1.4 transparent painting. Closes PR 24893.