Commit Graph

10624 Commits

Author SHA1 Message Date
espie
f2d3f33a01 Some brute-force fixes.
- insist on using pass_all systematically everywhere on OpenBSD.
libtool can't be trusted with that, the darn stupid thing wants a shared
libgcc half the time.
- acknowledge that build won't even work without shared libraries. There
are symbol collisions all over the place.
- disable debugging messages, so that the result looks sane.
- remove the konsole kludge, it didn't work anyways, and I figured out how
to do it from konsole_grantpty.
- insist on using zsh in sh compatibility mode instead of our somewhat
buggy ksh.
2001-04-22 13:20:45 +00:00
camield
cea92579e2 PERMIT_PACKAGE_*: Yes -> No
No license, or license not clear
2001-04-22 12:18:16 +00:00
camield
643cc1206a PERMIT_PACKAGE_*: Yes -> No
No license, or license not clear
2001-04-22 12:04:43 +00:00
peter
349245f796 take over being maintainer from ports@
ok'd espie (yesterday)
2001-04-22 10:41:57 +00:00
shell
f7a2729ae0 ftpcopy upgrade to 0.3.7
- bump NEED_VERSION
  - integrate COMMENT

from maintainer : Brian J. Kifiak <bk@rt.fm>
2001-04-22 10:10:54 +00:00
peter
9c67d66ac2 add '-m fast' to rc.shutdown suggestion, as otherwise the shutdown process
will default to waiting for all clients to disconnect - which could be never
2001-04-22 09:35:00 +00:00
peter
29d991f46c minor type in an example 2001-04-22 09:03:40 +00:00
brad
4cc2a86a24 remove dewey dependency entry on gettext until post-2.9. 2001-04-22 04:23:13 +00:00
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