summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-08-22Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don'tjlam24-77/+53
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
2001-08-22By default, don't use pkgtools/buildlink-x11 to cause packages that usejlam1-26/+4
imake to be buildlinked as it's not necessary for those packages. Many thanks to Frederick Bruckman <fredb@immanent.net> for pointing this out. This is accomplished by ripping out all of the Makefile logic related to buildlink-x11. It will be added back in a separate file (as noted by the additional check for X11_BUILDLINK_MK, but will still not be the default.
2001-08-22Consolidate nmbd and smbd rc.d scripts into one "samba" script. Kindlyjlam10-122/+112
provided by Luke Mewburn <lukem@wasabisystems.com> with modifications by me to allow running on older NetBSD systems (so any errors in the script are mine alone).
2001-08-22Use xpm/buildlink.mk instead of USE_XPM.jlam1-2/+2
2001-08-22Update to 0.9.7.2. Plus: clean up Makefile, buildlinkify.mjl5-84/+117
Besides a number of bugfixes, better support for non-Unix systems and a bit of new documentation, it starts up faster on some systems and has minor new features, like tab completion or detection of ``news:'' URLs. It is also more RFC compliant than ever. It has a fully customizable group mode and status bars, highlights URLs, makes use of some common NNTP extensions, offers better documentation and has lots of minor improvements and bugfixes over the previous version.
2001-08-22regenwiz1-1/+2
2001-08-22make it IGNORE for now until we upgrade (security hole found)itojun1-1/+3
2001-08-22Change a = to a += to allow adding to the value ofjlam1-6/+8
BUILDLINK_CONFIG_WRAPPER_POST_SED. Also some minor formatting changes.
2001-08-22Convert to use buildlink.mk files.jlam1-3/+4
2001-08-22Add ${LIBGETOPT} to LIBS after change to libgetopt/buildlink.mk.jlam1-1/+2
2001-08-22Teach snort about our DLT_PPP_*hubertf1-0/+15
2001-08-21Downgrade "galeon" package to version 0.11.5:tron6-177/+102
- It's a more stable. - It builds fine. This fixes PR pkg/13658 and PR pkg/13735.
2001-08-21Add a comment that "--enable-lite" is broken in WindowMaker 0.65.x.tron1-1/+2
2001-08-21Add -fPIC to CFLAGS. Thanks to mrauch for pointing this out.cjones2-4/+13
2001-08-21.ifdef wants the variable name without ${}.wiz1-2/+2
2001-08-21upgrade to 20010820. now korean and japanese text can coexist.itojun2-6/+6
display encoding now uses iso2022 escape sequences (instead of hardcoded euc-jp).
2001-08-21o Some bugfix for namazu-2.0.6;taca6-16/+73
- make sure to install a header file, score.h - correct some strcmp() condition. o Catch up MESSAGE to namazu 2.0.6. o Correct PLIST. These fix namazu-2.0.6 package updating to namazu-2.0.6nb1.
2001-08-21Add and enable penrh1-1/+2
2001-08-21Initial import of pen-0.2.0, a simple TCP load balancer and failoverrh6-0/+128
manager.
2001-08-21Update to 4.57. Only change that seems it could affect NetBSD:wiz2-7/+6
o Added locale support to lsof's isprint() test, based on a suggestion from Dan Mercer <damercer@mmm.com>. Lsof will use setlocale(), when that function and its supporting <locale.h> header file are available. New version's existence brought to my attention by Lloyd Parkes.
2001-08-21Do not blow up on unsupported platforms - at least make it to ONLY_FOR_PLATFORMabs1-1/+2
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.