Commit graph

83667 commits

Author SHA1 Message Date
spz
4d68d81842 make configure-option --enable-debug compile
make RtConfig -config junos work
fix a bug regarding Cisco export filters in RtConfig
2005-08-26 08:41:46 +00:00
adam
7d42b06660 Updated net/tcptrace to 6.6.7 2005-08-26 08:33:17 +00:00
adam
dc46dbc971 Changes 6.6.2:
Fixed tcpdump.c to trace IP packets buried under VLAN headers.

Changes 6.6.3:
Added a function MissingData() in trace.c to check if TCP segments were
missing or were truncated when the -e option is given to extract
contents.

Changes 6.6.4:
Adding in the INBOUNDS module into the main tcptrace development tree.
It is NOT built in by default though; you need to uncomment a line in
Makefile.in to enable it.

Changes 6.6.5:
* Josh fixed the file format searching order, putting tcpdump format to
the end in file_formats.h as a work around for libpcap brokenness.
* Fixed Mfopen() in mfiles.c to open content data files that we
generate in "binary" mode - by changing fopen mode from "w" to "wb+" and "a"
to "ab+". The 'b' is dummy in UNIX systems, but seems to have some
semantic in the Windows world.
* Fixed QuitSig() function in tcptrace.c by adding a call to
udptrace_done() so that we print out UDP connection stats too (if one
were piping live tcpdump traffic to tcptrace and "ctrl-c"-ed it in the
middle, for example). On the way, also fixed the arbitrary "buf[4096]"
declaration to be written correctly as "buf[COMP_HDR_SIZE]" in the
PipeFitting() function.

Changes 6.6.6:
Fixed the callback function in tcpdump.c to prevent garbage data from
getting into the ip_buf buffer.

Changes 6.6.7:
Fixed bugs found in the AVL search function that had major bugs /
complexity issues.
2005-08-26 08:32:13 +00:00
reed
f351e3c89b Use PKG_TOOLS_BIN, so it doesn't run wrong pkg_* tools found in the PATH. 2005-08-26 07:24:53 +00:00
reed
1a9bb2d079 Add todo item: Generate list of packages that were "Successfully packaged". 2005-08-26 07:21:47 +00:00
reed
02a66dd2b2 Create intermediate directories as required when creating PKG_DBDIR. 2005-08-26 07:19:05 +00:00
reed
a1bb063e54 Instead of depending on mktemp for non-BSD, use USE_TOOLS for run-time
dependency of mktemp. (This makes it so it doesn't depend on mktemp
on DragonFly, for example.)

Also while I am here, use sh:run instead of sh for the other USE_TOOLS.
This is because script installed uses SH.

Bump PKGREVISION.
2005-08-26 06:09:42 +00:00
reed
12b8ae682c Add CVS ID to top of patch which I accidently removed in last commit. 2005-08-26 06:07:35 +00:00
reed
26aee14eba Use the autoconf-defined @infodir@ and @mandir@. 2005-08-26 06:06:12 +00:00
reed
290a112e1d Make sure file exists before defining TOOLS_PLATFORM.mktemp. 2005-08-26 05:41:39 +00:00
minskim
dee2762a37 Note update of imhangul. 2005-08-26 02:20:43 +00:00
minskim
79e95ea1e7 Update imhangul to 0.9.12. Patch provided by Yi Min-Cheol.
Change:
  - Fix the problem that the last character is lost in some applications,
    e.g. gaim.
2005-08-26 02:19:31 +00:00
grant
47aebf2240 note PKGREVISION bump of gaim 2005-08-26 02:01:51 +00:00
grant
64cbaf1690 bump PKGREVISION for silc fix. 2005-08-26 02:01:20 +00:00
reed
1f611d7e2f Make sure TEE is defined.
I saw:
-a: not found
2005-08-25 22:57:29 +00:00
reed
69eb1bfee2 iUse "up-to-date" instead of "upto date" to be consistent. 2005-08-25 22:56:03 +00:00
reed
18f031c192 Update patch-ad so instead of getting rid of -ldl (which is needed
by Linux) in tests, use value of BUILDLINK_LDADD.dl.
Also use PTHREAD_LIBS instead of hard-coded -lpthread.

Include dlopen.buildlink3.mk and include pthread.buildlink3.mk.

This fixes problem on Linux and DragonFly where it was not
built with silc support.

Okayed by maintainer.

I tested this on Linux, DragonFly and NetBSD 2.0.2.

I also filed a bug report with gaim last week so they can fix the
configure.ac correctly.
2005-08-25 21:30:47 +00:00
jmmv
4614146e77 Note update of gtk2 to 2.6.10 and revision bump for epiphany to 1. 2005-08-25 21:05:39 +00:00
jmmv
4c5cf370e8 Depend on gtk 2.6.10 to make this program work properly again (annoying
problems in menus).  Bump PKGREVISION to 1.
2005-08-25 21:05:12 +00:00
jmmv
5cae0052c0 Update to 2.6.10:
* Fix an crasher bug when using submenus together with window groups.
  This bug affected epiphany.
* Fix bug that can lead to segfaults when icon themes are updated.
* Updated translations (et,ne)
2005-08-25 21:04:10 +00:00
jmmv
19b0e27226 Note update of loudmouth to 1.0 and gossip to 0.9. 2005-08-25 20:17:18 +00:00
jmmv
faaa305800 Update to 0.9:
* This release features a large refactoring to make further development
   easier.
 * Part of the works has also been to make the current features more stable
   and better implement.
 * Most of the work on this release has been carried out by Mikael Hallendal
   and Martyn Russel.
 * UPDATE NOW!
2005-08-25 20:16:52 +00:00
jmmv
cef156654e Update to 1.0:
Changes in 1.0:
---------------
* Fix crash when connection goes down using SSL, LM-3 (Mikael Hallendal)
* Fixed some GCC 4.0 warnings                         (Mikael Hallendal)
* Some API fixups for consistency in LmSLL            (Mikael Hallendal)
* Don't try to setup SSL if it's not supported        (Martyn Russel)
* Documentation fixes                                 (Mikael Hallendal)
* State fixes when using blocking API, LM-7           (Mikael Hallendal)
* Check that connection is open before using it, LM-6 (Mikael Hallendal)
* Fix infinite loop in blocking open if failed, LM-8  (Mikael Hallendal)

Changes in 0.90:
----------------
* Two crashers for ssl read fixed (Micke, Daniel Lavalliere)
* Fixed a couple of leaks when freeing the connection (Daniel Lavalliere)
* A couple of thread related issues solved (Micke, Daniel Lavalliere)
* Work with latest GnuTLS (foser)
* Improved the example tools some (Micke)
2005-08-25 20:16:15 +00:00
kristerw
a985b0580c Note update of xmame and xmess to 0.99. 2005-08-25 19:56:44 +00:00
kristerw
10af589a76 Update xmess to 0.99.
Changes since 0.97:
- Everything from MAME 0.99 (http://x.mame.net/changes-mame.html) and
  MESS 0.99 (http://x.mame.net/changes-mess.html).
- The SVGAlib target no longer fails silently under certain conditions.
  (Hans de Goede)
- Removed some unnecessary calls to exit() and fixed a few memory leaks
  in the X11, Xv, and effects code.  (Hans de Goede)
- The SVGAlib driver now handles __svgalib_tty_fd == -1.  This allows
  it to work with newer releases of SVGAlib.  (Hans de Goede)
- Removed "-xv/-xvext" from the manpage. Bugzilla bug 535. (Erik Hovland)
- Updated the joystick types in the manpage.  Bugzilla bug 737.
- Fixed some typos in the documentation.  Bugzilla bug 738.  (Erik Hovland)
2005-08-25 19:54:49 +00:00
kristerw
9345efda34 Update xmame to 0.99.
Changes since 0.97:
- Everything from MAME 0.99 (http://x.mame.net/changes-mame.html) and
  MESS 0.99 (http://x.mame.net/changes-mess.html).
- The SVGAlib target no longer fails silently under certain conditions.
  (Hans de Goede)
- Removed some unnecessary calls to exit() and fixed a few memory leaks
  in the X11, Xv, and effects code.  (Hans de Goede)
- The SVGAlib driver now handles __svgalib_tty_fd == -1.  This allows
  it to work with newer releases of SVGAlib.  (Hans de Goede)
- Removed "-xv/-xvext" from the manpage. Bugzilla bug 535. (Erik Hovland)
- Updated the joystick types in the manpage.  Bugzilla bug 737.
- Fixed some typos in the documentation.  Bugzilla bug 738.  (Erik Hovland)
2005-08-25 19:54:22 +00:00
reed
efc8447316 Update patch to also make sure DragonFly uses statfs.
This fixes build on DragonFly. Patch from Joerg Sonnenberger.
Approved by maintainer, jmmv.
2005-08-25 16:23:42 +00:00
wiz
59faa3288e regen for updated patch-aa; noted by Matthew Luckie. 2005-08-25 14:43:00 +00:00
wiz
935f34d8d9 Add RCS Id, noted by Matthew Luckie. 2005-08-25 14:42:26 +00:00
xtraeme
b28607fb43 Updated games/pag to 0.92 2005-08-25 14:39:41 +00:00
xtraeme
4f1f4b06ed Update to 0.92, provided by pancake in PR pkg/30417.
0.92 -
        - make it work on 80x24
        - dead when user->y >=MAX_Y
        - fix screen limits
        - fix dead screen - new ncurses works different.
        - fix overflow for objects.
        - platforms also works under water.
        - air-bottle bug fixed.
        - allow non-aalib builds.
        - drop cpu-dependent code.
        - fix gcc 2->3 problem.
        - indent code.
        - acr-ize.
2005-08-25 14:38:05 +00:00
xtraeme
fdea21a20c Updated print/imposter to 0.3 2005-08-25 14:23:25 +00:00
xtraeme
e1b07ec8c1 Update to 0.3, provided by pancake in PR pkg/30700.
V0.3 (2005-04-04)

* Upgraded to new GtkFileChooser (requires gtk 2.4).
* Page number elements are drawn.
* Template bug is fixed.
* Full gradient support.
* Remote control support
2005-08-25 14:22:24 +00:00
xtraeme
0d55314934 Added misc/cdialog 2005-08-25 11:15:54 +00:00
xtraeme
20f20cefa7 Initial import of cdialog-1.0.20050306.
This is an enhanced version of the 'dialog' command, with new widgets,
UTF-8 support and more.
2005-08-25 11:14:25 +00:00
shannonjr
a38dea82e3 Correct patchsum so that distinfo does not reference missing patches
patch-ba, patch-bb, patch-bc, and patch-bd.
2005-08-25 11:10:00 +00:00
xtraeme
51a21ed08d Updated emulators/gxemul to 0.3.5 [xtraeme 2005-08-25] 2005-08-25 11:04:34 +00:00
xtraeme
b70bb9a81a Update to 0.3.5.
The user-visible changes between release 0.3.4 and 0.3.5 are minor, and
can be summarized as follows:

        o)  Updates to the (old) binary translation subsystem, resulting
            in minor speed improvements.

        o)  64-bit MIPS dmult/dmultu has been fixed.

        o)  slt* instructions for 64-bit MIPS were incorrectly implemented
            in the i386 backend. This has been fixed.
2005-08-25 11:03:30 +00:00
xtraeme
9f3b6a74ac Updated pkgtools\/pkg_select to 20050817 2005-08-25 10:38:03 +00:00
xtraeme
7d23f8d60d Update to 20050817.
Changes:

	* Patches to make this build on NetBSD -current
	* Various contribs plus colorization and fixes
2005-08-25 10:34:12 +00:00
grant
82e2d5f61d rewrite this to reflect what this package actually is and does, not
how it works.
2005-08-25 10:26:34 +00:00
grant
6b7030714d don't reference a non existant directory 2005-08-25 10:11:35 +00:00
grant
6a38328aea this needs -lnsl -lsocket on Solaris. 2005-08-25 10:09:48 +00:00
dmcmahill
46303c26c0 add missing patch file. 2005-08-25 09:48:36 +00:00
grant
8380dcf1b1 portability: don't call "install -d" with multiple arguments. 2005-08-25 08:55:39 +00:00
rillig
6dc00852e4 Added a check for PLISTs: Man pages should be installed into man/, not
share/man/.
2005-08-25 07:27:23 +00:00
rillig
a5453ed697 Removed all references to the -B/contblank command line option. 2005-08-25 07:24:00 +00:00
rillig
5fd998dc20 Updated yap to 5.0.0.
Changes include support for regular expressions and more example files.
2005-08-25 07:09:49 +00:00
reed
8512cf28d7 Only for Linux, FreeBSD, DragonFly and NetBSD for now. NSS will
build and run on other platforms when MAINTAINER knows what magic
Makefile glue is required.  This is from maintainer's discussion
on tech-pkg.

Remove patch-af. Use LD_LIBS instead, which the build already knows
about.

Add custom settings for above platforms so they install correctly.
Idea provided by maintainer on tech-pkg. I tweaked it more.
I tested on NetBSD 2.0.2, Linux and DragonFly.

Also remove blank line from end of Makefile.
2005-08-25 00:11:01 +00:00
rillig
1e0da006f3 Removed trailing white-space. 2005-08-24 22:43:02 +00:00