Commit graph

34218 commits

Author SHA1 Message Date
jlam
6ad39330ce Allow for different "home" directory for storing PostgreSQL databases.
This is specified at run-time by setting pgsql_home=/path/to/home in
/etc/rc.conf.  Ensure that ${pgsql_home} has the correct permissions
(o=${pgsql_user}, g=${pgsql_group}, m=0750) before initializing the
database.
2002-10-19 19:01:52 +00:00
dmcmahill
530b76cd11 add dependency on p5-gettext and patch the locale directory path.
This enables changing locale's.

Noted in private email from Eric Jacoboni (jaco at scrogneugneu dot org)
2002-10-19 18:16:40 +00:00
martti
a1b22f753d Updated popt to 1.7nb1 2002-10-19 18:09:54 +00:00
martti
c22ed5af9f Fix build failure (PR#18795) 2002-10-19 18:08:58 +00:00
jlam
6431b1c4c3 You don't need to run "/etc/rc.d/pgsql start" at boot time only. 2002-10-19 18:01:19 +00:00
jlam
3eefda642d Don't default to pgsql=NO anymore, as rc.d scripts aren't copied into
/etc/rc.d by default any longer.  This causes the usual warning to be
emitted when the script is executed.
2002-10-19 18:00:16 +00:00
dmcmahill
e667c62bbb s/textproc/devel in CATEGORIES 2002-10-19 17:09:47 +00:00
grant
63dabde8c2 backout last change - phoenix is already here. 2002-10-19 17:06:51 +00:00
dmcmahill
cc1a218000 add and enable p5-gettext 2002-10-19 17:03:42 +00:00
grant
fd2c938ad2 remove files which relate to the phoenix Linux binary package. 2002-10-19 17:03:13 +00:00
dmcmahill
9c61a875f3 initial import of p5-gettext-1.01 provided in PR 18704 by
Eric Jacoboni (jaco at scrogneugneu dot org)

Locale::gettext is a perl5 module quickly written to gain access to
the C library functions for internatialization. They work just like
the C versions.
2002-10-19 17:01:23 +00:00
seb
a17c41a506 Remove unnecessary patch. Thanks buildlink2! 2002-10-19 16:01:31 +00:00
taya
059ef07a38 Add phoenix 2002-10-19 15:43:01 +00:00
taya
19fcb50bad note add phoenix 2002-10-19 15:40:40 +00:00
taya
cf36ccd06b Initial import of phoenix
Phoenix is a redesign of the Mozilla browser component, similar to Galeon,
K-Meleon and Chimera, but written using the XUL user interface language
and designed to be cross-platform.
2002-10-19 15:38:31 +00:00
taya
af6e249b14 also make 'MASTER_SITE' override 2002-10-19 15:20:35 +00:00
taya
c73713b73e add MOZILLA_BIN to set mozilla binary file name
add BUILD_SVG to build svg
2002-10-19 15:02:22 +00:00
taya
d0ffd25f7c make following items override by definition in Makefile
DISTNAME, HOMEPAGE, mozilla binary name

make SVG optional for phoenix

add --with-pthreads to config option if pthread is available
2002-10-19 15:00:02 +00:00
seb
e0a6ed92b4 Note update of textproc/p5-XML-Node to 0.10nb2 [distfile changed without
revision update (documentation fix)]
2002-10-19 14:46:34 +00:00
seb
1c54dd1744 Distfile changed on MASTER_SITES without any update in name/revision.
Changes:
- The bundled file XML::Node.sgml had been renamed to XML-Node.sgml (windows
  friendly?)
- Diff between previous XML::Node.sgml and new XML-Node.sgml:

--- XML-Node-0.10/XML::Node.sgml        Mon Nov 15 21:18:52 1999
+++ XML-Node-0.10.new/XML-Node.sgml     Fri Jan  5 20:23:46 2001
@@ -69,7 +69,7 @@
 $p->register(">Orders>Order","end" => \&handle_order_end);

 print "Processing file [orders.xml]...\n";
-$p->parse("orders.xml");
+$p->parsefile("orders.xml");

So...
Bump PKGREVISION, update distinfo and remove previous distfile from
ftp.netbsd.org.

While here use perl5/module.mk and use buildlink2.
2002-10-19 14:42:47 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
minoura
5553928ad1 Install shimbun and other support files for semi and mew.
Bump PKGREVISION.
2002-10-19 09:38:18 +00:00
minoura
dd2a653814 Emacs/w3 support file. 2002-10-19 06:58:24 +00:00
minoura
440eff4eff 1. Use PKGNAME_PREFIX.
2. Force install the support file for Emacs/w3.
2002-10-19 06:57:45 +00:00
minoura
959c01bddf Use PKGNAME_PREFIX. 2002-10-19 06:55:07 +00:00
minoura
0472a082cd 1. Strip out nb? suffix from EMACS_VERSION
2. New variable PKGNAME_PREFIX, which is either null string or xemacs-
depending on EMACS_FLAVOR.  Intended to use like:
DEPENDS+=	${PKGNAME_PREFIX}apel>=10.4:../../devel/apel
BUILD_DEPENDS+=	${PKGNAME_PREFIX}apel>=10.4:../../devel/apel
2002-10-19 06:48:03 +00:00
jlam
a0a08eae8e Trivially use buildlink2. 2002-10-19 04:01:22 +00:00
jlam
44b24b7f48 Update databases/odbc-postgresql to version 7.2.3. Pkgsrc changes include
Splitting out a common Makefile for future unixodbc-postgresql and
      iodbc-postgresql packages.

Changes from version 7.1.3 include:

   Remove query size limit (Hiroshi)
   Remove text field size limit (Hiroshi)
   Fix for SQLPrimaryKeys in multibyte mode (Hiroshi)
   Allow ODBC procedure calls (Hiroshi)
   Improve boolean handing (Aidan Mountford)
   Most configuration options on setable via DSN (Hiroshi)
   Multibyte, performance fixes (Hiroshi)
   Allow driver to be used with iODBC or unixODBC (Peter E)
   MD5 password encryption support (Bruce)
   Add more compatibility functions to odbc.sql (Peter E)
2002-10-19 03:51:00 +00:00
jlam
685fd8b148 Update py-postgresql to build using the postgresql-7.2.3 sources. 2002-10-19 03:04:37 +00:00
jlam
1f2f4c68c5 Update databases/postgresql to version 7.2.3.
This has a variety of fixes from 7.2.2, including fixes to prevent
   possible data loss.

   A dump/restore is *not* required for those running 7.2.X.

Changes from version 7.2.2 include:

 Prevent possible compressed transaction log loss (Tom)
 Prevent non-superuser from increasing most recent vacuum info (Tom)
 Handle pre-1970 date values in newer versions of glibc (Tom)
 Fix possible hang during server shutdown
 Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima)
 Fix pg_dump to properly dump FULL JOIN USING (Tom)
2002-10-19 03:03:49 +00:00
jlam
fcf4816dce Undo enabling on python2.2. 2002-10-19 02:49:40 +00:00
jlam
b4b1127646 Add inclusion guards and use foo-[0-9]* instead of foo-*. 2002-10-19 02:48:20 +00:00
jlam
f8effca2a0 Use buildlink2. 2002-10-19 02:45:06 +00:00
jlam
803b0abcd5 Add a buildlink2.mk file that allows for libperl or perl>=5.8.0. 2002-10-19 01:52:30 +00:00
jlam
ad8e5c1fab Substitute for ${RCD_SCRIPTS_DIR} in MESSAGE files. 2002-10-19 01:33:51 +00:00
wiz
aebd1cda59 try last differently, since changes2html complained 2002-10-19 01:33:02 +00:00
wiz
2071472c97 Note links/links-gui downgrades. 2002-10-18 23:06:12 +00:00
wiz
1452b90187 Downgrade to 2.1pre3.
2.1pre4's links -g has very annoying problems with control modifiers and
X events in general, and the maintainers don't feel the need to fix it.
2002-10-18 23:00:24 +00:00
abs
38b8617a30 Import cmu-dhcpd-3.3.7.9
CMU dhcpd 3.3.7 is a combined BootP and DHCP server, available from
Carnegie Mellon University.
Development of this sofware at CMU has been halted. At Princeton
we've added a few new features, and fixed some bugs (and probably
introduced new ones, naturally). We've also incorporated patches
that others have posted. Our version is 3.3.7+PU.
2002-10-18 22:08:40 +00:00
abs
f60f79f8dd It calls itself both cmu-dhcp and cmu-dhcpd. We'll pick cmu-dhcpd 2002-10-18 22:07:11 +00:00
abs
a167a1ab52 Import cmu-dhcpd-3.3.7.9
CMU dhcpd 3.3.7 is a combined BootP and DHCP server, available from
Carnegie Mellon University.
Development of this sofware at CMU has been halted. At Princeton
we've added a few new features, and fixed some bugs (and probably
introduced new ones, naturally). We've also incorporated patches
that others have posted. Our version is 3.3.7+PU.
2002-10-18 22:03:49 +00:00
abs
1faa3d803e Import p5-Number-Latin 1.01
Some applications, notably the numbering of points in outlines,
use a scheme that starts with the letter "a", goes to "z", and then
starts over with "aa" thru "az", then "ba", and so on.  This module
provides functions that deal with that numbering system, converting
between it and integer values.
2002-10-18 21:55:32 +00:00
jlam
c25ee6ba99 Use buildlink2 and java.mk. 2002-10-18 21:54:08 +00:00
jlam
f8d269d8c5 Use newer way to convert a build dependency to a full dependency. 2002-10-18 21:46:02 +00:00
jlam
757c5baf8c Trivially use buildlink2 and use java.mk. 2002-10-18 21:43:09 +00:00
jlam
d5391a8a34 The dependency on unzip is automatic based on EXTRACT_SUFX. 2002-10-18 21:41:36 +00:00
jlam
1d0f03cd44 Trivially use buildlink2 and use java.mk. 2002-10-18 21:36:53 +00:00
jlam
baebf7f3d4 Trivially use buildlink2 and use java.mk. 2002-10-18 21:24:55 +00:00
jlam
9096d83d98 Trivially use buildlink2. 2002-10-18 21:12:11 +00:00
jlam
973921598e Trivially use buildlink2 and use java.mk. 2002-10-18 20:58:31 +00:00