Commit graph

46236 commits

Author SHA1 Message Date
minoura
c9a0a4503d Correct XEmacs support (typos and PLIST fix). 2003-08-18 13:19:37 +00:00
minoura
54f83ca1cd Typo (EMACS_VERSIONS_ACCEPTED, not EMACS_VERSION_ACCEPTED). 2003-08-18 13:17:51 +00:00
minoura
123ee8783e XEmacs is 21.4, not 21.1. 2003-08-18 13:16:24 +00:00
minoura
317748e550 Correct XEmacs support.
Tested with xemacs214.
2003-08-18 13:14:32 +00:00
minoura
6a98d7de22 xemacs211 -> xemacs214
Include emacs.mk after defining EMACS_VERSIONS_ACCEPTED.
2003-08-18 13:12:47 +00:00
drochner
1c84c87cd9 simplify build a bit, and allow any Python version >=2.2 2003-08-18 10:24:11 +00:00
drochner
31e625bc2f catch up with py-imaging - use distutils and don't depend strictly
on Python-2.0 anymore
2003-08-18 10:15:39 +00:00
drochner
3f3f5d5c6d cosmetics: use ${PYSITELIB} 2003-08-18 10:09:50 +00:00
drochner
7323032e25 make distutils obey LDFLAGS set in the environment, analogous to
patches we've applied to Python-2.1+
2003-08-18 09:14:13 +00:00
seb
80c8df9f05 I have missed a USE_MAKEINFO=yes here, without buildlink2 enabled for
this package it had only been caught by tools.mk's overriding script.
2003-08-18 07:46:15 +00:00
uebayasi
836ff8dc61 Update my old address. Noted by Yamano-san. 2003-08-18 06:54:09 +00:00
itojun
18eff2bbfb fix manpage. 2003-08-18 05:37:49 +00:00
jmc
89ef6b2d96 Tweak the getrusage test to a much larger loop value as my machine was fast
enough in the testing for instance that it never got usage on the process.
2003-08-18 05:31:03 +00:00
gson
304b9de2e7 Note update of net/py-dns to 1.1.0. 2003-08-18 04:05:11 +00:00
gson
e19c0f0fe4 Update py-dns to 1.1.0.
Summary of changes from 1.0.0:

    * Message sections are now lists of RRsets, not lists of nodes.

    * Nodes no longer have names; owner names are associated with
      nodes in the Zone object's nodes dictionary.

    * Many tests have been added to the test suite; dnspython 1.0.0
      had 47 tests, 1.1.0 has 275. The improved testing uncovered a
      number of bugs, all of which have been fixed.

    * The NameDict class provides a dictionary whose keys are DNS
      names. In addition to behaving like a normal Python dictionary,
      it also provides the get_deepest_match() method. If, for
      example, you had a dictionary containing the keys foo.com and
      com, then get_deepest_match() of the name a.b.foo.com would
      match the foo.com key.

    * A new Renderer class for those applications which want finer
      control over the DNS wire format message generation process.

    * Support for a "TooBig" exception if the size of wire format
      output exceeds a specified limit.

    * Zones now have find_rrset() and find_rdataset() convenience
      methods. They let you retrieve rdata with the specified name
      and type in one call, e.g.:

         rrset = zone.find_rrset('foo', 'mx')

    * Other new zone convenience methods include: find_node(),
      delete_node(), delete_rdataset(), replace_rdataset(),
      iterate_rdatasets(), and iterate_rdatas().

    * get_ variants of find_ methods are provided; the difference is
      that get_ methods return None if the desired object doesn't
      exist, whereas the find_ methods raise an exception.

    * Zones now have a to_file() method.

    * The message and zone from_file() methods allow Unicode filenames
      on platforms (and versions of python) which support
      them. Universal newline support is also used if available.

    * The Zone class now implements more of the standard mapping
      interface. E.g. you can say zone.keys(), zone.get('name'),
      zone.iteritems(), etc. __iter__() has been changed to iterate
      the keys rather than values to match the standard mapping
      interface's behavior.

    * Rdatasets support more set operations

    * Zone and Node factories may be specified, allowing applications
      to subclass Zone or Node and yet still use the algorithms which
      build zones from master files or AXFR data.

    * dns.ipv6.inet_ntoa() now minimizes the text representation of
      IPv6 addresses in the usual way,
      e.g. "0000:0000:0000:0000:0000:0000:0000:0001" is minimized to
      "::1".

    * dns.query functions now take an optional address family parameter.

All known bugs from 1.0.0 are fixed in this release.
2003-08-18 04:02:47 +00:00
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