summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-06-08Note PKGREVISION bump of p5-IO-Stty.minskim1-1/+2
2006-06-08Fix a check-interpreter error. Bump PKGREVISION.minskim1-2/+4
2006-06-08Fix errno.joerg9-1/+111
2006-06-08USE_TOOLS+=lexminskim1-2/+2
2006-06-08Removed the leading "@" from a shell command line to fix pkglint warnings.rillig1-3/+3
2006-06-08"make test" only makes sense for openldap-server with bdb/hdb enabled.ghen2-3/+3
2006-06-08USE_TOOLS+=lexminskim1-1/+2
2006-06-08Fix errno. Uses C++ and msgfmt.joerg3-2/+18
2006-06-08Some things from the TODO list have been done.rillig1-6/+1
2006-06-08Fixed some pkglint warnings. Among others, the "@" character is onlyrillig1-16/+16
valid at the beginning of a shell command in a Makefile. In the middle of such a line, the "@" character does not have any special meaning.
2006-06-08Fixed pkglint warnings.rillig2-13/+12
2006-06-08Force traditional mode for cpp, at least GCC 3.4+ will not generatejoerg6-10/+110
tabs otherwise. Fix errno usage, initialise global FILE * variables at run time.
2006-06-08Make note of sane-backends pkgrevision bump for hp3900 series option.ben1-1/+2
2006-06-08Add optional support for HP ScanJet 3900 series scanners.ben4-4/+35
2006-06-08Needs msgfmt.joerg1-2/+2
2006-06-08Needs Python 2.3+joerg1-2/+2
2006-06-08Needs Python 2.2+joerg1-1/+3
2006-06-08Fix impossible dependencies due to the reset of the revision ofjoerg1-3/+3
ap13-perl.
2006-06-08Needs libtool.joerg2-2/+4
2006-06-08Third attempt to get a correct PLIST for qalculate:joerg4-6/+21
Add locale message for sv. Bump revision. Fix configure to detect libintl correctly on NetBSD. Don't remove the entry again, fix the script if necessary!
2006-06-08Note graphics/tiff PKGREVISION bump: security fix.salo1-1/+2
2006-06-08undo most of the last commit which was a mistake.dmcmahill1-12/+3
2006-06-08Security fix for CVE-2006-2193:salo3-3/+19
"A vulnerability in LibTIFF can be exploited by malicious people to cause a DoS (Denial of Service) and potentially compromise a user's system. The vulnerability is caused due to a boundary error within tiff2pdf when handling a TIFF file with a "DocumentName" tag that contains UTF-8 characters. This can be exploited to cause a stack-based buffer overflow and may allow arbitrary code execution." http://secunia.com/advisories/20488/ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2193 Patch from Ubuntu.
2006-06-08Needs msgfmt.joerg1-2/+2
2006-06-08Needs makedepend.joerg1-2/+2
2006-06-08Forgotten patchsum regen.joerg1-2/+2
2006-06-08Needs msgfmt.joerg2-4/+4
2006-06-08Needs libtool.joerg1-1/+2
2006-06-08Fix indentation.hira1-4/+4
2006-06-08Note PKGREVISION bump of multimedia/mpeg4ip.hira1-1/+2
2006-06-08Don't define glib's types (gchar, guchar, etc.) if glib.h is alreadyhira3-2/+18
included. This fixes build of audio/gtkpod with `mpeg4ip' option. Idea from audio/faad2. Bump PKGREVISION.
2006-06-08Use `mpeg4ip' option instead of `faad' option for reading AAC files.hira1-5/+6
No PKGREVISION bump because it's disabled by default.
2006-06-08Since "depends" is a real pkgsrc phase now, it also needs its ownrillig1-1/+6
depends-message target.
2006-06-08Fixed a typo and some wording. Synced with bsd.options.mk 1.56.rillig1-6/+6
2006-06-08Replaced PHASE_MSG with STEP_MSG in many (but not all) places where itrillig7-19/+19
wasn't used to identify a ``phase'', as defined in the pkgsrc guide.
2006-06-08Use STEP_MSG for pkgsrc-patch-message instead of PHASE_MSG.rillig1-2/+2
2006-06-08Only adjust the directory depth if there are exactly two leading ".."rillig1-3/+3
path components. The old behavior has led to error messages while checking the files in mk/flavor/pkg.
2006-06-08PKGREVISION does not need the :Q operator. The various *_MSG shellrillig1-3/+16
commands may be hidden with "@".
2006-06-08Replaced the explicit permission [*:a] with [$list], which preventsrillig1-16/+17
buildlink3.mk and builtin.mk files from modifying these variables.
2006-06-08Added a missing :Q operator for DEPENDS_TARGET, since like the otherrillig1-2/+2
*_TARGET variables, it is actually a _list_ of targets, not a single target.
2006-06-08The gcc equivalent of SunPro's -mt option is -threads.rillig1-1/+6
2006-06-08The jack configure script has a bogus check to try to find the "real"jlam1-1/+2
readline library by looking for <readline/chardefs.h>. However, the jack_transport sources only use the basic readline functionality that is already supported by editline. Fix this situation lying to the configure script and pretending that editline is readline by forcing the chardefs.h header to be "found". This fixes the breakage in krister's bulk build from 2006-05-28.
2006-06-08The build invokes flex to compile a *.l file, so add it as a build tool.jlam1-2/+2
2006-06-08Explicitly disable NLS. This should fix PLIST problems on Linux,jlam1-1/+7
where glibc has its own gettext functions and the configure script was picking it up and as a result the install process copied a lot of *.mo files into ${PREFIX}.
2006-06-08Avoid using ::= construct which apparently is somewhat buggy in bmake.jlam1-2/+2
This hopefully fixes user/group creation problems on platforms using bootstrap bmake, e.g. Solaris. Problem noted by adrianp in private email.
2006-06-08Fix an inverted test that caused all catman pages to be stripped fromjlam1-3/+3
the PLIST on platforms where IMAKE_MANINSTALL != MANINSTALL, e.g. Solaris. Solution noted by adrianp in private email. This should fix the problem noted in PR pkg/33629.
2006-06-08Fix names of installed manual pages. The PLIST expects that the pagesjlam4-27/+7
are named *.[1-9], so force the pkgsrc installation of sendmail to always install the manual pages with those names on all platforms. This fixes the problem noted in: http://mail-index.netbsd.org/pkgsrc-users/2006/06/07/0007.html
2006-06-08Set PKG_FAIL_REASON when a buggy gcc is used (Apple's gcc 4.0.0 yieldsminskim1-1/+7
an internal compiler error). This addresses PR pkg/31877.
2006-06-08Make this package build with gcc-4. Patch provided by John D. Baker inminskim2-1/+48
PR pkg/33094.
2006-06-08Create /var/spool/lock in the sandbox. The directory is needed tominskim1-2/+2
build comm/minicom.