Commit graph

46321 commits

Author SHA1 Message Date
jmc
dfa0d698ad Export proper link flags to LDFLAGS based on overall config (i.e. whether
libiconv exists/is needed and whether to link it in). This means packages
can avoid hardcoding LDFLAGS+=-liconv and breaking on -current.
Fixes gnomeicu for -current and 1.6.x
2003-08-18 03:37:47 +00:00
cjs
75789ee65a Updated postgresql to 7.3.4 [cjs 2003-08-18] 2003-08-18 01:03:37 +00:00
cjs
a2a90e322f Upgrade to 7.3.4. The on-disk format is the same, so a dump/restore is
not required. Changes include:
   Repair breakage in timestamp-to-date conversion for dates before 2000
   Prevent rare possibility of server startup failure (Tom)
   Fix bugs in interval-to-time conversion (Tom)
   Add constraint names in a few places in pg_dump (Rod)
   Improve performance of functions with many parameters (Tom)
   Fix to_ascii() buffer overruns (Tom)
   Prevent restore of database comments from throwing an error (Tom)
   Work around buggy strxfrm() present in some Solaris releases (Tom)
   Properly escape jdbc setObject() strings to improve security (Barry)
In particular, the server startup failure mentioned above occurs when the
transaction log ends on a page boundary.
2003-08-18 00:26:24 +00:00
jmc
b423c71095 Needs USE_MAKEINFO 2003-08-17 20:32:22 +00:00
jmc
a7d1a871a3 add a missing buildlink file 2003-08-17 20:31:55 +00:00
jmmv
0e197a7c49 Note update of intltool to 0.27.1. 2003-08-17 19:48:30 +00:00
jmmv
e499a324e7 Update to 0.27.1:
- Fixed .xam support (Abel Cheung)
- Fixed intltool-update, it's not usable with 0.27 :-(  (Carlos Perelló Marín)
- intltool-update -m tells you about files that are at POTFILES.in but does not
  exists anymore (Abel Cheung)
- Small scheme support fixes (Callum McKenzie)
- Added support for .lang files (Gustavo Giraldez)
- Added support for .xam files (Abel Cheung)
- Updated I18N-HOWTO (Kenneth, Bruno Haible)
- Updated all manual pages and command help (Abel Cheung)
- Improved the package name detection code (Abel Cheung)
- better .server files handling (Abel Cheung)
- source code with non-ASCII chars support with
  GNU gettext 0.12 (bug #99005, Abel Cheung, Carlos Perelló Marín)
- intltool-unicodify is deprecated, please use msgconv (Abel Cheung)
2003-08-17 19:47:39 +00:00
jmmv
4db487cdfa Note update of esound to 0.2.31. 2003-08-17 19:38:17 +00:00
jmmv
852263d020 Update to 0.2.31: Solaris 8 build fixes. 2003-08-17 19:37:23 +00:00
recht
9c88a5fcff Python 2.3 comes with the "csv" module, so don't accept python23 and
python23-pth.
2003-08-17 18:23:49 +00:00
recht
e8b57af343 Allow also Python 2.3 to be used. 2003-08-17 18:10:35 +00:00
kei
8e01798f1e note update of boehm-gc package to 6.2nb1. 2003-08-17 05:06:13 +00:00
kei
4d96eca469 install private header files as well. an application (latest version of
lang/gauche, actually) needs them.  there are some comments in
doc/README.changes about this issue.
2003-08-17 05:01:58 +00:00
kei
a6c11620ba note update of acroread5 package to 5.0.8. 2003-08-17 04:46:37 +00:00
kei
770ccf539a updated acroread5 to 5.0.8. it fixes a security problem.
from README:

-----
New for Acrobat Reader 5.0.8

A security patch was applied that solves a problem reported
with long URLs in weblinks which can cause a buffer overrun.
-----

XXX a solaris version is not tested.
2003-08-17 04:44:54 +00:00
jlam
a8e872425a Avoid circular dependencies if USE_GNU_TOOLS is set unconditionally in
either the environment or in /etc/mk.conf by telling dependencies of the
named GNU tool to ignore any USE_GNU_TOOLS settings when they are built.
2003-08-17 04:06:36 +00:00
dmcmahill
159a2c3082 note addition of cad/pcb-current version 20030815 2003-08-17 04:02:17 +00:00
dmcmahill
82cd633d7f add conflict with pcb-current 2003-08-17 04:00:51 +00:00
dmcmahill
69b4c2cbfd add and enable pcb-current 2003-08-17 04:00:05 +00:00
dmcmahill
2cf1c2c58e import pcb-current-20030815.
Pcb - X11 interactive printed circuit board layout system.

Pcb is a handy tool for	the X Window System to design printed
circuit	boards.  All coordinate units are 1/1000 inch.

Please note that this package is a development snapshot and while it contains
the latest and greatest features, it may be buggy as well.  There is a seperate
pcb package which is made of the stable releases.
2003-08-17 03:59:08 +00:00
jlam
b6231ea0ad If an OS is listed in _TOOLS_REPLACE_OPSYS.<tool>, then we want to make
sure that tool is symlinked into ${TOOLS_DIR}/bin.
2003-08-17 02:03:53 +00:00
grant
bd01fe0985 put SunOS back in _TOOLS_REPLACE_OPSYS.sed. 2003-08-16 23:54:31 +00:00
grant
02cce8b3fe fix small typo: TOOLS_REPLACE -> _TOOLS_REPLACE 2003-08-16 23:49:27 +00:00
seb
53b7172739 Remove setting of INSTALL_INFO and MAKEINFO in {MAKE,CONFIGURE}_ENV
from texinfo.mk. Only set them there from tools.mk: this way they are
always set whatever the value of INFO_FILES and USE_MAKEINFO as
texinfo.mk is included only if INFO_FILES is not empty or USE_MAKEINFO is
not "no".

Please note that now with tools.mk install-info and makeinfo usage by a
package build and installation process is always caught by the
overriding scripts in ${TOOLS_DIR}/bin/{install-info,makeinfo} even if
the package does not use the buildlink framework.

Many thanks to Johnny for that!

XXX: I think I'm going to sweep over packages marked with INFO_FILES
and USE_MAKEINFO to remove the need of INSTALL_INFO and MAKEINFO in
environment and thus only relying on the overriding scripts.
This will clear a bit the clutter in {MAKE,CONFIGURE}_ENV.
2003-08-16 23:19:04 +00:00
itojun
a21f482039 PKG_SYSCONFSUBDIR back to zebra by default, as there's zebra.conf and stuff.
in the future the code diverges enough, we may want to change it again
to "quagga".
2003-08-16 21:49:13 +00:00
bouyer
170e7b1405 Note update of horde/imp, for security issues. 2003-08-16 21:13:26 +00:00
bouyer
64ee405d86 Update to imp-3.2.2rc1 to fix a security issue.
Changes since 3.2.1:
[mms] SECURITY: XSS vulnerabilities in the HTML viewer fixed (Ulf Harnhammar
      <ulf@update.uu.se>).
[mms] SECURITY: If Horde 2.2.4 is available, additional code is used to
      protect against session fixation issues.
[jan] Add Arabic (Syria) translation (Platinum Development Team
      <devteam@platinum-sy.net>).
[jan] Add Arabic (Oman) translation (Said Al-Hosni <admin@wabhosting.com>).
[jan] Add Macedonian translation (Stojan Pesov <ssp@eureka.com.mk>).
[jon] Allow the spam reporting system to also use an external program.
[jan] Add IMP::rfc822WriteAddress() as a replacement for the buggy
      imap_rfc822_write_address() function.
[jan] Add Thai translation (Surasak Srisawan <surasak@rirc.ac.th>).
[bjn] Add blacklist/whitelist hooks to Ingo.
[jan] Add Icelandic translation (Bjorn Davidsson <bjossi@snerpa.is>).
[mms] Correct display of filter rules with "special" HTML characters.
2003-08-16 21:11:20 +00:00
bouyer
1a984c93d3 Update to horde-2.2.4rc1, to fix a security issue.
Changes since 2.2.1:
[mms] SECURITY: Add code to protect against session fixation issues.
[jan] Add Macedonian translation (Stojan Pesov <ssp@eureka.com.mk>).
[mir] Fix a bug that incorrectly quotes pref values (Bug #1224)
[cjh] Fix a bug that prevented logging.
[mms] DB session handlers do not use persistent connections by default.
[mms] Fix parse error in Horde_Cipher_BlockMode_ofb64::.
[mms] Optimization of Secret:: and Horde_Cipher:: drivers.
[jan] Add Catalan translation (Angels Guimerà <angels.Guimera@uab.es>).
[mms] Added a RADIUS Auth:: driver.
[mir] Added a Samba Auth:: driver.
[cjh] Added the Horde_Image:: class.
2003-08-16 21:07:17 +00:00
kristerw
f85f2d2267 Note update of xmame and xmess. 2003-08-16 18:52:37 +00:00
kristerw
730b51dc42 Update xmame to 0.72.1.
Changes since 0.71.1 include:
- Everything from MAME 0.72 and MESS 0.72.
- The various effects enabled by -effect now work with rotation enabled.
  (Shyouzou Sugitani)
- The Xv target supports more effects.   (Shyouzou Sugitani)
- The rc parsing code displays more compact and readable error messages.
  (Andre Majorel)
- Xv windowed mode is now enabled with "-x11-mode 2" or "-x11 2", and
  Xv fullscreen mode is enabled with "-x11-mode 3" or "-x11 3".  The
  "-[no]xv" and "-fullscreen" switches are no longer available.
- Added hotkey switching for Xv windowed mode via ALT + DEL and Xv
  fullscreen mode via ALT + END.
- Added -widescreen for Xv.  This shrinks the width of the output for
  display on a widescreen TV.  (Per Wigren)
2003-08-16 18:50:28 +00:00
kristerw
f9cb62fb2a Update xmess to 0.72.1.
Changes since 0.71.1 include:
- Everything from MAME 0.72 and MESS 0.72.
- The various effects enabled by -effect now work with rotation enabled.
  (Shyouzou Sugitani)
- The Xv target supports more effects.   (Shyouzou Sugitani)
- The rc parsing code displays more compact and readable error messages.
  (Andre Majorel)
- Xv windowed mode is now enabled with "-x11-mode 2" or "-x11 2", and
  Xv fullscreen mode is enabled with "-x11-mode 3" or "-x11 3".  The
  "-[no]xv" and "-fullscreen" switches are no longer available.
- Added hotkey switching for Xv windowed mode via ALT + DEL and Xv
  fullscreen mode via ALT + END.
- Added -widescreen for Xv.  This shrinks the width of the output for
  display on a widescreen TV.  (Per Wigren)
2003-08-16 18:50:06 +00:00
dillo
fc6423d188 note addition of freesci-0.3.4a, an interpreter for Sierra On-Line's
SCI games.
2003-08-16 18:29:42 +00:00
dillo
32e66af547 add and enable freesci 2003-08-16 18:28:44 +00:00
dillo
394bff73e1 Initial import of freesci-0.3.4a, an interpreter for Sierra On-Line's
SCI games.
2003-08-16 18:27:30 +00:00
recht
b90576497c Not update of py-soappy to 0.10.2. 2003-08-16 16:55:59 +00:00
recht
b6eb2a40ae Update to 0.10.2.
changes:
- Modifed WSDL.Proxy to pass along all arguments to SOAPProxy.  This
  should ensure that all features of SOAPProxy are accessible to users
  of WSDL.Proxy
- Created URLopener.py, which contains a class extending
  urllib.FancyURLopener.  This class allows reading from URLs that
  are protected by basic authenticatoin, have been relocated, etc.
- Modified WSDL.Proxy to use URLopener.  It should now permit access
  to WSDL files protected by basic authentication.
- Modified XMLSchema to extend UserTuple instead of tuple for python < 2.2.
- Added UserTuple class, taken from from Stefan Schwarzer's ftputil
  library.
2003-08-16 16:54:26 +00:00
drochner
8bcebd7528 +nagi 2003-08-16 15:34:23 +00:00
drochner
9b7325c9ed another interpreter for Sierra AGI games (besides sarien), works better for
me on -current
2003-08-16 15:33:01 +00:00
dillo
47b2a6f88f fix format of previous entry
note addition of zoom-1.0.1pl1: a z-code (infocom) interpreter with
	graphics support
2003-08-16 14:32:22 +00:00
dillo
bc98252f96 add and enable zoom 2003-08-16 14:29:48 +00:00
dillo
2c1bad94f0 Initial import of zoom 1.0.1a: a z-code (infocom) interpreter with
graphics support.
2003-08-16 14:28:34 +00:00
taya
52a1cb96cf note rename of phoenix to MozillaFirebird 2003-08-16 14:27:47 +00:00
taya
264aeefb6c remove phoenix(renamed to MozillaFirebird) 2003-08-16 14:24:51 +00:00
taya
16690e2f4e delete phoenix and add MozillaFirebird 2003-08-16 14:21:09 +00:00
taya
c24aaa515b Import MozillaFirebird 0.6.1
(renamed from phoenix)

Changes from 0.6:
    * Fix for the auto-complete crash bug
    * Fix for the DOM security restriction bug that broke many bookmarklets
    * Rich Text Editing support
    * Toolbar buttons for cut, copy and paste
    * Brushed up default theme, including updated toolbar icons
    * New application icon
2003-08-16 14:19:32 +00:00
recht
22a9aea8e3 Update of cyrus-imapd21 to 2.1.14 is done.
Note that I'm working on an OpenLDAP 2.1.22 update.
2003-08-16 09:30:17 +00:00
recht
88f3ba3ad1 note update of cyrus-imapd21 to 2.1.14 2003-08-16 09:25:45 +00:00
recht
9462f14143 Update to 2.1.14.
Changes to the Cyrus IMAP Server since 2.1.13
* Be more forgiving in the parsing of MIME boundry headers,
  specificly those generated by eudora where the outer boundries are
  substrings of the inner boundries. This feature can be disabled by
  enabling the rfc2046_strict option.
* Allow cyradm to handle aggregate mailbox sets for ACL and DELETE
  operations.
* Add a lmtp_downcase_rcpt option to force the lowercasing of
  recipient addresses (Henrique de Moraes Holschuh <hmh@debian.org>).
* Include more MIME headers in sieve rejection notices
* Add an mbexamine command for debugging purposes
* LMTP will now fatal error if we cannot initialize the duplicate
  delivery database.
* Continued audit by Security Appraisers and Bynari
* Correctly terminate the processes by calling service_abort even on
  successful exit (helps to fix a db3 lockers problem)
* Fix some murder+altnamespace/unixhiersep issues
* Fix imclient's handling of literals.
* Add support for the windows-1256 character set
* Don't log 'could not shut down filedescriptor' messages when the
  socket is already not connected
* Now include a script to convert sieve script names to the
  altnamespace format
* Added a --with-extraident configure option to make it easier to set
  the extra version information that is compiled into the binary.
* Minor build fixes.
* Minor other bug fixes.

OK'ed by chris@
2003-08-16 09:23:58 +00:00
recht
add5d0596b cyrus-sasl2 update is done. 2003-08-16 09:11:55 +00:00
recht
81ea042482 Note update of cyrus-sasl2 to 2.1.15. 2003-08-16 09:09:20 +00:00