summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-06-16Fix installation problems found in bulk buildmartti1-4/+4
2005-06-16provide defaults for bzcat and tbl to avoid unnecessary buildgrant1-1/+9
dependencies on archivers/bzip2 and textproc/groff when they are available in the base system.
2005-06-16Whitespace nits.jlam1-11/+11
2005-06-16Deal with different versions of Darwin. Patch from Yuji Yamano onmarkd1-1/+7
pkgsrc-bulk.
2005-06-16Fix a crash in the kicker - patch from KDE svn.markd3-2/+17
OK'ed during freeze by jlam and wiz. Bump PKGREVISION.
2005-06-15Work around gcc 4 (on MacOS X 10.4.something) not knowing -fmove-all-movableshubertf2-2/+18
Bump to rev. mjpegtools-1.6.2nb5
2005-06-15- Note bump to nb2 for cdrdaoadrianp1-1/+2
2005-06-15- Fix writing for cdrdaoadrianp2-2/+14
- Reported by Mathieu in PR# 30438, thanks for the PR and the patch. - Bump to nb2
2005-06-15Avoid generating a blank line as the first command of a target as thatjlam1-1/+2
isn't understood by some make programs, e.g. /usr/ccs/bin/make.
2005-06-15Updated mail/dspam to 3.4.8xtraeme2-3/+3
2005-06-15Update to 3.4.8, bugfix release.xtraeme2-6/+6
Changes: BUGFIX: File descriptor leaks when connection to delivery host fails BUGFIX: Decoding NUL characters causes message truncation BUGFIX: Many files not written to group directory when using managed groups BUGFIX: Some LDAs/MTAs truncate message when single dots not properly quoted BUGFIX: 7BIT encoding contains 8BIT characters BUGFIX: Messages to multiple local recipients may fail to decode completely
2005-06-15Create directory before using it.jlam1-1/+2
2005-06-15Remove trailing empty line introduced in previous.wiz1-2/+1
2005-06-15Follow jlam@'s suggestion: as no X distribution provides an xextensions.pcjmmv1-5/+18
file, do not bother to check if it exists; doing this means we will always choose the pkgsrc version. Instead, create a fake .pc file inside the buildlink directory.
2005-06-15Note PKGREVISION bump of x11/xfce4-desktop, x11/xfce4-panel,hira1-1/+5
x11/xfce4-session and x11/xfce4-utils.
2005-06-15Use PKG_SYSCONFDIR framework. Bump PKGREVISION.hira17-74/+198
2005-06-15Add definition of example directory.hira1-1/+3
2005-06-15Note update of mail/poppassd package to 4.0.8nb1.taca1-1/+2
2005-06-15Fix the problem on NetBSD 3.0BETA and later noted by Martti Kuparinentaca3-27/+29
on tech-pkg. Bump PKGREVISION.
2005-06-15libXaw on many X11 distributions is linked against libXpm. The linkerjlam3-4/+18
should automatically pull in libXpm when -lXaw is given, but it doesn't seem to work correctly on Darwin. Modify the xglyph Makefile so that we explicitly link in -lXpm when we link against -lXaw. This should fix the problem noted on Darwin in the bulk builds. Bump the PKGREVISION to 4.
2005-06-15My survey of packages was not quite complete enough. There are atjlam3-6/+125
least two packages that still use <FL/*.h> files, so modify fltk to *always* create the links on all platforms. This unfortunately doesn't allow installing this package on a case-insensitive filesystem. Bump PKGREVISION to 3.
2005-06-15cad/atlc to atlc-4.6.0nb1dmcmahill1-1/+2
2005-06-15remove ${WRKSRC} references from installed files. Bump PKGREVISION.dmcmahill2-3/+4
2005-06-15devel/hdf5 to 1.6.4nb1, devel/autoconf to 2.59nb2, and cad/geda-examples to ↵dmcmahill1-1/+4
20050313nb1
2005-06-15list files which reference ${WRKSRC} in a way which should be ok. Bump ↵dmcmahill1-2/+8
PKGREVISION.
2005-06-15remove ${WRKSRC} references from installed files. Bump PKGREVISION.dmcmahill4-70/+17
2005-06-15fltk headers are in ${PREFIX}/include/FL.jlam1-2/+2
2005-06-14smpeg sources (glmovie.c & glmovie-tile.c) assume <malloc.h> exists.jlam1-1/+11
Create a fake one for platforms that don't have it. This fixes a problem on Darwin noted in the latest bulk build.
2005-06-14This package does only work on "NetBSD-1.6*-* NetBSD-[2-9]*-*".kristerw1-1/+3
2005-06-14Don't create the mass of symlinks for the headers as they're not usedjlam2-122/+4
by FLTK packages. Packages know to use <FL/*.H> for fltk>=1.1, which we already require via BUILDLINK_DEPENDS.fltk. This fixes the build on Darwin where the symlinks were, by default, not created and which subsequently broke the PLIST. Bump the PKGREVISION to 2.
2005-06-14Set WRKSRC=${WRKDIR} to prevent "cd: can't cd to [...]" error whenkristerw1-1/+3
"Unwrapping files-to-be-installed".
2005-06-14Allow the test for whether the file is a text file to be overridden viajlam1-2/+3
CHECK_WRKREF_IS_TEXT_FILE.
2005-06-14Let x11/labltk use bdb if native ndbm is not available.minskim3-8/+9
2005-06-14Require xpkgwedge>=1.14 so that the correct make is always invoked onjlam1-2/+2
Solaris and Linux, regardless of whether we use the same make to build the software or not.
2005-06-14Update pkgtools/xpkgwedge to 1.14. Changes from 1.13 include usingjlam3-7/+10
the make required by the imake config files, which is specified by ${IMAKE_MAKE}. This allows differing make programs to be used for the main build versus xmkmf.
2005-06-14We need xpkgwedge whenever we use imake.jlam1-2/+4
2005-06-14Constify a variable in multiple places so that the definitions match in alljmmv3-16/+20
files. Fixes build under Linux, closing PR pkg/29499.
2005-06-14Remove an empty default clause. Should fix build problem reported injmmv2-15/+23
PR pkg/29501, although I haven't been able to reproduce it (different compiler versions, I guess).
2005-06-14Make this package build on Linux by correcting PLIST. Fixes PR pkg/29552.minskim2-2/+4
2005-06-14Do not assume a _file member in FILE structures as it may not exist on somejmmv2-7/+38
systems (e.g., Linux). Instead, use fileno(3). Closes PR pkg/29498.
2005-06-14update autonet to 0.15:abs3-7/+8
- fix path in rc.d to main script - add gaim start/stop to sample autonet.local
2005-06-14Apply fixes derived from the HEAD branch of X.Org (6.8.99) to addressjlam20-141/+1778
problems noted in CAN-2004-0914: Multiple vulnerabilities in libXpm for 6.8.1 and earlier, as used in XFree86 and other packages, include (1) multiple integer overflows, (2) out-of-bounds memory accesses, (3) directory traversal, (4) shell metacharacter, (5) endless loops, and (6) memory leaks, which could allow remote attackers to obtain sensitive information, cause a denial of service (application crash), or execute arbitary code via a certain XPM image file. Bump PKGREVISION to 4. Since this is a security-related fix, also bump the BUILDLINK_RECOMMENDED version for this package.
2005-06-14Note revision bump for xjig to 2.jmmv1-1/+2
2005-06-14Fix build under Linux: instead of hardcoding the manpage name as a buildjmmv2-5/+6
target (man.0), use 'all' which works (at least) under NetBSD and Linux. (The problem is that the manpage suffix changes across systems.) While here, remove a directory emptied during deinstallation. Bump PKGREVISION to 2 due to this. This change together with recent rillig@'s fixes close PR pkg/29493.
2005-06-14Note update of mathomatic.minskim2-3/+3
2005-06-14Update mathomatic to 12.4.2.minskim2-6/+6
Bug fixes and minor improvements.
2005-06-14Honor GAMEOWN, GAMEGRP, GAMEMODE, and GAMEDATAMODE.minskim3-12/+15
2005-06-14Fix build under Linux by removing local strdup(3) prototype and by usingjmmv4-5/+19
LIBOSSAUDIO instead of hardcoding -lossaudio. Closes PR pkg/29492 by A L Meyers.
2005-06-14Create directories before installing files into them. This fixesjlam1-1/+3
installation when NO_MTREE=yes, and also fixes PR pkg/30491.
2005-06-14Use VARBASE instead of hardcoding /var.minskim3-9/+10