aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Disable threads again; it has caused the more troubles. This time, it hasmezz2005-02-252-11/+24
| | | | | | | | | | | | | | | | | | | | | ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} include in the build to kill the headache of old '_r' and can't run with something like ruby-opengl, ruby-sdl, ruby-gtk2 and etc on FreeBSD 4.x or older 5.x. With this commit should solve those issues. It is recommend you to rebuild any apps that depend on lang/ruby18, so see the UPDATING for detail. Remove the 'BROKEN' on the other ports that knu has added them few weeks ago. Some of them have been tested, so if one of them is still broke then please let us know and one of us will re-add the 'BROKEN'. This changes was worked by lofi and me. lofi did everything on FreeBSD 4.x and I did others. lofi, thanks for help! Tested by: many people Tested on: i386 (FreeBSD 4.x, 5.x and 6.x), amd64 (FreeBSD 5.x and 6.x), and sparc64 (FreeBSD 5.x and 6.x) Not test on: ia64 and alpha Approved by: portmgr (kris)
* Update to the 20050223 snapshot of GCC 3.3.6.gerald2005-02-252-13/+13
|
* Hack commit to allow ruby18 to build on sparc64. This changes to threading,obrien2005-02-241-1/+1
| | | | | | so a real fix should be found ASAP. Submitted by: gad
* Update to 1.0.1vs2005-02-234-13/+30
| | | | | PR: ports/77883 Submitted by: maintainer
* Nqc has moved.jhay2005-02-232-2/+2
|
* Update to the 20050220 snapshot of GCC 4.0, and mostly fix the packing listgerald2005-02-2230-180/+200
| | | | for the libjava case (still disabled for now, though).
* Groovy is an agile dynamic language for the Java 2 Platform that has many ofhq2005-02-215-0/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | the features that people like so much in languages like Python, Ruby and Smalltalk, making them available to Java developers using a Java-like syntax. Groovy is designed to help you get things done on the Java 2 Platform in a quick, concise and fun way. Groovy brings the power of a scripting language directly into the Java 2 Platform. For example: - Shell scripting using Groovy allows the full power of the Java Platform to be brought to bear to the task at hand. - Groovy can be used (and indeed is already being used) as a replacement for Java for small and medium sized applications to execute on the Java 2 Platform. - Groovy can be used as an embedded language for dynamic business rules or extension points utilizing the agility of Groovy and saving the cost of redeploying applications for each change of rule (especially when the rules are stored in a database). - Groovy makes writing test cases for unit tests very easy. As well as being a powerful language for scripting Java objects, Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project. WWW: http://groovy.codehaus.org/
* - create the .package dir (caused issues for gauche-gtk)pav2005-02-203-7/+14
| | | | | | | | - disable the sxml stuff in default build (to avoid issues with textproc/gauche-sxml PR: ports/77542 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Remove more copies of Tcl's SunOS shared library hack.das2005-02-202-0/+36
| | | | | | | | | | | | | | | | | | | It's worth pointing out that the Tcl project used to *recommend* that application writers copy this kludge. These ports work fine with Tcl 8.3, which provided a fake matherr() even if the OS didn't, but here's what the Tcl 8.4 changelog has to say: 2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english) *** POTENTIAL INCOMPATIBILITY *** The following lines can be safely removed from any application that has them, unless compatibility with SunOS 4.X is desired. extern int matherr(); int *tclDummyMathPtr = (int *) matherr; The build problems were pointed out by Kris, as usual. ;-)
* - Update to 3.3pav2005-02-203-5/+8
| | | | | | | - Take maintainership PR: ports/77738 Submitted by: Gerhard Gonter <g.gonter@ieee.org>
* BSD# Project is taking the maintainership.mezz2005-02-201-1/+1
| | | | | | BSD# Project: http://forge.novell.com/modules/xfmod/project/?bsd-sharp Submitted by: tmclaugh
* - Update aleph 0.9.0 to afnix 1.0.0pav2005-02-2035-983/+294
| | | | | | | | | - Rename to match new name of the project - Take maintainership PR: ports/77611 Submitted by: Johan van Selst <johans@stack.nl> Repocopy by: marcus
* Update to 2.5.7 and unbreak.thierry2005-02-205-37/+57
| | | | | PR: ports/77650 Submitted by: Johan van Selst
* Account for src/include/stdbool.h and src/sys/i386/include/_types.h havemarius2005-02-192-5/+13
| | | | | | been fixed in FreeBSD >= 600013 regarding using the GCC-compatibility. Approved by: netchild (blanket)
* Add another site to MASTER_SITES.deischen2005-02-191-0/+1
|
* Remove lang/php3, which depends on the removed mod_php3kris2005-02-192-20/+0
|
* As previously announced, remove ports that have reached their expiry date,kris2005-02-1912-745/+0
| | | | and the handful of ports that depended on them.
* The static linking case (C++ only) expects a crtbeginT.o. Based uponnetchild2005-02-192-1/+5
| | | | | | | | inspection of src/contrib/gnu/crtstuff.c it seems it's the same as crtbegin.o, so make a symlink for it. At least linking a "Hello World" program with -static produces a working executable now. Noticed by: Niklas Sorensson <nik@cs.chalmers.se>
* - Update to bsd.java.mk 2.0hq2005-02-194-786/+787
| | | | | | | | | - Install in DATADIR=${JAVASHAREDIR}/${PORTNAME} - Use %%DATADIR%% - Add $FreeBSD$ tags - Tweak COMMENT to calm portlint (and remove redundant port name from it) - Improve launcher shell script (update to javavmwrapper 2.0) and use SUB_FILES - Minor cosmetic improvements
* Update to version 2.45.241.1926krion2005-02-182-5/+3
| | | | | PR: ports/77635 Submitted by: Johan van Selst <johans at stack.nl>
* Fix build on amd64.krion2005-02-181-5/+1
| | | | | PR: ports/77638 Submitted by: Johan van Selst <johans@stack.nl>
* Fix plistvs2005-02-181-0/+1
| | | | Noticed by: cluster
* - Update to CVS snapshot 1.2.18 (tarball from Debian)vs2005-02-173-159/+175
| | | | | - Use PORTDOCS/EXAMPLESDIR - We still use the pre-built docs from 1.2.16
* Update to 1.89vs2005-02-173-4/+4
|
* BROKEN: Size mismatchkris2005-02-151-0/+2
|
* - Really fix build under localepav2005-02-151-1/+8
| | | | Submitted by: Clemens Fischer <ino-qc@spotteswoode.de.eu.org>
* If one of locale-related variables set to a bad value in the user'stobez2005-02-147-0/+35
| | | | | | | | | | | environment (like da_DK.ISO_8859-15 as opposed to da_DK.ISO8859-15 on -CURRENT), perl ports cannot be built. While this condition clearly is an operator error, it is still no excuse for the build failure. Fix that by cleaning locale-related variables for configure and build steps. No plist changes, no portrevision bump. Reported by: Flemming Jacobsen <fj quite-at batmule maybe-dot dk>
* Handle USE_GCC properly and exchange its value 'X' with an actualkrion2005-02-141-1/+1
| | | | version number.
* - Install docs under share/doc instead of docpav2005-02-142-55/+58
| | | | | | PR: ports/76413 Submitted by: Florent Thoumie <flz@xbsd.org> Approved by: maintainer timeout (3 weeks)
* Fix USE_GCCvs2005-02-141-1/+1
| | | | | PR: ports/77403 Submitted by: John Cochran
* With portmgr hat on, reset maintainership of these ports. Maintainer'slinimon2005-02-147-7/+7
| | | | | | | | | old email address bounces, and he has not been responsive to email on the only other one we have for him. These ports are now available for adoption. Come back coop, we miss ya ...
* Unbreak package build on amd64arved2005-02-141-0/+2
| | | | Submitted by: Gerhard Gonter <g.gonter@ieee.org>
* - Update to 20050212vs2005-02-144-6/+10
| | | | | | | | - Added M-Expression compiler and examples - Updated documentation PR: ports/77413 Submitted by: Nils M. Holm (maintainer)
* Update to the 20050211 snapshot of GCC 3.4.4.gerald2005-02-132-13/+13
|
* Fix a system (all supported OS versions) header (stdbool.h) for the use withnetchild2005-02-132-1/+7
| | | | | | icc. Hint by: Ulrich Spoerlein <q@uni.de>
* Fix plistvs2005-02-131-0/+2
| | | | Noticed by: cluster via kris
* BROKEN: Incomplete pkg-plistkris2005-02-131-0/+2
|
* Don't forget to rmdir the new include/nickle. While I'm here, make rmdir ofanholt2005-02-131-1/+2
| | | | | | | share/nickle failure non-fatal, as people might be installing 3rd-party stuff there. Reported by: pointyhat via kris
* Fix build. Ports that formerly attempted to work around problemsdas2005-02-128-35/+62
| | | | created by matherr() no longer need to do so.
* Don't hard-code a directory name for which we already have a variable.dd2005-02-111-2/+2
| | | | | Mostly, this makes it easier to use this Makefile as the basis for another elisp port.
* Update to 2.45. The notable new feature is the foreign function interface,anholt2005-02-113-5/+27
| | | | | | which has been used for things like a cairo binding. As the ffi often requires loading libs which need pthreads, and we can't load pthreads during dlopen, link nickle against the pthreads lib to begin with.
* Eliminate /bin/bash-Linuxismvs2005-02-102-1/+12
| | | | Noticed by: cluster via kris
* - Unbreak on amd64 and ia64pav2005-02-108-14/+118
| | | | | PR: ports/77278 Submitted by: Johan van Selst <johans@stack.nl>
* - Try to unbreak on amd64: turn off gcc optimizationsem2005-02-091-1/+1
| | | | | PR: ports/77027 Submitted by: Johan van Selst <johans(at)stack.nl>
* Update to 1.42vs2005-02-084-79/+151
|
* - Update to 7.3pav2005-02-084-6239/+159
| | | | | PR: ports/77209 Submitted by: Christian Burkert <chris@chrisburkert.de> (maintainer)
* Fix problem in run_erl pipe creation.olgeni2005-02-074-2/+30
| | | | Submitted by: Peter Lund <Peter.Lund (at) lundata.se>
* The slippery pthread support for systems prior to 502102 has beenknu2005-02-057-59/+30
| | | | | | | | | | | | | | | | | | dropped and the lang/ruby16_r and lang/ruby18_r ports have been removed, since no one seems to appreciate the partially working solution. Good news is that the pthread support of lang/ruby18 is now enabled by default for newer systems, which means the ruby interpreter is linked with libpthread. This will allow threaded extension libraries to run and work properly on those systems. The --march=cputype flag is disabled because it gets ruby to malfunction and fail to build. I don't know if the problem is in libpthread or in gcc. (It really makes me wonder if they had actually tested before asking me to do this somewhat risky change ;-)
* - update to objc-bootstrap-3.1.33dinoex2005-02-045-80/+104
| | | | | | - update to objc-3.2.6 - add project homepage - use DOCSDIR
* Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServerperky2005-02-042-1/+6
| | | | | | | | | | vulnerability. PR: 77079 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Security: CAN-2005-0089 Security: http://www.vuxml.org/freebsd/6afa87d3-764b-11d9-b0e7-0000e249a0a2.html Security: SimpleXMLRPCServer.py allows unrestricted traversal
* Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServerperky2005-02-042-1/+6
| | | | | | | | | | vulnerability. PR: 77080 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Security: CAN-2005-0089 Security: http://www.vuxml.org/freebsd/6afa87d3-764b-11d9-b0e7-0000e249a0a2.html Security: SimpleXMLRPCServer.py allows unrestricted traversal
* Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServerperky2005-02-0414-0/+42
| | | | | | | | vulnerability. Security: CAN-2005-0089 Security: http://www.vuxml.org/freebsd/6afa87d3-764b-11d9-b0e7-0000e249a0a2.html Security: SimpleXMLRPCServer.py allows unrestricted traversal
* Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServerperky2005-02-044-0/+252
| | | | | | | | | | vulnerability. PR: 77078 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Security: CAN-2005-0089 Security: http://www.vuxml.org/freebsd/6afa87d3-764b-11d9-b0e7-0000e249a0a2.html Security: SimpleXMLRPCServer.py allows unrestricted traversal
* Update to the 20050202 snapshot of GCC 3.3.6.gerald2005-02-042-13/+13
|
* Add blank line before WWW.sobomax2005-02-031-0/+1
|
* - update to 0.87clsung2005-02-032-3/+3
|
* - Update to bsd.java.mk 2.0hq2005-02-032-5/+10
| | | | | - Use JAVAJARDIR - Add a launcher shell script: 'bsh'
* Fix vulnerability in suidperl/sperl [CAN-2005-0155].tobez2005-02-0215-5/+180
| | | | | | | | Fix buffer overflow in perl [CAN-2005-0156]. Bump PORTREVISION. Upgrade from previous versions/revisions of lang/perl5.8 is recommended. Submitted by: Nicholas Clark <nick $at$ ccl4 org>
* Upgrade to 1.0.3.thierry2005-02-022-3/+3
|
* Update bsd.port.mk's notion of the perl version (to 5.8.6) [1].tobez2005-02-0214-57/+31
| | | | | | | | | | | | | | | | | | | | | | Use more correct OSVERSION threshold to distinguish between base system perl and perl from ports - the right value is 500036 [1]. Also, simplify OSVERSION-related logic in lang/perl5 and lang/perl5.8. Now it goes as follows: - for lang/perl5.8, if there is perl in the base system, install use.perl script, use a helpful pkg-message, and do not automatically update symlinks; - for lang/perl5.8, if there is no perl in the base system, do not install use.perl script, and update symlinks automatically; - for lang/perl5, always install use.perl; - for lang/perl5, never update symlinks automatically; - for lang/perl5, vary produced pkg-message depending on the presence of the base system perl. Bump PORTREVISION for both lang/perl5 and lang/perl5.8. [1] Approved by: portmgr
* Unbreak on 5.x: helium's home-grown configure fails to detect [v]snprintfvs2005-02-021-0/+35
|
* The separation of p5 ports' manual pages and perl's own manual pages wastobez2005-02-026-44/+222
| | | | done incorrectly. Fix that.
* Update to the 20050130 snapshot of GCC 4.0.0. Adjust pkg-plist wrt. togerald2005-02-0230-190/+170
| | | | libjava which I hope to re-enable with the next update.
* Update to 5.6.2. Also:tobez2005-02-0130-1082/+2228
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - redirect output from h2ph to /dev/null [1]; - fix File::Path insecure file/directory permissions [2]; this resolves CAN-2004-0452 (http://vuxml.freebsd.org/c418d472-6bd1-11d9-93ca-000a95bc6fae.html); - for OSVERSION < 500036, create symlinks in /usr/bin not only for perl and suidperl, but also for a2p, c2ph, find2perl, h2ph, h2xs, perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man, pod2text, s2p, and splain; perl and suidperl are still enough for more recent FreeBSD versions [3]; - clean up created symlinks upon deinstallation [4]; - try to cleanup symlinks created by older versions of lang/perl5 and lang/perl5.8, during both installation and deinstallation [5]; - added support for DISABLE_BSDPAN environment variable [6]; - be explicit about use.perl usage after installation of 4.X systems, and on systems where lang/perl5.8 is prefered to lang/perl5; the exact range is OSVERSION < 500036 || OSVERSION >= 502100 [7]; - respect __MAKE_CONF partially (the build-time value is used) [8]; - use.perl is now the same as pkg-install is now the same as pkg-deinstall; apart from the changes already mentioned above, this is a shell script now; - use.perl's logic is also simplified in several ways [9]; - fix a BSDPAN bug [10]; - create and remove %%SITE_PERL%%/%%PERL_ARCH%%/auto, just like lang/perl5.8 does, to silent pointyhat [11]; - apply a patch to handle daylight saving time correctly in POSIX::strftime [12]; - the port now creates and uses shared libperl.so, as lang/perl5.8 port does; - move MAN3 manual pages under ${PREFIX}/lib/perl5/${PERL_VER}/perl, as to avoid conflict with some of the p5 ports; - do not build suidperl by default any longer; one should use ENABLE_SUIDPERL to do that; - move out manpage list to a separate Makefile.man; - in general, the port layout is made much more similar to lang/perl5.8, including. Outstanding issues: Module::Build support for BSDPAN, SU_CMD support (PR 70831), PR 64963 (partially), and anything else that I forgot. [1] Nudged by: krion [2] Reported by: nectar Patch from: Chris Turner @ RedHat [3] PR: 55760, 57151, 58406 [4] Requested by: kris PR: 54262 [5] PR: 51281, 51539 [6] PR: 57134 [7] PR: 60736 [8] PR: 74431 [9] Perl version submitted by des, implemented in sh [10] Reported by: Alexander Nagilum <freebsd %at% nagilum de> [11] PR: 71390 [12] PR: 74042, perl bug 18238
* Update to 5.8.6. Also:tobez2005-02-0145-860/+1780
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - redirect output from h2ph to /dev/null [1]; - fix File::Path insecure file/directory permissions [2]; this resolves CAN-2004-0452 (http://vuxml.freebsd.org/c418d472-6bd1-11d9-93ca-000a95bc6fae.html); - for OSVERSION < 500036, create symlinks in /usr/bin not only for perl and suidperl, but also for a2p, c2ph, find2perl, h2ph, h2xs, perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man, pod2text, s2p, and splain; perl and suidperl are still enough for more recent FreeBSD versions [3]; - clean up created symlinks upon deinstallation [4]; - try to cleanup symlinks created by older versions of lang/perl5 and lang/perl5.8, during both installation and deinstallation [5]; - added support for DISABLE_BSDPAN environment variable [6]; - be explicit about use.perl usage after installation of 4.X systems [7]; - respect __MAKE_CONF partially (the build-time value is used) [8]; - fix threaded build - respect PTHREAD_CFLAGS and PTHREAD_LIBS [9]. - use.perl is now the same as pkg-install is now the same as pkg-deinstall; apart from the changes already mentioned above, this is a shell script now; - use.perl's logic is also simplified in several ways [10]; - fix a BSDPAN bug [11]. Outstanding issues: Module::Build support for BSDPAN, SU_CMD support (PR 70831), PR 64963 (partially), and anything else that I forgot. [1] Nudged by: krion [2] Reported by: nectar Patch from: Chris Turner @ RedHat [3] PR: 55760, 57151, 58406 [4] Requested by: kris PR: 54262 [5] PR: 51281, 51539 [6] PR: 57134 [7] PR: 60736 [8] PR: 74431 [9] PR: 73233 [10] Perl version submitted by des, implemented in sh [11] Reported by: Alexander Nagilum <freebsd %at% nagilum de>
* - Really fix plistpav2005-02-011-1/+1
| | | | | Reported by: krismail No cookie for: Florent Thoumie
* Fix build on alpha.vs2005-02-012-5/+12
| | | | | PR: ports/76865 Submitted by: Gerhard Gonter (maintainer)
* BROKEN on amd64: Does not buildkrion2005-01-311-1/+7
|
* Split the postgresql ports into a server and a client part.girgen2005-01-316-11/+8
| | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Set LATEST_LINK.krion2005-01-312-2/+6
|
* - Fix install on sparc64 [1]pav2005-01-302-8/+18
| | | | | | | - Fix kris' typo PR: ports/76832 [1] Submitted by: Johan van Selst <johans@stack.nl>
* - Fix build on sparc64: rework endianness autodetectionpav2005-01-302-7/+23
| | | | | PR: ports/76828 Submitted by: Johan van Selst <johans@stack.nl>
* Resolve LATEST_LINK conflict of stackless_python versus python23.perky2005-01-302-3/+3
| | | | Pointed out by: kris
* - Fix build on FreeBSD 5pav2005-01-301-1/+1
| | | | | | | | gcc 3.x makes new assumptions on private c++ data gcc 2.95 compiles mozart with no problems PR: ports/76798 Submitted by: Paolo Veronelli <paolo_veronelli@yahoo.it>
* - Fix build on Unicode locales by forcing LANG=Cpav2005-01-301-1/+1
| | | | | PR: ports/76585 Submitted by: clemens fischer <ino-qc@spotteswoode.dnsalias.org>
* Use mkdir -p to create empty directories.olgeni2005-01-292-2/+2
|
* Create empty directories from pkg-plist.olgeni2005-01-294-0/+14
|
* Update to the 20050128 snapshot of GCC 3.4.4.gerald2005-01-292-13/+13
|
* Resurrect lang/python-devel port with Python 2.5 development snapshotperky2005-01-2937-3945/+410
| | | | as of today.
* Chase rerolled tarball (no functional change)vs2005-01-291-2/+2
|
* Update to 5.4.6vs2005-01-282-3/+3
| | | | | PR: ports/76446 Submitted by: Gerhard Gonter (maintainer)
* Don't install unused perllocal.pod file.kuriyama2005-01-261-0/+12
| | | | Reported by: pointyhat via kris
* Don't install useless empty dir (and fix plist).ale2005-01-252-4/+12
| | | | Reported by: bento via kris
* BROKEN on 5.x: Does not compilekris2005-01-251-1/+6
|
* - Update to 20050124pav2005-01-253-3/+6
| | | | | PR: ports/76617 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* amd64 build is broken now.daichi2005-01-231-1/+1
| | | | Submitted by: ozawa@ongs.net
* Enable kernel poll feature.olgeni2005-01-222-4/+4
|
* Unbreak on 5.X. We really should update to the CVS-version one of these days...vs2005-01-212-4/+11
| | | | | PR: ports/76501 Submitted by: Johan van Selst
* Fix the pkg-plist issue in gtk-sharp when it installs in mono's directory. Letmezz2005-01-212-3/+10
| | | | | | | mono to take of ${X11BASE} directories same as in ${LOCALBASE}. Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp Approved by: maintainer timeout (still no contact for months)
* Speed up unserialize() and fix a serious performance issue.ale2005-01-209-3/+324
| | | | Obtained from: PHP CVS
* - Correct plistpav2005-01-192-4/+5
| | | | | | | - Portlint PR: ports/76417 Submitted by: Florent Thoumie <flz@xbsd.org>
* Update to 0.9.8krion2005-01-194-7/+9
| | | | | PR: ports/76405 Submitted by: maintainer
* Update to the 20050116 snapshot of GCC 4.0.gerald2005-01-1720-140/+140
|
* Update to the 20050114 snapshot of GCC 3.4.4.gerald2005-01-172-13/+13
|
* Update to the 20050112 snapshot of GCC 3.3.6. Among others, this includes agerald2005-01-172-13/+13
| | | | fix by obrien to use the KSE pthread lib for -pthread.
* Fix plist.krion2005-01-151-1/+1
|
* Fix comparison (nod to Freshports sanity-checking daemon).trevor2005-01-141-1/+1
|
* This does compile on the Alpha--well, sometimes it does. I agree with kris'trevor2005-01-141-1/+5
| | | | | speculation that the default CFLAGS may be causing the problem seen on the package-building cluster. Try to work around the problem.
* Fix compilation on ia64.ale2005-01-141-0/+58
| | | | | Reported by: bento via kris Obtained from: PHP CVS
* Fix one bug about bootstraping on FreeBSD/amd64.obrien2005-01-141-0/+3
|
* This now coredumps when bootstrapping on FreeBSD/AMD64.obrien2005-01-141-0/+2
|
* o update to 0.10daichi2005-01-134-136/+96
| | | | | | o build fail problem fixed Submitted by: ozawa@ongs.co.jp
* update: lang/munger - new port revision to eliminate use of DEPENDS_TARGETedwin2005-01-135-40/+71
| | | | | | | Update to 4.44 PR: ports/75075 Submitted by: jimmy@jamesbailie.com
* Update to 1.0.2 (minor bug fixes).thierry2005-01-132-3/+3
|
* Update my email address in MAINTAINER and comment fields.bms2005-01-122-2/+2
|
* Maintainer change: Johannes 5 Joemann is the new maintainer.jkoshy2005-01-121-19/+24
| | | | | | | Fix a CM tool path problem reported by Gerhard Gonter [ggonter .at. yahoo.com]. Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
* - Fix overloading objects [1] (bump php4 PORTREVISION)ale2005-01-118-10/+59
| | | | | | | | | | | | - Fix crash with threaded apache2 [2] - Fix build when SSL is in not in base system [3] [4] PR: ports/75737 [1], ports/74780 [2], ports/73896 [3], ports/74886 [4] Submitted by: Toni Viemero <toni.viemero@iki.fi> [1], Peter Jeffery <peterj@qubesoft.com> [2], oliver [3], William Fletcher <ultraviolet@omina.co.za> [4] Patch by: Simon Barner <barner@gmx.de> [4]
* The upgrade of swi-pl requires an update for PyProlog asvs2005-01-102-0/+27
| | | | | | | | well. While PyProlog is not available yet in a new version, this fix bridges that gap. PR: ports/75592 Submitted by: maintainer
* - update to 0.9daichi2005-01-103-13/+14
| | | | | | - support to latest gcc34 Submitted by: ozawa@ongs.co.jp
* Update to the 20050107 snapshot of GCC 3.4.4.gerald2005-01-102-13/+13
|
* Update to the 20050109 snapshot of GCC 4.0.0.gerald2005-01-1020-130/+130
|
* o support for latest gcc34daichi2005-01-093-14/+269
| | | | | | o not depend on lang/boehm-gc port Submitted by: ozawa@ongs.co.jp
* Fix HIPE support. Looks like GNU make is picking up ARCH fromolgeni2005-01-094-4/+34
| | | | | | | | | | | | environment, even if it is defined in the Makefile. Given that FreeBSD's ARCH is "i386" and Erlang's ARCH is "x86", some substitutions did fail leading to a strange compiler failure[0]. Also fix a file:format_error call that produces an incorrect error message[1]. Obtained from: Brian Buchanan <bwb(at)holo.org> [0] Obtained from: Vlad Dumitrescu <vlad_dumitrescu(at)hotmail.com> [1]
* bump librsvg's version for fix dependcy.vanilla2005-01-091-1/+1
| | | | | PR: ports/75877 Submitted by: maintainer
* Fix -pg -pthread issue, and bump PORTREVISION.nork2005-01-092-2/+2
| | | | Submitted by: hrs
* Update to version 1.2krion2005-01-093-35/+19
| | | | | PR: ports/75952 Submitted by: Ports Fury
* Upgrade to 1.0.1 (final).thierry2005-01-083-7/+152
|
* o Fix -pthread issue.nork2005-01-082-2/+3
| | | | | | | | | | | | | | This fix resolves openoffice building problem on 5.2.1 or later. o Bump PORTREVISION. PR: ports/75785 [1], bin/62300 [2] Pointed out by: Oleg Sharoiko <os@rsu.ru> [1], many many people on openoffice@FreeBSD.org Inspired by: maho, Mark Andrews <marka@isc.org> [2] Discussed with: maho, daichi Committed at: Murayakuba Japanese style pub http://www.murayakuba.jp/ Committed with: maho, daichi
* Remove memory.n from the list of manual pages. It is installed by themi2005-01-071-1/+1
| | | | | | | TCL itself. Reported by: kris (and pointyhat) Approved by: portmgr (kris)
* Does not compile on alpha. Since it's unlikely anyone is going to fixkris2005-01-024-8/+4
| | | | | | | | these old compilers, drop alpha from the supported arch list. Flip over from NOT_FOR_ARCHS to ONLY_FOR_ARCHS where used, since these ports will not support any future architectures FreeBSD runs on. Approved by: portmgr (self)
* Does not compile on alphakris2005-01-021-0/+4
| | | | Approved by: portmgr (self)
* Does not compile on alphakris2005-01-021-1/+7
| | | | Approved by: portmgr (self)
* Reset bouncing maintainer address:kris2005-01-021-1/+1
| | | | | | | <zach@neurosoft.org>: Host or domain name not found. Name service error for name=neurosoft.org type=A: Host not found Approved by: portmgr (self)
* Unbreak 'make patch'.obrien2005-01-012-3/+2
| | | | Approved by: portmgr(kris)
* Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-016-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr
* Use "install.sh" during build and also during install as done injkoshy2004-12-312-6/+20
| | | | | | lang/sml-nj-devel to resolve PR 40866. Submitted by: Johannes 5 Joemann <joemann@beefree.free.de>
* Fix issue with rb:show/1 (could not be called twice).olgeni2004-12-314-0/+132
| | | | Obtained from: Peter Andersson <peppe (at) erix.ericsson.se>
* Support NO_WRKSUBDIR properlykrion2004-12-301-1/+1
| | | | | PR: ports/75631 Submitted by: Ports Fury
* Attempt to fix build on !i386ahze2004-12-301-5/+2
| | | | Reported by: pointyhat via kris
* Update to the 20041226 snapshot of GCC 4.0.0.gerald2004-12-2820-130/+130
|
* Upgrade to 1.0-RC6.thierry2004-12-282-4/+4
| | | | | | Warning! As of this update, the password of your databases connections are crypted. If you were using the database manager, please remove ~/.gambas/gambas-database-manager.conf before launching the new version.
* Upgrade to 1.2dd2004-12-273-4/+8
|
* Upgrade to 5.4.5.max2004-12-275-30/+32
| | | | | | | Submitted by: Gerhard Gonter <g.gonter@ieee.org> PR: 74279, 74791 Gerhard Gonter agreed to take over the maintainership.
* Attempt to fix build on sparc64ahze2004-12-271-0/+4
| | | | Pointed out by: pointyhat via kris
* Fix pkg-plist.olgeni2004-12-262-25/+26
|
* Add a CONFLICTS entry with ruby-lua4.knu2004-12-261-2/+4
| | | | Switch BUILD_DEPENDS to LIB_DEPENDS not to confuse lua with lua4.
* Re-add ruby-lua4, which was updated with ruby-lua to support lua 5.x.knu2004-12-265-0/+65
| | | | | Repocopy is not necessary here since lang/ruby-lua is and will be the mainstream.
* Update to the "second" 1.8.2 release. (officially announced, of course)knu2004-12-262-2/+3
|
* Update to the 20041219 snapshot of GCC 4.0.0. Quite some changes.gerald2004-12-2520-130/+140
|
* Update to the 20041224 snapshot of GCC 3.4.4.gerald2004-12-252-13/+13
|
* Update lang/ruby18 to the 1.8.2 release. Happy holidays!knu2004-12-253-11/+11
|
* Fix plist.knu2004-12-252-2/+6
|
* Unbreak (documentation checksums updated).olgeni2004-12-251-34/+34
|
* Attempt to fix build on !i386ahze2004-12-241-1/+1
|
* Update lang/ruby18 to 1.8.2-preview4.knu2004-12-244-31/+220
| | | | | | * Please upgrade sysutils/portupgrade prior to this one, or pkgdb(1) may coredump with a double free() problem from a misuse of the DL module. In that case, reinstall sysutils/portupgrade manually.
* Chase dependency of databases/sqlite2krion2004-12-231-1/+2
| | | | | | Bump PORTREVISION Forgotten by: nork
* Clean up SQLite and related ports.nork2004-12-231-2/+2
| | | | | | | | | o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports
* Update WWW: link.thierry2004-12-231-1/+1
| | | | Approved by: deischen (maintainer).
* Upgrade to version r10b2.olgeni2004-12-2231-611/+478
|
* - Upgrade to 1.0-RC5;thierry2004-12-225-55/+59
| | | | - Fix dependencies with libxml2 & libxslt.
* Mark broken on alpha alsoahze2004-12-211-2/+2
| | | | Pointed out by: pointy hat via kris
* Update to 0.8.17.des2004-12-213-18/+8
|
* Upgrade to v110.52.jkoshy2004-12-203-49/+50
| | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
* Update to the 20041217 snapshot of GCC 3.4.4. On the way, properly removegerald2004-12-203-13/+14
| | | | | | the libdata/pkgconfig directory.[1] Pointed out by: pointyhat/kris[1]
* Portlintobrien2004-12-201-3/+3
|
* Cleaner support -pthreads for 5.0-5.2.1.obrien2004-12-203-17/+22
|
* Fix xfmode splits on AMD64; using patch from Richard Henderson <rth@redhat.com>obrien2004-12-202-4/+55
|
* Tweak up the IGNORE Makevar.linimon2004-12-201-1/+1
|
* Clean up the wording of IGNORE.linimon2004-12-201-1/+1
|
* Add MOVED section for devel/bison-devel and lang/gcc-ooomaho2004-12-191-0/+1
| | | | | | and add them in Makefiles at devel/Makefile and lang/Makefile Reported by: kris
* Mark BROKEN on everything but i386 and (hopefully) alphaahze2004-12-191-2/+2
| | | | | | | since internal libffi fails. Obtained from: devel/libffi Pointed out by: pointy hat via kris
* This port is scheduled to be removed on 2005-02-18 if it is stillkris2004-12-192-0/+4
| | | | broken at that time, and a fix has not been submitted to GNATS.
* - Chase pdflib updatepav2004-12-182-3/+3
| | | | | | | | These ports were broken for 5, resp. 14 months. Ouch. PR: ports/75187 (pike76) Submitted by: Xavier Beaudouin <kiwi@oav.net> Pointy hats: ale, edwin
* Support -pthreads for 5.0-5.2.1.obrien2004-12-181-5/+14
|
* Update to the 20041215 snapshot of GCC 3.3.6.gerald2004-12-182-14/+14
|
* We've ended up with the same patch twice, I guess Maho-san's and myobrien2004-12-182-17/+0
| | | | emails crossed each other.
* Catch -pthread up with the new KSE world order.obrien2004-12-181-0/+13
|
* maho forgot to add memalign.cmaho2004-12-171-0/+32
| | | | Submitted by: Alexander S. Usov <A.S.Usov at KVI.nl>
* (1) a fix to -pthreadmaho2004-12-173-42/+22
| | | | | | (2) clean up parts from gcc34 we don't need Submitted by: lofi(1) and obrien (1), (2)
* PHP 5.0.3 uses a different extension dir.ale2004-12-172-4/+4
| | | | Spotted by: Joe Zeiler <zeiler07@covad.net>
* Fix index build[1] and removemaho2004-12-173-14/+5
| | | | | | unreferred files and clean up[2] Submitted by: kris[1] and sf[1,2]
* Update to 8.1.023maho2004-12-176-660/+79
| | | | | | | and also Solved the dynamic linkage problem. PR: 74373 Submitted by: Alexander S. Usov <usov at kvip88.kvi.nl>
* Change LATEST_LINK=no to NO_LATEST_LINK=yes. LATEST_LINK=Noadamw2004-12-171-1/+1
| | | | | | | doesn't actually do what maho intended. This should also fix INDEX builds for the time being, though I'm not sure it's what maintainer had in mind.
* Update to 5.0.3 release:ale2004-12-168-18/+22
| | | | | - Fix some serious security bugs - Other minor enhancements (PRs fixes) will come later
* Update to 4.3.10 release:ale2004-12-164-11/+10
| | | | | - Fix some serious security bugs - Other enhancements (PRs fixes) will come later
* gcc-ooo, gcc compiler for OpenOffice.org 2.0 or latermaho2004-12-167-107/+73
| | | | | | | | | | | | | | | | | | compilation. This version of gcc is as same as which Hamburg team use to develop OpenOffice.org, applying following fixes: o visiblity fix http://www.nedprod.com/programs/gccvisibility.html o emum fix http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00968.html For detail, see the announce: http://porting.openoffice.org/servlets/ReadMsg?listName=dev&msgNo=14280 Many thanks to: Pavel Janik <Pavel at Janik.cz> PR: 74937
* Make this port a slave port of lang/gcc40.maho2004-12-165-177/+4
|
* Back out to original. Maho (myself) committedmaho2004-12-167-73/+107
| | | | | | | at different place. Pointy hat to: maho Submitted by: pav
* Adding knob WITH_FORTRAN.maho2004-12-1630-10/+200
| | | | | | | | Now we have GNU Fortran 90/95 compiler with this knob. PR: 74187 Approved by: gerald (maintainer)
* gcc-ooo, gcc compiler for OpenOffice.org 2.0 or latermaho2004-12-167-107/+73
| | | | | | | | | | | | | | | | compilation. This version of gcc is as same as which Hamburg team use to develop OpenOffice.org, applying following fixes: o visiblity fix http://www.nedprod.com/programs/gccvisibility.html o emum fix http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00968.html For detail, see the announce: http://porting.openoffice.org/servlets/ReadMsg?listName=dev&msgNo=14280 Many thanks to: Pavel Janik <Pavel at Janik.cz>
* Clean up handling of locale directories at deinstall-time:kris2004-12-161-2/+0
| | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created
* pnetlib isn't quite ready for libtool15, backout to libtool13ahze2004-12-161-1/+1
|
* Move from libtool13 to libtool15ahze2004-12-164-4/+4
|
* Update to the 20041210 snapshot of GCC 3.4.4.gerald2004-12-162-13/+13
|
* - Update Portable.NET suite to 6.10ahze2004-12-1514-126/+151
| | | | - Update treecc to 0.3.4
* - cleanup Makefiledinoex2004-12-151-1/+0
|
* Fix pkg-plist on Alpha.stefanf2004-12-142-4/+12
| | | | | Reported by: kris Approved by: clement
* Unbreak the port by remove the Java language from this port. Anyoneobrien2004-12-135-89/+4
| | | | using GCC 3.2 isn't using it for the Java compiler, but for C/C++ code.
* Update to 8.1.026.netchild2004-12-133-65/+37
|
* - Unbreak on 5.3+sem2004-12-122-4/+11
| | | | | PR: ports/71684 Submitted by: Florent Thoumie <flz(at)xbsd.org>
* Compiles on Alpha again.obrien2004-12-121-3/+0
|
* BROKEN on 4.x: Does not compilekris2004-12-121-0/+4
|
* If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPEobrien2004-12-111-0/+4
| | | | set to something GCC 2.95 won't understand. Also, set NO_CDROM.
* Remove a reference to two FORTRAN libraries that I missed in rev 1.148.obrien2004-12-111-1/+1
|
* Update to 1.0.5.mezz2004-12-116-23/+75
| | | | | | Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp Approved by: maintainer timeout (still no contact for months)
* Add missing quote in post-build target (which is a real bug, but had notgerald2004-12-102-2/+2
| | | | | | | triggered any problem before). PR: 74901 Submitted by: Pasi Hirvonen <psh@iki.fi>
* BROKEN: Size mismatchkrion2004-12-081-0/+2
|
* Add munger, a simple, statically-scoped, interpreted lisp that haspav2004-12-085-0/+74
| | | | | | | line-editor-like access to multiple text buffers. PR: ports/74781 Submitted by: James Bailie <jimmy@jamesbailie.com>
* Update to the 20041203 snapshot of GCC 3.4.4.gerald2004-12-074-26/+26
|
* Update to the 20041205 snapshot of GCC 4.0.0.gerald2004-12-0720-110/+110
|
* Bump shlib number of net-snmp and $PORTREVISION.kuriyama2004-12-066-6/+6
| | | | Forgotten by: kuriyama
* Reset bouncing maintainer address:kris2004-12-061-1/+1
| | | | | | <henrik.motakef@web.de>: host mx-ha01.web.de[217.72.192.149] said: 550 <henrik.motakef@web.de> Benutzer nicht bekannt/User unknown (in reply to RCPT TO command)
* Add new utility target named 'upgrade-site-packages' to upgradeperky2004-12-062-0/+44
| | | | site-packages which was built on previous version of python.
* If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPEobrien2004-12-062-2/+12
| | | | set to something GCC 2.8 / GNAT Ada won't understand.
* If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPEobrien2004-12-061-0/+3
| | | | set to something GCC 2.8 won't understand.
* Chase library version bump on multimedia/ffmpeglioux2004-12-061-1/+1
|
* Upgrade to 0.8.3.vanilla2004-12-054-4/+26
| | | | | PR: ports/74680 Submitted by: maintainer
* Bump portrevision and dependency on ImageMagickjosef2004-12-051-2/+2
| | | | | | | | | in order to trace recent ImageMagick update. Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> PR: ports/74487 Approved by: mat Reviewed by: lofi
* Upgrade to v110.51.jkoshy2004-12-053-53/+49
| | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
* Update to version 3.08.2.kwm2004-12-043-8/+9
| | | | | | | Mark broken on sparc64. PR: 74342 Submitted by: maintainer
* BROKEN on amd64 and ia64: Does not buildkris2004-12-041-0/+4
|
* Definitely fix support for crypt-related functionalities on amd64.ale2004-12-033-3/+6
| | | | | PR: ports/74647 Submitted by: tobez
* Add missing perl dependency.krion2004-12-021-0/+1
| | | | Reported by: pointyhat
* mpz module is deprecated since Python 2.2 and removed in Python 2.4.perky2004-12-022-2/+0
|
* Add checksums for 2.4 documents.perky2004-12-021-0/+5
|
* IGNORE this port for a while. Some 2.5.a0 snapshot will be availableperky2004-12-017-7/+21
| | | | in this port soon.
* - Update lang/python to 2.4 final release.perky2004-12-0127-1435/+687
| | | | - Finish repocopy lang/python -> lang/python23 for Python 2.3.4
* Set correct default PHP version.ale2004-12-013-0/+6
| | | | | PR: ports/74300 Submitted by: Ryan <majost@lagparty.org>
* Stackless is not ready for Python 2.4 yet. So, change masterportperky2004-12-011-1/+1
| | | | to lang/python23.
* Add osb-jscoreahze2004-12-016-0/+101
| | | | | | | | JavaScriptCore is part of Gtk-Wecore. JavaScriptCore is javascript interpreter that OSB uses. It is based on Apple's WebCore JavaScriptCore code, which is in turn based on KDE kjs code.
* Update to the 20041126 snapshot of GCC 3.4.4.gerald2004-11-304-26/+26
|
* Update to the 20041128 snapshot of GCC 4.0.0.gerald2004-11-3020-110/+110
|
* Disable the port on sparc64 temporary until the problem has been fixed by thehq2004-11-292-2/+2
| | | | | | | | developers. PR: 74491 Submitted by: maintainer Reported by: kris
* Upgrade to 1.0-RC4.thierry2004-11-293-6/+4
|
* Add missing dependency and fix build.krion2004-11-281-0/+1
| | | | | PR: ports/74345 Submitted by: maintainer
* Unbreak the port by remove the Java language from this port. Anyone usingobrien2004-11-283-42/+8
| | | | | GCC 3.1 isn't using it for the Java compiler, but for C/C++ code. Same for FORTRAN77. The Java bits also don't compile on FreeBSD/sparc64.
* [MAINTAINER] lang/pike72: Try to fix non i386 compilation breakage.edwin2004-11-271-4/+2
| | | | | | | | Some configuration code on Pike doesn't deal with 64bits machines (eg non x86 one). This patch is trying to fix it. PR: ports/74315 Submitted by: Xavier Beaudouin <kiwi@oav.net>
* Update to 1.0.4. Mono has been set to IGNORE on 5.x if OSVERSION is belowmezz2004-11-2613-164/+59
| | | | | | | | | | | | 503000. Mono 1.0.1 and greater have been broken on earlier OSVERSION versions. Warning, not all C# apps will not working, because FreeBSD still need to work more on pthread issues. Few C# apps such as Blam, Muine, Tomboy and etc work perfect. PR: ports/74397 ports/74398 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp Approved by: maintainer timeout (no contract for months)
* Add missing libtool droppingkris2004-11-261-0/+1
|
* BROKEN: Broken pkg-plistkris2004-11-261-0/+2
|
* Fix DoS in the Ruby CGI module.simon2004-11-254-1/+59
| | | | | | | Obtained from: ruby CVS Reviewed by: trhodes OK'ed by: maintainer silence With hat: secteam
* Fix packaging, which should also fix the cascading failure on the portsolgeni2004-11-254-8/+2
| | | | cluster.
* - Create PREFIX/SITE_PERL/PERL_ARCH/auto dirrectory on installsem2004-11-255-5/+5
| | | | | Pointed out by: kris Approved by: tobez
* Add missing file, and don't try to unconditionally remove a directorykris2004-11-251-1/+2
| | | | shared with other gcc versions.
* Add missing directorieskris2004-11-251-0/+3
|
* - Regenerate patch filepav2004-11-241-20/+18
| | | | Reported by: pointyhat via kris
* BROKEN on sparc64: Does not compilekris2004-11-241-1/+7
|
* BROKEN on sparc64 when defined(WITHOUT_X11): Does not compilekris2004-11-241-0/+4
|
* IGNORE on 4.x too since the same problems existkris2004-11-242-6/+2
|
* Update to version 0.30krion2004-11-2414-136/+52
| | | | | PR: ports/74245 Submitted by: Ports Fury
* Update to the 20041121 snapshot of GCC 4.0.0 (removing last traces of thegerald2004-11-2220-130/+120
| | | | | old bounds checker). This includes quite a couple of SPARC fixes and should fix the bootstrap failure there.
* Makefile contains an erroneous NUL (ascii \000) characterdaichi2004-11-221-0/+0
| | | | | PR: ports/74222 Submitted by: Conrad J. Sabatier <conrads@cox.net>
* - Change URLvs2004-11-222-4/+2
| | | | | | | | - Change maintainer e-mail - Drop WWW pages PR: ports/74203 Submitted by: maintainer
* - Change URLvs2004-11-222-4/+2
| | | | | | | | - Change maintainer e-mail - Drop WWW pages PR: ports/74201 Submitted by: maintainer
* Update to the 20041119 snapshot of GCC 3.4.4.gerald2004-11-224-26/+26
|
* Upgrade to 1.0-RC3.thierry2004-11-224-22/+19
|
* add conflicts with tolua4-*edwin2004-11-212-2/+2
|
* toLua is a tool that greatly simplifies the integration of C/C++edwin2004-11-216-0/+73
| | | | | | | | | | | | | code with Lua. Based on a "cleaned" header file, toLua automatically generates the binding code to access C/C++ features from Lua. Using Lua-5.0 API and tag method facilities, the current version automatically maps C/C++ constants, external variables, functions, namespace, classes, and methods to Lua. It also provides facilities to create Lua modules. WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/ Author: Waldemar Celes <celes@tecgraf.puc-rio.br>
* toLua is a tool that greatly simplifies the integration of C/C++edwin2004-11-2115-0/+249
| | | | | | | | | | code with Lua. Based on a "cleaned" header file, toLua automatically generates the binding code to access C/C++ features from Lua. Using Lua-5.0 API and tag method facilities, the current version automatically maps C/C++ constants, external variables, functions, namespace, classes, and methods WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/
* - Add support for FreeBSD 6.perky2004-11-215-19/+683
| | | | | - Drop support for FreeBSD 2. - Bump PORTREVISION.