aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-2214-19/+19
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Better fix for the problem on AMD64 and Pentium4 since rev1.4.ume2006-01-221-22/+19
| | | | | | | | | | | getcontext() saves EFLAGS and setcontext() restores it. When carry flag is set in EFLAGS, setcontext() treats it as an system call error. This problem is filed as misc/92110. rev1.3 and before hid this problem, and rev1.4 exposed it. Drop carry flag before getcontext() for workaround for this problem. Submitted by: Tanaka Akira <akr__at__m17n.org> Tested by: TAKANO Yuji <takachan__at__running-dog.net>
* Update to the 20060120 snapshot of GCC 4.1.0.gerald2006-01-222-16/+16
|
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-2244-1171/+1171
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Upgrade to 1.0.14.thierry2006-01-223-18/+19
| | | | Changelog at <http://gambas.sourceforge.net/changelog.html>.
* WITHOUT_CPU_CFLAGS hack is not required anymore.ume2006-01-221-6/+0
| | | | Tested by: TAKANO Yuji <takachan__at__running-dog.net>
* fix build on AMD64 for workaround.ume2006-01-221-17/+22
| | | | Reported by: many
* ${CPUTYPE} might not defined.ume2006-01-211-0/+2
| | | | Reported by: cperciva
* Update to the 20060119 snapshot of GCC 4.0.3.gerald2006-01-212-16/+16
|
* It was not buildable with CPUTYPE=athlon64 or CPUTYPE=athlon-xpume2006-01-211-0/+4
| | | | | | | | since my last commit. It spun in 'miniruby' somewhere in a bigdecimal compile. So, if CPUTYPE is defined as athlon64 or athlon-xp, ignore CPU_CFLAGS for workaround. Reported by: Mike Harding <mvh__at__ix.netcom.com>
* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): use only for SPARC and IA64ume2006-01-212-17/+43
| | | | | | | | | | before gcc 4.0.3. previous one broke xcgroup of XCAST6: http://sourceforge.net/projects/xcast6/ Reported by: SUZUKI Koichi <metal__at__gc5.so-net.ne.jp> Obtained from: http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/eval.c.diff?r1=1.616.2.148;r2=1.616.2.149
* - Update to 5.0.1garga2006-01-212-7/+6
| | | | | PR: ports/92011 Submitted by: Ports Fury
* - Update to 0.63pav2006-01-207-10/+84
| | | | | PR: ports/92026 Submitted by: Johan van Selst <johans@stack.nl>
* Update to 0.05.tobez2006-01-202-4/+5
|
* Remove ONLY_FOR_ARCHS.arved2006-01-201-2/+0
| | | | | Reported by: Paul Scherf on freebsd-ports Tested on: amd64 and sparc64
* - bump PORTEPOCHdinoex2006-01-201-0/+1
|
* BROKEN: Does not compilekris2006-01-201-0/+2
|
* BROKEN on ia64 and sparc64: Does not compilekris2006-01-201-0/+4
|
* - Fix distinfo and unbreak.tdb2006-01-192-5/+3
| | | | | | | | | | | | - Distfile rerolled, changes as follows (full diff is ~500 lines): Change version number from 2.36 to 2.37 configure.in contains a few changes like this: -AC_MSG_NOTICE([ * Berkeley-DB (Tools):]) +AC_MSG_NOTICE([ * Berkeley-DB (Tools)]) PR: 91739 Submitted by: Andreas Eder <are@staffa.eder.local> Approved by: maintainer
* - new option GNUSTEP_PREFIXdinoex2006-01-193-3/+6
| | | | allow user defined location of all files
* - new default gcc34dinoex2006-01-191-1/+18
| | | | | | | - new options: GNUSTEP_WITH_GCC40 GNUSTEP_WITH_GCC41 GNUSTEP_WITH_GCC42
* Update to 5.6.2mnag2006-01-197-61/+60
| | | | | | | Mark as IGNORE < 500100. Require some C99 functions. PR: 91936 Submitted by: Gerhard Gonter <g.gonter@ieee.org> (maintainer)
* Upgrade to v301 --- bug fixes and changes to the demos.jkoshy2006-01-193-7/+75
|
* - Fix build on sparc64pav2006-01-191-0/+44
| | | | | | Investigated by: marius This patch by: Tanaka Akira <akr@m17n.org> (akr in ruby CVS) Obtained from: ruby CVS
* s/PHP_EXTDIR/EXTSUBDIR/gale2006-01-172-6/+6
| | | | The previous variable was too similar to PHP_EXT_DIR defined in bsd.php.mk.
* Speed up the build of PHP extensions by extracting only the extension subdirale2006-01-171-1/+4
| | | | from the big tarball.
* Speed up the build of PHP extensions by extracting only the extension subdirale2006-01-172-2/+10
| | | | | from the big tarball. Fix xsl extensions that look for files outside its WRKSRC.
* - enable fake-main support againdinoex2006-01-161-1/+2
| | | | | so packages can be build without procfs - new option WITHOUT_GNUSTEP_FAKEMAIN
* Update to 5.1.2 release:ale2006-01-1611-28/+64
| | | | | - add reflection - enable xmlreader and xmlwriter by default in php5-extensions
* Add kroc 1.4.0, the Kent Retargettable occam-pi Compiler.tdb2006-01-1610-0/+290
|
* - Provide pthread-less Ruby packagepav2006-01-162-0/+16
|
* - Provide WITHOUT_PTHREADS optionpav2006-01-161-3/+9
| | | | Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
* Update to 4.4.2 release.ale2006-01-165-136/+10
|
* - Fix bug: FileUtils.mv() does not unlink source file when moving overpav2006-01-162-1/+11
| | | | | | filesystem boundaries Reported by: Virgil Champlin <champlin@stupidog.org>
* - Update for 1.8.4pav2006-01-161-0/+1
| | | | Reported by: krismail
* - No latest link, to prevent clash with lang/ruby18pav2006-01-151-0/+2
| | | | Reported by: kris
* - No latest link, to prevent clash with lang/fpc2pav2006-01-151-0/+2
| | | | Reported by: kris
* Update to the 20060114 snapshot of GCC 4.2.0.gerald2006-01-1516-128/+128
|
* Update to the 20060113 snapshot of GCC 4.1.0.gerald2006-01-152-16/+16
|
* Update to 1.1.12.1tmclaugh2006-01-1512-361/+118
| | | | Project by: BSD# <www.mono-project.com/Mono:FreeBSD>
* - OPENSSLINC is even betterpav2006-01-151-1/+1
| | | | Submitted by: mezz
* - Use OPENSSLBASEpav2006-01-151-5/+2
| | | | Suggested by: mezz
* - Add patchfile neded for ruby-tkpav2006-01-151-0/+7
|
* 1: upgrade to latest version.vanilla2006-01-152-4/+4
| | | | 2: remove BROKEN on x11-toolkits/ewl.
* - Account for removal of tcltklib; 1.8 is now defaultpav2006-01-141-7/+3
|
* - Remove ruby-tcltklib; it was collapsed into ruby-tk in 1.8.4pav2006-01-144-102/+0
|
* - Enable pthreads using configure switch, so autodetection based on headerspav2006-01-141-3/+2
| | | | parsing works
* - Correct OpenSSL handling from previous commitpav2006-01-141-1/+1
|
* - Make OpenSSL handling more obviouspav2006-01-141-2/+6
|
* - Update to 1.8.4pav2006-01-146-472/+696
| | | | | PR: ports/91556 Submitted by: Alexander Wittig <alexander@wittig.name>
* BROKEN: Does not buildkris2006-01-141-0/+2
|
* BROKEN: Size mismatchkris2006-01-141-0/+2
|
* Update to the 20060112 snapshot of GCC 4.0.3.gerald2006-01-142-16/+16
|
* - Update graphics/libglut to 6.4.1.sem2006-01-122-1/+3
| | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
* Update to Onyx 5.1.2.jasone2006-01-122-5/+6
| | | | Approved by: markm (mentor)
* Update to the 20060110 snapshot of GCC 3.4.6.gerald2006-01-122-16/+16
|
* Remove / from the DISTFILES, properly use grouped master-sites.edwin2006-01-112-7/+9
| | | | Noticed by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
* Unbreak: Build w/o FD-solver on 6.x+vs2006-01-102-7/+11
| | | | Currently I do not have the resources to find out why it's breaking
* Spidermonkey version update to 1.5 with fixes for ia64/amd64edwin2006-01-094-38/+29
| | | | | | | Update source to spidermonkey 1.5 and patched (much thanks to Anish Mistry) to fix compilation problems under amd64 (and presumably ia64 too but untested) and to make the build thread-safe. PR: ports/91522 Submitted by: Dan Rench <citric@cubicone.tmetic.com>
* Update to the 20060107 snapshot of GCC 4.2.0.gerald2006-01-0916-144/+128
| | | | | GCC no longer installs an empty ${PREFIX}/share/classpath/, so we can avoid my hack to remove it.
* Update to the 20060106 snapshot of GCC 4.1.0.gerald2006-01-082-18/+16
| | | | | GCC no longer installs an empty ${PREFIX}/share/classpath/, so we can avoid my hack to remove it.
* 1: Upgrade to 7.6.64.vanilla2006-01-087-215/+5
| | | | | | | 2: use ONLY_FOR_ARCHS, and it's compileable on my amd64 box. PR: ports/91452 Submitted by: maintainer
* Add lang/p5-Perl6-Subs 0.05, a source filter that adds a very usefultobez2006-01-085-0/+49
| | | | subset of Perl 6 subroutine syntax to Perl 5.
* - Don't touch what comes from mtreepav2006-01-082-4/+0
| | | | Approved by: maintainer
* Upgrade to 2.763.vanilla2006-01-072-8/+5
| | | | | PR: ports/91459 Submitted by: Ports Fury
* Update to the 20060105 snapshot of GCC 4.0.3.gerald2006-01-072-16/+16
|
* [UPDATE]: lang/ferite: Update to version 1.0.2edwin2006-01-072-4/+4
| | | | | | | | | | | | | | | | | This patch will update lang/ferite to version 1.0.2. This version fixes several memory issues: - Fix for a threading issue that caused the engine to crash with a memory issue. - Fix for rmi and a lack of parsing of arguments within function calls. - Fix for rmi that caused the starvation of network sockets within the server environment. The new fix forces the GC to be run when in blocking listen mode and also forces the shutdown of network sockets. - Fix for array code that would cause objects to have an inflated refcount and cause scripts to not deleted objects within the GC - Fix for refcounting issues within the assignment of objects - Fix for building on CYGWIN: required -no-undefined on the libraries and a missing header in aphex_thread.c - Fix for class/namespace modifies on a class/namesapce that already exists PR: ports/91409 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* Honour WITHOUT_X11.vs2006-01-062-382/+397
| | | | | | | | | Note that except for OpenAL the --without-foo flags to configure are currently ignored, so some post-configure intervention is required to get this right when X11 is present but not desired. Requested by: Yuri Karaban Approved by: maintainer (cabal)
* Update to the 20060103 snapshot of GCC 3.4.6.gerald2006-01-052-16/+16
|
* - Update to 20051202pav2006-01-054-122/+1261
| | | | | | PR: ports/90097 Submitted by: Geoffrey Mainland <mainland@apeiron.net> Approved by: maintainer
* Chase libversion bumb to libMagick.so.9edwin2006-01-051-2/+2
| | | | PR: ports/91270
* update lang/sketchyedwin2006-01-043-99/+64
| | | | | | | | | | | Update to version 2006-01-02. (In case the pasted diff is not usable, please contact me by email. I have tried to send the patch by mail, but my provider appears to be blacklisted at spamcop.net.) PR: ports/91271 Submitted by: Nils M Holm <nmh@t3x.org>
* [maintainer-update] lang/clisp to version 2.37edwin2006-01-032-4/+4
| | | | | | | Update port to latest upstream version. PR: ports/91253 Submitted by: Jakub Rehor <jakub@rehor.net>
* This port still requires emacs20, so use the port.mk emacs frameworkdd2006-01-021-3/+2
| | | | | | | | to get the right port. (Actually, ideally, the port would just be upgraded to use emacs21, but--this is better than nothing for now.) PR: 90469, 90471 Submitted by: NIIMI Satoshi
* Update to the 20051230 snapshot of GCC 4.1.0.gerald2006-01-022-16/+16
|
* Update to the 20051231 snapshot of GCC 4.2.0.gerald2006-01-0216-128/+128
|
* - Update to 4.84pav2006-01-022-4/+4
| | | | | PR: ports/91153 Submitted by: James Bailie <jimmy@jamesbailie.com> (maintainer)
* Update to 1.0.1ehaupt2005-12-313-203/+91
| | | | | PR: 91095 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
* Update to the 20051229 snapshot of GCC 4.0.3.gerald2005-12-313-17/+16
| | | | | Remove broken removal of the info/gcc40 directory; this has to be handled by Mk/bsd.ports.mk.
* Update to the 20051227 snapshot of GCC 3.4.6.gerald2005-12-293-17/+16
| | | | | Remove broken removal of the info/gcc34 directory; this has to be handled by Mk/bsd.ports.mk.
* Update to the 20051223 snapshot of GCC 4.1.0.gerald2005-12-294-25/+31
| | | | | | | | | | Install the .info files of the lang/gcc41 port in a port-specific subdirectory, and move include/mf-runtime.h into a version specific directory. This allows us to remove the conflict with lang/gcc33, and reduce the clash with lang/gcc42. Also improve packaging by using @dirrm include/ssp instead of speculative removal.
* New port: lang/fpc2edwin2005-12-295-0/+515
| | | | | | | | | | | | | | | Freepascal 2.0.0 is the latest release of freepascal compiler suite. Originally named FPK-Pascal, the Free Pascal compiler is a 32 bit Turbo Pascal compatible Pascal compiler for DOS, Linux, Win32, OS/2, (based on an older version) the AmigaOS, FreeBSD/ELF, and BeOS. WWW: http://www.freepascal.org/ PR: ports/82640 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Update to the 20051224 snapshot of GCC 4.2.0.gerald2005-12-2824-144/+136
| | | | | | Improve packaging by using @dirrm include/ssp instead of speculative removal. Remove broken removal of the info/gcc42 directory; this has to be handled by Mk/bsd.ports.mk.
* - Update to 0.9.8pav2005-12-284-11/+94
| | | | | PR: ports/91012 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
* Update to 4.83anray2005-12-283-4/+5
| | | | | PR: ports/90993 Submitted by: maintainer
* [New ports] devel/mimir, lang/elan - Elan Programming Languageedwin2005-12-286-0/+105
| | | | | | | | | | | | | | | | | | | Elan is a programming language originally developed by the Technical University of Berlin, but nowadays an implementation is maintained by the Radboud University of Nijmegen. We at TCCN learn youngsters how to program in this language. We installed FreeBSD on one of our SPARC's some time ago, but Elan wasn't in the Ports tree yet. That's why I made two ports. One for lang/elan, the Elan compiler, and one for devel/mimir, a library the Elan compiler uses. More info about Elan: http://en.wikipedia.org/wiki/Elan_programming_language PR: ports/89275 Submitted by: Ed Schouten <ed@fxq.nl>
* Add SHA256 message digest to distinfo fileedwin2005-12-271-0/+1
| | | | | PR: ports/90953 Submitted by: Scott Flatman <sf@slappy.org>
* Add SHA256 checksum.markm2005-12-271-0/+1
|
* - Update to 19bpav2005-12-272-10/+10
| | | | | PR: ports/90945 Submitted by: Scott Flatman <sf@slappy.org> (maintainer)
* - Add SHA256pav2005-12-271-0/+1
| | | | | PR: ports/90944 Submitted by: Scott Flatman <sf@slappy.org> (maintainer)
* Updates to use tcl84.thierry2005-12-264-7/+30
| | | | | | | Bump PORTREVISION and add tcl84 to CATEGORIES. PR: N/A (direct mail) Submitted by: Pedro F. Giffuni <giffunip (at) yahoo.com>
* Update to Release of 2005.12.21.perky2005-12-264-37/+6
|
* - update to 1.11.2dinoex2005-12-253-8/+5
|
* Update to the 20051222 snapshot of GCC 4.0.3.gerald2005-12-232-16/+16
|
* - Update to 2.36garga2005-12-233-7/+10
| | | | | PR: ports/90781 Submitted by: maintainer
* Move path to BSDPAN ahead of the path to site_perl. This makes BSDPANtobez2005-12-2210-60/+50
| | | | | | | | | work when devel/p5-ExtUtils/MakeMaker is installed. This, again, is a minor change, which does not require re-installation of the dependant packages. Reported by: lth
* Update to the 20051215 snapshot of GCC 4.0.3.gerald2005-12-2213-43/+51
| | | | | | | | | | Install the .info files of the lang/gcc40 port in a port-specific subdirectory, and move include/mf-runtime.h into a version specific directory. This allows us to remove the conflicts with lang/gcc33, lang/gcc41 and lang/gcc42. Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead of hardcoding the version number 40.
* Update to the 20051220 snapshot of GCC 3.4.6.gerald2005-12-225-34/+41
| | | | | | | | | Install the .info files of the lang/gcc34 port in a port-specific subdirectory, which allows us to remove the conflicts with lang/gcc40 and lang/gcc41 and also removes the hidden conflict with lang/gcc33. Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead of hardcoding the version number 34.
* Install the .info files of the lang/gcc42 port in a port-specificgerald2005-12-2218-42/+98
| | | | | | | subdirectory, which allows us to remove the conflicts with lang/gcc33 and lang/gcc34. Dedicated to: obrien
* - Update to 1.1ehaupt2005-12-224-73/+22
| | | | | | | - Remove two patches PR: 90723 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
* - Upgrade to v300. This DrScheme release offers Unicode support,jkoshy2005-12-225-473/+1287
| | | | | | | | a foreign function interface, anti-aliased text, and many other extensions and improvements. - Add a port knob 'CAIRO' to conditionally allow compilation with the Cairo graphics library.
* works better like thatmat2005-12-201-0/+1
| | | | Pointy hat to: tobez and aaron
* Update to the 20051217 snapshot of GCC 4.2.0. Due to changes in the buildgerald2005-12-1916-160/+136
| | | | systems, this will consume more diskspace to build (some 900MB on i386).
* Patch for CVE-2005-3962 (fixes for sprintf formatting issues).tobez2005-12-1910-5/+40
| | | | | | | Bump PORTREVISION. This revision is compatible with the previous one, so no need to rebuild dependant ports.
* Update to 2.2.lawrance2005-12-194-43/+104
| | | | | PR: ports/90554 Submitted by: Ports Fury
* Mention in the pkg-message that semaphores can be removed using ipcrm.tmclaugh2005-12-181-6/+2
| | | | | | | | | I didn't use the submitted patch since I want to keep the pkg-message one screenful. Also removed some extra wordage to make the pkg-message shorter. PR: 90394 Submitted by: Michael C. Shultz <ringworm01@gmail.com>
* BROKEN: Unfetchablekris2005-12-181-0/+2
|
* BROKEN on !i386: Does not compilekris2005-12-181-1/+7
|
* - Update to Release of 2005/12/11perky2005-12-176-28/+32
| | | | | | - Fix build on 4-STABLE [1] Submitted by: vs [1]
* Update to the 20051216 snapshot of GCC 4.1.0.gerald2005-12-172-19/+16
|
* - Update to 4.81tdb2005-12-173-4/+5
| | | | | | PR: 90508 Submitted by: James Bailie <jimmy@jamesbailie.com> (maintainer) Approved by: clement (mentor, implicitly)
* - Update to 1.0-jsr-04hq2005-12-163-6/+7
| | | | | - Allow user to override ${GROOVY_HOME} at runtime - Add SHA256 info
* Upgrade to version R10B-9.olgeni2005-12-1515-252/+244
|
* Update program names to account for GCC 4.2.gerald2005-12-148-8/+8
|
* Add SA256 checksums.jkoshy2005-12-145-0/+5
|
* Chase libgii update.jylefort2005-12-131-2/+2
| | | | | PR: ports/90297 Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
* Install manpages into a real manpath.lawrance2005-12-122-3/+9
| | | | | | | Bump PORTREVISION. PR: ports/38034 Submitted by: Chris J. Mutter <cjm@s2.enemy.org>
* Complete the repocopy of lang/gcc41 to lang/gcc42 and update to the 20051210gerald2005-12-1228-427/+436
| | | | | | | | snapshot of GCC 4.2.0. Change pkg-plist to avoid hardcoding any version number. PR: 90253
* Update to the 20051209 snapshot of GCC 4.1.0.gerald2005-12-123-46/+47
| | | | Change pkg-plist to avoid hardcoding any version number.
* New port linux-libperl version 5.8.5: Library for embedding thelioux2005-12-125-0/+66
| | | | perl interpreter (linux version)
* - Add new locations in MASTER_SITES.flz2005-12-111-1/+4
| | | | | PR: ports/90202 Submitted by: maintainer
* - Add new locations in MASTER_SITES.flz2005-12-111-0/+3
| | | | | PR: ports/90201 Submitted by: maintainer
* Raise default memory limit from 8M to 12M to let pear run wellale2005-12-103-0/+33
| | | | on 64bit archs.
* - Updated from v0.70 to v0.70.1aaron2005-12-102-4/+5
| | | | | | - Updated the maintainership from ports@ to perl@ Approved by: tobez
* - Update to PHP 5.1.1 extensions.ale2005-12-101-16/+9
| | | | | - Build and install the extensions during build target instead of install.
* Finally update to PHP 5.1.1 release! (And remove unsupported extensions)ale2005-12-1030-790/+170
|
* Build and install the extensions during build targetale2005-12-101-6/+4
| | | | instead of install.
* Reorganize (use bsd.apache.mk and remove pear leftovers)ale2005-12-108-216/+14
|
* Update to the 20051208 snapshot of GCC 4.0.3.gerald2005-12-092-16/+16
|
* - Update to 0.17lth2005-12-092-3/+4
| | | | - Add SHA256 checksum
* Update to the 20051206 snapshot of GCC 3.4.6.gerald2005-12-092-17/+17
|
* Add lang/p5-Interpolation 0.70, a Perl module that implements arbitrarytobez2005-12-085-0/+54
| | | | string interpolation semantics.
* Add a patch that enables to press Ctrl-D to exit.perky2005-12-072-0/+14
| | | | Obtained from: quag on freenode#io
* Update to Release of 2005-12-15.perky2005-12-074-160/+51
|
* Use INFO macrosedwin2005-12-072-3/+3
|
* The libc.so.4 is only needed when building it, so add a build-dependencyedwin2005-12-061-1/+1
| | | | on {LOCALBASE}/compat/lib/libc.so.4 instaed of a lib-dependency on c.4
* After unbreaking, also fixing pkg-plist and PERL5 dependency for running.edwin2005-12-052-7/+2
|
* Add dependency on bisonedwin2005-12-051-1/+2
| | | | Make dependency on c.4 a lib_depends instead of a build_depends.
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-3/+0
|
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-058-21/+3
|
* use INFO macroedwin2005-12-052-12/+1
|
* Use INFO macroedwin2005-12-054-70/+4
|
* Update to 0.17mnag2005-12-054-16/+75
| | | | | | | | Add knob to build with GCC 4.0.x Add SHA256 PR: 89928 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
* Update to 20051203 version.philip2005-12-052-5/+5
| | | | | PR: ports/89941 Submitted by: Nils M Holm <nmh -at- t3x.org> (maintainer)
* Update to 1.18.tobez2005-12-042-3/+4
|
* - Upgrade to 9.4.3;thierry2005-12-043-29/+57
| | | | | | | | | Changelog at <http://www.cs.arizona.edu/icon/v943/relnotes.htm>. - Add a test target. Note: this port is marked only for alpha and i386, but it should work on other archs - anyone to test it?
* - Update to 0.71.flz2005-12-043-6/+16
| | | | | | | - Add amd64 to working archs. PR: ports/89909 Submitted by: maintainer
* Use INFO macroedwin2005-12-048-44/+5
|
* MAINTAINER: lang/sbcl: Change default bootstrap language to CMUCLedwin2005-12-041-15/+1
| | | | | | | | This PR changes to use CMUCL to bootstrap by default, because distrubuted binaries does not work on some environment. PR: ports/89920 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* Update to the 20051202 snapshot of GCC 4.1.0.gerald2005-12-0418-171/+198
| | | | | | Unfortunately, we have to disable building Java since installation of libgcj consumes insane amounts of memory and thus fails on machines with less than 1GB of RAM.
* - prepare removal of www/apache2 in favor of www/apache20 for namingclement2005-12-043-3/+3
| | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus
* Update to the 20051201 snapshot of GCC 4.0.3.gerald2005-12-032-16/+16
|
* Upgrade to latest version.vanilla2005-12-022-3/+4
|
* When using the bootstrap ada distfile, correctly set the path so itdeischen2005-12-021-1/+1
| | | | picks it up.
* Reset maintainer per his request. We hope to see him back soon.linimon2005-12-021-1/+1
|
* - Add SHA256garga2005-12-021-0/+1
| | | | Approved by: maintainer
* - Update to 3.09garga2005-12-022-5/+7
| | | | | | | - Add SHA256 PR: ports/89807 Submitted by: maintainer
* - Update to 3.09.0garga2005-12-014-12/+27
| | | | | PR: ports/89780 Submitted by: maintainer
* - Update to 0.28.flz2005-12-012-5/+4
| | | | | | | - Add SHA256 checksum. PR: ports/89793 Submitted by: Johan van Selst <johans@stack.nl>
* - Update to snapshot 20050424.flz2005-12-015-33/+24
| | | | | | | | | - Rename patch-aa. - Add SHA256 checksum. - Remove one-line pkg-plist. PR: ports/89791 Submitted by: Johan van Selst <johans@stack.nl>
* Add SHA256 to my BSD# portstmclaugh2005-12-011-0/+1
| | | | Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
* Resurrect lang/mlton in the ports framework.edwin2005-12-011-0/+1
| | | | | | Remove lang/mlton from MOVED. PR: ports/89684 related
* RESURRECT PORT: lang/mltonedwin2005-12-014-0/+708
| | | | | | | | | | | | | | Although Stephen Weeks was the original maintainer of this port and still should be (unless he'd prefer not to be, in which case I volunteer), I made the first push to get this port included and will commit to resolving any problems that crop up from here on out. I think it's important to have MLton in the ports tree as it is a great ML compiler. The new lang/twelf port would also benefit, as it is a good bit faster when compiled with MLton :) PR: ports/89684 Submitted by: Geoffrey Mainland <mainland@apeiron.net>
* Add missing pkg-plist update from the previous commit.gerald2005-11-309-0/+9
|
* Chase shlib version bump of net-snmp.kuriyama2005-11-306-6/+6
|
* Update to the 20051125 snapshot of GCC 4.1.0 (which gets us rid of agerald2005-11-3027-243/+180
| | | | workaround I had to apply to this port).
* - Update to 3.08.a27 [1]jylefort2005-11-295-24/+48
| | | | | | | | | | - Respect ${CC} - Remove -O from vendor CFLAGS - Use SUB_FILES=pkg-message [1]: PR: ports/89701 Submitted by: maintainer
* Update to 0.9.7mnag2005-11-292-9/+26
| | | | | PR: 89711 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
* Include bin/ioServer and bin/ioDesktop to the distribution whichperky2005-11-292-2/+6
| | | | are executable instances for servers and desktops respectively.
* The linuxulator does not support Linux amd64 code. When ${ARCH} isjylefort2005-11-292-3/+1
| | | | amd64, use the i386 RPM packages.
* Fix a typo (missing space) when building without shared libraries.deischen2005-11-291-1/+1
|
* Oops, forgot to add these patch files.deischen2005-11-292-0/+24
|
* Fix build when BATCH and WITH_ONIGURUMA is set.lawrance2005-11-291-0/+25
| | | | | | PR: ports/87704 Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp> Reviewed by: Parv <parv@pair.com>
* Update the antiquated version of the GNAT compiler to the GPL-2005deischen2005-11-2930-3661/+2203
| | | | | | | | | | | | version. Note that this version now produces executables that are covered by the GPL as opposed to the previous version which was covered by the modified GPL. Also note that the GNAT sources in the stock GCC-4 tree are not under this restriction. A new port based on the sources in GCC-4 will come when I get the time.
* Update to the 20051122 snapshot of GCC 3.4.5.gerald2005-11-292-11/+16
|
* Use the right syntax for a ${MASTER_SITE_foo} with a distfile group.fenner2005-11-281-1/+1
|
* Update to the 20051124 snapshot of GCC 4.0.3.gerald2005-11-282-11/+16
|
* Fix category.jylefort2005-11-271-1/+1
| | | | Reported by: kris (chkversion)
* Reset maintainer at his request and deprecate. This port does not buildlinimon2005-11-271-5/+4
| | | | | on recent versions of FreeBSD. It is possible that the maintainer was the only person that ever used it ...
* Add linux-libgcc.jylefort2005-11-277-0/+64
| | | | | | | This port contains a version of libgcc which is newer than the one shipped with the default linux_base port. WWW: http://gcc.gnu.org/
* - Add SHA256pav2005-11-271-0/+1
| | | | Approved by: maintainer
* New port: lang/twelf A meta-logical framework for deductive systemsedwin2005-11-267-0/+604
| | | | | | | | | | | The Twelf implementation comprises * the LF logical framework, including type reconstruction; * the Elf constraint logic programming language; * an inductive meta-theorem prover for LF; * and an Emacs interface. PR: ports/84625 Submitted by: "Andrew Bernard" <andrew@hobnob.com>
* Remove ${MASTER_SITE_LOCAL}, since there is no MASTER_SITE_SUBDIRfenner2005-11-261-2/+1
| | | | | and the distfile isn't in anyone's local directory. The backup FreeBSD distfile sites will still be used in ${MASTER_SITE_BACKUP}.
* - Add SHA256pav2005-11-262-0/+2
| | | | Approved by: mat (perl; maintainer)
* - Add SHA256pav2005-11-261-0/+1
| | | | Requested by: maintainer
* - Add SHA256 checksums to my portssergei2005-11-251-0/+1
|
* - Add SHA256pav2005-11-2593-7/+129
|
* - Kill FreeBSD 2.X and 3.X bitspav2005-11-252-18/+6
| | | | | - Add SHA256 - Sanitize IGNORE message
* - Add SHA256pav2005-11-251-0/+1
|
* security/nettle is out of date : port version is 1.7, available is 1.13edwin2005-11-241-2/+2
| | | | | | | | | | Nettle port is out of date. Nettle website has 1.13 for ages. Nettle port needs to be updated for software fixes purposes. Bumped portversion of lang/pike76 PR: ports/87655 Submitted by: Xavier beaudouin <kiwi@oav.net>
* - Remove dead MASTER_SITESpav2005-11-243-21/+3
|
* - Add SHA256 checksumspav2005-11-243-0/+3
|
* Fix build on 4.xvs2005-11-232-4/+15
| | | | Approved by: maintainer via barner@
* - Mark IGNORE on 4.xbarner2005-11-231-1/+7
| | | | | PR: ports/89317 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
* - Drop maintinership to ports@sem2005-11-221-1/+1
| | | | Reminded by: linimon
* The Fortran frontend now installs the language driver asgerald2005-11-221-0/+1
| | | | bin/%%GNU_HOST%%-gfortran40 as well, like the other languages.
* - Update to 4.80pav2005-11-212-4/+4
| | | | | PR: ports/89332 Submitted by: James Bailie <jimmy@jamesbailie.com> (maintainer)
* BROKEN on 6.0: Does not buildkris2005-11-211-0/+4
|
* - use byaccj from port to build, as byacc in base is brokendinoex2005-11-201-2/+7
| | | | http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/85115
* Backport devel patch to fix underflow in in modify_shared_string()mnag2005-11-182-0/+29
| | | | | | | Bump PORTREVISION PR: 89225 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* Update to 20051118mnag2005-11-184-26/+20
| | | | | | | | Update COMMENT and pkg-descr Add SHA256 PR: 89216 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* Update to the 20051117 snapshot of GCC 4.0.3.gerald2005-11-183-25/+11
|
* - Update to 7.6.50pav2005-11-175-5/+177
| | | | | PR: ports/89127 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* mirrors.rcn.net, one of the main mirrors has a corrupted tarball of thegerald2005-11-179-9/+9
| | | | | | | | | testsuite; since this is not needed for regular operation, just disable it in the port, but keep the correct data in distinfo, in case someone wants to obtain and verify it nevertheless. PR: 89128 Reported by: pointyhat
* - Update to 2.5.4.2005.11.15 [1]barner2005-11-166-1824/+2146
| | | | | | | - Pet portlint Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) [1] PR: ports/89086 [1]
* - Fix pear pkg-plistale2005-11-1612-42/+82
| | | | - Increase pear memory limit (requested by amd64)
* - Fix pear pkg-plistale2005-11-169-40/+167
| | | | | | | - Increase pear memory limit (requested by amd64) - Revert apache2handler to the latest working version found in PHP 4.4.0, since PHP developers seem not interested in fixing the bug with apache2 and mod_rewrite
* BROKEN: Size mismatchkris2005-11-161-0/+2
|
* Update to the 20051115 snapshot of GCC 3.4.5.gerald2005-11-162-11/+11
|
* Fix after sweep.ade2005-11-161-1/+2
| | | | Submitted by: maintainer
* Upgrade to 2.0.6.tg2005-11-162-5/+6
|
* Nuke one-line plistvs2005-11-162-2/+1
|
* Remove abandoned ports (mastersite has vanished).barner2005-11-159-108/+0
| | | | | Requested by: Simon Dick <simond@irrelevant.org> (maintainer) PR: ports/89059
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-1542-49/+42
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* BROKEN: Size mismatchkris2005-11-151-0/+2
|
* - Bump PORTEPOCH for ruby ports that gets PORTVERSION from bsd.ruby.mksem2005-11-153-0/+3
| | | | Reported by: chkversion script
* Update to the 20051110 snapshot of GCC 4.0.3 (which requires a fix togerald2005-11-153-11/+26
| | | | | | | | | build with GCC 2.95 that I already submitted upstream as well). Add a long missing dependency on USE_ICONV=yes.[1] PR: 88894 [1] Submitted by: Björn König" <bkoenig@cs.tu-berlin.de> [1]
* Update to 1.2.0.knu2005-11-142-5/+5
| | | | Take over the maintainership. I'm using PHP these days. ;|
* Update to 0.16lth2005-11-142-3/+3
|
* - Back out the last update. It breaks many ruby ports install.sem2005-11-143-304/+235
| | | | Reported by: kris via pointyhat
* Update to 4.79lawrance2005-11-142-3/+4
| | | | | PR: ports/88967 Submitted by: James Bailie <jimmy@jamesbailie.com> (maintainer)
* Update to the 20051112 snapshot of GCC 4.1.0 (which requires a fix togerald2005-11-1427-117/+243
| | | | | | | | | build with GCC 2.95 that I already submitted upstream as well). Add a long missing dependency on USE_ICONV=yes.[1] PR: 88894 [1] Submitted by: Björn König" <bkoenig@cs.tu-berlin.de> [1]
* Store a copy of the distfile on MASTER_SITE_LOCALarved2005-11-131-5/+2
|
* - add SHA checksumdinoex2005-11-134-0/+5
|
* Update to 2005-11-12.stefanf2005-11-123-22/+72
| | | | Approved by: arved
* Upgrade to 1.0.13.thierry2005-11-122-3/+4
| | | | Changelog at <http://gambas.sourceforge.net/changelog.html>.
* With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-1113-13/+13
| | | | been inactive more than 6 months. We hope to see him back sometime.
* - Add SHA256 to all ports submitter maintaingarga2005-11-112-0/+2
| | | | | PR: ports/88791 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* Add bugfix for SSL distribution protocol.olgeni2005-11-104-0/+48
| | | | Obtained from: Bjorn Gustavsson <bjorn(at)erix.ericsson.se>
* Add SHA256 checksums.olgeni2005-11-102-0/+6
|
* Update to 0.14. Now works with old perls again.lth2005-11-102-8/+4
|
* Fix build: Use our own targets since the real ones have funky dependenciesvs2005-11-101-0/+10
| | | | which would like autoreconf.
* Update to 0.13. Now requires perl from ports.lth2005-11-102-4/+8
|
* (Long awaited) update to 1.1.9.2tmclaugh2005-11-1022-598/+872
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Mono Changes: - Series release: http://www.go-mono.com/archive/1.1.9/ - Patch release: http://www.go-mono.com/archive/1.1.9.1_0/ (No 1.1.9.2 release announcement.) Port Changes: - Add pkg-message to explain reasons for common build failures and note the need to possibly increase the number of semaphores from the default FreeBSD amounts. - Add preliminary amd64 support [1,2] which has been disabled for the time being due to lingering stability issues. - Force the Mono build to only write within ${WRKDIR} and no longer write to ~/.wapi which leads to... - Add bsd.mono.mk which is a common makefile all Mono consumers will depend on. Currently this file sets the location of the .wapi the build process will write to. Since Mono does not cleanup the semaphore created for a .wapi when the last Mono process exits this file also handles the removal of the semaphore created during port building so we do not exhaust the machine's semaphore limit. Submitted by: Jean-Michel "tuo" Herve <jm.herve@gameproduction.org> [1] Joe Lewis <joe@joe-lewis.com> [1] Lou Kamenov on BSD# mailinglist [2] Approved by: ahze (mentor) Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
* Assign to new volunteer.linimon2005-11-101-1/+1
|
* - Portlintpav2005-11-101-4/+4
| | | | | PR: ports/88544 (part of) Submitted by: Matthew Luckie <mjl@luckie.org.nz> (maintainer)
* Sync freebsd7 support with gcc33.obrien2005-11-103-26/+25
|
* bsd.ruby.mk:sem2005-11-094-234/+307
| | | | | | | | | | | | | | | | | | - Change LOCALBASE with _RUBY_BASE - Set _RUBY_BASE=PREFIX if defined _RUBY_PORT_TEST _RUBY_BASE=LOCALBASE otherwise for easy ports testing. lang/ruby18: - Update to 1.8.3 Grant maintainership to submitter. While I'm here: - Add _RUBY_PORT_TEST=yes to lang/ruby16 port too. (lang/ruby1[68] must set it for right install). PR: ports/87332 Submitted by: Alexander Novitsky
* - Add SHA256ahze2005-11-091-0/+1
| | | | - Add SIZE to a few ports
* Remove maintainer at his request.linimon2005-11-091-1/+1
| | | | PR: ports/88701
* Update to the 20051020 snapshot of GCC 4.0.3.gerald2005-11-092-11/+11
|
* Update to the 20051108 snapshot of GCC 3.4.5.gerald2005-11-092-11/+11
|
* Update to the 20051029 snapshot of GCC 4.1. This brings many bugfixesgerald2005-11-0927-153/+117
| | | | | | due to the stabilization work for the 4.1.0 release and also addresses some hierarchy problems I had reported (and which we no longer need to work around).
* Add SHA256 checksums to the distinfo files.edwin2005-11-096-13/+33
|
* add makesum target to this port so it can generate the distinfos for all ↵edwin2005-11-091-21/+14
| | | | slaveports
* Fix build and respect CFLAGSmnag2005-11-093-16/+7
| | | | | | Add SHA256 Notified by: kris
* Don't touch share/nls/POSIX and share/nls/en_US.US-ASCIIarved2005-11-092-2/+1
| | | | Bump PORTREVISION
* Update to 0.16mnag2005-11-083-4/+5
| | | | | PR: 88597 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
* Upgrade to 1.0.12.thierry2005-11-084-5/+29
| | | | Changelog at <http://gambas.sourceforge.net/changelog.html>.
* Update to 19bmnag2005-11-083-14/+18
| | | | Approved by: Martin Cracauer <cracauer@cons.org> (maintainer)