Commit graph

96575 commits

Author SHA1 Message Date
shannonjr
1f001e809d Update to 0.9.7.2. This is a bugfix release. 2006-04-24 10:19:20 +00:00
rillig
4dcf0c7e97 Added the shebang line. 2006-04-24 01:31:04 +00:00
tonio
2c63ca71e7 Add build_dependency on zip, and remove the --without-zip argument to
configure, since it is no more supported
That should fix PLIST problems
2006-04-23 20:03:06 +00:00
abs
cf725f9536 Updated pkgtools/pkg_chk to 1.70 - note -q in usage 2006-04-23 19:52:54 +00:00
abs
af81038321 Update pkg_chk to 1.70 - list -q in usage, noted by Rui Paulo 2006-04-23 19:50:46 +00:00
wiz
5c02345bf3 Note gimp24 PKGREVISION bump. 2006-04-23 18:46:13 +00:00
wiz
9f6d17557c Fix build with png-1.2.9nb2. Bump PKGREVISION. 2006-04-23 18:29:39 +00:00
tonio
8521eef81f Note daapd update to 0.2.4b 2006-04-23 18:26:51 +00:00
tonio
ddb87455da Update daapd to 0.2.4b
- remove patch-ab, as it is applied upstream

This should fix PR 33258

Changelog:
05/03/2006
daapd 0.2.4b. Two small changes to adapt daapd to the current versions of
  MaxOS X (10.4.x) and iTunes (6.0.4)
2006-04-23 18:25:27 +00:00
tron
fa2673c774 Note update of "xchat" and "xchat-python" packages to version 2.6.2. 2006-04-23 17:21:43 +00:00
tron
d47ef26ddf Update "xchat" and "xchat-python" packages to version 2.6.2.
Changes since version 2.6.1:
- Updated translations (de, fr, ja, sv).
- Made "/server freenode" send auto-join channels but not
  "/server irc://freenode".
- Fixed building of xchat-text (although not recommended!).
- Fixed using Strip mIRC colors & Color nicks at the same time.
- Fixed a bug in timestamp drawing using non-fixed-width font [1404341].
- Fixed display of realname in the nick-name right-click menu when it
  contains a '<' or '&' character [1403069].
- Added support for UniBG's nickserv (ongeboren).
- The move-to-complete-dir routine now treats encoding/UTF8 correctly.
- Show help when using wrong args for /DCC, instead of silence.
- Support receiving 2048 bytes per line from server and dcc-chat, so we
  can support 512 UTF-8 characters that some servers now send.
- Added /gui detach and /gui attach commands for scripters.
- The server list window now remembers its size.
2006-04-23 17:19:41 +00:00
wiz
fe52c2eb72 Add untested patch by the maintainer to fix build on 1.6.2. 2006-04-23 17:13:03 +00:00
wiz
757bf3a7f3 Assume existence of string.h too; needed for Irix 5,
reported by schwarz@.
2006-04-23 16:18:24 +00:00
wiz
77936d19ba + ImageMagick-6.2.7.0, bugzilla-2.22, desktop-file-utils-0.11,
fox-1.6.4, gauche-0.8.7, hyperestraier-1.2.3, libextractor-0.5.12,
  liferea-1.0.10, mysql5-client-5.0.20a, mysql5-server-5.0.20a,
  nmap-4.03, p5-Config-Tiny-2.06, p5-Sub-Uplevel-0.10, png-1.2.10,
  py-qt3-sip-4.4.2, rsync-2.6.8, unrar-3.6.2.
2006-04-23 14:40:01 +00:00
schwarz
72c8879d9d ghostscript also needs C++ to build 2006-04-23 14:39:33 +00:00
wiz
dc6989ca84 Fix version number in entry. 2006-04-23 14:35:03 +00:00
hiramatsu
321c2ea00f Note update of p5-DBD-postgresql and p5-SQL-Abstract. 2006-04-23 14:23:58 +00:00
wiz
54a2e5c2a2 Fix version number in entry. 2006-04-23 14:22:53 +00:00
hiramatsu
950da8a6b3 Update p5-DBD-postgresql to 1.48.
Changes from 1.41:

1.48 April 5, 2006
        - Bump minimum DBI version to 1.45 (CPAN bug #18260) (plus problems
                in versions 1.42 and 1.44 [GSM]
        - Fix typo in Pg.pm code (CPAN bug #18537) [marc@sssonline.com]
        - Ensure begin_work is properly set before err. (CPAN bug #18387) [GSM]
        - Force PQexecParams to only run with DML. (CPAN bug #18258) [GSM]
        - Fix bytea encoding problem (CPAN bug #18264) [GSM]
        - Add documentation about connection service files (pg_service.conf).
                [David Fetter]

1.47 March 20, 2006
        - Fix problem with selecting arrays. (CPAN bugs #18128 and
                #18177) [GSM]
        - Fix problem with dollar-sign placeholders. [GSM]

1.46 March 16, 2006
        - Fix problem with dollar-sign placeholders. (husseinp@gmail.com)
                (CPAN bug #18209) [GSM]

1.45 February 27, 2006
        - Fix bug preventing bytea values over 20 characters from showing.
                Spotted by Igor Shevchenko. [GSM]

1.44 February 21, 2006
        - Make sure pg_warn does not warn if the database attribute
                PrintWarn is off. (Tyler MacDonald tyler@yi.org) [GSM]
        - Add SIGNATURE file for Module::Signature verification. [GSM]
        - Fix error in documentation for pg_errorlevel.
                (CPAN bug #17434)
        - Add experimental support for using DEFAULT values inside
                of execute with $DBDPG_DEFAULT. [GSM]
        - Return the proper SQLSTATE codes on connection failures.
                (CPAN bug #17115) [GSM]
        - Fix parser to handle leading parens. (CPAN bug #15481) [GSM]
        - Make statement handles destruction abort early if
                InactiveDestroy is set (CPAN bug #14978) [GSM]
        - Make quote work properly for time/date types
                (CPAN bug #15082) [GSM]
        - Ensure all lo_ functions begin a transaction as needed
                if they are the first action in a script
                (CPAN bug # 13810) [GSM]
        - Fix memory leak in dbdimp.c (k@sawada.cc) [Kenchi Sawada]
        - Fix memory leak in dbdimp.c (dmitri@karasik.eu.org)
                (CPAN bug #16054)
        - Move package declaration lines to fix RPM parser problems
                (CPAN bug #14509) [GSM]
        - Add support for dollar quoting (CPAN bug #13608) [GSM]
        - Added $dbh->{pg_default_port} method [GSM]
        - Overhaul get_info data, add many more values [GSM]
        - Overhaul type_info data (CPAN bug #13806) [GSM]
        - Rewrite some of the quoting functions, reduce dependence
                on libpq versions [GSM]
        - Rewrite and optimize the do() method. Should be much faster
                when called without placeholders. Thanks to Tom Lane
                for suggesting this. [GSM]
        - Double check PQserverVersion return and use alternate
                method if it returns 0 (CPAN bug #14302)
        - Add support for specifying type in $dbh->quote(),
                such as $dbh->quote($var, {pg_type => DBD::Pg::PG_BYTEA})
                Also support type => SQL_xx [GSM] (CPAN bug #13942)
        - Fix pg_notifies() bug (CPAN bug #14232) [door@lcpi.ru]
        - Add pg_ping() method [GSM]
        - Make sure ping returns true, even if in failed transaction state
                [thanks to Bill Moseley] [GSM]
        - Fix COPY-related core dump [GSM]
        - Fix strncpy bug in quote.c [Jun Kuriyama] (CPAN bug #14897)
        - Fix error in is_high_bit_set() [Alexey Tourbin] (CPAN bug #13406)

1.43 June 23, 2005
        - Added README.dev file. [GSM]
        - Fix statement-name related core dump. [GSM]
        - Ensure state() returns an empty string, not 00000 on success.
                (CPAN bug #13237) [michael.bell@web.de of OpenCA] [GSM]
        - Fix rare core dump when $sth still in scope after disconnect [GSM]
        - Enhancements to README.win32 [fenlisesi@gmail.com]
        - Fix incorrect sprintf calls (CPAN bug #12204)
                [Jakub Jelinek]
        - Fix get_info(18) ("ODBCVERSION") (CPAN bug #12968)
                [thanks to szinger@lanl.gov] [GSM]

1.42 May 21, 2005
        - Fix minor issues with copying and bytea quoting on older
                servers. Fix some other memory leaks. [GSM]
        - Fix backslash parsing in statements (CPAN bug #12870)
                [felix.klee@inka.de] [GSM]
        - Make rollback/commit reset copy state (CPAN bug #12866)
                [imb@rentrak.com] [GSM]
        - Make sure lo_creat issues a begin if necessary [GSM]
        - Fix incorrect behavior when AutoCommit switched on. (CPAN bug #12748)
                [thanks to Vivek Khera] [GSM]
        - Have last_insert_id use set_err, not die. (CPAN bug #12503)
                [thanks to Alexandra Walford] [GSM]
        - Fixed tests to correctly handle older DBI versions reporting
                failures on last_insert_id() (CPAN bug #12204)
                [jpo@di.uminho.pt] [GSM]
        - Re-enable REMARKS field on column_info (CPAN bug #12399)
                [thanks to morni@cpan.org] [GSM]
        - Many minor compiler optimizations and cleanups [GSM]
        - Fix two separate memory leaks in dbdimp.c
                [hertzog@debian.org and richardg@eSentire.com]
        - Change VARCHAROID to UNKNOWNOID, suggested by users on mailing
                list [GSM]
2006-04-23 14:22:19 +00:00
hiramatsu
0af8b23489 Updated p5-SQL-Abstract to 1.21.
Changes from 1.17:

revision 1.21
date: 2006/03/08 01:27:56;  author: nwiger;  state: Exp;  lines: +5 -5
- bugfix for -1 setting off -and logic in modlogic()
----------------------------
revision 1.20
date: 2005/08/18 18:41:58;  author: nwiger;  state: Exp;  lines: +104 -50
- added patch from Dan Kubb enabling quote_char and name_sep options
- added patch from Andy Grundman to enhance _anoncopy for deep refs
----------------------------
revision 1.19
date: 2005/04/29 18:20:30;  author: nwiger;  state: Exp;  lines: +34 -20
added _anoncopy to prevent destroying original; updated docs
----------------------------
revision 1.18
date: 2005/03/07 20:14:12;  author: nwiger;  state: Exp;  lines: +201 -65
added support for -and, -or, and -nest; see docs for details
2006-04-23 14:21:24 +00:00
ghen
0347ba57d9 - thunderbird-1.5.0.2, thunderbird-gtk1-1.5.0.2 2006-04-23 14:16:00 +00:00
ghen
58866a95fc Updated mail/thunderbird and mail/thunderbird-gtk1 to 1.5.0.2. 2006-04-23 14:15:26 +00:00
ghen
0afcd9fb31 Update to Thunderbird 1.5.0.2 (1.5.0.1 was skipped to stay in sync with
Firefox).

Thunderbird 1.5.0.2 offers improved stability, and several security fixes:
MFSA 2006-28  Security check of js_ValueToFunctionObject() can be circumvented
MFSA 2006-27 Table Rebuilding Code Execution Vulnerability
MFSA 2006-26 Mail Multiple Information Disclosure
MFSA 2006-25 Privilege escalation through Print Preview
MFSA 2006-24 Privilege escalation using crypto.generateCRMFRequest
MFSA 2006-22 CSS Letter-Spacing Heap Overflow Vulnerability
MFSA 2006-21 JavaScript execution in mail when forwarding in-line
MFSA 2006-20 Crashes with evidence of memory corruption (rv:1.8.0.2)
MFSA 2006-08 "AnyName" entrainment and access control hazard
MFSA 2006-07 Read beyond buffer while parsing XML
MFSA 2006-06 Integer overflows in E4X, SVG and Canvas
MFSA 2006-05 Localstore.rdf XML injection through XULDocument.persist()
MFSA 2006-04 Memory corruption via QueryInterface on Location, Navigator objects
MFSA 2006-02 Changing postion:relative to static corrupts memory
MFSA 2006-01 JavaScript garbage-collection hazards

For a detailed ChangeLog, see:
http://weblogs.mozillazine.org/rumblingedge/archives/2006/02/1-5-0-2.html
2006-04-23 14:14:07 +00:00
schwarz
98f7a8bfaf make sure that attempt to remove file does not lead to a halt even when the
file does not exist
2006-04-23 14:06:08 +00:00
adrianp
6c94de00e2 Add old/ dir to MASTER_SITES just in case we running a little behind a
current release.
2006-04-23 13:29:04 +00:00
adrianp
30b5cd3612 Fix ownership permissions on installed files
Change behaviour of APACHE_MODULES and DFLT_APACHE_MODULES

If you do not define APACHE_MODULES this change will not impact you, the
default behaviour of the package modules has not been changed.

The new functionality is as follows:

1) If you need to add an additional module to be installed with apache
   you would use:

   APACHE_MODULES+= spelling

   This would include mod_spelling as a static module in addition to the
   default modules installed.

2) If you need a highly customised version of apache and would like to
   explicitly list which modules are installed by default you would use:

   APACHE_MODULES= spelling access auth include env autoindex

   This would install _only_ the listed modules as static modules with
   apache.

   If you use APACHE_MODULES= please read the apache documentation at:

	http://httpd.apache.org/docs/2.0/

   To determine which modules you will need to install to get the level
   of functionality you require. By default when using APACHE_MODULES=
   apache only includes with the following static modules:

	core.c
	prefork.c
	http_core.c
	mod_so.c
2006-04-23 11:42:38 +00:00
rillig
01095ff37e Updated makeself to 2.1.4. 2006-04-23 10:06:08 +00:00
rillig
dfae8f2adb Updated makeself to 2.1.4.
The program has been completely rewritten.
2006-04-23 10:04:41 +00:00
rillig
f6f2976090 Removed the word "possible" from the diagnostics, as the number of false
positives is near epsilon.
2006-04-23 09:48:53 +00:00
rillig
3c80b2e1e5 Determining the tool names automatically does not work without cheating,
as not all necessary files are included by bsd.tools.mk. Instead,
defaults.mk is included by bsd.prefs.mk.
2006-04-23 08:59:55 +00:00
dmcmahill
70e2f6486d note update of cad/pcb to 20060422 2006-04-23 03:04:29 +00:00
dmcmahill
0b88a6acba add pcb-motif 2006-04-23 03:03:23 +00:00
dmcmahill
c1145c2df3 update to pcb-20060422. This release represents a fairly major overhaul
of PCB.  In particular, the core code has been isolated from the GUI code
and there are now both GTK and Motif/Lesstif GUI's available.  In addition,
command line exporting to RS-274-X, postscript, encapsulated postscript and
png are directly supported.

In addition, there have been many bug fixes since the last packaged snapshot
release.
2006-04-23 03:02:26 +00:00
gdt
db0ced2f39 add USE_TOOLS of gs:run, pointed out by wiz.
No PKGREVISION bump since successful builds have the same content.
2006-04-23 00:45:07 +00:00
jlam
802ce74fcb Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-04-23 00:12:35 +00:00
jlam
2797f2c4fb Add two new capabilities to the pkginstall framework:
(1) Allow specifying the numeric UID and GID for users and groups in
    /etc/mk.conf by setting PKG_UID.<user> and PKG_GID.<group> to
    those values.  If these values are specified, then the +USERGROUP
    script will verify that existing users and groups match the
    requested UIDs and GIDs for the package, and otherwise create them
    with these UIDs and GIDs.  For example:

	PKG_UID.courier=	10001
	PKG_GID.mail=		6

    In this example, the courier-authlib binary package will be created
    to use uid 10001 for the "courier" user and gid 6 for the "mail"
    group.

(2) Allow a package to request that users and groups be created prior
    to configuring or building a package by setting USERGROUP_PHASE
    to "configure" or "build".  Because the reason for this is typically
    to hardcode the UIDs and GIDs of requested users and groups directly
    into the package's executables, these hardcoded values will be
    automatically determined and put into the +USERGROUP script.  For
    example:

	USERGROUP_PHASE=	configure

	PKG_GROUPS=	qmail nofiles
	PKG_USERS+=	qmaill:nofiles
	PKG_USERS+=	qmailq:qmail

    In this example, the users and groups are created before the
    configure phase when building qmail, and the qmail binary package's
    +INSTALL script will try to create (or verify) users and groups
    with the same UIDs and GIDs that were used during the build.

As part of these changes, the format for PKG_USERS and PKG_GROUPS has
changed -- the optional parts of the corresponding entries are no
longer used and cannot be specified.  Instead, the following variables
should be set:

        PKG_GID.<group> is the group's numeric GID.
        PKG_UID.<user> is the user's numeric UID.
        PKG_GECOS.<user> is the user's description.
        PKG_HOME.<user> is the user's home directory.
        PKG_SHELL.<user> is the user's login shell.

A separate commit will follow which will fix all packages that set
PKG_USERS and PKG_GROUPS to use the new syntax and variables.
2006-04-23 00:00:43 +00:00
joerg
18c6780eac Python is normally multithreaded, so link against pthread.
Fix label at end of compound statement errors.
2006-04-22 18:44:58 +00:00
joerg
cae350510a Add DragonFly support. 2006-04-22 18:32:00 +00:00
joerg
277ce08e28 Don't hard-code -lpthread, use correct pkgsrc variables instead. 2006-04-22 18:28:04 +00:00
joerg
0caca718a4 Add DragonFly support. 2006-04-22 18:18:38 +00:00
joerg
dff6c989f8 Add DragonFly support. 2006-04-22 18:06:30 +00:00
joerg
5b0a4db694 Fix GCC 3.4+: (int *)[] is not valid C++. 2006-04-22 17:45:38 +00:00
joerg
6a10c314f4 Fix GCC 3.4+: __FUNCTION__ works like __func__ (aka variable).
Add DragonFly support.
2006-04-22 17:45:05 +00:00
joerg
e6aa12a69e Explicitly buildlink gettext-lib, since gtk-gnutella links against
libintl. Hack around the gettext detection in Configure, I twisted
my mind too much trying to understand the "logic". Just assume that
we have and want NLS. Bump revision.
2006-04-22 17:32:34 +00:00
joerg
0d16682624 Split patch-aa (one patch per file) and add DragonFly support. 2006-04-22 17:24:27 +00:00
joerg
703f1478b7 Move shared library entries into the main PLIST and use them
conditionally on Darwin, DragonFly and FreeBSD. Bump revision.
2006-04-22 17:07:19 +00:00
joerg
f044a55ea1 Fix errno. 2006-04-22 16:49:48 +00:00
joerg
454caea3af Add some more pixmaps to PLIST. Bump revision. 2006-04-22 16:44:25 +00:00
joerg
e26c13a117 Remove patch-aa. Moving the include of the configuration header
after the use of the defines is not likely to work.
2006-04-22 16:32:44 +00:00
joerg
304157afb5 Fix PLIST. Bump revision. 2006-04-22 16:29:47 +00:00