summaryrefslogtreecommitdiff
path: root/net/arla
AgeCommit message (Collapse)AuthorFilesLines
2002-08-20Upgrade arla to 0.35.9wennmach19-6/+1030
Fixes two security holes: 'xdr'-bug (in vos, not in arlad), and xfs failes to check for negative numbers in pioctl. Additional changes: NetBSD/sparc64 now supported, 'themis' added, local locking, bug fixes. See http://www.stacken.kth.se/lists/arla-drinkers/2002-08/msg00019.html
2002-08-07Merge arlad and arlad.sh scripts into one, following pkgsrc conventionjlam4-20/+14
for rc.d scripts.
2002-07-12Update to 0.35.8, fixes pkg/17574.wiz4-86/+89
Relevant changes: * --fake-stat support, fakes mode/stat information. Very useful on MacOS X finder that uses this. * Bug fixes Also, sort PLIST, and standardize MESSAGE slightly.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-04-05Update arla to 0.35.7wennmach12-232/+25
This new version fixes some (unnamed, sorry) bugs. The main rationale for the upgrade is to get rid of the dependency on kth-krb4 for NetBSD>=1.5 systems. For older systems, we provide full functionality via (a now buildlinked) kth-krb4.
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-05/bin/mkdir -> ${MKDIR}.skrll1-2/+2
Make the print-PLIST target output ${MKDIR} also.
2001-12-05s/root/${ROOT_USER}/g, now that the definition appears in theagc1-2/+2
defs.${OPSYS}.mk files.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-09Upgrade arla to 0.35.5wennmach24-214/+276
Most important changes: o added user-land programs: kalog, aklog, arla-cli o improved user-land programs: vos, bos, pts, etc. o added man pages o security fix (in rx) o and tons of bug fixes I included a start script to be placed under /etc/rc.d.
2001-07-02add note about enabling lkm-loading in rc.conf; suggested by Cana McCoyjoda1-3/+4
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-19/+17
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-29Add CONFLICTS=lwp-* rx-*wennmach1-1/+3
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-3/+3
XXX need to teach pkglint to be more picky about this
2001-02-24First round of cleaning up INSTALL usage:hubertf1-3/+3
INSTALL -d => INSTALL_*_DIR INSTALL => INSTALL_* Beware that only invocations are changed that don't set special values for owner, mode or group! Cleanup suggested by zuntum@IRC
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz3-24/+17
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-26etc/rc.d cleanup: rename *.sh -> *hubertf2-4/+4
2000-11-06Do not core dump if a deadlock can be avoided. Also, improvewennmach3-7/+36
modload message.
2000-10-18Update arla to 0.34.5.wennmach13-455/+127
This version of arla has improved BSD support, so that patches (patch-ao, patch-ap, patch-aq, and patch-ar) are no longer necessary. It has improved deadlock detection and many other bug fixes.
2000-10-18Add an OSVERSION_SPECIFIC=yes flag to these packages. The flag at this timegarbled1-1/+2
doesn't enable any functionality. It is here as a marker, so people building binary packages know that these packages have version-specific features that would make them incompatible with other point releases.. (such as LKM's)
2000-10-13Make arla compile on pmax.wennmach2-1/+28
2000-08-30Upgrade arla to 0.34.2wennmach4-5/+63
The main purpose of this upgrade is the support of NetBSD-1.5. Also, patch-ar was added to make arla compile on m68k machines.
2000-08-22Added three patches to deal with a potential deadlock situation, which maywennmach4-1/+365
arise when writing back data from a vnode failed because the ticket expired in the meantime. From arla-current, thanks to Assar Westerlund and Love.
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf1-2/+2
appropriate.
2000-08-17remove unnecessary whitespacewiz1-3/+3
2000-08-15Update arla to 0.34.1.wennmach11-77/+48
arla-0.34.1 contains a new `bos' program, improves handling of write-back of mmaped pages after close, more stability, bug fixes, and, most notably, contains updates to the *BSD code.
2000-08-02Also check if the kernel sources can be found under $BSDSRCDIR/syswennmach1-6/+11
2000-08-01Added a conditional IGNORE if the kernel sources are not found under /sys.wennmach1-1/+5
The arla pkg builds an LKM, xfs_mod.o, and under NetBSD the full kernel sources are currently needed to build LKMs.
2000-07-26make makepatchsumwennmach1-1/+2
2000-07-26Make this pkg compile on NetBSD/pmax.wennmach1-0/+16
2000-06-30Remove some more smartness from Makefilewennmach2-17/+5
2000-06-30Remove unneccessary patch-ai.wennmach4-25/+4
Do not automatically add an entry for xfs to /etc/fstab (pointed out by hubertf).
2000-06-22remove bogus entry for patch-al~wiz1-2/+1
2000-06-18Add new patch to make sure that the test for vfs_getnewfsid worksassar2-1/+21
correctly on 1.4ZD, from "Dr. Lex Wennmacher" <wennmach@geo.Uni-Koeln.DE>
2000-06-08Initial import of arla-0.33, a free AFS implementation from KTHwennmach22-0/+560
(Kungliga Tekniska Hoogskolan, Stockholm, Sweden)