Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-04 | Fix some integer witdth/type-casting issue which I saw on NetBSD/amd64 | bjs | 6 | -3/+83 | |
today, eliminating most warnings. Bump rev. | |||||
2008-03-31 | - rename PLIST to PLIST.linux-i386 | tnn | 3 | -3/+1043 | |
- add PLIST.linux-x86_64 | |||||
2008-03-31 | Fix installation on x86_64. | tnn | 2 | -2/+6 | |
2008-03-31 | Fix another system library symbol versioning problem, this time with | cjs | 4 | -3/+31 | |
socket(), and bump PKGREVISION. | |||||
2008-03-29 | fix dup post-patch target for darwin. | tnn | 1 | -2/+3 | |
2008-03-25 | Remove blackdown* and sun-j*13. | wiz | 1 | -5/+1 | |
2008-03-25 | Remove blackdown-j{dk,re}13 and sun-j{dk,re}13. | wiz | 34 | -2794/+0 | |
Both have security problems and are not maintained. Update infrastructure for their removal. Removal was announced on pkgsrc-users on March 13. | |||||
2008-03-24 | Use the correct renamed symbols for opendir, unsetenv, and times. | kristerw | 7 | -2/+85 | |
Solves PR pkg/38263. Bump PKGREVISION. | |||||
2008-03-21 | Substitute for ${RUBY_ARCH} in PLISTs. | jlam | 1 | -1/+2 | |
2008-03-21 | Change MONO_SHARED_DIR in order to compile mono dependant packages | kefren | 1 | -1/+3 | |
in sandboxes. Reported by and discused with joerg@ and tnn@ This behaviour is also documented at: http://pkg-mono.alioth.debian.org/cli-policy/ch-mono.html#s4.3 | |||||
2008-03-17 | Allow REPLACE_RUBY_DIRS to be relative to ${WRKSRC}. | jlam | 1 | -3/+4 | |
2008-03-17 | Update ghc to version 6.8.2. | kristerw | 6 | -991/+1280 | |
The major changes in this release are adding Haskell Program Coverage (hpc) support to the compiler, adding a debugger to GHCi, the first phase of the base package split, and pointer tagging in the code generator (which should mean most code improves by 10-15%, and as a result the compiler is also faster). Most of this upgrade was done by Paulo Matias in pkgsrc-wip. | |||||
2008-03-15 | For Python 2.5, check that the wip directory actually exists. | joerg | 1 | -2/+2 | |
2008-03-15 | Don't leak WRKDIR reference for the DESTDIR case. Bump revision. | joerg | 3 | -5/+11 | |
2008-03-13 | Supports DESTDIR. | joerg | 1 | -1/+3 | |
2008-03-13 | Update master site URL. | tnn | 1 | -2/+2 | |
2008-03-13 | Really fix build with native X11. (tested) | tnn | 2 | -4/+4 | |
2008-03-12 | We're at u5 not u4. Add a note about this so it does not happen again. | adrianp | 1 | -2/+3 | |
2008-03-12 | In the *-install targets, add ${INSTALL_ENV} to the environment passed | jlam | 1 | -4/+4 | |
to the installation script. This causes DESTDIR to be passed through if a package has DESTDIR support. | |||||
2008-03-11 | Try to fix build failure with X11_TYPE=native and any of the X toolkit | tnn | 2 | -1/+15 | |
options enabled. | |||||
2008-03-11 | Add the shared library search path in addition to the run path for -lpcre. | tnn | 1 | -2/+2 | |
2008-03-10 | Update to chicken-3.0.0, from pkgsrc-wip. | tnn | 6 | -209/+107 | |
Some highlights: 3.0.0: - On sparc64 architectures more than 126 procedure arguments are allowed [Thanks to Peter Bex] 2.7xx: - PCRE support - new GNU Make based build process - libffi is not used anymore, handcoded assembler is used for x86, x86-64 and powerpc platforms - TCP timeout handling - added Lisp-style symbol property lists - the "chicken-bug" program can now be used to create bug reports - countless bugfixes and minor improvements | |||||
2008-03-10 | Add CONFLICTS line for previous PKGNAME versions. | wiz | 1 | -2/+2 | |
Suggested by Alan Barrett. | |||||
2008-03-10 | Add a new file that is installed in ruby-1.8.6.114 that wasn't in the | jlam | 1 | -1/+2 | |
previous release in pkgsrc. | |||||
2008-03-09 | Update ruby pakcages to 1.8.6.114 (1.8.6-p114). | taca | 2 | -6/+6 | |
It main chagnes are security fix of WEBrick library. Mon Mar 3 23:34:13 2008 GOTOU Yuuzou <gotoyuzo@notwork.org> * lib/webrick/httpservlet/filehandler.rb: should normalize path separators in path_info to prevent directory traversal attacks on DOSISH platforms. reported by Digital Security Research Group [DSECRG-08-026]. * lib/webrick/httpservlet/filehandler.rb: pathnames which have not to be published should be checked case-insensitively. Mon Dec 3 08:13:52 2007 Kouhei Sutou <kou@cozmixng.org> * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb, test/rss/test_image.rb, test/rss/rss-testcase.rb: ensured declaring XML namespaces. | |||||
2008-03-08 | Back out previous... this was a mistake because the setup.rb file I | jlam | 1 | -2/+2 | |
was looking at was not the "standard" setup.rb file. In standard setup.rb files, the argument to --prefix is indeed the staging directory. | |||||
2008-03-07 | Fix the DESTDIR installation -- files to into ${DESTDIR}${PREFIX}, not | jlam | 1 | -2/+2 | |
just into ${DESTDIR}. | |||||
2008-03-07 | Allow to build on Linux, per PR 38193 by Aleksej Saushev. | obache | 1 | -1/+4 | |
2008-03-06 | Fix PKGNAME. | wiz | 1 | -1/+2 | |
2008-03-05 | Update to Java 6.0 Update 5. Security update that fixes multiple recently | tnn | 5 | -18/+26 | |
reported vulnerabilities. * http://java.sun.com/javase/6/webnotes/ReleaseNotes.html#160_05 | |||||
2008-03-05 | Update to Java 5.0 Update 15. Security update that fixes multiple recently | tnn | 4 | -20/+20 | |
reported vulnerabilities. * http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_15 | |||||
2008-03-05 | Update to 1.4.2 Update 17. Security update that fixes multiple recently | tnn | 5 | -18/+18 | |
reported vulnerabilities. * http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_17 | |||||
2008-03-04 | Accidentally missed from last commit | sborrill | 1 | -2/+2 | |
2008-03-04 | Patch around imap_header() dying with SIGABRT if recipient lists are too | sborrill | 1 | -5/+145 | |
long. Patch appended to PHP bug 42862, so the fix may be incorporated in later PHP releases and thus this patch can be reverted. http://bugs.php.net/bug.php?id=42862 Bump PKGREVISION of php-imap | |||||
2008-03-04 | Mechanical changes to add DESTDIR support to packages that install | jlam | 40 | -263/+386 | |
their files via a custom do-install target. | |||||
2008-03-04 | Remove lang/smalleiffel. This project has been superseded by | jlam | 11 | -1031/+1 | |
lang/SmartEiffel. | |||||
2008-03-04 | Resign from maintaining a lot of packages, so everyone is free to update | rillig | 2 | -4/+4 | |
them at will. | |||||
2008-03-02 | Add pcc-current. | he | 1 | -1/+2 | |
2008-03-02 | Import a package which can be used to track "pcc current". | he | 4 | -0/+51 | |
This one is for 0.9.9 using the 23 Feb 2008 sources, and is trivial to update to track a newer version. | |||||
2008-03-02 | When including a builtin.mk file, you need to guard it with CHECK_BUILTIN.* | jlam | 1 | -3/+8 | |
settings so that the builtin.mk can be safely included by the buildlink3 framework later on. | |||||
2008-03-01 | Add a missing @dirrm | tnn | 1 | -1/+2 | |
2008-03-01 | Try to fix iconv breakage when USE_BUILTIN.iconv=no | tnn | 1 | -8/+9 | |
2008-03-01 | Also skip "@dirrm lib/ruby/site_ruby" for print-PLIST. | obache | 1 | -1/+2 | |
2008-02-29 | Update to 2.44.1, packaged by Aleksej Saushev. | tnn | 16 | -269/+235 | |
Major changes from 2.41: - Use pkgsrc-supplied libffcall - Use libtool - New PKG_OPTIONS to enable support for db4, gdbm, gtk2, fastcgi, pcre. - lots of bugfixes | |||||
2008-02-29 | Add and enable sigscheme. | obache | 1 | -1/+2 | |
2008-02-29 | Import sigscheme version 0.8.0. | obache | 7 | -0/+127 | |
SigScheme is a R5RS Scheme interpreter for embedded use. It features small footprint (64KB in library form on the 'small' configuration) like SIOD and TinyScheme, low memory consumption (2-words per cons cell), multibyte characters handling (UTF-8, EUCs and Shift_JIS) and more. It is mainly developed to be the Scheme interpreter of uim. | |||||
2008-02-28 | Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, | rillig | 3 | -6/+6 | |
to shut up the pkglint warnings. | |||||
2008-02-27 | The lua library definitely needs the readline library around when | jlam | 1 | -1/+3 | |
linking, so include readline/buildlink3.mk in lua/buildlink3.mk. | |||||
2008-02-27 | + Remove dependency on ncurses (!!) of all things -- lua doens't have | jlam | 1 | -2/+2 | |
any curses code in it. It only needs readline for the "io" module, and the readline/buildlink3.mk now handles pulling in any necessary dependencies for the terminal library that it uses. Bump the PKGREVISION to 1. | |||||
2008-02-27 | ENOCOFFEE: PKGREVISION+=2 to make up for previous PKGREVISION-- with | gdt | 1 | -1/+2 | |
patch change. |