naddy
e0112048dd
Update to 7.3.2. Change flavor no_tcl -> tcl.
...
From: Peter Galbavy <peter.galbavy@knowtion.net>
2003-02-12 17:09:03 +00:00
todd
1e5dc1cf11
add no_tcl flavor, for those not building all of ports,
...
not wanting to install x to have a database; from brad@,
prodded by Ben Lindstrom
2003-01-08 21:33:21 +00:00
todd
45119a5d02
PKGNAME-tcl= .. from naddy@ .. thanks!
2003-01-03 14:24:55 +00:00
todd
d4832d8f34
build depends on tcl too
2003-01-02 14:48:23 +00:00
todd
90ed63e5cf
add tcl multi-package to postgresql
2003-01-02 07:15:34 +00:00
brad
af78bcf1db
sloppy update. this port used to install ALL the headers for a good reason.
2002-12-18 05:13:15 +00:00
naddy
8eb8b90598
Update to 7.3.
...
From: Peter Galbavy <peter.galbavy@knowtion.net>
2002-12-17 16:38:53 +00:00
brad
8cf37ab1d6
remove sourceforge URL
2002-05-19 23:39:57 +00:00
brad
6b3e8838f2
install ALL headers
2002-03-25 03:18:20 +00:00
espie
e3edfb9aea
md5->distinfo
2002-03-21 20:20:41 +00:00
espie
59d733d913
Let configure.in be grokkable by our autoconf. Noticed by Brandon Palmer.
2002-02-05 17:27:38 +00:00
brad
dc4fc7d45c
YUCK! ftp.postgresql.org is rate limited to 1KB/sec per user so remove it.
...
--
Pointed out by: Jedi/Sector One <j@pureftpd.org>
2002-01-11 18:56:34 +00:00
pvalchev
08d1f1e568
fill MODGNU_CONFIG_GUESS_DIRS; for powerpc
2001-09-27 05:45:34 +00:00
peter
07a78e7a1e
remove file collisions when installing postgresql-docs with either
...
-clients or docs.
tested by Brandon Palmer.
thanks to Maurice Nonnekes <maurice@amaze.nl> for the patch.
2001-09-26 13:04:28 +00:00
peter
1668a3f1d3
update my e-mail address
2001-09-07 22:48:47 +00:00
brad
4635efdb1d
upgrade to PostgreSQL 7.1.3
...
--
Based on patches from: maintainer
2001-09-03 23:24:37 +00:00
peter
9887455613
add missing '/' to rmplc.co.uk mirror site
2001-08-23 16:29:55 +00:00
brad
17b148fcc3
- PKGNAME -> FULLPKGNAME for -docs subpackage, FLAVORs do not apply here
...
- .else if -> .elif
- remove unnecessary symlinks used on "other" ELF-based systems which were
intentionally removed awhile back
--
Ok'd by: Brandon Palmer <bpalmer@crimelabs.net>
2001-08-07 13:25:50 +00:00
peter
649c4c2500
update to PostgreSQL 7.1.2
...
All the hard work (apart from a small amount of testing) is by
Brandon Palmer <bpalmer@crimelabs.net>
2001-07-25 08:16:46 +00:00
espie
594099de65
Patches to fix dynamic libraries, especially on ppc which understands
...
only major/minor.
Add DYNLIBDIR where needed.
Some style issues.
From peter@, brad@ and peter_e@gmx.net
2001-04-23 21:58:44 +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
f436f5f836
oops. Thanks Peter Valchev for noticing.
2001-04-21 22:28:47 +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
espie
8f5a931245
Broken conflicts
2001-04-15 16:48:44 +00:00
brad
cc6ce411e4
- integrate COMMENT's
...
- bump NEED_VERSION
- use PKGNAME-foo instead of overriding PKGNAME
- fixup INSTALL/DEINSTALL
- takeover as MAINTAINER until Pavel has a working e-mail address that
doesn't bounce.
2001-04-13 07:00:44 +00:00
brad
e67e52c31b
- use "cc -shared" to create shared libraries
...
- lop off the micro version number from libecpg
--
Tested by me on -current sparc and Daniel Hartmeier <daniel@benzedrine.cx>
on -current powerpc.
2001-03-13 22:05:47 +00:00
avsm
55454b1304
Remove reference to editing man.conf (not needed with new port layout),
...
and fix typo.
Maintainer ok'ed
2001-03-12 13:09:52 +00:00
brad
37e6c2823a
- use NOMAN as opposed to an empty MAN variable.
...
- remove BINDIR which is unnecessary since we use the ports Makefile
post-install target, it was hardcoded with /usr/local anyway.
2001-03-10 19:39:31 +00:00
brad
c61f088c45
do not hardcode path of /usr/local
2001-03-10 19:27:15 +00:00
brad
fb8d2bd8c1
move -clients SUBPACKAGE check to after including bsd.port.mk.
2001-03-10 16:56:54 +00:00
brad
7318eb273f
remove redundant dependency
2001-03-05 19:36:22 +00:00
brad
32248135c4
upgrade to 7.0.3 blew away the RCS ids.
2001-02-23 02:41:00 +00:00
danh
16f26284e3
one small ${PREFIX} -> ${LOCALBASE} change
2001-02-22 20:08:57 +00:00
danh
5547dcfbea
missed in last commit
2001-02-22 19:30:57 +00:00
danh
ee35a84d1e
upgrade to postgresql 7.0.3
2001-02-22 19:28:12 +00:00
naddy
abfa9851a8
If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
...
authorized by espie@
Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
dugsong
1ffc439103
add odbc flavor
2000-11-30 19:23:14 +00:00
espie
27c3aafa8f
Remove dependency on main package.
...
First, it's broken.
Second, it's not even logically true, the postsgresql docs don't
require postgresql to be there.
2000-11-01 14:51:22 +00:00
espie
9b37c7e113
Update pvk MAINTAINER name.
2000-10-22 18:46:02 +00:00
brad
d799c56ad6
don't need to specify --srcdir
2000-09-11 06:38:45 +00:00
brad
9c8aafa4cf
- ${PREFIX} -> ${LOCALBASE}
...
- remove unnecessary sub-shell
2000-08-25 21:12:44 +00:00
brad
7c7d215d0d
- fixup Makefile
...
- replace docs FLAVOR with a -docs sub-package
2000-08-25 15:34:13 +00:00
brad
b6f22ef0bd
- remove useless symlinks
...
- add @comment with RCS id
2000-08-25 15:30:27 +00:00
form
c60544eded
@exec /sbin/ldconfig -> DYNLIBDIR
2000-07-01 18:10:37 +00:00
espie
f0828d01e9
Kill PLIST.sed
2000-06-28 13:18:45 +00:00
form
d3c5226de7
upgrade to 7.0.2
2000-06-07 03:38:12 +00:00
form
91be3ad138
fix MASTER_SITE_SUBDIR; naddy@mips.inka.de
2000-05-24 04:23:21 +00:00
form
853e1188aa
new postgresql 7.0 port from pvk@openbsd.ru
2000-05-23 16:31:41 +00:00
espie
233ac49af6
explicit FAKE=No, so that we can turn FAKE on by default.
2000-04-09 17:35:57 +00:00
espie
46805c3820
Fix tcl/tk 8.0 and 8.3 dependencies...
...
tcl/tk 8.2 still needs to be updated to 8.3 to fully clean up that mess.
2000-03-27 18:17:27 +00:00
espie
3b5e3e8d17
Introduce :: in *_DEPENDS as a place holder for a package spec
...
Bump NEED_VERSION.
2000-03-24 23:28:01 +00:00
espie
76d52e1f68
PORTSDIR no longer needed in *DEPENDS.
2000-03-05 18:30:21 +00:00
espie
edba5cfedf
MAKEFILE-> MAKE_FILE
2000-02-22 17:08:31 +00:00
turan
504f314d16
espie will not shut up about this, DISTF -> DISTFILES, PKG -> PACKAGE
2000-02-15 05:03:51 +00:00
turan
8d37dded6c
bsd licenses
2000-02-12 06:29:49 +00:00
espie
a813079932
Kill a large set of deprecated variables.
...
Thoroughly unsubtle, most mkdir -p should probably be INSTALL* at
*install stage, and echo/ECHO_MSG is somewhat unsorted.
It's quite possible I missed a few automated changes...
2000-02-11 01:09:59 +00:00
espie
28accd1d93
Use WRKDIST where appropriate.
2000-02-11 00:37:15 +00:00
form
7abbeb825d
echo -n 'pgsql' -> echo -n ' pgsql'
1999-12-15 06:34:06 +00:00
form
ac1cb74dab
pgwrap: missing ')' in comment.
...
Makefile: .if defined(USE_TCL) -> .if defined(USE_TCL) && ${USE_TCL:U} == "YES"
1999-12-09 02:57:07 +00:00
form
8bab5d075a
Use different package names for PostgreSQL and PostgreSQL with TCL/Tk.
...
Fix PLIST for postgresql-tcl.
1999-12-07 11:47:47 +00:00
form
44bea2d1ec
ldconfig
1999-12-07 08:26:41 +00:00
form
d38f5954aa
Update to 6.5.3.
1999-12-07 05:09:41 +00:00
kevlo
6de16557a1
Add the README file about using PostgreSQL package in OpenBSD environment.
...
pgwrap.c: Execute PostgreSQL program with proper environment and uid/gid.
1999-11-11 02:40:05 +00:00
kevlo
f6885b74ed
Update the version 6.5.2, we don't need those files.
1999-11-11 02:36:39 +00:00
kevlo
b8f60949cc
Update to version 6.5.2
1999-11-11 02:24:29 +00:00
kevlo
283e838634
Add these files: DEINSTALL INSTALL PLIST.tcl PLIST.tcl.noshared
1999-11-11 02:13:42 +00:00
kevlo
c69fd75926
Add those patches.
1999-11-11 02:11:20 +00:00
kevlo
9068ce553b
Remove this file.
1999-11-11 02:03:03 +00:00
kevlo
8eab8ebd22
Remove those patches.
1999-11-11 02:02:18 +00:00
angelos
d458a3d760
Mark as broken for now, lots of versions have gone by since 6.3.1
1999-08-18 02:43:45 +00:00
espie
7856893b06
Lots of crisper comments...
1999-04-20 16:07:56 +00:00
brad
6bab311225
fix dependency lists, fix email address's and remove unnecessary comments
1999-04-01 06:20:02 +00:00
marc
3e45db1680
add sha1 and rmd160 checksum to the existing md5 sums for all files;
...
Porters: please make sure you use bsd.port.mk 1.75 or later when
updating ports. That version of the makefile adds all sums. Previous
versions of the makefile will still work for people installing ports.
1999-03-04 05:55:44 +00:00
marc
30be626929
needs version 1.64 (or later) of bsd.port.mk
...
to build/install correctly; PLIST.noshared
1999-02-21 04:26:09 +00:00
marc
13b9a372ff
use NO_SHARED_LIBS instead of test for alpha;
...
use PLIST.noshared instead of PLIST.alpha
1999-02-18 02:37:26 +00:00
form
03a6993c8e
form@vs.itam.nsc.ru -> form@openbsd.org
1998-10-20 08:39:43 +00:00
form
de74bb7bb3
do not use ${PREFIX}/etc/rc.d
1998-10-19 09:52:49 +00:00
marc
fca1bcd270
reorg makefile
1998-10-08 04:42:57 +00:00
form
5fe9d387cb
fix MANPATH
1998-07-02 07:29:45 +00:00
marc
1c82c93176
remove *all* references to shared libs for alpha
1998-06-29 22:55:45 +00:00
marc
babe90dddc
add packing list for alpha that does not reference shared libs
1998-06-29 22:51:25 +00:00
marc
5aef8dc390
spit out USE_TCL message pre fetch, not pre-build;
...
USE_TCL is used by configuration (before building)
1998-06-27 22:18:34 +00:00
form
b01887975c
more fixes
1998-06-17 06:27:17 +00:00
form
83aa2b6027
some fixes
1998-06-17 05:41:24 +00:00
form
0a13878013
fix build dependencies
1998-06-10 06:06:52 +00:00
form
a3d533af58
yet another little fix
1998-05-18 05:41:10 +00:00
form
0102059bf9
remove old patches
1998-05-18 05:34:43 +00:00
form
e434b5ff29
update postgres to 6.3.2
1998-05-06 16:55:37 +00:00
mickey
f224edb38f
bins are in /usr/local/bin; logs in /var/log/
1998-03-23 15:35:44 +00:00
mickey
58f12c8ef9
libs are now in /usr/local/lib
1998-03-23 15:34:08 +00:00
marc
ec5a0e34b9
update to version 6.3 and make it install in standard locations
1998-03-11 02:06:34 +00:00
niklas
fa12e90b7d
Hey we are OpenBSD
1997-12-03 20:10:01 +00:00
mickey
11b1f7d292
posgresql port (from freebsd)
...
most of major bugs cleaned, some of the smaller ones.
openbsd profile sent to the patches mailist.
1997-11-20 20:34:05 +00:00