Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-08 | Note PKGREVISION bump of p5-IO-Stty. | minskim | 1 | -1/+2 | |
2006-06-08 | Fix a check-interpreter error. Bump PKGREVISION. | minskim | 1 | -2/+4 | |
2006-06-08 | Fix errno. | joerg | 9 | -1/+111 | |
2006-06-08 | USE_TOOLS+=lex | minskim | 1 | -2/+2 | |
2006-06-08 | Removed the leading "@" from a shell command line to fix pkglint warnings. | rillig | 1 | -3/+3 | |
2006-06-08 | "make test" only makes sense for openldap-server with bdb/hdb enabled. | ghen | 2 | -3/+3 | |
2006-06-08 | USE_TOOLS+=lex | minskim | 1 | -1/+2 | |
2006-06-08 | Fix errno. Uses C++ and msgfmt. | joerg | 3 | -2/+18 | |
2006-06-08 | Some things from the TODO list have been done. | rillig | 1 | -6/+1 | |
2006-06-08 | Fixed some pkglint warnings. Among others, the "@" character is only | rillig | 1 | -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-08 | Fixed pkglint warnings. | rillig | 2 | -13/+12 | |
2006-06-08 | Force traditional mode for cpp, at least GCC 3.4+ will not generate | joerg | 6 | -10/+110 | |
tabs otherwise. Fix errno usage, initialise global FILE * variables at run time. | |||||
2006-06-08 | Make note of sane-backends pkgrevision bump for hp3900 series option. | ben | 1 | -1/+2 | |
2006-06-08 | Add optional support for HP ScanJet 3900 series scanners. | ben | 4 | -4/+35 | |
2006-06-08 | Needs msgfmt. | joerg | 1 | -2/+2 | |
2006-06-08 | Needs Python 2.3+ | joerg | 1 | -2/+2 | |
2006-06-08 | Needs Python 2.2+ | joerg | 1 | -1/+3 | |
2006-06-08 | Fix impossible dependencies due to the reset of the revision of | joerg | 1 | -3/+3 | |
ap13-perl. | |||||
2006-06-08 | Needs libtool. | joerg | 2 | -2/+4 | |
2006-06-08 | Third attempt to get a correct PLIST for qalculate: | joerg | 4 | -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-08 | Note graphics/tiff PKGREVISION bump: security fix. | salo | 1 | -1/+2 | |
2006-06-08 | undo most of the last commit which was a mistake. | dmcmahill | 1 | -12/+3 | |
2006-06-08 | Security fix for CVE-2006-2193: | salo | 3 | -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-08 | Needs msgfmt. | joerg | 1 | -2/+2 | |
2006-06-08 | Needs makedepend. | joerg | 1 | -2/+2 | |
2006-06-08 | Forgotten patchsum regen. | joerg | 1 | -2/+2 | |
2006-06-08 | Needs msgfmt. | joerg | 2 | -4/+4 | |
2006-06-08 | Needs libtool. | joerg | 1 | -1/+2 | |
2006-06-08 | Fix indentation. | hira | 1 | -4/+4 | |
2006-06-08 | Note PKGREVISION bump of multimedia/mpeg4ip. | hira | 1 | -1/+2 | |
2006-06-08 | Don't define glib's types (gchar, guchar, etc.) if glib.h is already | hira | 3 | -2/+18 | |
included. This fixes build of audio/gtkpod with `mpeg4ip' option. Idea from audio/faad2. Bump PKGREVISION. | |||||
2006-06-08 | Use `mpeg4ip' option instead of `faad' option for reading AAC files. | hira | 1 | -5/+6 | |
No PKGREVISION bump because it's disabled by default. | |||||
2006-06-08 | Since "depends" is a real pkgsrc phase now, it also needs its own | rillig | 1 | -1/+6 | |
depends-message target. | |||||
2006-06-08 | Fixed a typo and some wording. Synced with bsd.options.mk 1.56. | rillig | 1 | -6/+6 | |
2006-06-08 | Replaced PHASE_MSG with STEP_MSG in many (but not all) places where it | rillig | 7 | -19/+19 | |
wasn't used to identify a ``phase'', as defined in the pkgsrc guide. | |||||
2006-06-08 | Use STEP_MSG for pkgsrc-patch-message instead of PHASE_MSG. | rillig | 1 | -2/+2 | |
2006-06-08 | Only adjust the directory depth if there are exactly two leading ".." | rillig | 1 | -3/+3 | |
path components. The old behavior has led to error messages while checking the files in mk/flavor/pkg. | |||||
2006-06-08 | PKGREVISION does not need the :Q operator. The various *_MSG shell | rillig | 1 | -3/+16 | |
commands may be hidden with "@". | |||||
2006-06-08 | Replaced the explicit permission [*:a] with [$list], which prevents | rillig | 1 | -16/+17 | |
buildlink3.mk and builtin.mk files from modifying these variables. | |||||
2006-06-08 | Added a missing :Q operator for DEPENDS_TARGET, since like the other | rillig | 1 | -2/+2 | |
*_TARGET variables, it is actually a _list_ of targets, not a single target. | |||||
2006-06-08 | The gcc equivalent of SunPro's -mt option is -threads. | rillig | 1 | -1/+6 | |
2006-06-08 | The jack configure script has a bogus check to try to find the "real" | jlam | 1 | -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-08 | The build invokes flex to compile a *.l file, so add it as a build tool. | jlam | 1 | -2/+2 | |
2006-06-08 | Explicitly disable NLS. This should fix PLIST problems on Linux, | jlam | 1 | -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-08 | Avoid using ::= construct which apparently is somewhat buggy in bmake. | jlam | 1 | -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-08 | Fix an inverted test that caused all catman pages to be stripped from | jlam | 1 | -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-08 | Fix names of installed manual pages. The PLIST expects that the pages | jlam | 4 | -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-08 | Set PKG_FAIL_REASON when a buggy gcc is used (Apple's gcc 4.0.0 yields | minskim | 1 | -1/+7 | |
an internal compiler error). This addresses PR pkg/31877. | |||||
2006-06-08 | Make this package build with gcc-4. Patch provided by John D. Baker in | minskim | 2 | -1/+48 | |
PR pkg/33094. | |||||
2006-06-08 | Create /var/spool/lock in the sandbox. The directory is needed to | minskim | 1 | -2/+2 | |
build comm/minicom. |