summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-08-01Wildcard depends line after ap-aolserver update.wiz1-2/+2
2002-08-01dirrm -> unexec ${RMDIR} for two directories where gtk2 stuff also lives.wiz1-4/+4
2002-08-01Updated pkg_install to 20020723martti6-25/+25
- remove handling of PKG_ADD_BASE. - don't search current directory if PKG_PATH is set. - don't prefer local directories. - constify and cleanup.
2002-08-01It is ${.CURDIR}/../../mail/fetchmail/distinfo and notveego1-2/+2
${.CURDIR}/../mail/fetchmail/distinfo
2002-08-01add missing patches for lastabs2-0/+30
2002-08-01Comment out master sites because the file on "ftp.openbsd.org" andtron1-4/+4
possibly on its mirrors is obviously infected with a trojan. The file on "ftp.netbsd.org" is safe.
2002-08-01Convert to use pthread.buildlink.mk.jlam1-11/+16
2002-08-01Convert to use pthread.buildlink.mk.jlam12-51/+65
2002-08-01Really bump the PKGREVISION this time.jlam1-1/+2
2002-08-01Really remove USE_PTHREAD.jlam2-10/+7
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam38-130/+133
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01Alter the way pkgsrc handles dependencies on pthreads. We now bless thejlam1-69/+122
hard-syscall version of GNU pth as the official pthread replacement package for those platforms that don't have a native pthread library. USE_PTHREAD is now deprecated in favor of directly include pthread.buildlink.mk, but the behaviour may be tweaked by setting PTHREAD_OPTS to contain any of "native" and "require". More complete documentation may be found in the first half of this file.
2002-08-01We no longer expect PTHREAD_TYPE to be defined after includingjlam1-5/+1
bsd.prefs.mk. It's value is now supposed to be checked after including pthread.buildlink.mk.
2002-08-01Remove devel/pth-syscall as it has been merged into devel/pth.jlam12-1774/+1
2002-08-01Merge changes to enable hard sycalls from devel/pth-syscall into devel/pth.jlam2-1/+6
Bump the PKGREVISION to 1.
2002-08-01Don't remove nonexistent directories.jlam1-9/+1
2002-08-01Add back missing definitions for EXAMPLESDIR, HTMLDIR, and DOCDIR.jlam1-1/+5
2002-08-01Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot orgjschauma21-42/+42
after consulting with Todd. Any volunteers for any of these packages?
2002-08-01Change MAINTAINER from tv at netbsd dot org to tv at pobox dot com afterjschauma4-8/+8
consulting with Todd.
2002-08-01Crank PKGREVISION here, too.mycroft1-1/+2
2002-08-01Grrrr, stupid static version number for apache.mycroft1-2/+2
2002-08-01Crank libmm dependency versions and dependent pkg revisions.mycroft4-8/+9
2002-08-01Crank dependency revision.mycroft1-2/+2
2002-08-01Update to mm 1.2.1. Only functional change is to fix a /tmp race conditionmycroft3-12/+12
that created a local root hole.
2002-07-31Move the check, whether X is accessible, inside the "checkforx" target.mrauch1-5/+2
This avoids strange side effects (hanging xdpyinfo) when using targets that do not depend on an accessible X server. Fixes PR# pkg/17763.
2002-07-31Mechanically replace DEPENDS and BUILD_DEPENDS on a JDK with theschmonz3-7/+9
appropriate USE_JAVA and PKG_JVM incantations. Spotted by wiz.
2002-07-31On Solaris, add BUILD_DEPENDS for bison and flex, based on the patchwiz1-1/+8
submitted by Lubomir Sedlacik in connection with pkg/17785.
2002-07-31Use LTCONFIG_OVERRIDE.wiz3-14/+16
2002-07-31Solaris fix (needs databases/db) from Julien T. Letessier in pkg/17783.wiz1-1/+8
2002-07-31Give some further hints about what will need to be done before Cyrus IMAPjlam1-2/+4
can be used.
2002-07-31Add a cyrus rc.d script that will generate the directories needed beforejlam3-2/+94
starting the Cyrus master process.
2002-07-31Change example imapd.conf file to default to "saslauthd" authenticationjlam1-4/+4
for plaintext password authentication. It's the better version of pwcheck.
2002-07-31Back out previous change now that PKG_JVM handling has been fixed tojlam1-2/+2
prefer the installed sun-jdk1[34] if PKG_JVM == "sun-jdk".
2002-07-31* Rename _JAVA_PKGNAME to _JAVA_PKGBASE which more accurately reflects itsjlam1-15/+21
contents. * Each PKG_JVM needs its own special _JAVA_PREFIX_DEFAULT hardcoded as there's no way to discern the subdirectory of ${LOCALBASE}/java in which the PKG_JVM is installed. * If PKG_JVM == "sun-jdk", allow either sun-jdk13 or sun-jdk14 to be used, preferring whichever one is already installed, but otherwise using the best default for a given platform.
2002-07-31Add "${_PATCH_BACKUP_ARG} .orig" to PATCH_DIST_ARGS too.wiz1-1/+2
Fixes Solaris problem reported in pkg/17769 by Valeriy E. Ushakov.
2002-07-31fix a bug in creating scaled images. If the original image is the correctdmcmahill3-12/+17
size and in the correct format, it is not re-encoded (losing quality) anymore but just copied. Problem noted by Jeff McMahill. Andrew Brown and Jaromir Dolecek helped me with perl. Bump PKGREVISION.
2002-07-31Fix build on pmax/1.4.x. Closes pkg/15201.wiz2-1/+26
2002-07-31Update mserv to 0.33nb3:abs10-146/+139
Broadcast an information line both on server RESET initiation and on completion.
2002-07-31Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE so that pkgsrc libtoolskrll1-2/+2
is used. Pointed out by Julien Letessier <julien.letessier at sun.com>.
2002-07-31Use PKGLOCALEDIR instead of 'share'. From Julien T. Letessier in pkg/17779.wiz1-30/+30
2002-07-31Use PKGLOCALEDIR in PLIST. From Julien T. Letessier in pkg/17777.wiz1-6/+6
2002-07-31Use gcc on Solaris. Patch from Julien Letessier at sun dot com.wiz1-1/+8
2002-07-31Updated etcupdate to 20020731martti2-4/+4
fix usage() message for "-s" argument. ie, do *not* suggest "/usr/src" as this causes "make distribution" to be run in /usr/src.
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