summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-08-21Fix some test programs and avoid a double/ulong issue on sparc64abs8-62/+104
2001-08-21add a new master site and the homepageassar1-2/+3
2001-08-21upgrade to 8.11.6. fixes a security problem with command line processing.itojun2-6/+6
2001-08-20Remove "-" from default su command. It's more reliable to let some of thetv1-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-20smbd responds to SIGHUP by reloading its configuration file, so addjlam2-2/+4
"reload" to the rc.d command listing. Noted by Luke Mewburn <lukem@wasabisystems.com>.
2001-08-20regenwiz1-2/+2
2001-08-20upgrade to 0.92a.itojun2-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-20Move XAW_TYPE?=3d setting to before inclusion of bsd.prefs.mk, otherwisejlam1-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-20Don't install the link for netscape, as the URL launcher may be setjlam2-4/+2
from within ymessenger.
2001-08-20Mark as USE_BUILDLINK_ONLY.jlam2-2/+4
2001-08-20Honor CC and CFLAGS settings passed in from environment. Also mark asjlam1-1/+5
USE_BUILDLINK_ONLY.
2001-08-20* Don't depend on libgetopt as psiconv supplies it own getopt_long()jlam1-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-20Simply files listing by using shell wildcards.jlam1-5/+2
2001-08-20Manually add LIBS+=${LIBGETOPT} to the package Makefile as it's no longerjlam5-6/+14
automatically added by libgetopt/buildlink.mk.
2001-08-20Don't automatically add -lgetopt to LIBS, as we usually only want -lgetoptjlam1-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-20Remove inclusion of libgetopt/buildlink.mk. If the base system doesn'tjlam1-2/+1
supply a getopt_long function, then esound provides its own.
2001-08-20This package uses gettext and libtool, so make the appropriate inclusionsjlam3-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-20Make this build again:hubertf1-2/+2
After the distfile was silently changed, CPPFLAGS needs to be undefined in addition to CFLAGS for this to build.
2001-08-20Honor CC, CFLAGS, and LDFLAGS settings from the environment and mark asjlam3-5/+28
USE_BUILDLINK_ONLY.
2001-08-20Honor CC and CFLAGS passed in from environment and mark asjlam1-1/+4
USE_BUILDLINK_ONLY.
2001-08-20Distfile was changed on the master site, ACK'd by the author.hubertf1-3/+3
Distfile from ftp.netbsd.org nuked...
2001-08-20Use REPLACE_PERL instead of manually replacing for perl path in rpm2cpio.jlam1-5/+5
2001-08-20Honor CFLAGS and CC settings passed in from environment and mark asjlam1-2/+5
USE_BUILDLINK_ONLY.
2001-08-20Instead of a special INSTALL_TARGET setting, set the installation prefixjlam1-2/+2
via MAKE_FLAGS.
2001-08-20Set NO_WRKSUBDIR instead of WRKSRC=${WRKDIR}, and mark asjlam1-2/+3
USE_BUILDLINK_ONLY.
2001-08-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-6/+6
2001-08-20Use separate patches are separate files, and mark as USE_BUILDLINK_ONLY.jlam6-56/+54
2001-08-20#include <stdio.h> on NetBSD. It seems there's some (NetBSD!) systemshubertf1-6/+17
out there where this compiles without that header, and some where it fails.
2001-08-20A pkg's files *ALWAYS* go into PREFIX.hubertf1-5/+5
Why some files should go into $X11PREFIX is really beyond me.
2001-08-19Update xmame to 0.53.1 (yes, they have chenged their numbering scheme)kristerw2-5/+5
2001-08-19Mark as USE_BUILDLINK_ONLY and add a buildlink.mk file for use by otherjlam2-1/+36
package Makefiles.
2001-08-19Mark as USE_BUILDLINK_ONLY and add a buildlink.mk file for use by otherjlam2-1/+36
package Makefiles.
2001-08-19Use MAKE_PROGRAM instead of MAKE, and mark as USE_BUILDLINK_ONLY.jlam1-2/+3
2001-08-19Honor CFLAGS and LDFLAGS passed in from environment, and mark asjlam3-8/+11
USE_BUILDLINK_ONLY.
2001-08-19Wildcard dependency on pcre. Addresses pkg/13754.wiz1-2/+2
2001-08-19Update of stunnel to version 3.20, from Martti Kuparinen in PR pkg/13728.martin5-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-19Make this package more Solaris friendly.tron3-11/+14
2001-08-19Set IS_INTERACTIVE, because this package depends on interactive qmail package.zuntum1-1/+5
One 'broken depends' package less in bulk builds.
2001-08-19upgrade to zebra 0.92. see zebra-0.92/*/ChangeLog for detailed changes.itojun3-12/+7
2001-08-19Bump PKGNAME because of AVIFILE_USE_QT addition to mk.conf.exampleszuntum1-1/+2
2001-08-19It's AVIFILE_CONFIG, not AVIFILE-DEVEL_CONFIG what needs to be passedzuntum1-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-19o move files that build only when qt is enabled to separate file - pkg/PLIST.qt,zuntum4-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-19Add AVIFILE_USE_QT for use by avifile package (as the moment only avifile-develzuntum1-1/+8
uses it)
2001-08-19XFree86 4.x has freetype2 built-in, but it doesn't have freetype-config scriptzuntum1-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-19Simplify things: when deciding whether to use qt2 or not, only checkzuntum1-5/+3
if the WITH_QT is defined, don't check its value.
2001-08-19Mark as USE_BUILDLINK_ONLY.jlam6-6/+15
2001-08-19Honor CFLAGS and CC settings from the environment and mark asjlam1-1/+3
USE_BUILDLINK_ONLY.
2001-08-19* Fix the email address for the maintainer.jlam3-7/+31
* Honor CFLAGS and CC settings passed in from the environment. * Mark as USE_BUILDLINK_ONLY.
2001-08-18Let the default configuration file be installed as "wwwoffle.conf.install",fredb4-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-18This patch is no longer needed -- the tools now take an absolute path to befredb2-18/+1
a "localhost" URL. [Per Andrew M. Bishop, wwwoffle's author.]