summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2013-04-06"Each sed command should appear in an assignment of its own."rodent1-12/+11
2013-04-06Resolves:rodent14-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".'rodent1-2/+2
2013-04-06'Please use ${ECHO} instead of "echo".'rodent4-7/+7
'Please use ${ECHO_N} instead of "echo -n".'
2013-04-06Use DEFAULT_DISTFILES instead of ${DISTNAME}${EXTRACT_SUFX} as suggestedrodent1-2/+2
by obache@ - originally, pkglint didn't like $(DISTNAME)$(EXTRACT_SUFX)
2013-04-06Various MASTER_SITES-related fixes.rodent4-19/+19
2013-04-06".for variable names should not contain uppercase letters"rodent1-6/+6
2013-04-06"Please write NetBSD.org instead of netbsd.org"rodent1-2/+2
2013-04-06$(DISTNAME)$(EXTRACT_SUFX) is not a valid DISTFILE, but perhapsrodent1-2/+2
${DISTNAME}${EXTRACT_SUFX} is.
2013-04-06"$foo is ambiguous. Use ${foo} if you mean a Makefile variable or $$foo ifrodent4-11/+11
you mean a shell variable."
2013-04-06"For efficiency reasons, please include bsd.fast.prefs.mk instead ofrodent4-8/+8
bsd.prefs.mk."
2013-04-06'Please use "${TEST}" instead of "test".'rodent1-1/+1
2013-04-06"Definition of PKG_SKIP_REASON is deprecated. Use PKG_FAIL_REASON instead."rodent1-4/+4
2013-04-06'"@comment $NetBSD$" expected.'rodent1-0/+1
2013-04-06Fixes:rodent1-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-06Not MAKE_JOBS_SAFE.dholland1-1/+3
2013-04-04Fix -arch argument on OSX. Gets us a working package on 32-bit at least,jperkin2-1/+33
64-bit is still unsupported.
2013-04-04Add missing PLIST entries for Win32 (currently, on Cygwin).obache2-2/+16
2013-04-04define ruby library names for Cygwin (only tested with ruby193).obache1-1/+5
2013-04-04Explicitly depend upon gcc48 rather than relying on general GCC_DIST_VERSION,jperkin1-7/+7
which is currently set to gcc47. Should fix pbulk resolution failures.
2013-04-03dont use cxx to build, just disable bootstrap -- faster and actually worksjmcneill1-3/+2
2013-04-03Make it build again. From Kai-Uwe Eckhardt.wiz2-6/+6
XXX: currently not accepted by GCC_REQD=4.8.0, so more work needed.
2013-04-03Updated package to version 2.6. Added license (eag-license). Upstream changesjaapb5-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-03No change to package version: just updated maintainer e-mail address (nojaapb1-2/+3
change in maintainer, though) and added license.
2013-04-03from KNOWN PROBLEMS in README.haikuobache1-1/+10
Perl cannot be compiled with threading support ATM.
2013-04-03Changes 5.16.3:adam4-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-02Fix arm build.jmcneill4-1/+46
2013-04-02Make GEM_PATH environment settable with MAKE_ENV.taca1-2/+10
2013-04-02Add a workaround for the extern "C" vs static issue still in discussionjoerg2-1/+27
on the LLVM lists.
2013-04-02Enable Go support on SunOS.jperkin5-7/+25
Bump PKGREVISIONs.
2013-04-01Add gcc48 packages, provided by Kai-Uwe Eckhardt <kuehro@gmx.de>.wiz40-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-01Remove bogus entry.wiz1-2/+1
2013-04-01Fix assertions on NetBSD when trying to use a thread-specific storagejoerg3-8/+54
key after it has been removed. Bump revision.
2013-03-31This makes my bulk build hang, mark not for MirBSD for now.bsiegert1-1/+4
2013-03-28Switch to external libltdl.joerg4-6/+35
2013-03-26Fix generation of libexpect545.a. Ok'd by wiz@ during freeze.jperkin3-6/+7
Bump PKGREVISION.
2013-03-24-ocamlducedholland1-2/+1
2013-03-24Remove ocamlduce; it is unbuildable, dead upstream, and the maintainerdholland7-176/+0
said quite a ways back to just kill it.
2013-03-24Fix strerror detection to allow clang build to finish.joerg2-1/+14
2013-03-24Don't define static modfl and friends, it now conflicts with math.h.joerg4-5/+30
Use our libltdl to avoid the libc.la hack.
2013-03-23Readd i386 fix, but for Linux and NetBSD only.wiz1-1/+5
Ok jperkin.
2013-03-21Revert previous. While it may fix NetBSD, it breaks SmartOS.wiz1-4/+1
2013-03-21On i386, set arch and tuning. Should address PR 47460.wiz1-1/+4
Patch from Kai-Uwe Eckhardt <kai-uwe.eckhardt@uni-rostock.de>.
2013-03-19Start update of Ruby on Rails 3.2.13.taca1-2/+2
2013-03-16Remove description for old versions of php pakcages.taca1-3/+2
2013-03-16* Make default version of PHP to 5.4: PHP_VERSION_DEFAULT's default is 54.taca1-8/+8
* Update PHP53_VERSION and PHP54_VERSION.
2013-03-16Update php54 to 5.4.13.taca3-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-16Update php53 to 5.3.23.taca4-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-15Note that there's a difference using this rather than the older.is1-2/+2
2013-03-14PKGREVISIOn does not belong in Makefile.common.wiz2-3/+4