aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20061121 snapshot of GCC 4.2.0.gerald2006-11-222-19/+19
|
* Remove panda extension since it's deprecated and will be removed soon.ale2006-11-221-2/+1
|
* - Update to 0.91clsung2006-11-222-4/+4
|
* - Update to 4.115miwi2006-11-223-5/+5
| | | | | PR: 105710 Submitted by: James Bailie
* - devel/p5-IO-Stty is deprecated.clsung2006-11-211-2/+2
| | | | | - this version (in fact, since 1.14) can run w/o IO::Stty - bump PORTREVISION
* - Back-out the previous commit, as it can cause linking problems (pthread'sstas2006-11-201-2/+3
| | | | | | | | unresolved symbols) on some systems (e.g. with libgnomeui). Linking threading libraries donesn't employ threading in ruby per se, so it's safe to do that in non-threaded case. Reported by: mezz
* Mark as NOT_FOR_ARCHS=amd64 instead of BROKEN. This version of GCC really ↵gerald2006-11-191-1/+1
| | | | | | should not be used for AMD64.
* - Do not append version number to f2py executablealexbl2006-11-192-0/+12
| | | | | | PR: 105641 Submitted by: Diane Bruce <db@db.net> Reviewed by: myself
* A GNUstep-aware scheme interpreter. You need libflex installed on your system.dinoex2006-11-185-0/+53
| | | | | | | | | | Includes many examples, e.g. the sieve of Erathostenes to compute primes, a Koch curve plotter, mandelbrot set, graphs of various functions etc. GScheme is fully tail recursive. The garbage collector bypasses GNUstep's retain/release mechanism in order to deal with circular data structures. GScheme is document-based and you can edit more than one file at the same time. WWW: http://www.gnustep.it/marko/GScheme/index.html
* - Update to 2006-11-16miwi2006-11-173-10/+9
| | | | | PR: ports/105605 Submitted by: Nils M Holm <nmh@t3x.org> (Maintainer)
* BROKEN on sparc64: does not buildkris2006-11-172-0/+8
|
* - Update to 7.6.94vanilla2006-11-163-6/+5
| | | | | PR: ports/105546 Submitted by: maintainer
* Broken for !i386maho2006-11-162-0/+8
| | | | Submitted by: kris via pointyhat
* - Update to 1.4.1johans2006-11-163-39/+91
|
* - Conflict with newer math/py-numpyrafan2006-11-151-0/+2
| | | | Noticed by: Diane Bruce <db at db.net>
* - Don't links agains threading libraries in case if pthreads support wasstas2006-11-151-2/+4
| | | | | | disabled. Reported by: Anton Yuzhaninov <citrin@citrin.ru>
* Update documentation checksums (unbreak).olgeni2006-11-132-69/+68
|
* - Fix building by using system byacc with -Dlint optionstas2006-11-132-9/+12
| | | | | Reported by: kris via pointyhat Suggested by: pav
* Depreciate.itetcu2006-11-131-0/+3
| | | | | PR: 105452 Submitted by: Andrew Pogrebennyk (maintainer)
* Update suhosin patch to 0.9.6.2 release.ale2006-11-134-8/+8
|
* Update to the 20061111 snapshot of GCC 4.3.0.gerald2006-11-1314-133/+133
|
* Update to the 20061110 snapshot of GCC 4.1.2.gerald2006-11-122-19/+19
|
* - Update to 0.17.007clsung2006-11-102-7/+6
| | | | | | PR: ports/104610 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> Approved by: maintainer (timeout)
* - Update to 4.114clsung2006-11-103-6/+4
| | | | | PR: ports/105335 Submitted by: maintainer (James Bailie)
* Update to the 20061107 snapshot of GCC 4.2.0. Mark this broken on ia64,gerald2006-11-092-20/+20
| | | | not i386.
* - Update to 20061108rafan2006-11-093-43/+87
| | | | | | | - Add conflicts with devel/p5-PAR for bin/pp PR: ports/105237 Submitted by: Nils M Holm (maintainer)
* - Handle dependencies properlystas2006-11-082-54/+196
| | | | | | | | | - Correct the default modules location path [1] - Correct example programs headers (shell path) - Install docs/examples into the separate directory PR: ports/105253 [1] Reported by: clemens fischer <ino-news@spotteswoode.dnsalias.org> [1]
* Deprecate these old python versions and schedual for expiration ontmclaugh2006-11-082-0/+6
| | | | | | | 2007-01-07. These version branches are no longer developed upstream and are rarely seen these days. Approved by: alexbl (python@)
* Update to 0.9.9.novel2006-11-082-4/+4
|
* Update my email address in all ports that I maintain.laszlof2006-11-073-3/+3
| | | | Approved by: flz (mentor)
* Update to 5.2.0 release.ale2006-11-0713-176/+19
|
* And here we go, introducing the lang/gcc43 port in form of the 20061104gerald2006-11-061-0/+1
| | | | | | | | | | snapshot of GCC 4.3.0; repocopied over from lang/gcc42. Sadly we now have an unconditional dependency on math/libgmp4 and math/mpfr. On the positive side this allows us to always build the Fortran frontend. PR: 104683
* - Fix pkg-plist ↵miwi2006-11-061-6/+0
| | | | | | | (http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006101922/klogoturtle-0.6_4.log) PR: ports/104861 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* - Do not use JIT on non-x86 platforms (see $WRKSRC/PLATFORMS file)flz2006-11-062-404/+407
| | | | | | | | | | - Add devel/bison2 and textproc/flex as dependencies - Update devel/icu dependency to 3.6 - Fix pkg-plist (and add automatic plist generation target) PR: ports/104286 Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> Approved by: maintainer timeout (4 weeks)
* - Remove USE_TK/USE_TK_BUILD (can only be used before bsd.port.pre.mk).alepulver2006-11-051-3/+2
|
* And here we go, introducing the lang/gcc43 port in form of the 20061104gerald2006-11-0528-280/+224
| | | | | | | | | | snapshot of GCC 4.3.0; repocopied over from lang/gcc42. Sadly we now have an unconditional dependency on math/libgmp4 and math/mpfr. On the positive side this allows us to always build the Fortran frontend. PR: 104683
* Mark BROKEN on 4.x.lawrance2006-11-051-0/+4
| | | | Reported by: kris
* - Change MASTER_SITES (remove a "www.").alepulver2006-11-051-1/+1
| | | | Requested by: maintainer
* - Apply the whole patch (in my previous commit I only patched the Makefile)alepulver2006-11-054-12/+42
| | | | from ports/104358.
* Update to the 20061103 snapshot of GCC 4.1.2.gerald2006-11-052-19/+19
|
* INSTALLS_SHLIB -> USE_LDCONFIG.mezz2006-11-051-1/+1
| | | | Found by: portlint (cports.sh)
* Fix detection of socklen_t which will fix the build on 4.X.marcus2006-11-051-0/+10
| | | | Reported by: pointyhat via kris
* - Bump portrevision to match the lang/ruby18 port's one and to force rebuildstas2006-11-041-1/+1
|
* - Add a workaround for the recently disclosed DoS vulnerability in the cgi.rbstas2006-11-042-1/+12
| | | | | | | | ruby18 module - Bump portrevision PR: ports/105113 Submitted by: UEDA Hiroyuki <BSDmad@gmail.com>
* Update to the 20061031 snapshot of GCC 4.2.0. Mark this port broken ongerald2006-11-032-19/+23
| | | | ia64 where it has failed to build for many months.
* - Update to 4.113clsung2006-11-022-4/+4
| | | | | PR: ports/104439 Submitted by: maintainer (James Bailie)
* - Update to 9.0.0stas2006-11-023-6/+10
| | | | - Change my email
* - Mark broken on ia64 because of boehm-gc doesn't support itstas2006-11-021-1/+5
| | | | | | - Change my email Reported by: kris via pointyhat
* - Add ffcall support [1]stas2006-11-021-5/+11
| | | | | | - Mark broken on pre-7.x again as it doesn't built on pointyhat anyway Reported by: Jason Woofenden <jason@jasonwoof.com> [1]
* - Update to 0.9.18miwi2006-11-013-23/+7
| | | | | PR: ports/104846 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
* - improved handling of include paths in the GCC build process; [1]bsam2006-11-012-14/+41
| | | | | | | | | | - proper care is taken that only the bootstrap compiler is used [1] (silences core dump messages in configure); - bump PORTREVISION. [1] PR: 104301 [2] Submitted by: Vaclav Haisman <v.haisman at sh.cvut.cz> [2] Karel Miklav <karel at lovetemple.net> (maintainer) [1]
* Replace homegrown option scripts with OPTIONS.lawrance2006-11-013-156/+77
| | | | | | | | Tidy up. PR: ports/104367 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com> Approved by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* Update to the 20061027 snapshot of GCC 4.1.2.gerald2006-10-312-19/+19
|
* Remove expired leaf ports:vd2006-10-3116-1310/+0
| | | | | | | | | 2006-10-26 archivers/linux-unace 2006-10-12 audio/gdesklets-cornerxmms 2006-10-12 deskutils/gdesklets-sensor-displayconstraints 2006-10-17 devel/sdl_ldbad 2006-10-27 lang/pdss 2006-10-17 multimedia/slideshow
* Update to the 20061026 snapshot of GCC 4.0.4.gerald2006-10-312-13/+13
|
* - Update to 2006-10-23clsung2006-10-313-16/+15
| | | | | PR: ports/104433 Submitted by: maintainer (Nils M Holm)
* Update to the 20061024 snapshot GCC 4.2.0.gerald2006-10-3116-152/+152
|
* Update to 1.2.lawrance2006-10-313-15/+87
| | | | | | PR: ports/104368 Submitted by: Paul Dlug <paul@aps.org> Approved by: dyeske@yahoo.com (maintainer, timeout 2 weeks)
* StepTalk is the official GNUstep scripting framework. StepTalk is moredinoex2006-10-315-0/+155
| | | | | | | | | | than a scripting framework with an illusion of single objective environment between objects of scriptable servers or applications. StepTalk, when combined with the dynamism that the Objective-C language provides, goes way beyond mere scripting. It is language independent - it uses languages as separate bundles. WWW: http://www.gnustep.org/experience/StepTalk.html
* - Update lang/sdcc-devel to version 2.6.1.2006.10.12.alepulver2006-10-311-2/+2
| | | | | PR: ports/104258 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
* - Update lang/metaocaml to 3.09.a30.alepulver2006-10-313-982/+37
| | | | | PR: ports/104319 Submitted by: Geoffrey Mainland <mainland@apeiron.net> (maintainer)
* - Update to 2.5.alepulver2006-10-315-32/+41
| | | | | PR: ports/104619 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* Take maintainership.shaun2006-10-311-2/+2
|
* Make SpiderMonkey build with thread-support regardless of whether or notmi2006-10-311-7/+6
| | | | | | | | | | | the post-build self-testing is enabled. The self-test was on by default until March, which hid the problem... Take pointy-hat. Noticed by: Anish Mistry Approved by: portmgr (erwin)
* Update suhosin patch to 0.9.6 release.ale2006-10-284-10/+10
| | | | | | This will fix a few build failures of pecl extensions. Approved by: portmgr (erwin)
* - Mirror distfile and change MASTER_SITES/MASTER_SITE_SUBDIR.alepulver2006-10-241-1/+2
| | | | Approved by: portmgr (erwin)
* - Add files forgotten in the last commitstas2006-10-213-0/+50
| | | | Approved by: portmgr (erwin)
* - Try to unbrokestas2006-10-211-7/+8
| | | | | | - Change my email Approved by: portmgr (erwin)
* Fix `make fetch'.jkoshy2006-10-211-1/+1
| | | | | Reported by: fenner's portssurvey tool Approved by: portmgr (erwin)
* BROKEN: Size mismatchkris2006-10-211-0/+2
| | | | Approved by: portmgr (self)
* - Fix building on FreeBSD 7.x.alepulver2006-10-214-5/+360
| | | | | | | - Fix plist on ia64/sparc64 (additional file installed). Reported by: pointyhat Approved by: portmgr (erwin)
* - Fix building on ia64.alepulver2006-10-211-0/+13
| | | | | Reported by: pointyhat Approved by: portmgr (erwin)
* Update lang/gcc42 to the 20061014 snapshot of GCC 4.2.0, which appends agerald2006-10-2034-236/+227
| | | | | | | | | | | | version number to libdata/pkgconfig/libgcj.pc. Fix packaging on amd64 on the way (enabling Java actually was a noop, except for pkg-plist). Update lang/gcc41 to the 20061013 snapshot of GCC 4.1.2. These changes allow us to remove the CONFLICT between lang/gcc41 and lang/gcc42 when building with Java support (the default on i386). Approved by: portmgr (erwin)
* Restore a patch lost in the GNOME 2.16 merge, and attempt to fix the buildmarcus2006-10-172-0/+98
| | | | | | on ia64. Approved by: portmgr (implicit)
* Replace gunzip by minigzip, until gunzip get fixed.thierry2006-10-171-2/+1
| | | | | Approved by: portmgr (Kris) Suggested by: delphij
* - fix open_basedir vulnerability in php4 and php5 [1]ale2006-10-1615-5/+302
| | | | | | | | | | - add an alert on safe_mode intrinsic insecurity and suggest to install the suhosin extension - enable the suhosin patch by deafult also in php4 Submitted by: Thomas Vogt <thomas@bsdunix.ch> [1] Obtained from: PHP CVS [1] Approved by: portmgr (clement)
* Correct a patch not to install unwanted files.perky2006-10-166-60/+60
| | | | Approved by: portmgr (kris)
* BROKEN: Corrupt distfilekris2006-10-161-0/+2
| | | | Approved by: portmgr (self)
* - Fix pkg-plist when ONIGURUMA option usedstas2006-10-152-1/+6
| | | | | | | - Bump portrevision Submitted by: nork Approved by: portmgr (clement)
* Fix pkg-plist.lawrance2006-10-153-9/+18
| | | | | | PR: ports/104367 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com> Approved by: portmgr (clement), Xavier Beaudouin <kiwi@oav.net> (maintainer)
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-20/+3
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-10-147-199/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann <pneumann@gmail.com> tmclaugh mux Yuri Pankov <yuri.pankov@gmail.com> chinsan Thomas <freebsdlists@bsdunix.ch> Brian Gruber <knightbg@yahoo.com> Franz Klammer <klammer@webonaut.com> Dominique Goncalves <dominique.goncalves@gmail.com> Pascal Hofstee <caelian@gmail.com> Yasuda Keisuke <kysd@po.harenet.ne.jp> backyard <backyard1454-bsd@yahoo.com> Andris Raugulis <endrju@null.lv> <endrju@null.lv> Eric L. Chen <d9364104@mail.nchu.edu.tw> Pawel Worach <pawel.worach@gmail.com> QuiRK on #freebsd-gnome Shane Bell <decept0@gmail.com> luigi sajd on #freebsd-gnome sat Chris Coleman <chrisc@vmunix.com> kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz <joeldiaz@mac.com> Enjoy! Approved by: portmgr (implicit, kris)
* Revert the default version of Python to 2.4 for the ports freezeperky2006-10-1322-101/+93
| | | | | | | | | period. Python 2.5 brought a vast range of incompatibility to a large number of ports, so the python@ team will do more basic compatibility work in a private repository and merge it later. Sorry for the inconvenience. Approved by: portmgr (kris)
* Use INST_TARGET instead of TARGETDIR locally to avoid conflictingerwin2006-10-121-5/+5
| | | | | | | | with bsd.ports.mk's TARGETDIR macro. Submitted by: gabor Prodded by: kris Approved by: portmgr (self)
* Fix build with WITH_FPECTL=yes on i386.perky2006-10-106-0/+6
| | | | | PR: 104243 Submitted by: S Roberts <stacey@vickiandstacey.com>
* Update to the 20061006 snapshot of GCC 4.1.2.gerald2006-10-102-19/+19
|
* Update to the 20061005 snapshot of GCC 4.0.4.gerald2006-10-102-13/+13
|
* - Unify the way to choose between ODBC flavors (WITH_IODBC / WITH_UNIXODBC).alepulver2006-10-101-6/+11
| | | | | | | | | | PR: ports/103293 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> Approved by: girgen (databases/postgresql-odbc), fjoe (databases/libodbc++), sergey@network-asp.biz (databases/mysql-connector-odbc, timeout), delphij@FreeBSD.org (net/openldap23-server), mat@FreeBSD.org (databases/p5-DBD-ODBC)
* Add checksums for Python 2.5 documents.perky2006-10-101-0/+15
|
* - Restrict a dependency to the real interpreter to _RUN only. Thisperky2006-10-097-43/+1
| | | | | allows portupgrade to upgrade lang/python from 2.4 flawlessly. - So remove obsolete instruction.
* Simple portupgrade doesn't upgrade python correctly, so add a checkperky2006-10-096-0/+42
| | | | and an instruction.
* Fix version number to 2.5 even if 2.4 is in the system.perky2006-10-091-1/+2
|
* - Update the main python version to 2.5.perky2006-10-0952-5058/+306
| | | | | | | | | | | - Now, lang/python is just a meta-port which depends on lang/python25. - And all versions of Python ports have short version identifier in its package name; python25-2.5, python24-2.4.3 and etc. - Also you must upgrade all python modules after lang/python updated, cd /usr/ports/lang/python && make upgrade-site-packages - Give maintainership of Python ports to the new python@ group which includes me, alexbl@ and others.
* - Add runtime knob to allow libraries installation under userstas2006-10-091-5/+12
| | | | | | | | | | | privileges. When RB_INSTALL_USER environment variable is set, ruby will not pass '${_BINOWNGRP}' to install program, thus allowing an ordinal user to install gem or library (e.g. into home directory). - Eliminate extra whitespace - Bump portrevision. PR: ports/103801 (idea) Submitted by: Dimitri Aivaliotis <aglarond@gmail.com>
* - fix build with gcc41dinoex2006-10-091-0/+99
| | | | Obtained from: upstream
* Chase pdf library and bump PORTREVISION.ale2006-10-092-5/+5
|
* - Fix intercal library dir [1]stas2006-10-092-1/+40
| | | | | | | | - PREFIX-safety [2] - Change my email Submitted by: Phil Pennock <phil.pennock@globnix.org> [1], me (stas) [2] Approved by: sem (implicitly)
* - Update to 0.015clsung2006-10-092-5/+5
|
* - Update to 2006-10-08 [1].alepulver2006-10-093-7/+21
| | | | | | | | | | | | | | - Fixed syntax transformers [1]. - Added Micro KANREN example [1]. - Add -fPIC to sketchy.o, which goes into libsketchy.so to allow building on amd64 [2]. - Rename libsketchy.so to libsketchy.so.0 and add symlink libsketchy.so -> libskeychy.so.0 to allow using the shared library [2]. - Add USE_LDCONFIG [2]. PR: ports/104167 [1] Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) [1] Reworked by: alepulver (myself) [2]
* Update to 0.9.8.novel2006-10-082-4/+4
|
* - Move to LOCALBASEstas2006-10-083-12/+12
| | | | | | | | | | | - Use new EFL framework - Update all e17 ports to the lates stable cvs snapshot - Add additional knobs/options to ports makefiles to control the feature set - Add a bunch of new e17 applications/libraries - Minor improvements/modification. Approved by: vanilla (old maintainer), sem (mentor)
* - update to 0.1.7itetcu2006-10-083-6/+57
| | | | | | | - this version doesn't build on 4.x PR: ports/103037 Submitted by: Conor McDermottroe (maintainer)
* Fix buffer overrun when performing repr() on a unicode string in a buildsimon2006-10-084-0/+136
| | | | | | | | with wide unicode (UCS-4) support. Obtained from: Python SVN (#51466) Security: CVE-2006-4980 With hat: secteam
* - Fix build on FreeBSD 4.xjohans2006-10-082-4/+12
| | | | Reported by: krismail
* - Fix building on 4.x.alepulver2006-10-081-0/+3
| | | | Reported by: pointyhat
* Update to 1.1.13.8.1tmclaugh2006-10-083-8/+43
| | | | | | | | | | | | | | | | | | | | - fix CVE-2006-5072: Sebastian Krahmer of the SuSE security team discovered that the System.CodeDom.Compiler classes used temporary files in an insecure way. This could allow a symbolic link attack to create or overwrite arbitrary files with the privileges of the user invoking the program. Under some circumstances, a local attacker could also exploit this to inject arbitrary code into running Mono processes. vuxml id: 5a39a22e-5478-11db-8f1a-000a48049292 - Add USE_NANT to bsd.mono.mk for those ports I have hanging around which require NANT to build. Release notes: - 1.1.13.8.1: http://go-mono.com/archive/1.1.13.8.1/ - 1.1.13.8: http://go-mono.com/archive/1.1.13.8/ Project by: BSD# http://www.mono-project.com/Mono:FreeBSD
* Use INST_TARGET instead of TARGETDIR locally to avoid conflictingerwin2006-10-074-20/+20
| | | | | | | with bsd.ports.mk's TARGETDIR macro. Submitted by: gabor Prodded by: kris
* - Update to 4.112miwi2006-10-072-4/+4
| | | | | PR: ports/104025 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
* Update to the 2006-10-07 versionedwin2006-10-072-40/+40
|
* Use INST_TARGET instead of TARGETDIR to avoid the name clasherwin2006-10-072-28/+28
| | | | | | | | after DESTDIR was added. PR: 104045 Submitted by: gabor Prodded by: kris
* - Fix build with gcc41miwi2006-10-071-0/+11
| | | | | PR: ports/103952 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* - Fix LIB_DEPENDS. The devel/commoncpp port was updatedacm2006-10-071-1/+2
| | | | | | - Bump PORTREVISION Reported by: kris
* Enable suhosin patch by default.ale2006-10-074-46/+4
|
* - Allow expect to utilise 256 pty's as supported by FreeBSD. Theshaun2006-10-062-0/+21
| | | | | | | current code arbitrarily limits us to 64 at a time. - Bump PORTREVISION. Patch provided by "Cybil".
* - Fix Makefiles.units. The devel/fpc-fcl was building without -CX optionacm2006-10-061-1/+1
| | | | - Bump devel/fpc-fcl PORTREVISION
* Added safety checks against integer overflow.ale2006-10-064-2/+44
| | | | | | | | | Bump PORTREVISION. While I'm here, I suggest all php users to use the suhosin patch and suhosin extension to harden the php installation. Submitted by: simon Obtained from: PHP CVS repo.
* - Add XIM support.stefan2006-10-068-12/+90
| | | | | | | | - Transfer maintainership to submitter. PR: 103474 Submitted by: Takeshi MUTOH <mutoh@openedu.org> Approved by: old maintainer
* - Update to 2006-10-05clsung2006-10-053-157/+163
| | | | | | | - Added syntax transformers PR: ports/104000 Submitted by: maintainer (Nils M Holm)
* YARV is Virtual Machine for Programming Language Ruby.alepulver2006-10-055-0/+3704
| | | | | | | | | | | | The goal of this project is only one, to develop the fastest Virtual Machine for Ruby in the world. Author: Koichi Sasada <ko1@atdot.net> WWW: http://www.atdot.net/yarv/ PR: ports/100769 Submitted by: Jun Mukai aka jmuk <mukai at jmuk.org>
* - Fix build with gcc 4.1stas2006-10-032-4/+49
| | | | | | - Change my email Approved by: sem (mentor)
* - Add port for lang/xotclstas2006-10-026-0/+315
| | | | | | | | | | | | | | | Extended Object Tcl (for short: XOTcl, pronounced exotickle) is an object- oriented scripting language based on Tcl. It was originally designed for providing language support for design patterns and provides novel constructs such as filters or transitive mixin classes. The language is designed for empowering rather than constraining system developers. The basic object model is highly influenced by CLOS. WWW: http://media.wu-wien.ac.at/ PR: ports/103670 Submitted by: Martin Matuska <martin at matuska.org> Approved by: sem (mentor)
* - Prepare port to make ruby libraries PREFIX-clean (also requires bsd.ruby.mkstas2006-10-024-11022/+11133
| | | | | | | | | | | | | | | | | | | | | | | | modifications) - Add OPTIONS - Provide automatic pkg-plist generator to simplify updates - Guarantee permissions safety when installing docs and examples (eliminate ${CP} -r *) - Create handy docs and examples structure (install examples for external libraries in separate directories) - Remove unused KNOB (NORUBYLIB) - Add knob to disable RDOC generation [1] - Add knob to disable IPv6 support - Move list of obsoleted packages to the separate file (files/obsoleted) - Add additional .keep_me like files to allow shared directories to not be deleted by dependent ports - Minor cleanups and modifications - Bump-up portrevision All ruby ports were tested in tinderbox with these modifications. Requested by: VANHULLEBUS Yvan <vanhu_bsd@zeninc.net> [1] PR: ports/103353 [1], ports/102648, ports/102663, ports/102685, ports/102646 Approved by: sem (mentor)
* - Update to 4.111alexbl2006-10-013-5/+5
| | | | | | PR: 103812 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Approved by: novel (mentor, implicit)
* Update suhosin patch to 0.9.5 release.ale2006-09-309-12/+15
|
* - Update to 0.19clsung2006-09-283-17/+7
|
* - Update to 0.9.17rafan2006-09-284-35/+12
| | | | | PR: ports/103698 Submitted by: NIIMI Satoshi <sa2c at sa2c.net> (maintainer)
* - Upgrade to 0.17.004shaun2006-09-273-4/+7
| | | | | | | | | The PR below provided an update to 0.17.002 from 0.15.009; but the previous commit had already updated it to 0.17. PR: ports/102206 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Approved by: maintainer timeout
* - Add a clean solution to compile devel/fpc-fcl, using OPT and removing the rtlacm2006-09-261-1/+4
| | | | | | | | and packages directories from WRKSRC - Bump devel/fpc-fcl PORTREVISION Submitted by: Ales Katona <almindor__at__gmail.com> (via email) Modified by: me
* - Guararantee file permissionsstas2006-09-262-106/+110
| | | | | | - Fix pkg-plist in case of NOPORTDOCS was specified Approved by: perky (maintainer), sem (mentor)
* Update to the 20060923 snapshot of GCC 4.2.0.gerald2006-09-2416-152/+152
|
* - Update to 2006-09-24miwi2006-09-243-6/+6
| | | | | | | - Completed API part of manual PR: ports/103551 Submitted by: Nils M Holm <nmh(at)t3x.org> (maintainer)
* - Update to 3.09.3stas2006-09-245-32/+78
| | | | | | | ChangeLog: - Mainly bugfix release Approved by: sem (mentor)
* Update to the 20060922 snapshot of GCC 4.1.2.gerald2006-09-232-19/+19
| | | | | This brings one potential fix for the intermittent bootstrap comparison failures kris has been seeing on the Ports Build Cluster for FreeBSD 6.x.
* Upgrade to Sep 2006 Release.obraun2006-09-233-88/+152
|
* - Remove the comment character from ibase sectionacm2006-09-231-1/+1
|
* - Upgrade to v352. This is a bug-fix release.jkoshy2006-09-227-22/+244
| | | | | | - Tweak the port's build to detect and use libpng and libjpeg present in $LOCALBASE. - Build this port for the amd64 architecture in addition to i386.
* Update to the 20060921 snapshot of GCC 4.0.4.gerald2006-09-222-13/+13
| | | | | This brings one potential fix for the intermittent bootstrap comparison failures kris has been seeing on the Ports Build Cluster for FreeBSD 6.x.
* - Update to 1.3.0johans2006-09-217-70/+102
| | | | - Remove amd64-specific patch (fixed in dist)
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-205-15/+6
| | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
* Change my maintainer address to FreeBSD one.stas2006-09-201-1/+1
| | | | Approved by: sem (mentor)
* - Bring down the parts of upstream change SVN#4389 that makejkoshy2006-09-203-3/+28
| | | | | | | | .zo file generation more deterministic. Package building should work reliably now, so unbreak the port. - Explicitly depend on -lXft. - Change the build to always use the libjpeg and libpng libraries bundled with the source package.
* - Update to 0.9.21clsung2006-09-194-6/+12
| | | | | | | | | | - original description: The ASN.1 compiler port lang/asn1c needs to be updated. A new version of compiler is available. Changes include RRC and H.248.1/MEGACO encoding support (PER). PR: ports/103396 Submitted by: maintainer (Lev Walkin)
* - Update to 20060913miwi2006-09-194-7/+7
| | | | | PR: ports/103335 Submitted by: Nils M Holm <nmh(at)t3x.org> (maintainer)
* - Update to 20060917miwi2006-09-192-4/+4
| | | | | PR: ports/103336 Submitted by: Nils M Holm <nmh(at)t3x.org> (maintainer)
* - Add OPTIONS to some freepascal ports. Now, we can install the external libsacm2006-09-194-5/+226
| | | | | | | | optionally.[1] - Other tiny modifications Suggested by: Ales Catona <almindor__at__gmail.com> [1] Approved by: garga(mentor, implicit)
* Remove the hack we had used to rename man pages to match the actualgerald2006-09-191-8/+1
| | | | names of binaries (back when GCCs configure mechanism failed to do so).
* Remove bootclasspath setting to java-gcj-compatmaho2006-09-189-18/+9
| | | | when building with awt gtk peer.
* Now builds on sparc64kris2006-09-181-1/+1
|
* This is now buildable on amd64, taking a guess it builds on otherkris2006-09-181-4/+0
| | | | arches too.
* Now builds on amd64kris2006-09-181-4/+0
|
* Update to the 20060915 of GCC 4.1.2. This fixes the namespace pollutiongerald2006-09-1824-232/+168
| | | | | | | | | caused by include/ffi.h. Enable libgcj on amd64 in addition to i386. Remove the hack we had used to rename man pages to match the actual names of binaries (back when GCCs configure mechanism failed to do so).
* BROKEN: Does not compilekris2006-09-171-0/+2
|
* BROKEN except on 6.x: this now appears to be a 6.x binary, and thekris2006-09-171-4/+5
| | | | mythical compat6x port is required to run it on 7.x
* Move the gcc4[12]-withgcjawt WITHOUT_JAVA BROKEN check into gcc41 sincekris2006-09-173-8/+3
| | | | | it needs to happen after that variable is assigned in order to correctly function on !i386.
* BROKEN: Does not compilekris2006-09-171-0/+2
|
* BROKEN on ia64 and sparc64: Does not compilekris2006-09-171-0/+4
|
* Update PORTREVISION for previous commits where plist changed.linimon2006-09-177-2/+7
| | | | | | | PR: ports/101612 Submitted by: alepulver Hat: portmgr Pointy hat to: linimon
* Remove zero-length files.linimon2006-09-176-0/+0
| | | | | | PR: ports/101612 Submitted by: alepulver Pointy hat to: linimon
* Update to the 20060915 of GCC 4.1.2.gerald2006-09-162-28/+21
| | | | | Remove the hack we had used to rename man pages to match the actual names of binaries (back when GCCs configure mechanism failed to do so).
* Update to the 20060914 snapshot of GCC 4.0.4.gerald2006-09-152-22/+15
| | | | | Remove the hack we had used to rename man pages to match the actual names of binaries (back when GCCs configure mechanism failed to do so).
* Catch up with the last few files tested on pointyhat as part of laterlinimon2006-09-154-13/+12
| | | | | | revisions to ports/101612 that were not in the PR. Hat: portmgr
* Modify these files to reflect bsd.lua.mk as tested on the cluster.linimon2006-09-1524-317/+483
| | | | | | PR: ports/101612 Submitted by: alepulver Hat: portmgr
* - Add mirror.shaun2006-09-142-28/+18
| | | | | | | | - Use PORTDOCS and EXAMPLESDIR macros. - Pass maintainership to submitter. PR: ports/100634 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* Fix build/install on 4.x by using gmake+gunzip.shaun2006-09-141-2/+6
| | | | | PR: ports/103216 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* Add a checksum for 2.5c2 and remove checksums for old beta releases.perky2006-09-142-12/+6
|
* - Update lang/python-devel to Python 2.5c2perky2006-09-1421-70/+154
| | | | - Sync some recent workarounds from lang/python.
* The newLISP is a scripting language for developing web applications andmiwi2006-09-138-0/+170
| | | | | | | | | | | programs in general and in the domains of artificial intelligence (AI) and statistics. Author: Lutz Mueller WWW: http://www.newlisp.org/ PR: ports/103226 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* - Assign a new ruby maintainer who submitted patches which will be committedsem2006-09-131-1/+1
| | | | | | after 6.3-RELEASE Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* Restore patch-erts_configure: this should fix the amd64 build.olgeni2006-09-132-0/+48
| | | | Noticed by: infofarmer
* - Update to 4.110miwi2006-09-133-5/+5
| | | | | PR: ports/103188 Submitted by: James Bailie <jimmy(at)mammothcheese.ca> (maintainer)
* - Update to 20060912miwi2006-09-133-6/+8
| | | | | PR: ports/103199 Submitted by: Nils M Holm <nmh(at)t3x.org> (maintainer)
* - Fix distinfoacm2006-09-131-3/+3
| | | | | Reported by: kris Approved by: garga (mentor, implicit)
* Update to 0.9.7.novel2006-09-122-4/+4
|
* - unbreak building at 7.x;bsam2006-09-129-45/+69
| | | | | | | - update to gcc snapshot 20060901. - bump PORTREVISION. Submitted by: Karel Miklav <karel at lovetemple.net> (maintainer by email)
* Remove expired pecl-imagick port.ale2006-09-122-4/+2
|
* Update to the 20060909 snapshot of GCC 4.2.0.gerald2006-09-1116-152/+152
|
* BROKEN on 7.0: Does not compilekris2006-09-111-0/+4
|
* Add support for QDBM.ale2006-09-112-0/+12
| | | | | PR: ports/102392 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Fix default certificates path for pfpro extension.ale2006-09-111-0/+5
| | | | | PR: ports/99067 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
* Update to the 20060908 snapshot of GCC 4.1.2.gerald2006-09-102-19/+19
|
* Update to the 20060907 snapshot of GCC 4.0.4.gerald2006-09-102-13/+13
|
* Update suhosin patch to 0.9.3 release.ale2006-09-096-12/+12
|
* - Fix PORTVERSION to 2.0.4acm2006-09-081-2/+1
| | | | Approved by: garga (mentor,implicit)
* - Update to 2.0.4acm2006-09-089-34/+46
| | | | | | - Add new dependencies to editors/lazarus Approved by: garga (mentor,implicit)
* - Provide a patch to fix daylight saving calculationsehaupt2006-09-082-0/+12
| | | | | | | - Bump PORTREVISION PR: 102895 Submitted by: Simun Mikecin <numisemis@yahoo.com> (maintainer)
* Update version number.olgeni2006-09-072-2/+2
|
* Upgrade to version R11B-1.olgeni2006-09-0719-393/+190
|
* Update to the 20060906 snapshot of GCC 4.2.0. This is getting pretty closegerald2006-09-0724-168/+160
| | | | | to the start of the GCC 4.2 release branch, and removes another namespace pollution issue.
* Mark BROKEN at 7.x (does not compile) while investigating the case.bsam2006-09-063-0/+12
| | | | Reported by: krismail
* Reset inactive maintainer who has not responded to email.linimon2006-09-061-1/+1
| | | | Hat: portmgr
* fixes: lang/gdc: add the "dmd wrapper script"daichi2006-09-052-2/+6
| | | | | | | - add the "dmd wrapper script" PR: misc/102725 Submitted by: maintainer
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-2/+2
| | | | Hat: portmgr
* - Update to 6.4.2vs2006-09-053-751/+36
| | | | | | | - Fix permissions and cleanup [1] PR: ports/100959 [1] Submitted by: Stanislav Sedov
* o finish transition a repocopy from gnat-gcc34 to gnat-gcc41:bsam2006-09-0513-354/+247
| | | | | | | | | | | - gcc-4.1.2 version, snapshot 20060818 is used; [1] - fsf_suffix (-gnat-gcc41) is used for FSF MAN7 files to avoid conflicts with other gcc ports; [1] - some Makefile restructure; [1] o remove BROKEN for 4.x as it builds without errors. PR: 100038 [1] Submitted by: Karel Miklav <karel@lovetemple.net> (maintainer) [1]
* CamlIDL is a stub code generator and COM binding for Objective Caml.itetcu2006-09-045-0/+111
| | | | | | | | | | | | | | | | | | CamlIDL comprises two parts: * A stub code generator that generates the C stub code required for the Caml/C interface, based on an MIDL specification. (MIDL stands for Microsoft's Interface Description Language; it looks like C header files with some extras annotations, plus a notion of object interfaces that look like C++ classess without inheritance.) * A (currently small) library of functions and tools to import COM components in Caml applications, and export Caml code as COM components. WWW: http://caml.inria.fr/pub/old_caml_site/camlidl/ PR: ports/101100 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* o add fsf_suffix (-gnat-gcc34) to MAN7 names to avoid conflicts withbsam2006-09-041-12/+15
| | | | | | | | | | | other gcc ports; [1] o s/INSTALLS_SHLIB/USE_LDCONFIG; [1] o some Makefile restructure; [1] o bump PORTREVISION; [1] o remove BROKEN for 4.x as it builds without errors. PR: 102727 [1] Submitted by: Karel Miklav <karel@lovetemple.net> (maintainer) [1]
* - Add experimental suhosin protection system supportale2006-09-046-18/+30
| | | | - Remove the php->php-cgi temporary hack
* - Add experimental suhosin protection system supportale2006-09-043-12/+25
| | | | | - Add the possibility to build zlib extension static - Remove the php->php-cgi temporary hack
* NO_PACKAGE and NO_CDROM are superfluous herekris2006-09-044-8/+0
|
* Schedule for termination on 2006-12-01kris2006-09-032-0/+2
|
* NO_PACKAGE and NO_CDROM are superfluouskris2006-09-031-2/+0
|
* Schedule these ignored ports for termination on 2006-12-01kris2006-09-031-0/+2
|
* This port does not need to be IGNOREd since it is already RESTRICTED.kris2006-09-031-1/+2
| | | | | | However it is also broken since it doesn't respect PTHREAD_LIBS. Since it is unmaintained and quite old, deprecate it with removal on 2006-12-01.
* lang/gfortran conflicts with lang/gcc41.gerald2006-09-032-2/+6
|
* Schedule these broken ports for termination on 2006-12-01kris2006-09-035-0/+10
|
* Update to the 20060901 snapshot of GCC 4.1.2.gerald2006-09-022-19/+19
|
* - Detach iconv from build. It has a wrong Makefile.sem2006-09-011-0/+3
|
* - Comment out -j3 make flag. ruby18_static build can fail with it.sem2006-09-011-1/+1
|
* Update to 5.1.6 release.ale2006-08-314-8/+8
|
* Unbreak: Fetches againvs2006-08-311-2/+0
| | | | Noticed by P.Lamaiziere
* Update to 2.54.anholt2006-08-313-7/+9
| | | | | PR: ports/101930 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* - update to 1.13.0dinoex2006-08-313-6/+37
|
* - lib_depend on spidermonkeysat2006-08-301-2/+2
| | | | Approved by: Alex Kapranoff <kappa@freebsd.org.ua> (maintainer timeout since August 6)
* Update to the 20060826 snapshot of GCC 4.2.0. Among others, this fixesgerald2006-08-3024-176/+184
| | | | | | | | | | two cases where the common (file) namespace was polluted by Java-specific files. Disable building libgomp on FreeBSD 4.x and early versions of FreeBSD 5.0 due to pthread-related build issues there.[1] Reported by: kris (pointyhat) [1]
* - Update to 0.17clsung2006-08-303-15/+15
| | | | | | | | - Perl 5.7.2 and later versions have already installed Scalar::Util. PR: ports/100251 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: maintainer (timeout)
* Fix permissions and use PORTDOCSvs2006-08-292-82/+5
| | | | | PR: ports/100962 Submitted by: Stanislav Sedov
* - fix a loose commentdinoex2006-08-291-1/+1
|
* Reset bouncing maintainer address; mark DEPRECATED since it does not buildlinimon2006-08-281-2/+5
| | | | | on anything other than 4.X. If someone wants to save this port, they should step up now.
* - fix DISTFILES; [1]bsam2006-08-288-48/+40
| | | | | | | | | | - remove gcc-testsuite from distinfo; [1] - introduce MASTER_SITE_SUBDIR; [1] - change a BROKEN message (doesn't deinstall cleanly at 4.x, PR/101809 pending). PR: 102451 [1] Submitted by: Karel Miklav <karel@lovetemple.net> (maintainer) Approved by: netchild (mentor, implicit)
* Update to the 20060825 snapshot of GCC 4.1.2.gerald2006-08-282-19/+19
|
* - Update to 1.8.5sem2006-08-279-525/+7918
| | | | A bugs fix release.
* - Update to 0.9.16clsung2006-08-262-7/+7
| | | | | PR: ports/102539 Submitted by: maintainer (NIIMI Satoshi)
* - Update mail adressemiwi2006-08-262-8/+8
| | | | | | | | - Update to 4.109 PR: ports/102444 Submitted by: James Bailie <jimmy(at)jamesbailie.com>, (maintainer) Approved by: krion (mentor)
* Update to the 20060824 snapshot of GCC 4.0.4.gerald2006-08-252-13/+13
|
* Fix make reinstall problem, though the patch differs from that at [1].bsam2006-08-251-1/+1
| | | | | | PR: 102481 [1] Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> [1] Approved by: netchild (mentor, implicit)
* - Respect CFLAGSmiwi2006-08-241-1/+1
| | | | | Submitted by: Soeren Straarup via irc Approved by: krion (mentor)
* - update to 0.014clsung2006-08-223-5/+7
|
* - Update to 0.16clsung2006-08-222-4/+4
|
* Update lua to 5.1.1philip2006-08-222-4/+4
| | | | | PR: ports/102364 Submitted by: Richard Kiss <kiss -at- gizzywump.com> (maintainer)
* Update to the 20060818 snapshot of GCC 4.1.2.gerald2006-08-222-19/+19
|
* Update to the 20060819 snapshot of GCC 4.2.0.gerald2006-08-2116-152/+152
|
* - Add backup MASTER_SITESmiwi2006-08-211-1/+2
| | | | | Submitted by: pointyhat via kris mail Approved by: krion (mentor)
* Don't depend on X11 when WITHOUT_X11 was defined, even if X11 exists onitetcu2006-08-192-6/+26
| | | | | | | | target machine. PR: ports/102261 Submitted by: Stanislav Sedov (maintainer) Requested by: John E Hein <jhein@timing.com>
* - Update to 2006-08-07miwi2006-08-193-9/+32
| | | | | | | | - Added -fPIC to CFLAGS. PR: ports/101577 Submitted by: Nils M Holm <nmh(at)t3x.org> Approved by: krion (mentor)
* - Fix build on -CURRENTdelphij2006-08-194-7/+42
| | | | | | | - Pass maintainership to submitter. Submitted by: Stanislav Sedov <ssedov mbsd msk ru> PR: ports/100889
* Update to 5.1.5.delphij2006-08-196-52/+8
| | | | Approved by: ale's vacation
* Allow php5-ldap to be built with SASL support enabled.delphij2006-08-192-0/+8
| | | | | | | | | Note that PORTREVISION is intentionally not bumped because an update is under way. Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> PR: ports/96428 Approved by: ale's vacation
* Update to 4.4.4.delphij2006-08-192-4/+4
| | | | Approved by: ale's vacation
* Add gcc42-withgcjawt.maho2006-08-183-5/+7
| | | | | | | | | | | | GCC, the GNU Compiler Collection includes C, C++, Java with AWT peer for gtk. This port installs the various front ends as gcc42, g++42, gcj42, like master port, *AND* installs gcj+AWT peer for gtk as well. WWW: http://gcc.gnu.org/ Repocopied by: marcus
* IMP is a monadic style implementation of the semantics of the (very simple)miwi2006-08-184-0/+61
| | | | | | | | | | | | | | | | | | | | language IMP, "plain" the implementation with explicit passing of state. The semantics of the IMP-language is presented in the book: "The Formal Semantics of Programming Languages" by Glynn Winskel (1993, The MIT Press). for more details on monads, see Philip Wadler's page on: http://cm.bell-labs.com/cm/cs/who/wadler/topics/monads.html#combining-monads Author: Markus Mottl <markus.mottl@gmail.com> WWW: http://www.ocaml.info/home/ocaml_sources.html PR: ports/102103 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Approved by: krion (mentor)
* BROKEN: Does not compilekris2006-08-181-0/+2
|
* - Update to 2.0.1131, unbreak itrafan2006-08-185-45/+25
| | | | | | | | | - Update maintainer's email - -O2 -> -O3 if WITH_OPTIMIZED_CFLAGS - s/INSTALLS_SHLIB/USE_LDCONFIG/ PR: ports/102145 Submitted by: Simun Mikecin <numisemis at yahoo.com> (maintainer)
* Change BROKEN to IGNORE to prevent package buildkris2006-08-171-1/+1
|
* - update to 0.013clsung2006-08-153-4/+7
|
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-1523-23/+23
| | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Update to 4.1.2rafan2006-08-153-10/+10
| | | | | | | | - Beautify BROKEN msg PR: ports/101934 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Approved by: Andy Newman <an at atrn.org> (maintainer with different email)
* - Update to 2.5.9acm2006-08-143-9/+10
| | | | | | | | | | - Fix devel/commoncpp on LIB_DEPENDS [1] - Fix pkg-plist - Use USE_LDCONFIG instead of INSTALL_SHLIB - Take maintanership Reported by: kris [1] Approved by: garga (mentor)
* - Respect DESTDIRclsung2006-08-141-4/+4
| | | | | PR: ports/101888 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Update to the 20060812 snapshot of GCC 4.2.0.gerald2006-08-1416-152/+152
|
* Update to the 20060811 snapshot of GCC 4.1.2.gerald2006-08-132-19/+19
|