summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-24This works on NetBSD/sparc64 too, so clone the alpha platform entry.jdc1-1/+2
2004-07-24Make it compile with SunPro C++salo7-2/+137
2004-07-24cyrus-sasl configure option takes no argument.jlam1-4/+4
2004-07-24Need to bump the version in buildlink3.mk since the shlib major wasjlam1-4/+4
bumped.
2004-07-24note acroread 5.09mrg1-1/+2
2004-07-24upgrade to acroread 5.09. from the README:mrg4-15/+21
A security patch was applied that solves a couple of problems reported with malformed uuencoded pdf files. also, enable installation on netbsd/sparc64 for the solaris version.
2004-07-24If neither USE_SASL nor USE_SASL2 are defined, then use cyrus-sasl2 byjlam1-2/+2
default.
2004-07-24Use the correct configure option for cyrus-sasl, and correct the path tojlam1-5/+5
the cyrus-sasl2/buildlink3.mk file.
2004-07-24Honor VARBASE; bump PKGREVISION.jlam1-2/+3
2004-07-24Bump PKGREVISION for last change.jlam1-1/+2
2004-07-24Honor VARBASE.jlam1-2/+2
2004-07-24LTCONFIG_OVERRIDE is deprecated.jlam1-4/+2
2004-07-24Set default dependence method to build because this package doesn'ttron1-1/+2
provide any shared libraries.
2004-07-24Export the according BUILDLINK_PREFIX of postgresql-lib as PGSQL_PREFIX.recht1-1/+2
2004-07-24Note chicken update to 1.51nb1.wiz1-1/+2
2004-07-24Bump PKGREVISION for missing dir.wiz1-1/+2
2004-07-24Create ${PREFIX}/lib/chicken; needed for library eggs.wiz4-15/+21
Based on PR 26414 by Peter Bex.
2004-07-24As suggested by reed@, use '.pkgsrc.mailwrapper' as the backup suffix sojlam3-12/+17
that it's more apparent who owns that file. Bump the PKGREVISION.
2004-07-24Note addition of patchutils-0.2.30.recht1-1/+2
2004-07-24Add and enable patchutils.recht1-1/+2
2004-07-24initial import of patchutils-0.2.30recht4-0/+77
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-24gss updated to 0.0.11.wiz2-3/+3
2004-07-24dnetc and centericq have been updated (thanks, hubertf!)wiz1-3/+1
2004-07-24Update to 0.0.11, provided by Sergio Jimenez in PR 26418.wiz3-7/+7
* 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-24handle X.org 6.7 and treat it the same way as XFree86 4.4 for thegrant1-7/+29
moment.
2004-07-24handle X.org config definitions to determine what version of XFree86grant1-4/+24
we have. for the moment, consider X.org 6.7 the same as XFree86 4.4 for the purpose of Xft2.
2004-07-24correctly pick up the Xcursor version in X.org.grant1-4/+4
2004-07-24note update of rpm to 2.5.4nb2.grant1-1/+2
2004-07-24the included popt library is broken on some platforms because it assumesgrant6-36/+49
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-24Update databases/openldap to version 2.2.13, the latest stable release.jlam14-138/+225
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-24this needs flex(1) to build.grant1-1/+2
2004-07-24don't call "install -d" with >1 argument.grant1-2/+3
2004-07-24A few updates WRT patches etc., submitted by Greg Woods in PR 22949hubertf1-20/+77
VS: ----------------------------------------------------------------------
2004-07-24Unlocking a mutex before destroying it makes libpthread much happier.wiz3-2/+20
2004-07-24Convert some C99-isms to C89 to make this build with gcc 2.95.kristerw3-7/+6421
2004-07-24Updated dnetc (for netbsd/i386) to 2.9007.486, pr PR 22390.hubertf3-11/+33
2004-07-24Update centericq to 4.10.0. Changes: Too many to list. Lots ofhubertf4-15/+24
bug fixes and protocol updates.
2004-07-24Make this build and then install under Linux. The generated Makefilereed2-8/+28
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-23Become maintainer since it's a critical component of samba, and I'm stilljlam1-2/+2
the maintainer for that package.
2004-07-23Missing mailer.conf from PLIST.jlam1-1/+2
2004-07-23Remove @exec/@unexec lines from PLIST and add INSTALL/DEINSTALL scriptsjlam5-46/+90
instead. Be more careful about leaving a working MTA installation since we're touching files in /usr. Bump the PKGREVISION.
2004-07-23pgsql.buildlink3.mk is used to select a PostgreSQL version for use byrecht1-0/+74
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-23Fix typo.xtraeme1-2/+2
2004-07-23Note PKGREVISION bumps for openntpd/ntp4.xtraeme1-1/+3
2004-07-23* Enable pkgviews installation.xtraeme1-2/+6
* Conflicts with openntpd. Bump PKGREVISION.
2004-07-23* Enable pkgviews installation.xtraeme1-1/+6
* Conflicts with net/ntp4. Bump PKGREVISION.
2004-07-23We need to generate the PLIST or else binary packages won't be createdjlam4-23/+29
properly.
2004-07-23Note that this is a minimal installation of Webmin.jlam1-1/+5
2004-07-23Add and enable webmin.jlam1-1/+2
2004-07-23Import webmin-1.150 as sysutils/webmin.jlam9-1/+186
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.