summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2006-04-12Remove the misplaced info file entries in ${PREFIX}/info.jlam1-3/+1
2006-04-12Record hacking.info and vmintegration.info. Bump revision.joerg2-3/+5
2006-04-12update python24 to 2.4.3drochner8-111/+110
Python 2.4 is now in bugfix-only mode, no new features are being added. At least 50 bugs have been squashed since Python 2.4.2, including a number of bugs and potential bugs found by Coverity.
2006-04-12Removed empty trailing line.rillig1-1/+1
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig48-96/+96
that they look nicer.
2006-04-11Put any compiled binaries into vendor- and site-specific locations tojlam1-1/+9
avoid conflicts with each other. We let the perllink script handle all the appropriate symlinking. Bump PKGREVISION to 1.
2006-04-10Add missing platform files for DragonFly. Bump revision.joerg2-2/+9
2006-04-09Ensure that perl uses /bin/sh (or the appropriate functional equivalent)jlam1-1/+2
for executing shell commands. Fix from PR pkg/32812 by Anne Bennett.
2006-04-09Update lang/perl5 to 5.8.8. Changes from version 5.8.7 include:jlam19-271/+217
* Updates of many standard Perl modules. * Performance enhancements for loadable modules and memory usage. * Fixed bug when running with "-w". Previously when running with warnings enabled globally via "-w", selective disabling of specific warning categories would actually turn off all warnings. This is now fixed; now "no warnings 'io';" will only turn off warnings in the "io" class. This bug fix may cause some programs to start correctly issuing warnings. * Perl 5.8.4 introduced a change so that assignments of "undef" to a scalar, or of an empty list to an array or a hash, were optimised away. As this could cause problems when "goto" jumps were involved, this change has been backed out. * Using the sprintf function with some formats could lead to a buffer overflow in some specific cases. This has been fixed, along with several other bugs, notably in bounds checking. * Fixed bug in pkgsrc-installed perl-5.8.7 and all subsequent PKGREVISIONs, where perl didn't look for site modules under /usr/pkg/lib/perl5/site_perl, but only under /usr/pkg/lib/perl5/site_perl/5.8.0, and similarly for the vendor modules. * Honor PKGMANDIR when installing man pages.
2006-04-09Info files have been moved to the PLIST already, so empty out thejlam3-6/+6
INFO_FILES variable.
2006-04-08List the info files directly in the PLIST, and honor PKG{INFO,MAN}DIR.jlam2-6/+11
Bump the PKGREVISION due to the new location of the man pages.
2006-04-06Over 1200 files touched but no revisions bumped :)reed68-194/+194
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-05Update to 3.4.6. This is a bugfix release.shannonjr9-184/+4
2006-04-05Update to 3.4.6. This is a bugfix release.shannonjr2-8/+6
2006-04-05List the info files directly in the PLIST, and honor PKGINFODIR andjlam28-74/+99
PKGMANDIR.
2006-04-05* List info files directly in the PLIST and honor PKGINFODIR.jlam2-26/+24
* Centralize directory creation during do-install in INSTALLATION_DIRS. * Don't install *.orig files. * Fix PLIST problems if using xemacs instead of emacs. Bump PKGREVISION to 4 for PLIST changes.
2006-04-05Simplify the package and the PLIST by allowing the plist module tojlam2-24/+4
expand every libtool archive except for libc.la instead of not expanding anything at all.
2006-04-04Honor PKGINFODIR and PKGMANDIR and set the correct location of the slibjlam2-14/+20
*.scm files. Also properly separate out the configure step into its own target.
2006-04-04* Move info file entrise to PLIST.jlam5-57/+58
* Remove patch-ac which patched the Makefile to install the example config file into the examples directory and replace with an appropriate INSTALL_MAKE_FLAGS setting. * Remove SUBST_FILES setting and replace with a patch. This will make merges with future updates easier. * Fix the location of the example configuration file to match where it's actually installed. Now, the file will actually be copied over during POST-INSTALL.
2006-04-04Fix build on amd64. Add same workaround for other 64-bit platforms.wiz1-3/+7
Remove outdated comment. From Martijn in PR 33189.
2006-04-04INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Makejlam1-2/+3
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
2006-04-04Use the correct path to the boehm-gc libtool archive.jlam3-7/+7
2006-04-04USE_NEW_TEXINFO is dead.jlam1-2/+1
2006-04-04* Honor PKGINFODIR and PKGMANDIR.jlam2-32/+19
* Simplify the PLIST generation by just using PLIST_SUBST instead of a post-build target.
2006-04-04* Don't use LTCONFIG_OVERRIDE and let pkgsrc automatically use thejlam4-34/+36
pkgsrc-installed libtool. Modify the configure script to grep the libtool we're using for the values of various libtool-derived variables. While here, fix the name of the variable that contains the flags to pass linker options to the compiler. * Drop the use of SUBST_FILES to directly substitute into cimcomp.c and just patch the Makefile to pass the proper flags when compilng.
2006-04-04Reorder PLIST components so that directories are removed in the correctjlam5-16/+22
order. Remove "@unexec rmdir" lines made redundant by the reordering. Also, use a more succinct way to match ${OPSYS} + ${MACHINE_ARCH} by just checking ${MACHINE_PLATFORM}.
2006-04-04Ensure that the main PLIST component file is part of PLIST_SRC forjlam1-3/+3
platforms other than i386, powerpc, and sparc. Problem noted and fix suggested by Olaf Seibert on pkgsrc-users@. Bump PKGREVISION for PLIST changes.
2006-04-02drop maintainership; these have long outgrown mejschauma4-8/+8
2006-03-31List the info pages directly in the PLIST and ensure that we honorjlam2-4/+4
PKGINFODIR.
2006-03-31* Clean up the way this package was trying to pass in rpath flags forjlam7-27/+56
iconv and gdbm. We now patch Makefile.in instead of the configure script and just pass in thr rpath flags via environment variables. * Honor PKGINFODIR.
2006-03-31Reference the installed location of slib correctly using EVAL_PREFIX.jlam1-2/+4
2006-03-31Avoid hardcoding /usr/pkg into the rpath ... this is already taken carejlam2-27/+3
of in the right way by the package Makefile using SUBST_SED.
2006-03-30* Honor PKGINFODIR.jlam7-17/+19
* List the info files directly in the PLIST.
2006-03-29Add erlang-doc and erlang-man.ghen1-1/+3
2006-03-29Import erlang-man, the manpages for Erlang.ghen4-0/+355
2006-03-29Import erlang-doc, the documentation for Erlang.ghen4-0/+2176
2006-03-29Update erlang to R10B-10 (10.1.10), a bug fix release for R10B. The ChangeLogghen6-34/+34
is available at <http://www.erlang.org/download/otp_src_R10B-10.readme>.
2006-03-29Move all version info from Makefile and PLIST to Makefile.versions to makeghen5-4033/+4094
updates easier. e.g. PLIST diffs will become much smaller and more readable.
2006-03-29Fix two pkglint warnings:ghen1-3/+3
* Please use ${BUILDLINK_PREFIX.openssl:Q} instead of ${BUILDLINK_PREFIX.openssl}. * SUBST_MESSAGE.target should not be quoted.
2006-03-28Apply patch from PR pkg/32722. Fixes building on i386.gavan3-6/+71
2006-03-22- Fix rpath problem with SunPro Compiler on Solaris. No other platformtaca5-12/+57
should not be affected by this change. - Some white space clean up. Bump PKGREVISION.
2006-03-22Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as atv3-6/+6
PR-responsible person (such as I am ;) a little easier.
2006-03-22We include gmp/buildlink3.mk outside of the BUILDLINK_DEPTH guards sojlam1-2/+8
that "gmp" is registered as a direct dependency for any package that includes ghc/buildlink3.mk to get ghc as a build dependency. This is needed since software built by ghc requires routines from the "gmp" shared library. This fixes PR pkg/33100. Remove the workaround in devel/darcs and x11/wxhaskell.
2006-03-20* Nuke all references to and definitions of INFO_DIR in package Makefilesjlam7-21/+27
and replace with appropriate references to PKGINFODIR instead. * Properly account for split info files during installation. * Move info file listings directly into the package PLISTs. This fixes info-file-related PLIST problems.
2006-03-20Replace INFO_DIR with EMACS_INFOPREFIX, which is the correct location forjlam2-13/+12
info files for both emacs and xemacs. Install the info files correctly by handling the case where there may be split info files. List the info files in the PLIST. Use EMACS_MODULES where appropriate to replace the conditional dependency on xemacs-packages. Bump the PKGREVISION.
2006-03-19DragonFly support.joerg5-2/+47
2006-03-16Don't use ${LOCALBASE} to refer to the package's install directory -- usejlam1-3/+3
${PREFIX} instead.
2006-03-16Mark as not-for-sparc64, and add link to sourceforge bug id.wiz1-2/+5
2006-03-15Add (trial) workaround for getaddrinfo() on Linux.taca1-1/+8
2006-03-14USE_PKGINSTALL isn't needed here to make these packagse use thejlam1-2/+1
pkginstall framework. In the case of libtool-base, avoid using FILES_SUBST_SED where it isn't needed.