Commit graph

74298 commits

Author SHA1 Message Date
jmmv
ce4adcb25b Initial import of libgda-sqlite, version 1.0.4:
This package provides the sqlite plugin for libgda, which lets it act as
an sqlite application.

Closes PR pkg/26592.
2005-02-05 17:04:51 +00:00
jmmv
70f417637b PKGREVISION must not be in Makefile.common. 2005-02-05 17:01:29 +00:00
adrianp
88a9665d9e - remove firewalk-gtk
- note update of firewalk
2005-02-05 16:59:38 +00:00
adrianp
f6203cfb9c - Update from firewalk 1.0 to 5.0
- Use libnet 1.1.x branch
- No changelog available
- Addresses PR# 29056
2005-02-05 16:57:02 +00:00
jmmv
ce6294ef63 Use LIBGDA_PROVIDER in two places, instead of hardcoding the provider's
name.  Addresses part of PR pkg/26592.
2005-02-05 16:56:40 +00:00
adrianp
14c7b3b2aa firewalk-gtk is now obsolete with firewalk 5.x 2005-02-05 16:50:10 +00:00
jmmv
828e632126 Explicitly disable use of readline (we weren't using it before anyway).
Fixes build problems under -current.
2005-02-05 16:30:39 +00:00
zuntum
52c030aac8 Fix PR#28775 by Georg Schwarz <georg.schwarz@freenet.de>: improve portability:
- use "test -r" instead of "test -e"
 - use ${INSTALL_*}
2005-02-05 16:27:39 +00:00
adrianp
0c68e0f862 Fix BUILDLINK_DEPENDS.libnet for bulk-builds 2005-02-05 16:11:47 +00:00
wiz
e17c760667 pkglint updated to 4.00. 2005-02-05 15:40:08 +00:00
wiz
214180afce Another fix for python and ruby packages, this time for installed ones.
Standardize the prefix so they can be compared with the packages
more easily (pkg_chk is better at this anyway, but since I fixed
the other cases already...).
Welcome to 4.00!
2005-02-05 15:39:44 +00:00
heinz
29b5f10386 Update of tnef to 1.3.1 2005-02-05 14:56:12 +00:00
chris
ce1aa30345 Note update of sylpheed to 1.0.1. 2005-02-05 14:54:33 +00:00
heinz
fb388927b7 Update to version 1.3.1
Changes since 1.2.3.1:

1.3.1:
 Fixing dumb compiling bugs [BUG: #1108485].  GCC lets me write incorrect code!

 Small modifications to tnef.spec.in as suggested by jmsl@users.sf.net
 [BUG: #1102128]

 Corrected type problems to improve portability to 64 bit systems and Mac.

1.3:
 Adding feature to allow for saving of RTF data.
2005-02-05 14:54:14 +00:00
chris
0eb2d72cd6 Update sylpheed to 1.0.1.
Changes since 1.0.0:
    * Gpgme-1.0 has been supported (thanks to Toshio Kuratomi).
      - A warning is displayed if a key for encryption is untrusted.
      - The status of signature validity became more descriptive.
      - Signatures inside nested multipart are now recognized.
    * Messages are not retrieved multiple times anymore after POP3
      session is aborted.
    * Other bugfixes have been made.

Changes since 1.0.0rc:
    * The first official release.
    * The escaping of special characters in action commands has been
      modified.
    * The crash on deleting a remote account has been fixed.

Changes since 1.0.0beta4:
    * The IMAP4 parser has been fixed for 64-bit platforms.
    * Users are now asked to switch to online mode when sending in
      offline.
    * The line-joining problem of auto-wrapping has been fixed.
    * Special characters are now properly escaped when executing action
      commands.
    * Some compiler warnings have been removed.

Changes since 1.0.0beta3:
    * The Japanese manual has been updated.
    * Some icons have been modified, and unused icons have been removed.
    * The menu strings have been fixed.
    * The workaround for invalid CR characters on POP3 has been made.
2005-02-05 14:51:17 +00:00
jdolecek
260b752864 Forced commit to note postgresql 7.4.9 changes:
Changes

     * Disallow "LOAD" to non-superusers
       On platforms that will automatically execute initialization
       functions of a shared library (this includes at least Windows and
       ELF-based Unixen), "LOAD" can be used to make the server execute
       arbitrary code. Thanks to NGS Software for reporting this.
     * Check that creator of an aggregate function has the right to
       execute the specified transition functions
       This oversight made it possible to bypass denial of EXECUTE
       permission on a function.
     * Fix security and 64-bit issues in contrib/intagg
     * Add needed STRICT marking to some contrib functions (Kris Jurka)
     * Avoid buffer overrun when plpgsql cursor declaration has too many
       parameters (Neil)
     * Fix planning error for FULL and RIGHT outer joins
       The result of the join was mistakenly supposed to be sorted the
       same as the left input. This could not only deliver mis-sorted
       output to the user, but in case of nested merge joins could give
       outright wrong answers.
     * Fix plperl for quote marks in tuple fields
     * Fix display of negative intervals in SQL and GERMAN datestyles
     * Make age(timestamptz) do calculation in local timezone not GMT
2005-02-05 14:50:52 +00:00
jdolecek
b0f5393896 Update postgresql73 to 7.3.9. This release contains a variety of fixes
from 7.3.8, including several security-related issues. A dump/restore
is not required for those running 7.3.X.
2005-02-05 14:49:34 +00:00
jdolecek
f7c51e684e Update to postgresql 7.3.9. This release contains a variety of fixes
from 7.3.8, including several security-related issues. A dump/restore
is not required for those running 7.3.X.

Changes

     * Disallow "LOAD" to non-superusers
       On platforms that will automatically execute initialization
       functions of a shared library (this includes at least Windows and
       ELF-based Unixen), "LOAD" can be used to make the server execute
       arbitrary code. Thanks to NGS Software for reporting this.
     * Check that creator of an aggregate function has the right to
       execute the specified transition functions
       This oversight made it possible to bypass denial of EXECUTE
       permission on a function.
     * Fix security and 64-bit issues in contrib/intagg
     * Add needed STRICT marking to some contrib functions (Kris Jurka)
     * Avoid buffer overrun when plpgsql cursor declaration has too many
       parameters (Neil)
     * Fix planning error for FULL and RIGHT outer joins
       The result of the join was mistakenly supposed to be sorted the
       same as the left input. This could not only deliver mis-sorted
       output to the user, but in case of nested merge joins could give
       outright wrong answers.
     * Fix plperl for quote marks in tuple fields
     * Fix display of negative intervals in SQL and GERMAN datestyles
2005-02-05 14:49:03 +00:00
jdolecek
89b5b5508a disable inclusiong dlopen.bl3.mk (and hence link agains pthread), for
same reasons as the postgresql74-server
adresses PR pkg/28729
2005-02-05 14:47:02 +00:00
jdolecek
b9b475e319 postgresql74 updated to 7.4.7 - fixes LOAD vulnerability 2005-02-05 14:31:52 +00:00
jdolecek
a6b103e307 Update postgresql74 to 7.4.7. This is security release only, fixes
recently discovered LOAD vulnerability.
2005-02-05 14:31:20 +00:00
seb
93db458de2 Note update of graphics/dcraw to version 1.234 [bug fixes] 2005-02-05 12:32:19 +00:00
jmmv
989165ddd6 Note update of ORBit2 to 2.12.1. 2005-02-05 12:30:53 +00:00
seb
c5b9848ea8 Update to version 1.234.
Changes since last packaged version (1.233):
        Call fuji_rotate() before apply_profile().
        Do not use the gamma curve after applying a profile.
2005-02-05 12:30:46 +00:00
jmmv
e0c4697b09 Update to 2.12.1:
* bug fixes
	+ Fix mem leak on exception overwrite (Michael)
	+ Fix demarshalling CORBA_any containing null or void values (Michael)
	+ IDL generation (esp. skelimpl) fixes (Jules Colding)
	+ Ongoing Win32 port work (Tor Lillqvist)
	+ Fix linking on Darwin (Hans Petter Jansson)
2005-02-05 12:30:23 +00:00
hubertf
c70648676d NetBSD 1.6.2/sparc64 needs GCC 3.0 or better, the 2.95.x compiler
shipped with 1.6.2 dies with an internal compiler error.

Fixes PR pkg/29185.
2005-02-05 12:16:13 +00:00
adrianp
be6ba2adbc note update of coq to 8.0pl2 2005-02-05 11:20:10 +00:00
adrianp
55bb4bd887 - Update of coq from 7.4 to 8.0pl2
- Initial patches supplied by Antoine Reilles, thanks !
- Lots of changes/fixes/updates, see: CHANGES
2005-02-05 11:19:02 +00:00
jmmv
23df631e03 Fix build under Linux by requiring X11. Support for X11 in this package
seems optional, but we were using it anyway.  Furthermore, imlib2 also
requires it, which is a dependency for this one, so there is no problem
in doing this.  Problem noted by Sebastian Prause in tech-pkg@.
2005-02-05 10:34:13 +00:00
jklos
a48a266065 Bumped PKGREVISION because of removal of xpm building reference. 2005-02-05 08:47:33 +00:00
minskim
6432429c55 Make xterm build on Darwin by defining USE_POSIX_TERMIOS as on other
BSDs.
2005-02-05 06:22:51 +00:00
minskim
d27ee197c1 Note update of xterm. 2005-02-05 06:03:08 +00:00
minskim
1e90658412 Update xterm to 199.
Changes since 197:

    * instead of setting $DISPLAY, check for the unset variable and
     warn/exit on this condition (comments by H Merijn Brand and
     Bernhard R Link).

    * fix a typo in Imakefile from patch #198 (reports/patches by
     Stefan Dirsch, and Mike Castle).

    * add utmpDisplayId resource to allow users to control whether the
     display identifier (display number and screen number) are
     retained in the connection information recorded in utmp
     (discussion with Edoardo Tirtarahardja).

    * add bellOnReset resource to allow users to disable bell which
     sounds on hard reset since patch #183 changes to DECSCL
     (discussion with Danek Duvall).

    * improve $WINDOWID for configuration with toolbar by making it
     refer to the top-level shell rather than the parent of the
     current window. For that case, the parent is a form widget,
     which does not have a name, which made the $WINDOWID not very
     useful as a parameter for xwininfo (suggested by Dave
     Bodenstab).

    * fix a typo in WhichVFont() macro from patch #197 changes which
     broke the --disable-active-icon configuration (report by Ralf
     S. Engelschall).

    * improve some limit checks (Gentoo Bugzilla #75604).

    * add --disable-setuid option to configure script (Gentoo Bugzilla #76453).

    * add --disable-full-tgetent option to configure script, allowing
     one to ignore a termcap library in favor of ncurses/curses
     (Gentoo Bugzilla #69926).

    * modify configure script to choose useful warning options for
     Intel version 8.0 compiler.

    * update config.guess, config.sub

    * make active-icon work properly when TrueType fonts are used
     (Debian #286068).

    * correct change from patch #157 which uses getlogin() to check
     for an alias; the storage used for the related getpwuid() call
     was overwritten by the data used for comparison (patch by Per
     Hedeland).

    * correct case of SCS for character set 0 (line-drawing) to allow
     it to be selected into GR.

    * fix a file-descriptor leak (Redhat Bugzilla #139597).

    * modify creat_as() to only fork if xterm is actually running as
     setuid and/or setgid. This works around a Cygwin bug which hangs
     when logging is enabled and makes xterm a little faster for
     systems using interfaces such as utempter (report by Al
     Goodman).

    * modify Cleanup() to avoid operations such as X calls that might
     use unsafe functions when it is called by a signal handler
     (report by Michiel Boland).

    * fix bugs in patch #191 and in SRM changes from patch #197 that
     broke DECSET 38: switch to Tek4014 emulation (report by Dave
     Bodenstab).

    * fix for manpage escapes (Marc La France).

    * improve on IRIX-specific change for Imakefile in XFree86 CVS
     versus resize linking against termcap library to reflect
     definitions for USE_TERMCAP in resize.c
2005-02-05 06:00:48 +00:00
jklos
3c3b661861 Removed buildlink references for xpm. It's not necessary, and it's
insecure at the moment.
2005-02-05 01:18:13 +00:00
jlam
1ec8131688 Set PKG_REFCOUNT_DBDIR in the environment for the +INSTALL script, just
like pkg_add(1) does in pkg_install-20050204.
2005-02-05 01:17:59 +00:00
wiz
2cc8b0b8a6 Edit down patch-ah so it does not include an RCS Id. 2005-02-05 00:49:34 +00:00
wiz
50f4371d58 cksfv updated to 1.3.3. 2005-02-05 00:48:33 +00:00
wiz
0208f99a90 Update to 1.3.3:
2005-03-04  Heikki Orsila
	* version 1.3.3
	- lots of changes. see previous changelog entries.

2005-03-04  Heikki Orsila
        - configure script now ignore unknown arguments (but gives a warning)
	- configure allows setting mandir and compiler. Examples:
	  --mandir=/usr/man
	  --compiler=/opt/experimental/gcc-4/bin/gcc
	- fixed wording in man file (Thomas Klausner)
	- -b option: print only basenames of the given files when creating
	  an sfv.

2005-03-03  Heikki Orsila
	- fixed O_LARGEFILE for macosx
	- Thomas Klausner submitted partial sfv checking patch by Dieter Baron.
	  Now cksfv -f foo.sfv [FILE1 FILE2 ...] checks only given FILES.
	- Thomas Klausner submitted patch by Tobias Nygren
	  to avoid calculating CRC twice per
	  file (read once, compute twice).

2005-02-03  Heikki Orsila
        * version 1.3.2
        - solaris printf workaround. use %lu tu print filesizes. works
	  best on 64-bit architectures (with compilers assuming sizeof(long)
	  == sizeof(size_t)). GNU/Linux support %zu which is the appropriate
	  modifier for this case, but can't have it everywhere.
	- doesn't print directory infos into catalogues when creating sfvs
	- see other modifications since 1.3.1 (many of them)

2005-01-26  Heikki Orsila
	- fixed output (displayed only 32-bit file sizes, and months wrong)
	  OLD:
	  ;    100663296  14:54.37 2005-00-25 zeros
	  NEW:
	  ;   4395630592  14:54.37 2005-01-25 zeros
	- lots of code cleanups
	- solaris fixes

2005-01-25  Heikki Orsila
	* no new version
        - Added and edited man page from Debian distribution
	- Fixed Makefile issues for -jx
	- Added a simple configure script for more consistent compilation
	- Removed b0rken rpm creation from Makefile
	- Removed spam messages (when creating and verifying checksums)
	- Added test cases (make tests)
	- added fake and lousy stdint.h generation (OS that don't have it
	  should be upgraded)

2005-01-24  Heikki Orsila
        * no new version
	- I decided to start maintaining the program since Bryan Call is
	  unreachable.

2004-05-25  Heikki Orsila
        * version 1.3.1
	- Fixed 64-bit issues. Went into Gentoo portage.
2005-02-05 00:45:49 +00:00
adrianp
98898949ba Note the update of labltk to 3.08.2 2005-02-05 00:29:45 +00:00
jlam
94d6c64d03 Pull in documentation improvements and a minor change to allow building
with WARNS=2 from src/usr.sbin/pkg_install.  No functional change and
no version bump.
2005-02-05 00:28:58 +00:00
simonb
60666b8ab8 Use "-P path" instead of "-P file" in the synopsis. 2005-02-05 00:26:41 +00:00
adrianp
1bb208ba9c fix broken patch from last update - ride the recent update 2005-02-05 00:26:18 +00:00
cube
c0cb9d1e07 Well, pwm still conflicts with ion from older versions. Noted by Thomas
Klausner.
2005-02-05 00:24:14 +00:00
adrianp
92c7a49ffa Remove out-dated patches for last round of ocaml updates 2005-02-05 00:12:11 +00:00
adrianp
a8d392cc46 fix broken patch from last update - ride the recent update 2005-02-05 00:04:20 +00:00
cube
68d545dbba Note revision bump for ion. 2005-02-05 00:03:50 +00:00
cube
653574f203 pwm no longer conflicts with wm/ion. 2005-02-05 00:02:58 +00:00
cube
a04d1eee9e Install included pwm as pwm2 to avoid conflict with wm/pwm, as discussed
on tech-pkg.  PKGREVISION++.
2005-02-05 00:00:11 +00:00
adrianp
b9d22b116c remove obsolete patches for recent update 2005-02-04 23:25:50 +00:00
adrianp
0fec156055 note unison-devel bump to nb3 2005-02-04 22:59:09 +00:00