Commit graph

82407 commits

Author SHA1 Message Date
abs
fc704ef187 Update cpuflags to 0.90
NetBSD: treat 'AMD Unknown K7 (Athlon)' as -march=athlon
	All: If -v is given, also correctly display CPUFLAGS value
2005-07-22 12:13:47 +00:00
abs
bc733e575d Update cpuflags to 0.90
NetBSD: treat 'AMD Unknown K7 (Athlon)' as -march=athlon
	All: If -v is given, also correctly display CPUFLAGS value
2005-07-22 12:13:12 +00:00
adam
1b7b1826e1 Updated games/asc to 1.6.1.0 2005-07-22 11:25:51 +00:00
adam
aaefe85d60 Changes 1.6.1.0:
ASC now runs on MacOS X
Update Campaign maps
Fixed: moving transports one field at a time disabled movement cost for cargo
Fixed crash when reinforcement event uses invalid IDs
Fixed bug that prevented buildings from being repaired more than once
Fixed bug in pathfinding
Fixed: river not treated as water
Fixed problems when loading map by command line switch
Fixed: AI could move any unit into any other
Fixed problems with recharging reaction fire
2005-07-22 11:25:02 +00:00
wiz
04d5557a3c Add and enable js. 2005-07-22 09:10:23 +00:00
adam
480dc5d594 Updated devel/libsigc++2 to 2.0.15 2005-07-22 09:10:11 +00:00
adam
6f971b3ff1 Changes 2.0.15:
* g++ 3.2 (and Mac OS X g++ 3.3) build fix.
* Compose: Fix slot lifetime regression introduced in 2.0.9.
* tests: Small ISO C++ correctness fix
* Don't specify unused function parameter names.
2005-07-22 09:09:06 +00:00
rillig
c898777626 Added lang/js version 0.2.5.
NGS JavaScript is a GPL free interpreter for the JavaScript language.
The JavaScript language is an interpreted C-like language, developed by
Netscape et al.
2005-07-22 07:41:37 +00:00
rillig
e9baa84ec2 Added js-0.2.5.
NGS JavaScript is a GPL free interpreter for the JavaScript language.
The JavaScript language is an interpreted C-like language, developed by
Netscape et al.
2005-07-22 07:40:16 +00:00
martti
25b3cbff45 postfix-2.2.5 2005-07-22 06:12:57 +00:00
martti
be52346279 Updated postfix to 2.2.5
Postfix 2.2.5 addresses some portability problems with LP64 platforms
that broke SMTP connection caching, and makes SMTP connection
caching more failure tolerant. These fixes are back-ported from
the experimental (2.3) release series.

The connection caching protocol has changed, so you will need to
"postfix reload" after upgrading.
2005-07-22 06:12:44 +00:00
jonb
a64bcd9a27 Fix a runtime dependency on gtar... 2005-07-22 02:38:13 +00:00
grant
f7f7ffafdc since the version number was not bumped, allow previous installations
of devel/pkgconfig to satisfy the buildlink dependency.
2005-07-22 01:57:02 +00:00
wiz
8ec3d3a297 Add REPLACE_PERL line for dump-finance-quote script.
Bump PKGREVISION.
Remove unneeded comment while here.
2005-07-21 20:43:47 +00:00
wiz
cfbd5e1a4c Updated finance/gnucash to 1.8.11nb3 2005-07-21 20:42:54 +00:00
jschauma
6dcff2cf1b Note addition of devel/valgrind 2005-07-21 19:47:00 +00:00
jschauma
7779f25cad Add/enable valgrind 2005-07-21 19:45:21 +00:00
jschauma
4fee72804a Initial import of valgrind, currently marked only available for Linux.
Valgrind is a suite of tools for debugging and profiling x86-Linux programs.
With the tools that come with Valgrind, you can automatically detect many
memory management and threading bugs, avoiding hours of frustrating
bug-hunting, making your programs more stable. You can also perform detailed
profiling, to speed up and reduce memory use of your programs.

The Valgrind distribution currently includes five tools: two memory error
detectors, a thread error detector, a cache profiler and a heap profiler.
2005-07-21 19:44:30 +00:00
tv
f8bc5dacde sun-j*15 -> 5.0.4 2005-07-21 18:24:08 +00:00
tv
3abb82036a Update to Sun Java 2 version 1.5.0_04.
Change list is long; summary:

* regression fixes for SSL as well as some crypto/digest algorithms
* 1.4<->1.5 RMI interoperability issue
* plugin speed improvements
2005-07-21 18:23:16 +00:00
wiz
924a2b1d42 + mozilla-1.7.10, mozilla-gtk2-1.7.10
- pkg-config.
2005-07-21 16:36:03 +00:00
wiz
4759f3263d Note new pkg-config package, replacing pkgconfig, and related updates. 2005-07-21 16:35:30 +00:00
wiz
bbf88d62e8 Remove pkgconfig -- replaced by pkg-config. 2005-07-21 16:34:50 +00:00
wiz
aa0da48c3a Descend into pkg-config instead of pkgconfig. 2005-07-21 16:34:15 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
wiz
c92aa28893 DEPEND on pkg-config instead of pkgconfig. Bump PKGREVISION. 2005-07-21 16:26:39 +00:00
wiz
32b081f7a1 Update pkg-config comment. 2005-07-21 16:26:09 +00:00
wiz
bb042b2556 DEPEND on pkg-config instead of pkgconfig. Bump PKGREVISION. 2005-07-21 16:25:48 +00:00
wiz
e730c49186 3.9: Update for pkg-config path change. 2005-07-21 16:25:05 +00:00
wiz
2f7f428381 Import pkg-config-0.19, updated version of devel/pkgconfig.
News:

2005-07-16  Tollef Fog Heen

	* configure.in: Release 0.19

2005-07-15  Tollef Fog Heen

	* pkg.c (package_get_var): Make sure to g_strdup all the return
	values and not return some values which should not be freed and
	some which should.  Yay valgrind.  Freedesktop #3682

	* configure.in: Fix default search path to be pkgconfig rather
	than pkg-config again.  Freedesktop #3662

	* pkg.m4: Add a missing AC_MSG_RESULT.  Thanks to Gary Kramlich
	for noticing this and harassing me to fix it.

2005-06-29  Tollef Fog Heen

	* configure.in: Release 0.18.1

	* pkg.m4: Brown bag fix.  pkg_failed was always set to “untried”.
	Debian #316181.

2005-06-27  Tollef Fog Heen

	* configure.in: Rename to pkg-config.

pkg-config 0.18

 The inter-library dependencies check was too tight and caused
 problems if one used the --no-undefined flag to libtool on Solaris
 (since it there expands to -Wl,-z,defs which disallows undefined
 symbols).  Add a new name to .pc files: Libs.private which will
 not be listed in the output of --libs unless --static is also
 given.

 Private libraries are libraries which are needed in the case of
 static linking or on platforms not supporting inter-library
 dependencies.  They are not supposed to be used for libraries
 which are exposed through the library in question.  An example of
 an exposed library is GTK+ exposing Glib.  A common example of a
 private library is libm.

 Generally, if include another library's headers in your own, it's
 a public dependency and not a private one.

 Thanks a lot to James Henstridge for both the bug and the following
 discussion.
2005-07-21 16:22:42 +00:00
tv
77a88cac46 Add "BEFORE: mail" to rc.d script to make this start before sendmail.
Bump PKGREVISION for this (and other prior last-minute) changes.
2005-07-21 16:22:04 +00:00
wiz
05224bd5c6 devel/pkgconfig/buildlink3.mk should not be included in bl3.mk files by default.
Packages that need it should add it themselves, it is only a build time dependency.
2005-07-21 15:26:17 +00:00
wiz
6f2cc0ddcb Describe ggi option. 2005-07-21 15:21:41 +00:00
wiz
f2689a05ac Add ggi option for mplayer, from Christoph Egger in private mail. 2005-07-21 15:20:47 +00:00
wiz
90597615d6 Fix compilation with aalib option. 2005-07-21 14:24:48 +00:00
tron
ad5a37f4ed Note update of "mozilla-bin" package to version 1.7.10. 2005-07-21 13:25:11 +00:00
tron
87b8a10768 Update "mozilla-bin" package to version 1.7.10. The following security
issuses were fixed in this release:

MFSA 2005-56 Code execution through shared function objects
MFSA 2005-55 XHTML node spoofing
MFSA 2005-54 Javascript prompt origin spoofing
MFSA 2005-52 Same origin violation: frame calling top.focus()
MFSA 2005-51 The return of frame-injection spoofing
MFSA 2005-50 Possibly exploitable crash in InstallVersion.compareTo()
MFSA 2005-48 Same-origin violation with InstallTrigger callback
MFSA 2005-46 XBL scripts ran even when Javascript disabled
MFSA 2005-45 Content-generated event vulnerabilities

Support for Solaris SPARC and x86 is not available due to lack of a
precompiled binary at this point of time.
2005-07-21 13:24:18 +00:00
dillo
426c6f2957 Replace GECKO_PROVIDER with option group. New options are firefox
and mozilla.  Backwards compatibilty is provided.

Reviewed by wiz.
2005-07-21 13:11:42 +00:00
seb
3c1188f74f Note update of net/flow-tools to version 0.68nb1 [flow-capture '-u' argument
processing fix]
2005-07-21 12:55:39 +00:00
seb
d486bce445 Fix flow-capture '-u' (preserve umask) option processing: it's '-u' not '-i'.
Bump PKGREVISION to 1.
2005-07-21 12:54:02 +00:00
wiz
104f2884ab Do not list all licenses. Mention that packages
for which you need to accept a license will display the necessary information.

ok gdt@.
2005-07-21 12:28:30 +00:00
wiz
95ee75c5a3 Added textproc/py-elementtree version 1.2.6 2005-07-21 12:15:08 +00:00
wiz
6bdfd5817b - firefox-bin (thanks, tron!). 2005-07-21 12:14:44 +00:00
wiz
e7efb70255 Add and enable py-elementtree. 2005-07-21 12:14:19 +00:00
wiz
d86e5361f8 Initial import of py-elementtree, from pkgsrc-wip, packaged by recht@
The Element type is a simple but flexible container object, designed
to store hierarchical data structures, such as simplified XML infosets,
in memory.

The ElementTree toolkit contains an Element implementation in Python,
and code to read XML and HTML files into trees of Element objects, and
write them out as XML.
2005-07-21 12:13:29 +00:00
tron
34f1cd5c59 Note update of "firefox-bin" package to version 1.0.6. 2005-07-21 11:22:40 +00:00
tron
7e09141e06 Update "firefox-bin" package to version 1.0.6. Changes since version 1.0.5:
- Restore API compatibility for extensions and web applications that did
  not work in Firefox 1.0.5.
2005-07-21 11:22:10 +00:00
tron
b42da084d8 Rewrite last change a bit because the check didn't work properly. 2005-07-21 10:59:01 +00:00
tron
99c338420c The additional locale files only get installed on systems with a recent
gettext version (e.g. NetBSD 3.99.7) but not systems with an older one
(e.g. NetBSD 3.0_BETA). We must therefore adapt the package list
dynamically.
2005-07-21 10:43:23 +00:00
wiz
58994fde01 + afterstep-2.1.2, firefox-bin-1.0.6, thunderbird-1.0.6,
thunderbird-gtk1-1.0.6, tkcvs-7.2.4, windowlab-1.32.
2005-07-21 09:22:17 +00:00