summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2007-11-03Added MAKE_JOBS_SAFE as suggested in PR 37242.rillig1-1/+2
2007-11-03Added MAKE_JOBS_SAFE as suggested in PR 37234.rillig1-1/+2
2007-11-03Added MAKE_JOBS_SAFE as suggested in PR 36736.rillig1-1/+2
2007-11-03Added MAKE_JOBS_SAFE as suggested in PR 35043.rillig1-1/+2
2007-11-03Properly fixed the problem of an uninitialized variable, which has beenrillig2-1/+18
reported in PR 33240.
2007-11-02Updated fort77 to 1.18. No ChangeLog available.rillig5-63/+30
2007-11-02Do not run arbitrary text substitutions on files in ${WRKDIR}/.*. Thisrillig1-2/+2
made the wrapper scripts un-executable, causing the package to fail to build.
2007-11-02Changes 3.1.6:adam6-42/+18
1. `gawk 'program' /non/existant/file' no longer core dumps. 2. gawk now only uses the locale's decimal point 3. `gawk -v BINMODE=1 ...' works again. 4. Internal file names like `/dev/user' now work again. (Note that these file names are obsolete and will go away eventually.) 5. Problems with wide strings in non "C" locales have been straightened out everywhere. (At least, we think so.) 6. Use of `ansi2knr' is no longer supported. Please use an ANSI C compiler. 7. Updated to Autoconf 2.61, Automake 1.10, and Gettext 0.16.1. 8. The getopt* and regex* files were synchronized with current GLIBC CVS. See the ChangeLog for the versions and minor edits made. 9. There are additional --lint-old warnings. 10. Gawk now uses getaddrinfo(3) to look up names and IP addresses. This allows the use of an IPv6 format address and paves the way for eventual addition of `/inet6/...' and `/inet4/...' hostnames. 11. We believe gawk to now be valgrind clean. At least when run against the test suite. 12. A number of issues dealing with the formatting and printing of very large numbers in integer formats have been dealt with and fixed. 13. Gawk now converts "+inf", "-inf", "+nan" and "-nan" into the corresponding magic IEEE floating point values. Only those strings (case independent) work. With --posix, gawk calls the system strtod directly. You asked for it, you got it, you deal with it. 14. Defining YYDEBUG enables the -D command line option. 15. Gawk should now work out of the box on Tandem NSK/OSS systems. 16. Lint messages rationalized: many more of the messages are now printed only once, instead of every time they are encountered. 17. The strftime() function now accepts an optional third argument, which if non-zero or non-null, indicates that the time should be formatted as UTC instead of as local time. 18. The precedence of concatenation and `| getline' (in something like "echo " "date" | getline stuff) has been reverted to the earlier behavior and now once again matches Unix awk. 19. New configure time flag --disable-directories-fatal which causes gawk to silently skip directories on the command line. This behavior is also enabled for --traditional, since it's what Unix awk does. 20. A new option, --use-lc-numeric, forces use of the locale's decimal point without the rest of the draconian restrictions imposed by --posix. This softens somewhat the stance taken in item 2. 21. Everything relevant has been updated to the GPL 3. 22. Array growth should be faster now, at no cost in space. 23. Lots more tests. 24. One new translation. 25. Various bugs fixed, see the ChangeLog for details.
2007-10-31With the advent of Apache module prefixes the Python package prefixjoerg1-2/+2
might not the first component of PKGNAME_REQD. Change this to match either py[0-9][0-9] or the same string after a hyphen.
2007-10-30Make the port program memsup build again. This way, PLIST is correct, sois3-8/+12
that pkg_sync and pkg_tarup work (on NetBSD-4). memsup.erl/memsup.c still need work to make it actually work on NetBSD.
2007-10-29Initial addition of buildlink3.mk fragments for EmacsLisp packages.uebayasi1-0/+22
2007-10-28Don't force su-clean on DESTDIR users.joerg1-2/+2
2007-10-28Trying to build problem ext/dbm extention on some platforms.taca2-5/+31
Detect db3 and db4 like db2 for dbm library.
2007-10-27Fix shell bugs, pointed out by cube@. This makes this package build on Linux.hubertf3-38/+83
See also: http://mail-index.netbsd.org/tech-userlevel/2007/10/27/0000.html
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam6-10/+6
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Move code that generates a dynamic PLIST from the {pre,do,post}-installjlam3-26/+25
targets and into a GENERATE_PLIST variable definition. Remove some unnecessary empty PLISTs as a result of properly setting GENERATE_PLIST.
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam3-0/+6
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam6-9/+0
can handle packages having no PLIST files.
2007-10-13Added support for installation to DESTDIR.heinz1-13/+15
2007-10-13Fixed invalid lvalue.rillig2-7/+10
2007-10-13Fixed violation of the ISO C99 standard.rillig2-1/+53
2007-10-13Changes 8.4.16:adam6-55/+63
* Bug fixes * Improvements
2007-10-13Just adding gmp as a dependency unbreaks the package.rillig1-3/+2
2007-10-13Added three patches that prevent SWI Prolog from defining "bool" as arillig4-1/+72
struct tag, since this conflicts with <stdbool.h>. Needed on at least NetBSD-4.99.30.
2007-10-11Clarified the comment that no dependency is added by this file.rillig1-2/+3
2007-10-11+ USE_PHP_EXT_PATCHESrillig1-2/+3
2007-10-10Add USE_TOOLS+= lex yacc.reed1-1/+2
This is for PR #37095 noticed on Linux.
2007-10-10Fixed mremap on NetBSD.rillig6-3/+51
2007-10-09Remove trailing spaces.martti5-13/+13
2007-10-06Update Ruby packages to 1.8.6-p111.taca6-111/+5
Basically, no change since previous update except Net::HTTP default @enable_post_connection_check was wrongly set to true. (It might cause compatibility problem.)
2007-10-06Start update of Ruby packages to 1.8.6-p111.taca1-2/+2
2007-10-05Don't install group or world writeable files. Bump revision.joerg1-2/+3
2007-10-04Fix for PR#37051. Please test.adam2-7/+10
2007-10-02Try to fix build problem on DraonFly BSD.taca2-1/+16
(I tested on old DragonFly 1.7.0-DEVELOPMENT.)
2007-10-01Update HOMEPAGE, old url is not available anymore.obache1-2/+2
2007-10-01Update MASTER_SITES:obache1-2/+2
removed unavailable ftp://alpha.gnu.org/budne/snobol/. add new entry ftp://ftp.snobol4.org/snobol/old/. (ftp://ftp.snobol4.org/snobol/ have newer version 1.1).
2007-09-30Add patches against Ruby 1.8.6-p111. Since 1.8.6-p111 dosen'ttaca6-2/+108
officially released (SVN's tag only), I decide to keep pkgsrc's Ruby's version. This isn't leaf package but fixes security problem reported by http://www.isecpartners.com/advisories/2007-006-rubyssl.txt. Bump PKGREVISION.
2007-09-26Set SHELL explicitly on the install make invocation when on solaris.dmcmahill1-1/+11
By using /bin/ksh (${SH}), we get the desired value of $CWD in on of the scripts called by the programs install procedure. Fixes installation under solaris, other platforms unaffected.
2007-09-25add test target, as suggested by Chris Ross on pkgsrc-users@n.o.jdolecek1-1/+2
2007-09-25Back out previous. Pointed out by uebayasi@ and martti@.hira2-6/+6
2007-09-25ln -> ${LN}.hira1-2/+2
2007-09-25Add missing RCS id.bjs1-0/+2
2007-09-24Update Ruby to 1.8.6-p110.taca9-67/+25
Approved by wiz@. This is bug fix release of Ruby 1.8.6. Especially it fixes thread/eval function problem on Mac OS X. It also contains an openssl extention's portablity problem which was bad patch by pkgsrc. For more detail, please refer CHANGES file.
2007-09-24Update Ruby to 1.8.6-p110.taca1-2/+2
Approved by wiz@.
2007-09-23Fixed build problem reported by Aleksej Saushev in PR 37019.obache1-1/+2
Location of boehm-gc header files has been changed.
2007-09-23Revert last my changes. "That's too bad".obache1-3/+3
2007-09-23HOMEPAGE and MASTER_SITES are not available now.obache1-3/+3
Update HOMEPAGE and MASTER_SITES (but commented out, since only have ver0.11).
2007-09-21Revert my last change with pcc.reed2-7/+10
Instead use the older tarball that does have the version as part of the name. It has same checksum. It is really beta but at least the file name exists tomorrow. We will wait until developer releases a real version. Sorry about going back in time in versioning in pkgsrc -- hopefully nobody hit this in the past few minutes.
2007-09-21Update to version 0.9.8.070920.reed3-25/+20
This fixes PR # 37014 Also take MAINTAINERship. Update DESCR to not be first person. Note: man pages not installed as they still need a little cleanup.
2007-09-21Add -fno-strict-aliasing to CFLAGS for ${CC_VERSION:Mgcc-[34]*}. Bump rev.bjs2-1/+13
ok'd by wiz@