summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2004-03-29Match the template builtin.mk file in bsd.builtin.mk, and make the twojlam1-7/+2
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam4-4/+8
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29Enable pkgviews installation.schmonz2-2/+10
2004-03-28Fix PLIST problems with missing directories at deinstallation time.jlam2-6/+6
2004-03-28Fix ntpd PATH in ntpd rc.d script, reported by Mirko Thiesen inxtraeme2-4/+4
PR pkg/24947; bump PKGREVISION.
2004-03-28dnscache-log.pl.txt was changed to prevent output buffering.taca2-5/+5
Bump PACKAGEREVISION. Noted by Michal Pasternak on tech-pkg.
2004-03-26Update comment about why this needs ncurses.wiz1-2/+2
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz70-100/+141
Buildlink files: RECOMMENDED version changed to current version.
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-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-22Add HAVE_YACC=yes to configure environment.reed1-1/+2
configure script was checking for YACC wrong (like .../bin/usr/pkg/bin/bison).
2004-03-21Fix accessList processing when sub directories are involved.seb4-21/+33
From PR pkg/23650 by Luc Beurton luc at black-kettle dot univ-ubs dot fr. While here claim stewardship, use subst.mk framework, and fix a typo in a patch file. Bump PKGREVISION.
2004-03-20Convert to bl3 now that ncurses/builtin.mk has been updated to creatextraeme1-5/+5
the curses.h -> ncurses.h symlink.
2004-03-20Convert to buildlink2 until ncurses' buildlink3.mk is fixed to makewiz1-5/+5
the ncurses.h -> curses.h link.
2004-03-18Bump PKGREVISION after gkrellm1 buildlink[23].mk change.cube3-6/+6
That should close PR 24818.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam9-27/+18
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-17Fix path to python in scripts installed by bittorrent-gui by moving thejmmv3-7/+7
inclusion of python/application.mk to the end of Makefile's and fixing paths to files. Bump PKGREVISION of this package to 1.
2004-03-17Added UNLIMIT_RESOURCES+=datasizemartti1-1/+3
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam1-1/+2
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16Add ruby to CATEGORIES.taca3-6/+6
2004-03-16upgrade to 2.0.1.itojun2-6/+5
NSD 2.0.1 release notes: BUG FIXES: - Queries for QTYPE DS (DNSSEC) were not handled correctly in certain cases. - Partial support for unknown RRs. Known RR types with unknown RR data format is not yet supported. - Bug #75: Fixed bad error message when nsdc update is run for the first time. - Bug #78: Multiple zones, each with include directives, are now compiled correctly.
2004-03-15Update to jwhois-3.2.2nb3: add knowledge about 83/8 and 84/8 assignments.kleink3-7/+16
Approved by agc.
2004-03-15Patch aclocal.m4 so that it includes the <errno.h> header beforeagc3-1/+27
testing for sys_nerr, so that this compiles on NetBSD. Add a patch for the re-generated configure script. Fixes a problem noticed in recent bulk builds.
2004-03-13Fix build on architectures where unsigned long int > 4.snj2-15/+24
2004-03-13Instead of modifying config.h in post-configure, modify config.h.insnj1-3/+3
in post-patch. Fixes a strange build error on sparc64.
2004-03-12update to 3.4.1recht5-153/+6
This version fixes lots of bugs, adds more bandwidth savings, and improves support for peers behind dynamic IPs.
2004-03-12Use bl3.snj1-3/+3
2004-03-11Use USE_GNU_TOOLS for lex and yacc instead of just using BUILD_DEPENDSreed1-3/+2
for SunOS only. Okayed by maintainer, tron@. (Also this checks for SunOS and /usr/include/netinet/ip6.h for IPv6 support, maybe the OPSYS check can be removed; but this is not changed in this patch.)
2004-03-11This adds rc.d scripts. The ntp.conf is example from official NetBSD.reed4-2/+132
The rc.d scripts are based on official NetBSD scripts. This also adds: CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR} This was discussed and okayed with maintainer, fredb, in February, Currently, the ntpd.sh rc.d script has a note about the ntpd_chrootdir is only for NetBSD at this time. (Because I haven't tested under other operating systems.)
2004-03-11Needs lex and yacc for build.reed1-2/+2
(Also should depend on gindent, but not fixed here.)
2004-03-11catch up with bootstrap-pkgsrc changes.grant1-4/+3
Oops, there's no nbcompat.h here. Put real #includes.
2004-03-11utimes.c got added in the wrong place. move it to libnetbsd/grant1-1/+1
2004-03-11catch up with bootstrap-pkgsrc changes.grant1-3/+3
Temporary hack for Interix: for some reason, the detection of getpgrp() having no arguments is failing there.
2004-03-11catch up with bootstrap-pkgsrc changes.grant5-7/+73
Add a utimes() stub for Interix. (this change also needs to go in othersrc/usr.bin/tnftp)
2004-03-11put a copy of the extracted tnftp sources in files/, required forgrant96-366/+314
bootstrap. ok'd by lukem.
2004-03-11update to 1.5recht2-7/+6
Changes for 1.5, released 10-Mar-2004: - TypeCode honoring for response parameters - String adherence to wsdl for request/response params via ServiceProxy - wsdl2py bug fixes - Numerous bug fixes
2004-03-10Remove PHP3 packages from pkgsrc as they're unmaintained by PHP folksjlam3-21/+1
and by pkgsrc folks.
2004-03-10Split out the code that deals with checking whether the software isjlam2-46/+23
built-in or not into a separate builtin.mk file. The code to deal checking for built-in software is much simpler to deal with in pkgsrc. The buildlink3.mk file for a package will be of the usual format regardless of the package, which makes it simpler for packagers to update a package. The builtin.mk file for a package must define a single yes/no variable USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether to use the built-in software or to use the pkgsrc software.
2004-03-10Note that using net-snmp would be better.wiz1-0/+2
2004-03-09Switch to Tk 8.4. No PKGREVISION bump because this package doesn'tminskim1-2/+2
build with tk-8.3.
2004-03-09Remove info files entries from PLIST.seb1-2/+1
2004-03-09Remove info files entries from PLIST.seb2-4/+2
2004-03-09Remove info files entries from PLIST.seb1-6/+1
2004-03-09Remove info files entries from PLIST.seb1-5/+1
2004-03-09Update to KDE 3.2.1markd3-9/+11
Changes: KNewsTicker: Removed BSDtoday from list, fixed addresses of SecurityFocus and Freshports Kopete: disable send button when account goes offline while a chat is open Kopete: allow renaming of groups inline, like we already do for contact Kopete: fixed redraw bug in contactlist when scrollbar disappears Kopete: rearrange icq account dialog to make it fit onto 800x600 Kopete: don't add contacts twice to contaclist Kopete: fixed "Add Contact Wizard" forgetting contactname and KAB contact when going backwards Kopete: choose preferred contact by online status for starting a chat Kopete: don't parse links inside HTML tags Kopete: stop jabber icon animation when connecting failed Kopete: properly exit Kopete when chatwindows are open on exit Kopete: fix several possiblities where icq/aim accounts are show offline although they are online Kopete: don't get disconnected on sending long AIM messages Kopete: fixed crashes when deleting contacts already deleted from the contactlist Kopete: fix crash on exit caused by webpresence plugin Kopete: don't show kopete balloon on incoming messages while being away Kopete: add support for timestamps including date and timestamps with no date if it's a message from today WiFi: improved ./configure behaviour which kept some distributions from including kdenetwork/wifi in their binary packages KWiFiManager: system tray remains open when main app is closed or minimized
2004-03-09Remove info files entries from PLIST.seb2-8/+2
2004-03-09Remove info files entries from PLIST.seb1-2/+1
2004-03-09Fix build with gcc3 and libtool 1.5.seb14-42/+120
Fix installation directory of elisp file. Sort PLIST and remove info files entries. Bump PKGREVISION.
2004-03-09Add patches that missed in the previous commit.recht3-0/+157
2004-03-09- Pull in fixes from CVS to make the Tracker working again.recht2-2/+6
- Patch for btreannounce so that it doesn't throws an expection if not enough arguments were provided. (sent to the auhor) Bump PKGREVISION to 1.