summaryrefslogtreecommitdiff
path: root/databases/postgresql-devel-server (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-08-26Update to 7.2.2, which fixes several security bugs. Do not installTrevor Johnson5-588/+24
documentation--it will be in a separate port. PR: 42009 Submitted by: Palle Girgensohn (maintainer) Notes: svn path=/head/; revision=65022
2002-08-25Forbid because of unconfirmed security bugs:Trevor Johnson1-0/+2
The following buffer overruns have been identified and addressed [in 7.2.2]: * in handling long datetime input * in repeat() * in lpad() and rpad() with multibyte * in SET TIME ZONE and TZ env var Notes: svn path=/head/; revision=64973
2002-08-01Chase shlib rev of devel/gettextAde Lovett1-1/+1
Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
2002-06-26Fix build on -CURRENT:Sheldon Hearn1-0/+59
* The compiler in -CURRENT now complains if you precede -I/usr/include with -I... . The same applies to -I/usr/lib . * The distribution's configure file treats the compiler's unexpected warning message as a failure and errors out. Maintainer notified in private mail. Notes: svn path=/head/; revision=62050
2002-04-12gettext upgrade uber-patch (stage 3)Ade Lovett1-1/+2
- switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
2002-04-11upgrade to 7.2.1Ying-Chieh Liao11-579/+112
PR: 36975 Submitted by: maintainer Notes: svn path=/head/; revision=57555
2002-04-01Fix some bitrot for the non-default case of WITH_GETTEXT -- lib-dependMikhail Teterin1-1/+2
on -lintl instead of build-depending on msgfmt and make sure -lintl is linked into the shared -lpq. Approved by: maintainer Notes: svn path=/head/; revision=57161
2002-03-25Add USE_SUBMAKE, where it might be necessary.Maxim Sobolev1-0/+1
Notes: svn path=/head/; revision=56610
2002-03-15Stage 1 of gettext update.Ade Lovett1-1/+1
Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
2002-02-21Fix building this Port with Kerberos.Tom Hukins1-2/+2
The MAINTAINER has approved this (see ports/35161). PR: ports/35160 Submitted by: Sean Chittenden <sean@chittenden.org> Reviewed by: maintainer Notes: svn path=/head/; revision=55042
2002-02-20Fix a typo: $1 -> $? (we want to check the return code from dialog)Pete Fritchman1-1/+1
PR: 35143 Submitted by: maintainer Reported & fixed by: olgeni Notes: svn path=/head/; revision=54992
2002-02-19Upgrade to 7.2, and spilit into several ports.Vanilla I. Shu23-796/+1006
PR: ports/34855 Submitted by: maintainer. Notes: svn path=/head/; revision=54887
2001-12-12pre-everything needs two colonsYing-Chieh Liao1-1/+1
PR: 32755 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=51406
2001-11-20Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira1-1/+1
the later case Notes: svn path=/head/; revision=50301
2001-09-24retire problematic MASTER_SITES.FUJISHIMA Satsuki1-2/+1
PR: 30805 Submitted by: maintainer Notes: svn path=/head/; revision=48171
2001-08-24Correct the config file name.Peter Pentchev1-1/+1
PR: 30022 Submitted by: maintainer Notes: svn path=/head/; revision=46792
2001-08-21Update the PostgreSQL port to 7.1.3.Clive Lin5-12/+15
A note about how to install languages into a PostgreSQL database is added. PR: ports/29916 Submitted by: Palle Girgensohn <girgen@partitur.se> (MAINTAINER) Michal Pasternak <doc@lublin.t1.pl> (the note) Notes: svn path=/head/; revision=46573
2001-07-27Work around the way in which the package building cluster validatesSheldon Hearn1-2/+5
ports by defining LIB_DEPENDS for the BATCH defaults in the Makefile. The dynamic determination of LIB_DEPENDS in configure.postgresql remains in place for the !BATCH case and is unaffected by this. Remove trailing whitespace and an extraneous LDCONFIG_DIRS. Submitted by: maintainer Notes: svn path=/head/; revision=45524
2001-07-25Fix mtree errors preventing automated package building:Sheldon Hearn1-5/+6
* Take a stab at removing the pgsql user's home directory on deinstall. * Only remove man/manl and others when PG_PREFIX is set. Submitted by: maintainer Notes: svn path=/head/; revision=45464
2001-06-13Fix build when BATCH is defined, and remove redundant ${MKDIR} "-p" option.Jimmy Olgeni1-2/+2
PR: 28120 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=43942
2001-06-13The configure script *must* run pre-fetch, since the dependencies areAkinori MUSHA2-8/+8
checked in the fetch target. Before the patch below, make install will fail to depend on Tcl/Tk, for instance. Synchronize the batch and default interactive selections for optional parts of the port. PR: ports/27949 Submitted by: Palle Girgensohn <girgen@partitur.se> (MAINTAINER) Notes: svn path=/head/; revision=43927
2001-06-04Forgotten file.James E. Housley1-0/+51
Add character sets to the server PR: 27846 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=43486
2001-06-04Add character sets to the serverJames E. Housley1-0/+1
PR: 27846 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=43485
2001-06-01Use proper POSIX syntax for `chown'.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=43378
2001-05-28forget to remove patchYing-Chieh Liao1-13/+0
PR: 27676 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=43171
2001-05-27add Japanese mirror to MASTER_SITES.FUJISHIMA Satsuki1-1/+2
Notes: svn path=/head/; revision=43136
2001-05-27upgrade to 7.1.2Ying-Chieh Liao4-20/+50
PR: 27676 Submitted by: maintainer Notes: svn path=/head/; revision=43125
2001-05-24Change the way the configure script is executed and included in orderAlexander Langer1-5/+5
to make dependencies work. Call the script pre-fetch and include Makefile.inc AFTER it has been created. Reported by: Disturbed FreeBSD newbie who couldn't figure out why this didn't work as expected. Notes: svn path=/head/; revision=43014
2001-05-18Fix the autogenerated LIB_DEPENDS for TCL.Mikhail Teterin1-1/+1
PR: ports/27416 Submitted by: girgen@partitur.se (the maintainer) Notes: svn path=/head/; revision=42691
2001-05-09Upgrade to 7.1.1Vanilla I. Shu4-9/+43
PR: ports/27220 Submitted by: maintainer Notes: svn path=/head/; revision=42436
2001-05-02Cosmetic changes for the shutdown procedure.Jimmy Olgeni1-1/+2
* Pass the -s option to pg_ctl, to avoid clobbering the display. It will show error messages only. * Echo the port name after shutdown. No functional changes, no PORTREVISION. Notes: svn path=/head/; revision=42166
2001-04-25Specify the full path of the jakarta port's "ant" utility (/usr/local/bin) soJimmy Olgeni1-1/+2
it won't be confused with the "ant" screensaver (in /usr/X11R6/bin). PR: 26841 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=41898
2001-04-25Misc. changes and cleanups.Jimmy Olgeni3-8/+8
* Move the call to configure.postgresql7 from pre-fetch to pre-extract, so it won't hang while performing batch fetch operations (like portupgrade -F) * Add some TCL related files to pkg-plist.tcl, and add a PLIST_SUB in the Makefile to register the correct tcl version in the plist. * Do not start postgresql if the database directory does not exist: the startup sequence could hang because of this. * Use the "-s" option when starting postgresql with pg_ctl, so it won't display informational messages. Display only the port name, as do other packages startup scripts. Approved by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=41897
2001-04-24Remove extra empty line.Dmitry Sivachenko1-1/+0
Notes: svn path=/head/; revision=41853
2001-04-24Add one more MASTER_SITEDmitry Sivachenko1-1/+3
Notes: svn path=/head/; revision=41852
2001-04-23Fix postgresql.jar link probram, and bump version too.Vanilla I. Shu1-1/+2
PR: ports/26761 Submitted by: maintainer Notes: svn path=/head/; revision=41815
2001-04-21Upgrade to 7.1, change to new layout style.Vanilla I. Shu34-1641/+1163
PR: ports/26741 Submitted by: maintainer Notes: svn path=/head/; revision=41758
2001-03-15ldconfig PostgreSQL's lib should happen before starting *ANY* ports.Clive Lin4-8/+8
This would cure headache like apache module linking against libpq fail to work after rebooting. Originally, maintainer and I want this commit to go with the PostgreSQL updating. But we both think that the latest PostgreSQL would not be released before FreeBSD 4.3-RELEASE ports freeze. As a conclusion, PORTREVISION bumped. Discussed with/Submitted by: MAINTAINER Notes: svn path=/head/; revision=39895
2001-03-15Fix problems when installing postgresql7 with pkg_add:Clive Lin4-9/+20
- pkg-install used wrong uid# - chown lib dir *after* it is created - pkg-install created data dir where Makefile didn't - add pkg-deinstall and remove user & group - don't chown data dir, since we don't create it anymore - spell and documentation fixes in the rc.d script PR: ports/25817 Submitted by: MAINTAINER Notes: svn path=/head/; revision=39873
2001-02-25Remove IS_INTERACTIVE, support batch compilation.Jimmy Olgeni2-4/+2
PR: 25247 Submitted by: maintainer Notes: svn path=/head/; revision=38680
2001-02-22Treat pgsql's .profile as data: it could have been customized to change theJimmy Olgeni2-4/+8
default database location. Approved by: maintainer Notes: svn path=/head/; revision=38618
2001-02-20Make the port more "package friendly".Jimmy Olgeni3-81/+17
Do not call initdb from Makefile's post-install. Users are required to manually run initdb, maybe after configuring their preferred database location in pgsql's user .profile. pkg_add used to simply replace some existing data files. Add pkg-message to tell the user about initdb. Remove 2 empty directories from pkg-plist (pgsql/include/port/freebsd, pgsql/include/port), since they are not included in "make package" anyway and cause pkg_deinstall to complain about the plist. Remove all pgsql/data contents from pkg-plist, so "make deinstall" and pkg_delete won't clobber existing databases. Minor version upgrades can now be performed by means of pkg_delete and "make install", without using pg_dump. Chown %D/pgsql/lib to root:wheel to satisfy ldconfig's recent security requirements. Change @dirrm of pgsql to "@unexec rmdir": pkg_deinstall won't complain if data still exists in that directory at deinstall time. Approved by: maintainer Notes: svn path=/head/; revision=38531
2001-01-30Define IS_INTERACTIVE.Joseph Koshy1-0/+2
PR: ports/23861 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=37779
2001-01-30Do not set the shell for user "pgsql" to `/bin/nologin' at package installJoseph Koshy1-1/+1
time: this breaks the rc.d script. Default to `/bin/sh' as a `make install' would do. PR: ports/23534 Submitted by: Nick Sayer Notes: svn path=/head/; revision=37778
2001-01-01Goodbye, YEAR2000. Hello, 2001.Will Andrews1-2/+0
Approved by: asami Notes: svn path=/head/; revision=36564
2000-12-11Update to version 7.0.3.Steve Price14-160/+447
PR: 23371 Submitted by: maintainer Notes: svn path=/head/; revision=35882
2000-12-08Palle Girgensohn <girgen@partitur.se> stepped forward and said that heSteve Price1-1/+1
would like to maintain this port. Notes: svn path=/head/; revision=35758
2000-11-23hand maintenance of this port over to ports@FreeBSD.ORGAndreas Klemm1-1/+15
due to lack of time for maintaining and testing. Maybe somebody other can do better than I. Notes: svn path=/head/; revision=35363
2000-10-08Rename PLIST.* to pkg-plist.*.Satoshi Asami1-4/+4
Notes: svn path=/head/; revision=33497
2000-09-23pl/Perl and ODBC supportAndreas Klemm2-0/+33
Submitted by: Nadav Eiron <nadav@cs.technion.ac.il> Notes: svn path=/head/; revision=33041