Commit graph

1741 commits

Author SHA1 Message Date
pooka
ec4b5fca3f install manual page 2004-06-30 08:37:11 +00:00
grant
c57f007957 fix libecpg version 3.4 -> 3.6 after update to postgresql 7.3.6. 2004-06-28 23:57:05 +00:00
jlam
e6aa5ca27d Move the HTML documentation into ${PREFIX}/share/doc/html. Bump the
PKGREVISION due to user-visible difference.
2004-06-28 22:11:37 +00:00
minskim
2962a1f334 Enable pkgviews installation. 2004-06-28 19:23:53 +00:00
minskim
04705e7382 Update abook to 0.5.2.
Changes since 0.5:
 - five custom fields added
 - experimental wide character support
 - fixed a crash bug in mutt filter
 - fixed errors in configure.in (especially snprintf-functions were incorrectly
   detected)
 - abookrc manual page update
 - sort by field command
 - duplicate item command
 - quit without saving command
 - autoconf/automake update
 - minor filter fixes
 - tried to fix \" quotation problem with mutt import filter
 - removed obsolete filesel_sort option from abookrc manual page
 - added bbdb2xx translator source to contrib
2004-06-28 19:22:37 +00:00
recht
f1025f1782 update to 7.4.3
changes:

* Fix temporary memory leak when using non-hashed aggregates (Tom)
* ECPG fixes, including some for Informix compatibility (Michael)
* Fixes for compiling with thread-safety, particularly Solaris (Bruce)
* Fix error in COPY IN termination when using the old network
  protocol (ljb)
* Several important fixes in pg_autovacuum (Matthew T. O'Connor)
* Fix problem with reading tar-format dumps on NetBSD and BSD/OS (Bruce)
* Several JDBC fixes
* Fix ALTER SEQUENCE RESTART where last_value equals the restart
  value (Tom)
* Repair failure to recalculate nested sub-selects (Tom)
* Fix problems with non-constant expressions in LIMIT/OFFSET
* Support FULL JOIN with no join clause, such as X FULL JOIN Y ON
  TRUE (Tom)
* Fix another zero-column table bug (Tom)
* Improve handling of non-qualified identifiers in GROUP BY clauses
  in sub-selects (Tom)
* Do not generate "NATURAL CROSS JOIN" when decompiling rules (Tom)
* Add checks for invalid field length in binary COPY (Tom)
* Avoid locking conflict between ANALYZE and LISTEN/NOTIFY
* Numerous translation updates (various contributors)
2004-06-27 16:38:32 +00:00
darcy
d7683cae2e Remove PKGREVISION variable from these files as well since BASE_VERS picks
up the new version.  Thanks to Juan RP <juan@netbsd.graffitipr.org> for
pointing out that those files overwrote the variable from the common Makefile.
2004-06-26 13:32:45 +00:00
darcy
acf9afd538 Forgot to remove PKGREVISION when I updated the package. 2004-06-26 09:23:46 +00:00
taca
789b67e947 Adjust docdir in configure. It should fix broken postgresql74-contrib
package in bulk build.
2004-06-25 14:51:23 +00:00
darcy
4321573944 Upgrade to 7.3.6.
Mostly bug fixes.  The full list of changes can be found at:

7.3.5: http://www.postgresql.org/news/164.html
7.3.6: http://www.postgresql.org/news/172.html

As with all minor release upgrades a dump/restore is not required.
2004-06-24 16:50:51 +00:00
jwise
46c31de70e Back out last `fix' which is nonsensical -- this package uses tclConfig.sh like
all other correctly written tcl-using packages, and gets the inclusion of
-lpthread (and -lm for that matter) exactly right.  I use it regularly here.
2004-06-22 20:43:56 +00:00
drochner
971b16937d use the non-threaded libtcl
(the threaded one gives errors at "createlang" time - strange that
noone noticed...)
2004-06-22 18:43:15 +00:00
drochner
fe5d0e47cd take maintainership, and update to
Version 1.0.4 -- the "Say no more!" release
* Nasty bug in Merge routine fixed.
* Compatibility with pygtk 2.3.x.
* User-added attributes are remembered for Media objects.
* Cancel in Edit Person and Edit Relationship properly reverts events,
  attributes, etc to their pre-edit values.
* Gallery tab added to events.
* Sources added to media objects and their references.
* XML parser fixes.
* GEDCOM parser improvements.
* Bug fixes.
2004-06-21 15:17:20 +00:00
xtraeme
1e73555403 Bump PKGREVISION and remove X11 support where appropiate. 2004-06-20 21:52:07 +00:00
xtraeme
c89fd2ff25 Update databases/mysql4-* to 4.0.20.
Lots of bugfixes, please review the Changelog file.
2004-06-20 18:48:44 +00:00
grant
23ff9a540c link libdb4 against libnsl on Solaris so programs that use it can
resolve all symbols. bump PKGREVISION.

fixes PR pkg/24720.
2004-06-17 14:24:32 +00:00
grant
62251d34d3 whitespace nit 2004-06-17 13:43:06 +00:00
grant
0407039e23 really replace the localedir properly - we need USE_PKGLOCALEDIR for the
_LOCALEDIR definition. fixes PR pkg/25923.
2004-06-15 10:55:24 +00:00
cube
d8f0988ecb 'localedir' is actually two spaces away from the beginning of the line in
the configure script.  Let's play safe and use '\s+'.  Should fix PR 25923
by jmmv.
2004-06-14 20:51:11 +00:00
grant
c00bd178a4 this uses openssl, so it needs openssl/buildlink3.mk. 2004-06-12 02:39:57 +00:00
grant
3d552b0215 this calls ${PATCH} directly, so make sure we have a build dependency
on patch.
2004-06-12 02:35:29 +00:00
grant
cacfe89a60 work around this version setting localedir in autoconf stuff (and not
Makefiles) by using SUBST_SED instead of USE_PKGLOCALEDIR.

partially fixes install on Solaris.
2004-06-12 02:02:07 +00:00
grant
404b2d2831 it's "USE_GNU_TOOLS+=lex" not "flex". duh. 2004-06-11 10:49:36 +00:00
grant
22df858534 in fact, the whole lot needs flex(1) to build. 2004-06-11 10:40:56 +00:00
grant
fa44cbceab this needs flex(1) to build. 2004-06-11 10:38:46 +00:00
mjl
c6be9c96c9 Correct typo in comment and remove leftovers from testing. 2004-06-08 16:38:58 +00:00
xtraeme
3be38dae2b Enable pkgviews installation. 2004-06-04 23:58:12 +00:00
mjl
24c1be170b Correct Homepage 2004-06-04 23:36:58 +00:00
mjl
7e3eed47ff Use db3 instead of db4, so we don't have to pull in pth as well. 2004-06-04 23:32:30 +00:00
mjl
2bf9a0ec97 Enable p5-BerkeleyDB 2004-06-04 23:18:47 +00:00
mjl
bcd547cdec Initial import of p5-BerkeleyDB 0.25
BerkeleyDB is a module which allows Perl programs to make use of the
facilities provided by Berkeley DB.
2004-06-04 23:16:36 +00:00
abs
dec4fe7072 Add jdbc-postgresql74 2004-06-03 10:23:38 +00:00
abs
d521f9a4ba Import jdbc-postgresql74, JDBC driver for postgresql 7.4.x
Has local patch to (incompletely) work around an issue with the jdbc driver
erroneously leaving ';' on the end of tablenames resulting in it generating
SQL statments of the form "SELECT * FROM tablename; WHERE ..."
2004-06-03 10:23:19 +00:00
jschauma
c457e769ea Use CFLAGS when creating the archive. This fixes building under IRIX64
using gcc, as we need the ABI specific flags.
2004-05-26 15:45:14 +00:00
danw
2382afbce0 add a dummy file to libreplacements_la_SOURCES so this builds
correctly on Darwin (which doesn't need any of the replacement
functions, but also doesn't allow empty .a files). PR 25682
2004-05-23 18:23:51 +00:00
recht
86853cd081 unused 2004-05-23 16:48:45 +00:00
recht
96e452de8c bl3ify 2004-05-23 16:48:12 +00:00
snj
3423492e81 Add ${PYSITELIB}/ZEO/* to py-ZODB's PLIST. Bump PKGREVISION to 1.
Closes PR pkg/25567.
2004-05-21 22:00:25 +00:00
recht
a0def1eaa1 +postgresql74-contrib 2004-05-19 12:34:44 +00:00
recht
92f0056af3 initial import of postgresql-contrib-7.4.2
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system.  While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.

PostgreSQL is free and the complete source is available.

This package contains the contributed programs included in the distribution.
2004-05-19 12:33:29 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
minskim
a8b1c0afef Honor LIBOWN and LIBGRP. 2004-05-16 17:04:42 +00:00
wiz
5d437fdd21 Convert to bl3. Make build with gcc3. 2004-05-14 18:49:52 +00:00
wiz
ee1c2e3653 Convert to bl3.
XXX:
When PKG_SKIP_REASON is commented out, it builds on NetBSD.
Should be tested on some platform that doesn't have db1 in the base
system, too.
2004-05-14 18:38:54 +00:00
wiz
5d1f487a09 Unused. 2004-05-14 18:30:52 +00:00
grant
9077d64df1 minor formatting tweaks for readability 2004-05-14 11:42:13 +00:00
grant
0c7080cef5 s/netbsd.org/NetBSD.org/ 2004-05-14 11:38:54 +00:00
grant
89fc767259 disable TCP wrapper support on Linux and Solaris to work around
mysql bug #599, http://bugs.mysql.com/bug.php?id=599.
2004-05-14 11:09:56 +00:00
grant
200aaa1255 distinguish between mysql 3 and 4 in COMMENT. 2004-05-14 10:53:29 +00:00
kristerw
759f3b6ddf The NetBSD 1.6 tar does not DTRT with the -C flag. cd into the destination
instead, to work around this.
2004-05-13 22:09:28 +00:00