Commit graph

98155 commits

Author SHA1 Message Date
drochner
e12a011c78 update to 2.10.3
changes:
-fix some bugs and a memory leak
-translation updates
2006-05-29 17:06:49 +00:00
drochner
1b3bff2d7b add a patch from OpenBSD / Debian which fixes Lynx going into an
infinite loop on certain invalid HTML (CVE-2004-1617)
bump PKGREVISION
2006-05-29 16:58:18 +00:00
joerg
a0e5f0c6e8 Portability fixes for lang/spl. 2006-05-29 16:32:04 +00:00
joerg
ef635bb61e Expects bash. Use portable way to initialise a recursive mutex.
DragonFly is a BSD as well. Bump revision.
2006-05-29 16:31:43 +00:00
joerg
cc4a2ab673 PLIST fixes for GNUradio-core and irrd. 2006-05-29 16:15:50 +00:00
joerg
0971754735 Add missing PLIST entries. Bump revision. 2006-05-29 16:14:25 +00:00
joerg
f791cae83e Updated lang/py-pyrex to 0.9.4.1, helps GCC 4+. 2006-05-29 16:14:12 +00:00
joerg
c21b86c717 Fix build on DragonFly and pthread linkage. 2006-05-29 15:53:27 +00:00
joerg
d7f789e0c2 Update to pyrex-0.9.4.1.
Changes in 0.9.4.1:
   Tiny bugfix to correct a tab/space problem in the distutils
extension.

Changes in 0.9.4:
   LValue Casting Is Dead
   I have redesigned the code generator to eliminate the need for lvalue
casting. This means that Pyrex-generated code should now be
gcc4-compatible, although I haven't tested this. Let me know if you find
any remaining lvalue casts; they should be fairly easy to fix now.

   C++ Compilable
   The generated code should now be compilable as either C or C++
without errors (although there may still be warnings). However, note
that you can still only call C++ functions if they have been declared
"extern C", even if you compile the Pyrex output as C++. I hope to
introduce some C++ interface features soon.

   and more.
2006-05-29 15:37:02 +00:00
drochner
ebf7e3b44d update to 1.2.1
changes:
-builds with gcc4 now
-some fixes for problems with compiler optimization
2006-05-29 15:22:29 +00:00
tron
7f0678dc9c Backout last change because it doesn't have any effect. 2006-05-29 14:37:15 +00:00
joerg
c73fd6744e Don't test existence of a file, touch it and compare the content,
but compare the content only if the file existed in first place.
2006-05-29 14:26:33 +00:00
joerg
7747ba1cc0 Fix build on DragonFly. 2006-05-29 14:06:27 +00:00
tron
3b6a7d65a4 Prefer new versions of Sun's JVM over old versions. 2006-05-29 14:06:20 +00:00
tron
2ca16086a0 Note update of "firefox-bin-java" package to version 1.2. 2006-05-29 14:04:27 +00:00
tron
02c1086e32 Update "firefox-bin-java" package to version 1.2. It now uses the
Java plugin from the "sun-jre15" package (Java 5.0).
2006-05-29 14:04:04 +00:00
joerg
454507c829 Handle CD-ROM support on DragonFly like the other BSDs. 2006-05-29 14:01:03 +00:00
tron
c22463d94b Add missing RCS Ids. 2006-05-29 13:51:20 +00:00
tron
d7ee2d9f80 Note update of "cscope" package to version 15.5nb1. 2006-05-29 13:49:52 +00:00
tron
1a4ed9f751 Integrate Debian's fix for security whole reported in CVE-2004-2541.
Bump package revision.
2006-05-29 13:48:53 +00:00
joerg
405bd1edfe Don't build ksysv on DragonFly. 2006-05-29 13:31:58 +00:00
rillig
5a9336d376 regen, this time with valid HTML. 2006-05-29 08:55:59 +00:00
rillig
f5a5f1f754 This package needs a current htdocs-share to produce valid HTML. While
here, fixed some pkglint warnings and set DISTNAME to the package name,
banned the htdocs-share*.tar.gz to DISTFILES, where it belongs.
2006-05-29 08:55:31 +00:00
rillig
74557ce3a8 Rewrote the appendix covering the directory layout on ftp.NetBSD.org. 2006-05-29 07:47:34 +00:00
adam
f19dd3ff9b Updated editors/dasher to 4.0.2 2006-05-29 07:12:06 +00:00
adam
364ef257ac Changes 4.0.2:
* Fixed speech on Windows
 * Updated alphabets/colours

Changes 4.0.1:
 * Fixed segfault in control mode
2006-05-29 07:10:23 +00:00
adam
9fa253e667 Updated comms/efax-gtk to 3.0.9 2006-05-29 06:43:09 +00:00
adam
5e0cae8d15 Changes 3.0.9:
Swedish translation added (Daniel Nylander).

	Catalan translation added (Jordi Sayol Salomo).

	Use gtk_widget_queue_draw() to update the drawing area which
	indicates whether a fax is in the "faxes to send" queue via an
	expose event rather than doing it directly.

	Cater for serial port devices in sub-directories of /dev.

	Have Notifier objects detect whether the signalling thread is the
	same one as the thread in which the slot will execute and if so
	by-pass the Notifier pipe, and implement Notifier objects without
	using a map and object IDs.

	Correctly handle case of constructor of SharedPtr and SharedHandle
	objects throwing.

	Allow the program to compile without X.

	Document the use of G_IO_HUP with iowatches.

	Correct comments about the use of PipeFifo::connect_to_stdout()
	and PipeFifo::connect_to_stderr().

	Improve text for translation about modem classes.

	Include <ostream> and <istream> headers file where relevant.
2006-05-29 06:41:38 +00:00
rillig
72a71aef51 The configure script needs a working C compiler. 2006-05-29 06:36:06 +00:00
dmcmahill
c72147afb6 when generating the list of pkgsrc packages, use
${BMAKE} show-subdir-var VARNAME=SUBDIR
instead of just grepping through the makefiles.  This seems
to be a litle more robust.  Suggested by Joerg Sonnenberger.
2006-05-29 02:41:26 +00:00
joerg
9e5c90e2b3 py-qt3-sip only supports Python 2.3 and newer, so everything using it
or pt-qt3-base can't support other versions.
2006-05-28 22:59:59 +00:00
rillig
cf482b6cfc regen. 2006-05-28 20:41:22 +00:00
rillig
1c0fc3904b Rewrote the chapter on "getting pkgsrc and keeping it up-to-date" based on
the current discussion on the pkgsrc-users mailing list.
2006-05-28 20:37:52 +00:00
joerg
ecf59d403f Fix PLIST. Bump revision. 2006-05-28 19:12:52 +00:00
adrianp
cc95653028 Fix a bug in the Makefile which caused the files to be installed with
the wrong permissions.
Bump PKGREVISION
2006-05-28 18:18:44 +00:00
rillig
f8db7fb82e pyversion.mk only needs to be included once. 2006-05-28 17:57:31 +00:00
rillig
b306eaa8cb Fixed some spelling mistakes. 2006-05-28 17:50:23 +00:00
rillig
4c8dd5ce01 Added missing newline at the end of the file. 2006-05-28 17:41:18 +00:00
rillig
6467ce6808 BUILDLINK_DEPMETHOD needs to be defined only once. 2006-05-28 17:38:50 +00:00
rillig
f8f5c3a30f Fixed a pkglint warning. 2006-05-28 17:35:49 +00:00
rillig
bab3be8890 For building verilog, lex is indeed needed. 2006-05-28 17:31:26 +00:00
joerg
d8cbf6d0c8 Include unistd.h to get close(2) in the public namespace.
Fix PLIST, bump revision.
2006-05-28 17:28:17 +00:00
rillig
be217154aa Reindented. 2006-05-28 17:24:37 +00:00
dmcmahill
9f0c8c2d39 strip trailing comments when searching for SUBDIR+= lines in the Makefiles 2006-05-28 16:34:09 +00:00
joerg
e6033642a4 Use PYTHON_VERSIONS_ACCEPTED instead of _REQD, so that the latter
can be used to enforce versions after having determined which are
suppported.
2006-05-28 16:13:11 +00:00
joerg
ab165d4a0d Fix label at end of compound statement. 2006-05-28 15:52:37 +00:00
joerg
b52e66a320 Triggers ICE with Propolice on DragonFly: disable. 2006-05-28 15:50:05 +00:00
adrianp
d91c0b105f Add PHP_VERSIONS_ACCEPTED=4 as this does not work with PHP5 (from joerg@) 2006-05-28 15:48:32 +00:00
adrianp
0b2ea1428c Updated devel/mantis to 1.0.3 2006-05-28 15:25:09 +00:00
adrianp
cc03f2fee6 Update to 1.0.3
> - 7037: [security] Port: Login with disabled account possible (vboctor)
> - 7034: [bugtracker] Port: bug in string_sanitize_url() (vboctor)
> - 7028: [db mssql] Port: "Prune Accounts" function doesn't work with MS SQL (vboctor)
> - 7029: [db mssql] Port: MS SQL Error on View Filters Page (vboctor)
> - 7030: [db mssql] Port: installtion fails - administrator have no rights on db (vboctor)
> - 7032: [db mssql] Port: Error on opening Change Log (vboctor)
> - 7039: [db mssql] Notice: Only variables should be assigned by reference in coreadodbadodb.inc.php on line 2931 (vboctor)
> - 7035: [feature] Port: Global Profiles list not sorted (vboctor)
> - 7038: [filters] Port: SYSTEM WARNING: Argument 1 to array_multisort() is expected to be an array or a sort flag (vboctor)
> - 7031: [installation] Port: is_writable never success in install.php (vboctor)
> - 7041: [installation] Port: newbie admins may be redirected to blank page (vboctor)
> - 7033: [printing] Port: wrong strpos function call (vboctor)
> - 7027: [upgrade] Port: fixed_in_version is renamed to Fixed_in_version during database migration (vboctor)
2006-05-28 15:17:47 +00:00