Commit graph

64802 commits

Author SHA1 Message Date
jlam
89a26085db Use the correct configure option for cyrus-sasl, and correct the path to
the cyrus-sasl2/buildlink3.mk file.
2004-07-24 14:20:07 +00:00
jlam
3b9a3e81f4 Honor VARBASE; bump PKGREVISION. 2004-07-24 14:01:20 +00:00
jlam
48fff8b8ad Bump PKGREVISION for last change. 2004-07-24 13:56:09 +00:00
jlam
dec6dfc605 Honor VARBASE. 2004-07-24 13:55:30 +00:00
jlam
c95ff9bcd6 LTCONFIG_OVERRIDE is deprecated. 2004-07-24 13:47:04 +00:00
tron
299ee93c38 Set default dependence method to build because this package doesn't
provide any shared libraries.
2004-07-24 10:53:14 +00:00
recht
f8d7e38602 Export the according BUILDLINK_PREFIX of postgresql-lib as PGSQL_PREFIX. 2004-07-24 10:40:15 +00:00
wiz
4079869a37 Note chicken update to 1.51nb1. 2004-07-24 10:33:42 +00:00
wiz
c9a5dc5994 Bump PKGREVISION for missing dir. 2004-07-24 10:33:12 +00:00
wiz
71d3d41dc6 Create ${PREFIX}/lib/chicken; needed for library eggs.
Based on PR 26414 by Peter Bex.
2004-07-24 10:32:40 +00:00
jlam
ec4b3da2c7 As suggested by reed@, use '.pkgsrc.mailwrapper' as the backup suffix so
that it's more apparent who owns that file.  Bump the PKGREVISION.
2004-07-24 09:19:14 +00:00
recht
acfa8463d3 Note addition of patchutils-0.2.30. 2004-07-24 08:48:57 +00:00
recht
8da8f21bec Add and enable patchutils. 2004-07-24 08:46:46 +00:00
recht
96f235d772 initial import of patchutils-0.2.30
Patchutils is a small collection of programs that operate on patch files.
Interdiff generates an incremental patch from two patches against a common
source. For example, if you have applied a pre-patch to a source tree, and
wish to apply another pre-patch (which is against the same original source
tree), you can use interdiff to generate the patch that you need to apply.
You can also use this to review changes between two pre-patches.
Combinediff generates a single patch from two incremental patches, allowing
you to merge patches together. The resulting patch file only alters each file
once.
Filterdiff will select the portions of a patch file that apply to files
matching (or, alternatively, not matching) a shell wildcard.
Fixcvsdiff is for correcting the output of 'cvs diff'.
Rediff corrects hand-edited patches, by comparing the original patch with the
modified one and adjusting the offsets and counts.
Lsdiff displays a short listing of affected files in a patch file, along with
(optionally) the line numbers of the start of each patch.
Splitdiff separates out patches from a patch file so that each new patch file
only alters any given file once. In this way, a file containing several
incremental patches can be split into individual incremental patches.
Grepdiff displays a list of the files modified by a patch where the patch
contains a given regular expression.
Recountdiff fixes up counts and offsets in a unified diff.
Unwrapdiff fixes word-wrapped unified diffs.
2004-07-24 08:45:26 +00:00
wiz
afd105ca65 gss updated to 0.0.11. 2004-07-24 08:34:51 +00:00
wiz
63385c0e05 dnetc and centericq have been updated (thanks, hubertf!) 2004-07-24 08:34:09 +00:00
wiz
b659bc0f1e Update to 0.0.11, provided by Sergio Jimenez in PR 26418.
* Changes in 0.0.11 (released 2004-04-18)

** Minor cleanups to the core header file.
Using xom.h is no longer supported (the file doesn't exist on modern
systems).

** Kerberos 5 sequence number handling fixed.
First, gss_init_sec_context set the sequence numbers correctly, before
the incorrect sequence numbers prevented gss_(un)wrap from working
correctly.  Secondly, gss_unwrap now check the sequence numbers
correctly.  This was prompted by the addition of randomized sequence
numbers by default in Shishi 0.0.15.

** The compatibility files in gl/ where synced with Gnulib.

** Various bugfixes and cleanups.

** Polish translation added, by Jakub Bogusz.
2004-07-24 08:33:19 +00:00
grant
9d4a06c7ba handle X.org 6.7 and treat it the same way as XFree86 4.4 for the
moment.
2004-07-24 07:00:39 +00:00
grant
38e9a57650 handle X.org config definitions to determine what version of XFree86
we have. for the moment, consider X.org 6.7 the same as XFree86 4.4
for the purpose of Xft2.
2004-07-24 06:50:19 +00:00
grant
2a1446fe64 correctly pick up the Xcursor version in X.org. 2004-07-24 06:48:51 +00:00
grant
180d4f29c1 note update of rpm to 2.5.4nb2. 2004-07-24 04:48:28 +00:00
grant
b64a4ec172 the included popt library is broken on some platforms because it assumes
alloca is available without explicitly pulling it in. use the devel/popt
pkg instead and fix PKGLOCALEDIR handling while I'm here.

fixes install on Solaris.
2004-07-24 04:43:10 +00:00
jlam
dfe438e74b Update databases/openldap to version 2.2.13, the latest stable release.
Major changes from version 2.1.30 include:

  * "LDAP Sync"-based lightweight replication
  * Proxy Cache Support
  * Hierarchical Backend
  * NS-SLAPI Support
  * Backend Layering
  * Access Control extensions including dynamic group support
  * LDAPv3 extensions:
    - ACID extensions
    - Cancel Operation
    - Content Synchronization Operation
    - DIT Content Rules
    - Duplicate Entry Extension
    - Simple Paged Results Extension
    - Proxy Authorization Extension
2004-07-24 03:32:24 +00:00
grant
260be8cb27 this needs flex(1) to build. 2004-07-24 02:53:53 +00:00
grant
0d48368d9f don't call "install -d" with >1 argument. 2004-07-24 02:52:27 +00:00
hubertf
ecb0600763 A few updates WRT patches etc., submitted by Greg Woods in PR 22949
VS: ----------------------------------------------------------------------
2004-07-24 01:57:07 +00:00
wiz
7beb3c424c Unlocking a mutex before destroying it makes libpthread much happier. 2004-07-24 01:19:34 +00:00
kristerw
ebe42f22b1 Convert some C99-isms to C89 to make this build with gcc 2.95. 2004-07-24 01:11:41 +00:00
hubertf
8aa03f221d Updated dnetc (for netbsd/i386) to 2.9007.486, pr PR 22390. 2004-07-24 00:36:51 +00:00
hubertf
d5068e9040 Update centericq to 4.10.0. Changes: Too many to list. Lots of
bug fixes and protocol updates.
2004-07-24 00:16:49 +00:00
reed
a3fe09307f Make this build and then install under Linux. The generated Makefile
had some problems in the developer's own "My personal settings" section
which was for Linux only. I made it work and then noticed that the
app-defaults was now wrong and so it would not package.
So I commented out the entire "My personal settings" section.
This won't change for other operating system builds because
it was "LinuxArchitecture" only.

I didn't bump PKGREVISION because this didn't build (as far
as I can tell) in the first place under Linux and didn't package
under Linux either.

I tested under NetBSD 1.6.2_STABLE also.
2004-07-24 00:06:23 +00:00
jlam
acb3730edd Become maintainer since it's a critical component of samba, and I'm still
the maintainer for that package.
2004-07-23 23:51:21 +00:00
jlam
cf58a9142c Missing mailer.conf from PLIST. 2004-07-23 23:39:00 +00:00
jlam
ee5dab61a4 Remove @exec/@unexec lines from PLIST and add INSTALL/DEINSTALL scripts
instead.  Be more careful about leaving a working MTA installation since
we're touching files in /usr.  Bump the PKGREVISION.
2004-07-23 23:01:23 +00:00
recht
9416178d77 pgsql.buildlink3.mk is used to select a PostgreSQL version for use by
pkgsrc. It is modeled after lang/python/pyversion.mk and like it
could be influenced by user- and package-settable variables.

More precisely, tt's behaviour is controlled by the following
two variables:

- PGSQL_VERSION_DEFAULT
  A user-settable variable to choose the default PostgreSQL version.
  Default: 74

- PGSQL_VERSIONS_ACCEPTED
  A package-settable list of PostgreSQL versions accepted by the package.
  Default: 74 73

After postgresql-* has been reimported as postgresql73* all depending
packages should be changed to use mk/pgsql.buildlink3.mk.
2004-07-23 21:40:00 +00:00
xtraeme
4cb4dfedba Fix typo. 2004-07-23 20:04:49 +00:00
xtraeme
d34f69ddd5 Note PKGREVISION bumps for openntpd/ntp4. 2004-07-23 20:03:31 +00:00
xtraeme
21e95e6c4f * Enable pkgviews installation.
* Conflicts with openntpd.

Bump PKGREVISION.
2004-07-23 19:59:41 +00:00
xtraeme
ba0e9ae410 * Enable pkgviews installation.
* Conflicts with net/ntp4.

Bump PKGREVISION.
2004-07-23 19:58:42 +00:00
jlam
4666a69397 We need to generate the PLIST or else binary packages won't be created
properly.
2004-07-23 19:47:21 +00:00
jlam
cbd33f37fb Note that this is a minimal installation of Webmin. 2004-07-23 19:33:16 +00:00
jlam
7f3fdfa004 Add and enable webmin. 2004-07-23 19:29:50 +00:00
jlam
149433f0f3 Import webmin-1.150 as sysutils/webmin.
Webmin is a web-based interface for system administration for Unix.
Using any browser that supports tables and forms, you can setup user
accounts, Apache, DNS, file sharing and so on.  Webmin consists of a
simple web server, and a number of CGI programs which directly update
system files.
2004-07-23 19:28:32 +00:00
wiz
ef31fc172a Added Cygne-SDL-0.1. 2004-07-23 19:02:39 +00:00
wiz
2643021c36 Add and enable Cygne-SDL. 2004-07-23 19:02:10 +00:00
wiz
69f031c9e9 Initial import of Cygne-SDL-0.1:
Originally Cygne was developed by Dox as a Bandai Wonderswan (Colour)
emulator for Windows systems. From version 2.1 Dox decided to
release the Windows sources to the public in GPL form which allows
others to use the source and hack it :)

Cygne/SDL is a Cygne port using the Simple Directmedia Layer (SDL)
library.  Cygne/SDL is released as OpenSource under the GPL license.
It uses code from the orignal Cygne (allthough a bit modified),
code from the MAME NEC CPU core as well as portions from several
SDLemu emulation projects. Anybody may hack the current sourcecode
if they like or can make additional changes into it.
2004-07-23 19:01:40 +00:00
wiz
4d8a634923 Note suse_base update to 7.3nb6. 2004-07-23 18:26:42 +00:00
wiz
b98723f5b9 Use fixelfprot to make ldconfig work on 2.0/macppc.
Bump PKGREVISION.
2004-07-23 18:25:31 +00:00
jlam
5fea00931a This homepage doesn't exist anymore. 2004-07-23 18:07:18 +00:00
taca
914b72f212 Note update of net/ja-samba to 2.2.9.1.0nb1. 2004-07-23 16:49:17 +00:00