Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-27 | wrap a long line in BUILD_DEFS output, tweak the message slightly. | grant | 1 | -3/+4 | |
2004-03-27 | don't assume that /usr/bin/gunzip will exist, use /usr/bin/gzip -d | grant | 1 | -2/+2 | |
instead. | |||||
2004-03-27 | reflect pkgchk -> pkg_chk move. bump date. s/netbsd.org/NetBSD.org/ | grant | 1 | -4/+4 | |
2004-03-27 | pkg_chk now lives in pkgtools/pkg_chk, don't try to cd to pkgtoos/pkgchk | grant | 1 | -2/+2 | |
2004-03-27 | Use the correct zlib.h, not the one distributed with cvs. | jlam | 2 | -4/+13 | |
2004-03-27 | Check for USE_INET being "YES" or "yes". | jlam | 1 | -2/+2 | |
2004-03-27 | Note pkgchk -> pkg_chk renaming. | wiz | 1 | -1/+2 | |
2004-03-27 | Moved to pkg_chk. | wiz | 5 | -933/+0 | |
2004-03-27 | Move pkgchk to pkg_chk. | wiz | 1 | -2/+2 | |
2004-03-27 | Refer to pkg_chk here too. | wiz | 1 | -1/+1 | |
2004-03-27 | Re-import pkgtools/pkgchk as pkg_chk so that program name, PKGNAME, | wiz | 5 | -0/+935 | |
and directory path match. Addresses PR 23679. | |||||
2004-03-26 | Note automake17 removal. | wiz | 1 | -1/+2 | |
2004-03-26 | Add a missing include so that it compiles with recent devel/stlport. | kristerw | 2 | -1/+14 | |
2004-03-26 | Check Perl pre-requisites last. This way, avoid pulling in perl-5.6.x | rh | 1 | -2/+2 | |
first and then a package that might require perl-5.8.x. Should fix bulk builds. | |||||
2004-03-26 | Make this package compile on NetBSD current. | kristerw | 2 | -1/+15 | |
2004-03-26 | Use INCOMPAT_CURSES now that NetBSD curses provide KEY_RESIZE. | wiz | 1 | -2/+3 | |
2004-03-26 | Update comment about why this needs ncurses. | wiz | 1 | -2/+2 | |
Only remaining: abuses stdscr->_delay (XXX: possible to replace with timeout()?). | |||||
2004-03-26 | Update comment why ncurses are needed (using internal, ewww). | wiz | 1 | -2/+2 | |
2004-03-26 | Use INCOMPAT_CURSES now that NetBSD's native curses have KEY_RESIZE. | wiz | 1 | -6/+5 | |
Also, update HOMEPAGE and MASTER_SITES while here. | |||||
2004-03-26 | Update comment about why this needs ncurses. | wiz | 1 | -2/+2 | |
2004-03-26 | Set INCOMPAT_CURSES now that NetBSD has | wiz | 1 | -3/+3 | |
MAX_FORM_COMMAND. | |||||
2004-03-26 | Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults to | jlam | 8 | -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-26 | Include the iostream header file before using ostream. Fixes build on | minskim | 2 | -1/+14 | |
NetBSD-current. | |||||
2004-03-26 | Remove vulnerable automake version. | wiz | 7 | -240/+1 | |
2004-03-26 | Introduce SPAMASSASSIN_VERSION. And most significantly use it instead of | seb | 1 | -4/+5 | |
PKGVERSION in DISTNAME's definition so PKGREVISION's value does not render it useless. Okay'ed by wiz@. | |||||
2004-03-26 | Teach security/tcp_wrappers to build on NetBSD systems. Remove the | jlam | 3 | -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-26 | Ensure that ${LOCALBASE}/lib is always in the runtime library search path, | jlam | 1 | -1/+8 | |
even for packages that have no dependencies. | |||||
2004-03-26 | Consolidate all of the PLIST.* files that duplicated each other into a | jlam | 7 | -38/+10 | |
single file PLIST.shlib. Only have PLIST.${LOWER_OPSYS} if it differs from PLIST.shlib. | |||||
2004-03-26 | Attribute "my thoughts" to the original author. | jlam | 1 | -3/+3 | |
2004-03-26 | Don't rebuild openssl again as part of installing it. | jlam | 2 | -5/+10 | |
2004-03-26 | Allow the rehash of the certs database to not error out during the build | jlam | 3 | -14/+23 | |
due to libssl.so.300 not being found by correctly setting LD_LIBRARY_PATH. | |||||
2004-03-26 | We can't use ${PKGBASE} on the left-hand side of an assignment since it's | jlam | 1 | -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-26 | Add some mirror sites since the main OpenSSL site seems to be dead at the | jlam | 1 | -2/+7 | |
moment. | |||||
2004-03-26 | -openldap-2.1.28 | taca | 1 | -2/+1 | |
Wait for the release marked as stable. | |||||
2004-03-26 | Note openssl-0.9.6m update. | wiz | 1 | -1/+2 | |
2004-03-26 | Add show-deps target: | wiz | 1 | -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-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 744 | -1120/+1520 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-03-26 | Update to 0.9.6m: | wiz | 9 | -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-26 | Make this compile when using gcc 3. Patches provided by | kristerw | 6 | -13/+135 | |
Chris Tribo in PR pkg/24886. | |||||
2004-03-26 | Note PKGREVISION bump for emacs and emacs20. | kristerw | 1 | -1/+3 | |
2004-03-25 | When building devel/gmake as a build dependency, build it without locale | jlam | 2 | -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-25 | Allow building a gmake without a dependency on gettext, libiconv, | jlam | 3 | -23/+35 | |
libtool, etc. if GMAKE_LOCALE=no. This allows "bootstrapping" lang/gcc or lang/gcc3-c more automatically. Bump the PKGREVISION. | |||||
2004-03-25 | Fix tcl/tk configure script stupidity: it overwrote the value of LDFLAGS | jlam | 11 | -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-25 | Move the inclusion of pthread.buildlink3.mk within the section that manages | jlam | 1 | -3/+3 | |
the buildlink3 stack depth. | |||||
2004-03-25 | It is not only SunOS that need -fno-zero-initialized-in-bss when | kristerw | 1 | -3/+3 | |
using gcc 3. Add this flag for all configurations. Bump PKGREVISION. | |||||
2004-03-25 | Fix LP64 issues. | kristerw | 10 | -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-25 | The location of the 802.11 header files moved at approx 1.6Y, allow for | markd | 3 | -1/+35 | |
this. Fixes build on -current. | |||||
2004-03-25 | update milter-greylist to 1.0 | manu | 2 | -6/+8 | |
new features include multi-MX sync and auto whitelisting. And a lot of bugfixes | |||||
2004-03-25 | Note ghostscript-gnu* updates to 7.07. | wiz | 1 | -1/+4 | |
2004-03-25 | Update to 7.07: | wiz | 6 | -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. |