summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-07-31Add support for OpenSSL 0.9.6e.tron1-1/+8
2002-07-31Build and install "saslauthd", a daemon running as root that performsjlam8-18/+115
plaintext password authentication for Cyrus SASL. This will allow daemons _not_ running as root to perform SASL PLAIN authentication (including getpwent and PAM). Bump PKGREVISION to 1.
2002-07-31Want apache-1.3.26nb3 now.wiz1-2/+2
2002-07-30Update security/pam-smbpass to version 2.2.5. This version matches thejlam4-85/+15
pam_smbpass distributed with the samba-2.2.5 sources.
2002-07-30Factor out common parts of samba and winbind into net/samba/Makefile.commonjlam10-160/+85
and merge their patch collections. These two packages are built from the same source tree, and updates to the main distfile should be shared by both packages.
2002-07-30Add devel/flex to BUILD_DEPENDS for SunOS, per pkg/17770 bywiz1-1/+2
Valeriy E. Ushakov.
2002-07-30Update cpuflags to 0.30:abs2-5/+5
Add 'DEC 3000 - M300' (21064-1) entry from Paul Mather
2002-07-30Add APACHE_USER and APACHE_GROUP variables, remove APACHE_SUEXEC_USER.wiz1-12/+20
2002-07-30Update apache packages with some common changes:wiz7-58/+98
Give Apache a user and group by default, not only with suexec. The variables for this have changed from APACHE_SUEXEC_USER and APACHE_SUEXEC_GROUP to APACHE_USER and APACHE_GROUP. Mention 'Apache' in COMMENT. Use variables for the version number instead of copying it around. Bump PKGREVISION. For apache{,6}: Change paths to /var/httpd instead of /var/spool/httpd. Honour STRIPFLAG. Add --without-confadjust as configure argument. Enable the 'define' module. For apache: Enable proxy module on NOPIC platforms. Some of these changes are based on pkg/17469 by Greg A. Woods, some on comments by Johnny Lam. Reviewed by Johnny Lam.
2002-07-30Clarify that this is the "Cyrus" IMAP server.jlam1-2/+2
2002-07-30Use ':' instead of '.' as argument separator for chown. Closes pkg/17768wiz1-2/+2
by Valeriy E. Ushakov.
2002-07-30Update to 1.0.3, from ISIHARA Takanori in pkg/17767.wiz4-33/+5
Changes since 1.0.2: - NBTscan now returns meaningful exit code (patch by James Troup for Debian Linu x) - Added /etc/hosts and lmhosts format output (suggested by Anahuac de Paula Gil and Sigmund Baginov) - configure script now honours --prefix argument (patch by Petter Reinholdtsen) - Error messages now include IP address that caused error - NBTscan accepts a file with a list of IP addresses to scan (suggested by Omas Jakobsson) - Service number is printed for unknown NetBIOS services in -h mode (suggested b y Dan Wright) - Fixed some compile-time warnings on Linux - Corrected some typos
2002-07-30Homepage and master site have moved to ossp.org.jlam1-3/+3
2002-07-30Update to 5.11.wiz2-5/+5
Changes since 5.10: o more man page fixes from Thomas Klausner o de-K&R C-ification o fix Date: header for daemon mode o fix core dump when asking for /cgi-bin/ when CGI isn't configured o use a valid Server: header
2002-07-30Update to 971007nb1: Fix for sparc64, from Tomi Nylund in pkg/17759.wiz3-6/+16
2002-07-30use PKG_SYSCONFDIR/bins for the global config directory instead ofdmcmahill5-8/+30
hard coding /etc/bins. install a default binsrc as an example which can be copied to ${PKG_SYSCONFDIR}/bins/binsrc and/or ~/.bins/binsrc bump PKGREVISION to bins-1.1.10nb1
2002-07-30update, using description from homepagejdolecek1-10/+9
also remove the stuff about this being beta - this is no longer true
2002-07-30Use "sun-jdk13" under NetBSD-i386 and Darwin because this is known to work.tron1-2/+2
2002-07-30Fix error in creation of the freetype-config wrapper script. Now, wejlam1-25/+18
generate the wrapper if the original config scripts exists, otherwise we create our own config script freom buildlink-freetype-config.in.
2002-07-30add missing dependency on p5-IO-String. Makes the reading of EXIF data workdmcmahill1-1/+2
2002-07-30add and enable p5-IO-Stringdmcmahill1-1/+2
2002-07-30initial import of p5-IO-String-1.01dmcmahill4-0/+28
This module is needed to make www/bins work correctly hence the import during the freeze. IO::String is an IO::File (and IO::Handle) compatible class that read or write data from in-core strings. It is really just a simplification of Eryq's IO-stringy modules. As such IO::String is a replacement for IO::Scalar.
2002-07-30update for p5-Term-ReadKey 2.21.grant1-3/+3
2002-07-30update p5-Term-ReadKey to 2.21.grant1-2/+2
* various bug fixes * removal of interactive test stage * support for compilers which don't support function prototypes (as support for non-ANSI compilers is gone in Perl 5.8) * improved win32 support
2002-07-30make the tests for file existence actually workross3-15/+15
now at 1.0.4
2002-07-30back out OBJOSMACHINE stuff as it is superfluous. pointed out bygrant2-14/+3
jlam.
2002-07-29r5rs, not r4rsperry1-2/+2
2002-07-29Set USE_JAVA=run on some packages that obviously don't need a JDK for thejlam14-28/+28
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed.
2002-07-29Invert the test for USE_JAVA. It now takes an optional value of "run"jlam1-5/+4
(instead of "build"). The rationale is that USE_JAVA= is "bigger" than USE_JAVA=run in the sense that the former adds another dependency. For packages that don't need the extra dependency, we can trim it off by setting USE_JAVA more thoughtfully.
2002-07-29Change the semantics of the USE_JAVA variable. USE_JAVA may now take anjlam1-7/+14
optional value of "build" to represent that the package needs a JDK for a build dependency in addition to the usual run dependency on a JVM.
2002-07-29Add a paragraph on how to move a package in the repository.wiz1-1/+24
2002-07-29Now that multiple JDKs can be installed, provide a working defaultschmonz1-23/+29
JAVA_HOME for the given PKG_JVM. Include tools.jar on the CLASSPATH if it exists. From discussion with jlam. Approved by jwise.
2002-07-29Stop "xv" from executing files starting with a "!" when they are selectedtron3-3/+40
in the directory box. This is inconsistent with the command line handling and can turn into a security problem. This change fixed PR pkg/17751 by Christian Biere. Bump package revision to reflect this change.
2002-07-29rc.d-ifyjoda1-5/+19
2002-07-29Tabify, and apply patch from pkg/17331 by Julio Merino, addingwiz1-6/+8
NO_PATCH and NO_CONFIGURE.
2002-07-29Fix for PR 17741, m_swap.h needs to have sys/endian.h included toblymn2-6/+12
correctly determine the endian of the host machine.
2002-07-29Update to 20020710 snapshot. Highlights since 20020411 snapshot include:junyoung4-20/+73
WHAT'S NEW with Wine-20020509: - More dll separation work. - Many async I/O improvements. - Still more unit tests. - A lot less multimedia code. - Many portability fixes, esp. for ReactOS. - Lots of bug fixes. WHAT'S NEW with Wine-20020605: - Better Mingw support, including cross-compilation on Linux. - Still more dll separation work. - Winelib applications now get loaded much like builtin dlls. - Some command-line options replaced by config entries. - Multimedia improvements, including an MP3 decoder. - Massive whitespace cleanup. - New Winelib file manager. - Lots of bug fixes. WHAT'S NEW with Wine-20020710: - DirectSound 8 and DirectInput 8 support. - Many OLE improvements. - Support for font downloading in Postscript driver. - ALSA sound driver. - More portability fixes, particularly for Sparc. - Lots of bug fixes.
2002-07-29add default mime.types file for sylpheed and sylpheed-claws.grant4-2/+216
suggested by Bill Warner in pkg/15972, with minor changes by me.
2002-07-29add OBJOSMACHINE, to use OS version and arch specific workgrant2-3/+14
directories, eg. work.NetBSD-1.5-i386 work.SunOS-5.7-sparc
2002-07-29Add and enable winbind.jlam1-1/+2
2002-07-29security/winbind - unified logon information between UNIX and Windows NTjlam10-0/+281
Winbind uses a UNIX implementation of Microsoft RPC calls, Pluggable Authentication Modules, and the Name Service Switch to allow Windows NT domain users to appear and operate as UNIX users on a UNIX machine. Users and groups are allocated as they are resolved to a range of user and group ids specified by the administrator of the Samba system. Currently, the nsswitch module doesn't work on NetBSD as NetBSD doesn't support dynamically loadable nsdispatch callbacks. However, the pam_winbind.so module may (quite usefully) be used to authenticate against a domain controller for a Windows domain via the NT user authentication protocol. This package currently tracks the winbind components from the Samba 2.2.x releases, but may be used in conjunction with older Samba 2.0.x releases as well.
2002-07-29samba>=2.2.3 actually can't replace everything samba-2.0.x can do, sojlam1-3/+1
re-enable it. My particular application used multi-user Btrieve 5.x database that kept corrupting itself on samba-2.2.x, but worked flawlessly under samba-2.0.x.
2002-07-29Remove a couple of empty patches that accidentially got created duringrh4-4/+2
pkgconfig cleanup.
2002-07-28Update uae to 0.8.22.kristerw3-28/+5
Changes since 0.8.21: - Misc. bug fixes - Extensive updates for the sprite emulation and blitter timing code.
2002-07-28Use canonical pkgsrc config.guess and config.sub to build on Darwin.schmonz2-2/+6
2002-07-28Format paragraphs. Normalize indentation. Apostrophize. Spell "your"schmonz4-26/+26
using only 7-bit ASCII.
2002-07-28Avoid including bsd.pkg.mk twice on not-Darwin.schmonz1-3/+4
2002-07-28Uncomment inadvertently out-commented JDK_HOME definition. Sprinkleschmonz1-2/+9
some Darwin ifdefs. Now that we can't rely on "emulators/suse_linux/Makefile.application" being included, include bsd.pkg.mk directly.
2002-07-28Inform USE_JAVA about the new JDK/JRE naming scheme, so that packagesschmonz1-10/+11
that USE_JAVA can work.
2002-07-28Entab.schmonz1-7/+7