Commit graph

4546 commits

Author SHA1 Message Date
wiz
f4f63afe45 Convert to buildlink2 until ncurses' buildlink3.mk is fixed to make
the ncurses.h -> curses.h link.
2004-03-20 16:37:38 +00:00
cube
bedda7656b Bump PKGREVISION after gkrellm1 buildlink[23].mk change.
That should close PR 24818.
2004-03-18 15:33:21 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
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-18 09:12:08 +00:00
jmmv
542e532d9c Fix path to python in scripts installed by bittorrent-gui by moving the
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-17 19:27:42 +00:00
martti
59443b6477 Added UNLIMIT_RESOURCES+=datasize 2004-03-17 19:15:41 +00:00
jlam
59bdf89739 If the ${PKGBASE} of a package doesn't match the token passed to
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16 18:23:26 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
itojun
dea53f39ac upgrade to 2.0.1.
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-16 00:03:15 +00:00
kleink
d320eabdbd Update to jwhois-3.2.2nb3: add knowledge about 83/8 and 84/8 assignments.
Approved by agc.
2004-03-15 17:15:36 +00:00
agc
9ab469df10 Patch aclocal.m4 so that it includes the <errno.h> header before
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-15 08:35:43 +00:00
snj
b1533e40d4 Fix build on architectures where unsigned long int > 4. 2004-03-13 20:51:01 +00:00
snj
b6d8236032 Instead of modifying config.h in post-configure, modify config.h.in
in post-patch.  Fixes a strange build error on sparc64.
2004-03-13 20:20:57 +00:00
recht
eb4cb2627d update to 3.4.1
This version fixes lots of bugs, adds more bandwidth savings, and
improves support for peers behind dynamic IPs.
2004-03-12 23:43:05 +00:00
snj
f711236d94 Use bl3. 2004-03-12 05:46:34 +00:00
reed
205ab3cc57 Use USE_GNU_TOOLS for lex and yacc instead of just using BUILD_DEPENDS
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-11 20:50:07 +00:00
reed
62dede6565 This adds rc.d scripts. The ntp.conf is example from official NetBSD.
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-11 20:39:40 +00:00
reed
a959fd964c Needs lex and yacc for build.
(Also should depend on gindent, but not fixed here.)
2004-03-11 20:14:59 +00:00
grant
31be9bdd8c catch up with bootstrap-pkgsrc changes.
Oops, there's no nbcompat.h here.  Put real #includes.
2004-03-11 13:51:07 +00:00
grant
2badfdb6b3 utimes.c got added in the wrong place. move it to libnetbsd/ 2004-03-11 13:48:58 +00:00
grant
23fdb93bbd catch up with bootstrap-pkgsrc changes.
Temporary hack for Interix:  for some reason, the detection of getpgrp()
having no arguments is failing there.
2004-03-11 13:47:35 +00:00
grant
dec1371efa catch up with bootstrap-pkgsrc changes.
Add a utimes() stub for Interix.

(this change also needs to go in othersrc/usr.bin/tnftp)
2004-03-11 13:45:55 +00:00
grant
19aa548dc0 put a copy of the extracted tnftp sources in files/, required for
bootstrap.

ok'd by lukem.
2004-03-11 13:01:01 +00:00
recht
b5cb922700 update to 1.5
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-11 10:31:01 +00:00
jlam
de7133ae2e Remove PHP3 packages from pkgsrc as they're unmaintained by PHP folks
and by pkgsrc folks.
2004-03-10 18:20:10 +00:00
jlam
d0b4c54eb6 Split out the code that deals with checking whether the software is
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-10 17:57:14 +00:00
wiz
2000b38d74 Note that using net-snmp would be better. 2004-03-10 08:14:58 +00:00
minskim
878d47efe7 Switch to Tk 8.4. No PKGREVISION bump because this package doesn't
build with tk-8.3.
2004-03-09 23:06:59 +00:00
seb
d474f94700 Remove info files entries from PLIST. 2004-03-09 16:17:56 +00:00
seb
790fd45471 Remove info files entries from PLIST. 2004-03-09 16:07:32 +00:00
seb
db71cf1022 Remove info files entries from PLIST. 2004-03-09 15:23:53 +00:00
seb
32a8ba6415 Remove info files entries from PLIST. 2004-03-09 15:00:45 +00:00
markd
5c32d1d90c Update to KDE 3.2.1
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-09 11:53:26 +00:00
seb
3b3faff4a7 Remove info files entries from PLIST. 2004-03-09 11:41:44 +00:00
seb
75b54b4e6d Remove info files entries from PLIST. 2004-03-09 11:37:30 +00:00
seb
f999c2f5f4 Fix build with gcc3 and libtool 1.5.
Fix installation directory of elisp file.
Sort PLIST and remove info files entries.

Bump PKGREVISION.
2004-03-09 11:24:04 +00:00
recht
a9d656d3d4 Add patches that missed in the previous commit. 2004-03-09 10:33:22 +00:00
recht
853c4a56f4 - Pull in fixes from CVS to make the Tracker working again.
- 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.
2004-03-09 10:26:59 +00:00
wiz
c836718344 Add patch from author to make this build on 64bit platforms.
While here, remove 'USE_GNU_TOOLS+=gmake' since it should be 'make'
and it obviously seems to work without GNU make.
2004-03-09 10:00:58 +00:00
he
4ec4bb2a1b Add NO_EXPORT_CPP=yes, since exporting CPP will confuse rpcgen when
CPP's value is just "cpp", since that's not stat(2)able.  Instead,
let rpcgen's default be used.
2004-03-09 09:33:48 +00:00
minskim
9e6621363d Update nam to 1.10 and take maintainership.
Changes:
  Minor changes in configure to reflect the changed version of
  tcl/tk/otcl/tclcl.
2004-03-08 23:56:56 +00:00
minskim
a4694e81d1 Update ns to 2.27 and take maintainership.
Changes:
  - Changed list-based improvement to allow changing of
  channels. Previously only a single (static) list of nodes
  maintained. Now list of nodes maintained for each channel. Maybe
  extended for mobilenodes with multiple netif (talking to multiple
  channels) once the multiple netif support is in place.
  - Added validation test-suite for RNG in ns.
  - Added modified version of setdest from U. of Michigan. Also added an
  argument to setdest API that defines the version of setdest being
  used.
  - Change the name of dumbPolicy to nullPolicy for consistency with
  diffserv documentations (suggested by Alexander Sayenko
  <sayenko@cc.jyu.fi>)
  - Added list-based improvement to ns-2. Code contributed by Valerie
  Naoumuv (naoumov@inf.ethz.ch). The improvement involves maintaining
  a doubly-linked list to organise mobilenodes based on their
  X-coordinates. When sending a packet only those neighbor nodes are
  considered who are within a circle corresponding to the
  carrier-sense threshold energy level, below which a node cannot hear
  the packet. Improvement on original version where all nodes in
  topology is considered. considerable gain in run-time performance-
  goes down by about 4 to 20 times, depending on the size of the
  topology. The larger the topology and greater the no of nodes,
  greater the improvement seen with the list-based implementation. Pl
  see relevant papaer "simulation of large adhoc networks", appeared
  at MSWiM'03, san diego, USA for details.
  - Added script <color-event.pl> that takes event/color pairs and
  colors pkts in nam output files in order to highlight nam events.
  - Modified ns to build with tcl/tk8.4 and new otcl/tclcl (release
  pending).
  - Diffusion documentation added to ns-manual.
  - Diffusion changes made includes (1)Added tcl example scripts for 2
  phase-pull, push, 1 phase-pull and gear (with push and 2pp)
  scenarios.  For gear and other node-position dependent routing in
  diffusion, need to have a callback to update node positions. since
  the routing filter (like gear) is init'ed before node positions are
  assigned gear doesn't get the correct node positions, hence the
  callback is required. callback would also be reqd to support node
  movements in diffusion in future.  For now start gear filters (in
  tcl scripts) after node positions are assigned to nodes. This will
  go away once callbacks are implemented.  (2)Added fix suggested by
  Andreas Koepke <koepke@ee.tu-berlin.de> for overflow problem in
  lib/main/tools.cc
  - Added worm model to support simulations of Internet worm attacks.
  This model supports different abstract levels in simulations.  It
  simulates a detailed sub-network at packet level, and the rest of
  the Internet with an analytical model (SIR). It supports two worm
  scanning behaviors: random and local-preferred.
  - Added event tracing function for simple-mac and 802.11.  It was
  contributed by <a href="mailto:singal@nunki.usc.edu">Sushmita</a> to
  support wireless animations.
  - Added directory for nam animations under ns/tcl/edu. Each
  subdirecotry contains on animation, including short description,
  simulation script, trace file, and nam trace.  These animations are
  ready to use in classroom. The current three animations are
  contributed by Sushmita <singal@nunki.usc.edu> as the outcome of her
  directed research project.
  - Integrated support for infrastructure mode in 802.11 MAC. The code
  was was written by Mike Moreton
  - Fixed bug (reported by Fred Stann) in diffusion3 that caused
  overflow while reading time ( > 2147 sec).
  - New module Delayer for introducing delay variation and channel
  allocation delay.  This is useful for modeling the effects of
  wireless links.  Validation tests in "./test-all-links".  Code
  contributed by Andrei Gurtov.
  - Ported SCTP into ns-2. It was actually ported into ns-2.26 by
  Armando L. Caro Jr. <acaro@@cis.udel.edu> and his group at PEL, Univ
  of delaware. The implementation includes a test-suite-sctp and doc
  for sctp (see chapter on SCTP in ns-manual).
  - Added APIs for diffusion filters to node-config command. See
  tcl/ex/diffusion3 for examples. Also changed UIDs in common pkt
  hdr. It now reflects pkt_num_ as in diffusion message hdr.
  - Adding ts_resetRTO_ to TCP to control whether or not a
  timestamp-enabled sender unbacks a backed-off RTO after making a
  valid RTT measurement from an acknowledged, retransmitted packet.
  Validation tests are in "./test-all-tcpOptions" in "tcl/test":
  "./test-all-tcpOptions timeouts_sack2" (with ts_resetRTO_ true)
  "./test-all-tcpOptions timeouts_sack3" (with ts_resetRTO_ false).
  The suggestion and initial code for this change are from Andrei
  Gurtov.  Also adding exitFastRetrans_ to TCP, to fix a problem
  with clean exits from Fast Recovery.  Set to false for the old buggy
  behavior, or set to true for the new good behavior.  The default is
  true.  "./test-all-tcpOptions timeouts_reno_noexitFR" shows the old
  behavior, and: "./test-all-tcpOptions timeouts_reno" shows the fixed
  new behavior.  The problem was that data was sent in response to dup
  acks even after Fast Recovery was over.  From a bug report by Andrei
  Gurtov.
  - Improved portability for C++ namespaces
  (required for gcc-3.2 where the standard C++ libraries like iostream
  are in namespace stl only).
  - Added trace support for smac. The "mactype" info stored in
  simulator is used to trace data as well as mac pkts (smac or
  802.11).
  - Ported diffusion3.2.0 into ns. A lot of changes: all applications
  re-categorized under gear, ping and rmst. Filters have a separate
  dir. gradient now replaced with one-and two-phase-pull-filter under
  filter_core.
  - Changed the defaults for Agent/TCP/Newreno's newreno_changes1_ and
  partial_window_deflation_ to "1", to reflect RFC 2582.
  - Adding avoidReordering_ to DelayLink, set to true to avoid
  reordering when changing link bandwidth or delay.  The code was
  contributed by Andrei Gurtov, and the validation test is in
  ./test-all-links in the directory tcl/test.  The default is for
  avoidReordering_ to be false, for no change in past behavior.
2004-03-08 23:55:23 +00:00
seb
0029e19770 Remove info files entries from PLIST. 2004-03-08 22:38:05 +00:00
seb
391b6545a4 Remove info files entries from PLIST.
XXX the package did not build for me.
2004-03-08 22:36:32 +00:00
seb
ec5003d151 Remove info files entries from PLIST. 2004-03-08 22:31:40 +00:00
jmmv
c2d893ed06 Update to 1.2.6:
Kry:
* Improved Mac compatibility.
* Fixed the i18n charset.
* Try to set the locale even if it seems to fail.

Creteil:
* Fixed the default Size to 800x600 for 1st time aMule launched without
  ~/.eMule config file.

shakraw:
* ExternalConn: new communication code using wxSockets.
* Web interface: improved communication performance.
* Text interface: now using new wxSockets code.

pil0t:
* Fix for the geometry on start.

pure_ascii:
* Added sorting to filename list in file details.
* Added "Takeover" by doubleclick in file details.
* Fixed preferences window popping up on "Show/Hide UL/DL" in download list.
* i18n stuff (Systray).

rubber30:
* Fixed viewing and sorting by LastSeenComplete and LastReception.

Emilio Sandoz:
* Converted stats calculations to 64bit where necessary (for uptime >49days).
* i18n strings fixed.
* gcc 2.95 compilation fix.

deltaHF:
* i18n stuff.
2004-03-08 22:15:30 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
minskim
ac690cf634 Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 will
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08 19:52:50 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
hubertf
3021d7f26f Patchsum update for 0.1.6nb4 (fdleak-fix) 2004-03-08 18:59:38 +00:00
hubertf
244e5122ec Try to plug file descriptor leak. Bump to 0.1.6nb4. 2004-03-08 18:57:43 +00:00