Commit Graph

10716 Commits

Author SHA1 Message Date
obecian
fa4e583a9a add sdl and smpeg 2001-04-22 00:33:40 +00:00
peter
f436f5f836 oops. Thanks Peter Valchev for noticing. 2001-04-21 22:28:47 +00:00
peter
47009373fa exim: add no_x11 combinations of builds with other FLAVORs and also
a "monster" (not really) all FLAVORs exim build. The no_ssl FLAVOR
is not normally used and I have left it out for use in special
circumstances.

ok espie@
2001-04-21 19:17:47 +00:00
peter
f255c13dfa add FLAVOR="tcl odbc" postgresql build. ok espie@ 2001-04-21 19:12:55 +00:00
peter
e827943d23 Add FLAVOR="odbc" for postgresql port. ok espie@ 2001-04-21 19:05:45 +00:00
peter
09aebd11d2 change exim FLAVOR pgsql -> postgresql 2001-04-21 19:04:00 +00:00
peter
1ca6a94b2a bump NEED_VERSION
integrate COMMENT
change postgresql dependencies to new paths and names

ok espie@
2001-04-21 18:54:11 +00:00
peter
fd69a6d25a Upgrade to postgresql 7.1. ok'd espie@
* The package is now called `postgresql' and not `pgsql'.

* The default user that is suggested for the admin account is also
  `postgresql'. This will work with OpenBSD-current with long username
  support. If anything breaks please report to the maintainers.

* pgwrap is no longer shipped or supported

* Please note, you will HAVE TO BACKUP your old data if you are
  upgrading from a previous release of postgresql. Do this before
  removing the old pgsql package.

From the announcement last weekend:

Key New Features and Capabilities of Version 7.1 Include:

* Write-ahead Log (WAL) increases data integrity and processing
speed. To maintain database consistency in case of an operating
system crash, previous releases of PostgreSQL have forced all all
data modifications to disk before each transaction commit. With
WAL, only one log file must be flushed to disk, greatly improving
performance. (Tech note: can eliminate use of -F in to disable disk
flushes)

* TOAST (The Oversized-Attribute Storage Technique) Past releases
had compiled-in row length limit typically between 8Kb & 32Kb. This
restriction made storage of long text fields difficult, cumbersome
and slow. TOAST enables rows of any length while maintaing the high
performance PostgreSQL users have come to expect.

* SQL92 Outer Joins are now supported. (Tech note: eliminates the
UNION/NOT IN workaround)

* 64-bit C Language Function Manager support The previous C function
manager did not handle support 64-bit CPU's (e.g. Alpha, Sun,
Itanium). (Tech note: This change should not impact existing custom
functions developed for past versions, but performance will be
improved through rewriting to use the new call interface.)

* Complex Queries that are better, stronger and faster Many complex
queries were unsupported in previous releases. With v7.1 combinations
of views, aggregates, UNION, LIMIT, cursors, subqueries, and inherited
tables are enabled. Inherited tables are now accessed by default,
and subqueries in FROM are now supported.
2001-04-21 18:25:42 +00:00
shell
dc2293f54f - Fix MASTER_SITES
- bump NEED_VERSION
2001-04-21 16:58:03 +00:00
shell
f0b43286fb Fixes MASTER_SITE :
Change my mirroring - shellhung.org
2001-04-21 16:15:17 +00:00
lebel
e9caceec81 mkdir -p => ${INSTALL_DATA_DIR}. naddy@ OK. 2001-04-21 15:41:03 +00:00
brad
ae866d383f - shorten patches for configure/configure.in by not unnecessarily changing
pthreads flags for other OS's that have nothing todo with compilation on
OpenBSD.
- change linker flag from "-Wl,-R" to "-Wl,-rpath," so that this will
possibly even get through a compile on our ELF archs (tested on sparc, not
tested on an ELF arch but this is definately a first step in the right
direction).
--
Ok'd by: maintainer
2001-04-21 15:37:57 +00:00
brad
28b0285785 move a few --disable-foo from main group of CONFIGURE_ARGS options and put
them after each individual check for a FLAVOR instead.
--
Ok'd by: maintainer
2001-04-21 15:33:01 +00:00
brad
db0f336fb0 MAKE_ENV= -> MAKE_ENV+=; should fix problem art@ has been seeing.
--
Ok'd by: espie@
2001-04-21 14:59:31 +00:00
brad
c1041db194 - integrate COMMENT
- bump NEED_VERSION
- MAKE_ENV= -> MAKE_ENV+=; should fix problem art@ has been seeing.
--
Ok'd by: espie@
2001-04-21 14:57:48 +00:00
brad
f00e510a1e - integrate COMMENT
- bump NEED_VERSION
- slightly simplify usage of FAKE_FLAGS
- MAKE_ENV= -> MAKE_ENV+=; should fix problem art@ has been seeing.
--
Ok'd by: espie@
2001-04-21 14:47:05 +00:00
lebel
1dd81ece99 fix PLIST/PFRAG.no-no_x11, since evim isn't compiled when FLAVOR is no_x11.
thanks obecian@.
2001-04-21 14:38:52 +00:00
brad
a4cfcf20c1 - bump NEED_VERSION
- check if NO_SHARED_LIBS = yes
- MAKE_ENV= -> MAKE_ENV+=; should fix problem art@ has been seeing.
--
Ok'd by: espie@
2001-04-21 14:33:47 +00:00
espie
3554aff9a1 Don't build knapster 2001-04-21 14:18:59 +00:00
espie
7af638ee64 don't build kde1 2001-04-21 14:18:26 +00:00
espie
28f9e3fca7 Pull patch from automake-current: ignore comments in included files as
well. Problem reported by naddy@
2001-04-21 14:13:23 +00:00
espie
8b2374a083 Oops, IDIR.
Thx rd@thrush.com
2001-04-21 14:03:34 +00:00
naddy
a2c17dd432 Update to 0.4.64: bugfixes, new translations. From maintainer. 2001-04-21 13:51:33 +00:00
avsm
4174978a19 - use machine/endian.h instead of manual checks; unbreaks build on powerpc
- install man1 instead of cat1
- split out patchfiles using update-patches
- integrate COMMENT

ok espie@
2001-04-21 13:36:13 +00:00
reinhard
759970c215 set location of moc2; espie 2001-04-21 13:04:32 +00:00
espie
c6df48e4ee Finally update to a kde2 version.
Those guys are lame, see patch-kdbg_main_cpp
One less objection for ditching kde1 entirely...
2001-04-21 11:39:19 +00:00
jakob
96e05217b6 upgrade to v2.21
integrate COMMENT
2001-04-21 06:50:49 +00:00
obecian
f67415d160 update to crank-0.1.1
(BUGFIX: resolved segfault on execution)
2001-04-21 03:32:32 +00:00
brad
34d759deed = -> += 2001-04-21 00:59:11 +00:00
reinhard
1a6da9bd6b remove obsolete Mesa dependency
from maintainer
2001-04-20 23:48:50 +00:00
reinhard
98f255a709 +COMMENT; pointed out by Joshua Stein <jcs@rt.fm> 2001-04-20 23:45:12 +00:00
matt
4948d83fb3 rename package in prep for post-2.9 jdk overhaul; ok espie@ 2001-04-20 23:14:27 +00:00
jakob
9e550b807f fix sasl flavour; <op21@squish.org> 2001-04-20 23:10:43 +00:00
brad
1953a9ae7f bump NEED_VERSION 2001-04-20 17:35:31 +00:00
espie
f3b9e652ed Same issue as bzip2 2001-04-20 16:27:38 +00:00
espie
d677374763 TRUST_PACKAGES: use actual installed packages to check dependencies
and avoid calling pkg_add.
Solve some of art's problems.
2001-04-20 16:25:24 +00:00
avsm
1969ce17c9 update the checksum for mysql-3.23.37 too 2001-04-20 15:43:44 +00:00
reinhard
229e85b677 update to irssi-0.7.98.3 2001-04-20 15:43:07 +00:00
espie
242926ac67 Solve subpackaging 2001-04-20 15:12:03 +00:00
espie
b47a1ec6b1 change flavors built for qt2 2001-04-20 15:09:49 +00:00
espie
a96934ec48 Fix bzip2 2001-04-20 15:09:11 +00:00
espie
58a27fc6c8 0.5p2, all my changes, including QT_XFT support. 2001-04-20 15:07:35 +00:00
espie
33d58011b9 Solve two simple problems:
- allow Makefile to distinguish packaging steps, since SUBPACKAGE can now
be set for various reasons.
- EXTRA_LIBDIRS for architectures without shared libraries.
2001-04-20 15:06:19 +00:00
espie
5bed1b1faf fix typos 2001-04-20 15:01:04 +00:00
espie
27a4fede8b REPORT_PROBLEM for non-existent dirs. 2001-04-20 15:00:04 +00:00
brad
30c2ae12cc mark with COMES_WITH 2001-04-20 14:05:22 +00:00
brad
f1f7315d48 upgrade to MySQL 3.23.37 2001-04-20 13:49:38 +00:00
wilfried
c6a80a4078 Upgrade to 1.7.5
From doc/readme.version_1.7.5:

Regarding bug fixes, foremost of all, some of FLTK widgets have
been updated, which has caused some changes in mysqlgui source code.
Some users have reported problems with X 4.0.* when using some
widgets. This has been fixed. Beside that, column resizing in
spreadsheet now works. Also, editing (in order to scroll text) and
zooming is not automatic, but you should press F2 or Ctrl+E in order
to scroll a cell or to zoom it. This has resulted in faster scrolling
of the spreadsheet. Some aesthetic changes have been implemented
in some widgets. Also, process dialogue display is now more readable.
2001-04-20 09:40:52 +00:00
reinhard
3b22d5bdc8 Update to nap-1.4.4-ps8
Brief ChangeLog:
- In dynamically loaded user library code, prefix symbols with "_" on
a.out systems but not on ELF ones as naddy@ suggested.
- Made dynamically loaded user libraries support optional -- disabled
  unless USERCMDS is defined.
- Fixed two segfaults and a curses positioning bug.

from maintainer
2001-04-20 09:27:28 +00:00
wilfried
37f0b2f57c fix build 2001-04-20 08:30:31 +00:00