Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-06 | "Each sed command should appear in an assignment of its own." | rodent | 1 | -12/+11 | |
2013-04-06 | Resolves: | rodent | 14 | -28/+28 | |
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively. | |||||
2013-04-06 | 'You can use "foo" instead of "${WRKSRC}/foo".' | rodent | 1 | -2/+2 | |
2013-04-06 | 'Please use ${ECHO} instead of "echo".' | rodent | 4 | -7/+7 | |
'Please use ${ECHO_N} instead of "echo -n".' | |||||
2013-04-06 | Use DEFAULT_DISTFILES instead of ${DISTNAME}${EXTRACT_SUFX} as suggested | rodent | 1 | -2/+2 | |
by obache@ - originally, pkglint didn't like $(DISTNAME)$(EXTRACT_SUFX) | |||||
2013-04-06 | Various MASTER_SITES-related fixes. | rodent | 4 | -19/+19 | |
2013-04-06 | ".for variable names should not contain uppercase letters" | rodent | 1 | -6/+6 | |
2013-04-06 | "Please write NetBSD.org instead of netbsd.org" | rodent | 1 | -2/+2 | |
2013-04-06 | $(DISTNAME)$(EXTRACT_SUFX) is not a valid DISTFILE, but perhaps | rodent | 1 | -2/+2 | |
${DISTNAME}${EXTRACT_SUFX} is. | |||||
2013-04-06 | "$foo is ambiguous. Use ${foo} if you mean a Makefile variable or $$foo if | rodent | 4 | -11/+11 | |
you mean a shell variable." | |||||
2013-04-06 | "For efficiency reasons, please include bsd.fast.prefs.mk instead of | rodent | 4 | -8/+8 | |
bsd.prefs.mk." | |||||
2013-04-06 | 'Please use "${TEST}" instead of "test".' | rodent | 1 | -1/+1 | |
2013-04-06 | "Definition of PKG_SKIP_REASON is deprecated. Use PKG_FAIL_REASON instead." | rodent | 1 | -4/+4 | |
2013-04-06 | '"@comment $NetBSD$" expected.' | rodent | 1 | -0/+1 | |
2013-04-06 | Fixes: | rodent | 1 | -14/+14 | |
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections. | |||||
2013-04-06 | Not MAKE_JOBS_SAFE. | dholland | 1 | -1/+3 | |
2013-04-04 | Fix -arch argument on OSX. Gets us a working package on 32-bit at least, | jperkin | 2 | -1/+33 | |
64-bit is still unsupported. | |||||
2013-04-04 | Add missing PLIST entries for Win32 (currently, on Cygwin). | obache | 2 | -2/+16 | |
2013-04-04 | define ruby library names for Cygwin (only tested with ruby193). | obache | 1 | -1/+5 | |
2013-04-04 | Explicitly depend upon gcc48 rather than relying on general GCC_DIST_VERSION, | jperkin | 1 | -7/+7 | |
which is currently set to gcc47. Should fix pbulk resolution failures. | |||||
2013-04-03 | dont use cxx to build, just disable bootstrap -- faster and actually works | jmcneill | 1 | -3/+2 | |
2013-04-03 | Make it build again. From Kai-Uwe Eckhardt. | wiz | 2 | -6/+6 | |
XXX: currently not accepted by GCC_REQD=4.8.0, so more work needed. | |||||
2013-04-03 | Updated package to version 2.6. Added license (eag-license). Upstream changes | jaapb | 5 | -24/+25 | |
include: - Source code now under CVS control at twoquid.cs.kun.nl:/home/cvs - Made the compilation of syntax directed editor support conditional - Preparing for Win2K port - Layout update - Addition of real affix values - Prepating for WIN32 port with VC7.1 Dedicated to Kees Koster (1943-2013). | |||||
2013-04-03 | No change to package version: just updated maintainer e-mail address (no | jaapb | 1 | -2/+3 | |
change in maintainer, though) and added license. | |||||
2013-04-03 | from KNOWN PROBLEMS in README.haiku | obache | 1 | -1/+10 | |
Perl cannot be compiled with threading support ATM. | |||||
2013-04-03 | Changes 5.16.3: | adam | 4 | -156/+7 | |
This release contains one major and a number of minor security fixes. It fixes a possible vulnerability to a denial-of-service attack by use of a carefully-crafted set of hash keys, a segmentation fault when reading or writing strings greater than 2^31 bytes in size, and a memory leak in Encode.xs's UTF-8 encoding implementation. | |||||
2013-04-02 | Fix arm build. | jmcneill | 4 | -1/+46 | |
2013-04-02 | Make GEM_PATH environment settable with MAKE_ENV. | taca | 1 | -2/+10 | |
2013-04-02 | Add a workaround for the extern "C" vs static issue still in discussion | joerg | 2 | -1/+27 | |
on the LLVM lists. | |||||
2013-04-02 | Enable Go support on SunOS. | jperkin | 5 | -7/+25 | |
Bump PKGREVISIONs. | |||||
2013-04-01 | Add gcc48 packages, provided by Kai-Uwe Eckhardt <kuehro@gmx.de>. | wiz | 40 | -1/+2589 | |
New major version of gcc, lots of changes. For details, look here: http://gcc.gnu.org/gcc-4.8/changes.html | |||||
2013-04-01 | Remove bogus entry. | wiz | 1 | -2/+1 | |
2013-04-01 | Fix assertions on NetBSD when trying to use a thread-specific storage | joerg | 3 | -8/+54 | |
key after it has been removed. Bump revision. | |||||
2013-03-31 | This makes my bulk build hang, mark not for MirBSD for now. | bsiegert | 1 | -1/+4 | |
2013-03-28 | Switch to external libltdl. | joerg | 4 | -6/+35 | |
2013-03-26 | Fix generation of libexpect545.a. Ok'd by wiz@ during freeze. | jperkin | 3 | -6/+7 | |
Bump PKGREVISION. | |||||
2013-03-24 | -ocamlduce | dholland | 1 | -2/+1 | |
2013-03-24 | Remove ocamlduce; it is unbuildable, dead upstream, and the maintainer | dholland | 7 | -176/+0 | |
said quite a ways back to just kill it. | |||||
2013-03-24 | Fix strerror detection to allow clang build to finish. | joerg | 2 | -1/+14 | |
2013-03-24 | Don't define static modfl and friends, it now conflicts with math.h. | joerg | 4 | -5/+30 | |
Use our libltdl to avoid the libc.la hack. | |||||
2013-03-23 | Readd i386 fix, but for Linux and NetBSD only. | wiz | 1 | -1/+5 | |
Ok jperkin. | |||||
2013-03-21 | Revert previous. While it may fix NetBSD, it breaks SmartOS. | wiz | 1 | -4/+1 | |
2013-03-21 | On i386, set arch and tuning. Should address PR 47460. | wiz | 1 | -1/+4 | |
Patch from Kai-Uwe Eckhardt <kai-uwe.eckhardt@uni-rostock.de>. | |||||
2013-03-19 | Start update of Ruby on Rails 3.2.13. | taca | 1 | -2/+2 | |
2013-03-16 | Remove description for old versions of php pakcages. | taca | 1 | -3/+2 | |
2013-03-16 | * Make default version of PHP to 5.4: PHP_VERSION_DEFAULT's default is 54. | taca | 1 | -8/+8 | |
* Update PHP53_VERSION and PHP54_VERSION. | |||||
2013-03-16 | Update php54 to 5.4.13. | taca | 3 | -8/+7 | |
14 Mar 2012, PHP 5.4.13 - Core: . Fixed bug #64235 (Insteadof not work for class method in 5.4.11). (Laruence) . Implemented FR #64175 (Added HTTP codes as of RFC 6585). (Jonh Wendell) . Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi) . Fixed bug #64070 (Inheritance with Traits failed with error). (Dmitry) - CLI server: . Fixed bug #64128 (buit-in web server is broken on ppc64). (Remi) - Mbstring: . mb_split() can now handle empty matches like preg_split() does. (Moriyoshi) - OpenSSL: . Fixed bug #61930 (openssl corrupts ssl key resource when using openssl_get_publickey()). (Stas) - PDO_mysql: . Fixed bug #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs). (Johannes) - Phar: . Fixed timestamp update on Phar contents modification. (Dmitry) - SOAP . Added check that soap.wsdl_cache_dir conforms to open_basedir (CVE-2013-1635). (Dmitry) . Disabled external entities loading (CVE-2013-1643). (Dmitry) - SPL: . Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence) . Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS). (patch by kriss@krizalys.com, Laruence) . Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended). (Nikita Popov) . Fixed bug #52861 (unset fails with ArrayObject and deep arrays). (Mike Willbanks) - SNMP: . Fixed bug #64124 (IPv6 malformed). (Boris Lytochkin) | |||||
2013-03-16 | Update php53 to 5.3.23. | taca | 4 | -31/+27 | |
14 Mar 2013, PHP 5.3.23 - SOAP . Improved check that soap.wsdl_cache_dir conforms to open_basedir (Dmitry) . Disabled external entities loading. (Dmitry) - SPL: . Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence) . Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS). (patch by kriss@krizalys.com, Laruence) . Fixed bug #52861 (unset fails with ArrayObject and deep arrays). (Mike Willbanks) | |||||
2013-03-15 | Note that there's a difference using this rather than the older. | is | 1 | -2/+2 | |
2013-03-14 | PKGREVISIOn does not belong in Makefile.common. | wiz | 2 | -3/+4 | |