Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-08-21 | Fix some test programs and avoid a double/ulong issue on sparc64 | abs | 8 | -62/+104 | |
2001-08-21 | add a new master site and the homepage | assar | 1 | -2/+3 | |
2001-08-21 | upgrade to 8.11.6. fixes a security problem with command line processing. | itojun | 2 | -6/+6 | |
2001-08-20 | Remove "-" from default su command. It's more reliable to let some of the | tv | 1 | -2/+2 | |
environment be inherited from pkgsrc during an implicit su for install; root's .-files may set variables that fiddle with how pkgsrc works. | |||||
2001-08-20 | smbd responds to SIGHUP by reloading its configuration file, so add | jlam | 2 | -2/+4 | |
"reload" to the rc.d command listing. Noted by Luke Mewburn <lukem@wasabisystems.com>. | |||||
2001-08-20 | regen | wiz | 1 | -2/+2 | |
2001-08-20 | upgrade to 0.92a. | itojun | 2 | -5/+5 | |
* Changes in bgpd ** Fix "^$" community list bug. ** Below command's Address Family specific configurations are added nexthop-self route-reflector-client route-server-client soft-reconfiguration inbound * Changes in zebra ** Treat kernel type routes as EGP routes. | |||||
2001-08-20 | Move XAW_TYPE?=3d setting to before inclusion of bsd.prefs.mk, otherwise | jlam | 1 | -3/+3 | |
we always use XAW_TYPE=standard as set in bsd.prefs.mk. Pointed out by Mark Davies <mark@mcs.vuw.ac.nz> in private email. | |||||
2001-08-20 | Don't install the link for netscape, as the URL launcher may be set | jlam | 2 | -4/+2 | |
from within ymessenger. | |||||
2001-08-20 | Mark as USE_BUILDLINK_ONLY. | jlam | 2 | -2/+4 | |
2001-08-20 | Honor CC and CFLAGS settings passed in from environment. Also mark as | jlam | 1 | -1/+5 | |
USE_BUILDLINK_ONLY. | |||||
2001-08-20 | * Don't depend on libgetopt as psiconv supplies it own getopt_long() | jlam | 1 | -16/+13 | |
implementation if it's not found in the base system. * Use shell "for" loop instead of a make ".for" loop. * Mark as USE_BUILDLINK_ONLY. | |||||
2001-08-20 | Simply files listing by using shell wildcards. | jlam | 1 | -5/+2 | |
2001-08-20 | Manually add LIBS+=${LIBGETOPT} to the package Makefile as it's no longer | jlam | 5 | -6/+14 | |
automatically added by libgetopt/buildlink.mk. | |||||
2001-08-20 | Don't automatically add -lgetopt to LIBS, as we usually only want -lgetopt | jlam | 1 | -5/+12 | |
to be linked into just the programs, not everything being linked including libraries. Also some changes to set _NEED_GETOPT instead of a direct check for /usr/include/getopt.h. | |||||
2001-08-20 | Remove inclusion of libgetopt/buildlink.mk. If the base system doesn't | jlam | 1 | -2/+1 | |
supply a getopt_long function, then esound provides its own. | |||||
2001-08-20 | This package uses gettext and libtool, so make the appropriate inclusions | jlam | 3 | -11/+52 | |
and definitions. Also mark as USE_BUILDLINK_ONLY, and change PLIST to refer to the installed po files in ${PKGLOCALEDIR}, not "share". | |||||
2001-08-20 | Make this build again: | hubertf | 1 | -2/+2 | |
After the distfile was silently changed, CPPFLAGS needs to be undefined in addition to CFLAGS for this to build. | |||||
2001-08-20 | Honor CC, CFLAGS, and LDFLAGS settings from the environment and mark as | jlam | 3 | -5/+28 | |
USE_BUILDLINK_ONLY. | |||||
2001-08-20 | Honor CC and CFLAGS passed in from environment and mark as | jlam | 1 | -1/+4 | |
USE_BUILDLINK_ONLY. | |||||
2001-08-20 | Distfile was changed on the master site, ACK'd by the author. | hubertf | 1 | -3/+3 | |
Distfile from ftp.netbsd.org nuked... | |||||
2001-08-20 | Use REPLACE_PERL instead of manually replacing for perl path in rpm2cpio. | jlam | 1 | -5/+5 | |
2001-08-20 | Honor CFLAGS and CC settings passed in from environment and mark as | jlam | 1 | -2/+5 | |
USE_BUILDLINK_ONLY. | |||||
2001-08-20 | Instead of a special INSTALL_TARGET setting, set the installation prefix | jlam | 1 | -2/+2 | |
via MAKE_FLAGS. | |||||
2001-08-20 | Set NO_WRKSUBDIR instead of WRKSRC=${WRKDIR}, and mark as | jlam | 1 | -2/+3 | |
USE_BUILDLINK_ONLY. | |||||
2001-08-20 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 1 | -6/+6 | |
2001-08-20 | Use separate patches are separate files, and mark as USE_BUILDLINK_ONLY. | jlam | 6 | -56/+54 | |
2001-08-20 | #include <stdio.h> on NetBSD. It seems there's some (NetBSD!) systems | hubertf | 1 | -6/+17 | |
out there where this compiles without that header, and some where it fails. | |||||
2001-08-20 | A pkg's files *ALWAYS* go into PREFIX. | hubertf | 1 | -5/+5 | |
Why some files should go into $X11PREFIX is really beyond me. | |||||
2001-08-19 | Update xmame to 0.53.1 (yes, they have chenged their numbering scheme) | kristerw | 2 | -5/+5 | |
2001-08-19 | Mark as USE_BUILDLINK_ONLY and add a buildlink.mk file for use by other | jlam | 2 | -1/+36 | |
package Makefiles. | |||||
2001-08-19 | Mark as USE_BUILDLINK_ONLY and add a buildlink.mk file for use by other | jlam | 2 | -1/+36 | |
package Makefiles. | |||||
2001-08-19 | Use MAKE_PROGRAM instead of MAKE, and mark as USE_BUILDLINK_ONLY. | jlam | 1 | -2/+3 | |
2001-08-19 | Honor CFLAGS and LDFLAGS passed in from environment, and mark as | jlam | 3 | -8/+11 | |
USE_BUILDLINK_ONLY. | |||||
2001-08-19 | Wildcard dependency on pcre. Addresses pkg/13754. | wiz | 1 | -2/+2 | |
2001-08-19 | Update of stunnel to version 3.20, from Martti Kuparinen in PR pkg/13728. | martin | 5 | -40/+15 | |
Changelog for version 3.20, 2001.08.15, urgency: LOW: * setsockopt() optlen set according to the optval for Solaris. * Minor NetBSD compatibility fixes by Martti Kuparinen. * Minor MSVC6 compatibility fixes by Patrick Mayweg. * SSL close_notify timeout reduced to 10 seconds of inactivity. * Socket close instead of reset on close_notify timeout. * Some source arrangement and minor bugfixes. | |||||
2001-08-19 | Make this package more Solaris friendly. | tron | 3 | -11/+14 | |
2001-08-19 | Set IS_INTERACTIVE, because this package depends on interactive qmail package. | zuntum | 1 | -1/+5 | |
One 'broken depends' package less in bulk builds. | |||||
2001-08-19 | upgrade to zebra 0.92. see zebra-0.92/*/ChangeLog for detailed changes. | itojun | 3 | -12/+7 | |
2001-08-19 | Bump PKGNAME because of AVIFILE_USE_QT addition to mk.conf.examples | zuntum | 1 | -1/+2 | |
2001-08-19 | It's AVIFILE_CONFIG, not AVIFILE-DEVEL_CONFIG what needs to be passed | zuntum | 1 | -4/+4 | |
to MAKE_ENV and CONFIGURE_ENV Not apla gets AVIFILE_CONFIG via MAKE_ENV and uses it, doesn't have to fall back to ${LOCALBASE}/bin/avifile-config as specified in AVIFILE_CONFIG?= in apla's Makefile. | |||||
2001-08-19 | o move files that build only when qt is enabled to separate file - pkg/PLIST.qt, | zuntum | 4 | -23/+33 | |
and use this file *in addition to pkg/PLIST* when AVIFILE_WITH_QT is set to "YES" # it would be more logical to set PLIST_SRC to PLIST first and then add PLIST.qt to it, # but @dirrm lib/avifile-0.6 will fail while processing pkg/PLIST, # because the directory still contains files (they are listed in PLIST.qt) and isn't empty, # thus can't be removed o rename "WITH_QT" to "AVIFILE_USE_QT", and add this variable to mk.conf.example o reorder things in Makefile so we don't have to check AVIFILE_USE_QT twice Should fix pkg/13750 by Matthias Scheler <tron@netbsd.org> | |||||
2001-08-19 | Add AVIFILE_USE_QT for use by avifile package (as the moment only avifile-devel | zuntum | 1 | -1/+8 | |
uses it) | |||||
2001-08-19 | XFree86 4.x has freetype2 built-in, but it doesn't have freetype-config script | zuntum | 1 | -1/+2 | |
that exists in 3.3.6. There's a workaround for this in freetype2 package that creates freetype-config script in ${BUILDLINK_DIR}/bin so the packages can find it, but this doesn't work when package that wants to use freetype-config doesn't .include freetype's buildlink.mk directly, but pulls in freetype2 dependency by including the buildlink of another package (which depends on freetype2). | |||||
2001-08-19 | Simplify things: when deciding whether to use qt2 or not, only check | zuntum | 1 | -5/+3 | |
if the WITH_QT is defined, don't check its value. | |||||
2001-08-19 | Mark as USE_BUILDLINK_ONLY. | jlam | 6 | -6/+15 | |
2001-08-19 | Honor CFLAGS and CC settings from the environment and mark as | jlam | 1 | -1/+3 | |
USE_BUILDLINK_ONLY. | |||||
2001-08-19 | * Fix the email address for the maintainer. | jlam | 3 | -7/+31 | |
* Honor CFLAGS and CC settings passed in from the environment. * Mark as USE_BUILDLINK_ONLY. | |||||
2001-08-18 | Let the default configuration file be installed as "wwwoffle.conf.install", | fredb | 4 | -13/+19 | |
rather than "wwwoffle.conf.default", so that wwwoffle-upgrade-config*.pl can use it to populate the new config file with comments (and to minimize gratuitious changes). | |||||
2001-08-18 | This patch is no longer needed -- the tools now take an absolute path to be | fredb | 2 | -18/+1 | |
a "localhost" URL. [Per Andrew M. Bishop, wwwoffle's author.] |