aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* - Remove patch files which should be removed in 1.6.5 updatepav2004-11-211-31/+0
| | | | | Reported by: seanc Pointy hat to: kwm
* Update to 1.6.5. This is mainly a bug fix release.kwm2004-11-214-4/+17
| | | | | | Changelog : http://www.gnu.org/software/guile/news.html Approved by: pav (mentor)
* - Update python-devel to 2.4c1perky2004-11-2117-27/+27
|
* With portmgr hat on, reset inactive maintainer. These ports are now uplinimon2004-11-202-2/+2
| | | | for adoption.
* Add OPTION for compiling hugs with OpenGL/GLUT support.obraun2004-11-201-2/+10
| | | | Requested by: Jan Rochel <jannisan@t-online.de>
* BROKEN on 6.x: Does not compilekris2004-11-191-1/+7
|
* IGNORE on FreeBSD >= 5.x: Crashes at runtimekris2004-11-192-0/+8
|
* BROKEN on 6.x: Coredump during buildkris2004-11-191-0/+4
|
* BROKEN on 6.x: Broken pkg-plistkris2004-11-191-0/+4
|
* BROKEN on !i386: Does not buildkris2004-11-191-2/+2
|
* Add gdc 0.8, D Front End for GCC.daichi2004-11-195-0/+279
| | | | | PR: ports/74072 Submitted by: Masanori OZAWA (ozawa@ongs.co.jp)
* BROKEN on !i386: Does not compilekris2004-11-181-2/+2
|
* Update to newer version of these documents.edwin2004-11-1810-747/+1248
| | | | | | | | | Also included tcl8.5 documentation version new version 8.3.4 8.3.5 8.4a1 8.4.7 - 8.5a1
* - Update to 8.1.024.marius2004-11-177-104/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Declare a PATCH_DEPENDS on emulators/linux_base-8 only if actually using RTPpatch to apply an Intel provided binary patch. - Turn the GCC-compatibility of ICC on by default for FreeBSD >= 502108; except for one bug which is worked around by this port and will be fixed in src later FreeBSD gained support for using the GCC-compatibility along with the patch to compile the kernel with ICC (but the ICC 8.0 series wasn't configurable/hackable enough to actually use it on FreeBSD, which resulted into the aforementioned bug). - On FreeBSD >= 502108 default to using libstdc++ from the base as STL instead of STLport unless "-cxxlib-icc" is passed to icpc (made possible by turning on the GCC-compatibility and the compatibility to GCC 3.3 and 3.4 which was added to ICC 8.1). On FreeBSD < 502108 STLport i.e. devel/stlport-icc is and will continue to be the only STL available. Update the instructions displayed by the post-install target accordingly. - Put the wrappers for glibc specific symbols and other GNU/Linux compat hacks into their own library "libiccfbsd" and teach the ld-wrapper to injected this lib instead of adding these things to the Intel libcxa and libcxaguard. Beginning with ICC 8.1 non of the Intel libs is "guaranteed" to be linked into resulting executable (this is actually a fix in ICC as libcxa and libcxaguard are C++ only). This fixes linking against libm with icc amongst other things [1]. - Clean the ld-wrapper up a bit. Stop trying to create a perfect world for the real ld(1) regarding superfluous linkage options, ICC natively passes far to many of them to the linker that we easily could remove them all. - Change the ld-wrapper to allow for bootstrapping STLport in a bit different way that we used to do it, required to make devel/stlport-icc build correctly again. - Use fmt(1) to print the infos displayed by the post-install target so the text is formated properly after the included variables are expanded [2]. Todo: - Rework the freaking thread library selection via the PTHREAD_LIBS environment variable by the ld-wrapper, this causes really annoying problems when compiling ports with ICC. Some functionality analogous to the GCC "-pthread" option (which is also known by ICC but is not documented and doesn't do the right thing for FreeBSD) would be great. - Make devel/stlport-icc build again with ICC 8.1 after devel/stlport has been updated to 4.6.2 (PR 73604). Patch for 4.5.3 already done. Reported by: Dan Nelson <dnelson@allantgroup.com> [1] Courtesy of: netchild [2] Approved by: netchild
* Upgrade to v110.50.jkoshy2004-11-158-207/+95
| | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
* farewell to libxpg4.sf2004-11-1513-85/+1
|
* If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPEobrien2004-11-151-0/+3
| | | | set to something GCC 2.95 won't understand.
* Don't install compiler binaries without a version in the file name.obrien2004-11-152-7/+6
|
* Update to the 20041114 snapshot of GCC 4.0.0.gerald2004-11-1520-110/+110
|
* Fix the 1st problem hit trying to build this on FBSD 5.x.obrien2004-11-151-0/+5
|
* If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPEobrien2004-11-151-0/+3
| | | | set to something GCC 2.95 won't understand.
* This port doesn't have any Java bits.obrien2004-11-151-1/+1
|
* This port installs as gcc30, so the warning is bogus.obrien2004-11-151-4/+0
|
* - update to 1.10.1 (stable)dinoex2004-11-143-5/+20
|
* Update to the 20041112 snapshot, the first of 3.4.4.gerald2004-11-144-28/+28
|
* - Add an empty directory to the package, so deinstalling of the package doespav2004-11-132-0/+3
| | | | | | | not produce the warning about a nonexisting directory. PR: ports/73842 Submitted by: Eugene Ossintsev <eugos@gmx.net> (maintainer)
* Update to 8.4.7ade2004-11-124-85/+27
|
* - correct CONFLICTSleeym2004-11-121-10/+6
| | | | | | | | | | - add NOPRECIOUSMAKEVARS to avoid changing ARCH - fix build and unbreak this port on 5.x - not to STRIP scripts PR: (based on) 71982 Submitted by: leeym Approved by: maintainer timeout
* Adjust the names of the individual frontends to GCC 4.0.gerald2004-11-1010-30/+30
| | | | PR: 73581
* Don't trust PORTVERSION: this is actually 1.0-RC2.thierry2004-11-094-53/+523
|
* Update to the 20041107 snapshot of GCC 4.0.0 which contains some iconv-gerald2004-11-0830-260/+110
| | | | related fixes I had submitted upstream.
* Update to the 20041105 snapshot.gerald2004-11-084-26/+26
|
* - update to 1.10.0 (stable)dinoex2004-11-084-34/+48
|
* Adjust spec to make -pthread and gcj link to -lpthread on recentlofi2004-11-083-1/+34
| | | | FreeBSD 5.
* Revert those changes from the prevision commit (revision 1.181) that weregerald2004-11-0710-120/+40
| | | | | | accidental, considering obrien's log entry and the breakage caused. Spotted by: kris (on behalf of pointyhat)
* Add checksum for Python-2.4b2.perky2004-11-073-6/+6
|
* Update -devel to Python-2.4b2.perky2004-11-0721-42/+98
|
* Catch the 'cklatest' target up to changes on the MASTER_SITES.obrien2004-11-0612-52/+132
|
* Autogenerate the libexec portion of PLIST.obrien2004-11-0620-210/+80
| | | | | | Remove unused .la files. Reviewed by: gerald
* Don't depend on XLIB in case a build without X is requestedarved2004-11-052-2/+4
| | | | | PR: 73003 Submitted by: Chris Burkert <chris@chrisburkert.de>
* Update to 0.58arved2004-11-053-4/+26
| | | | | PR: 71957 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
* We use emacs during the build to byte-compile the libraries.dd2004-11-041-0/+1
| | | | Submitted by: pointyhat via kris
* Update to the 20041103 snapshot of GCC 3.3.5.gerald2004-11-042-13/+13
|
* Update to 0.9d.041103vs2004-11-042-4/+8
| | | | | PR: ports/73435 Submitted by: maintainer
* Fix the build on 5.x. The 80387 status word from the last exceptionjdp2004-11-031-1/+1
| | | | | is no longer saved. It seems to be optional to pass this to print_387_status(), so just pass 0 instead for now.
* o Preliminary update to 8.1.022:marius2004-11-0311-733/+218
| | | | | | | | | | | | | | | | | | | | | | - For changes since the 8.0 series see the installed C++ReleaseNotes.htm but note that information given there doesn't necessarily apply to ICC on FreeBSD, e.g. -cxxlib-gcc isn't the default on FreeBSD yet and this port also doesn't install the Eclipse and CDT IDEs. - ICC now unfortunately requires emulators/linux_base-8. - Works fine for compiling C source. - A 6.0-current GENERIC kernel compiles and boots. - The devel/stlport-icc port currently can't link the exception handling testsuite with this ICC version (due to relying on a missbehaviour of the old ICC versions) and has to be changed in a way that doesn't break lang/icc7. - Support for using the GCC-compatibility of ICC on FreeBSD and using the GNU libstdc++ as the STL with ICC is in the works. o Like with the system GCC, default to libpthread for the threads library on FreeBSD >= 502102. Approved by: netchild In joint forces with: netchild
* - Update to 7.6.24pav2004-11-032-4/+4
| | | | | PR: ports/73406 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - Fix configure error from bad tarballsem2004-11-024-8/+35
| | | | | | | | - Eliminate dependancy on gcc 2.95 - Fix gmp lib dir flaw PR: ports/73362 Submitted by: maintainer
* If -O[2-9] or -Os is in CFLAGS, override it with plain -O. The ezm3jdp2004-11-021-0/+5
| | | | | | | build fails at elevated optimization levels due to aliasing bugs in its elderly version of dtoa.c. PR: ports/71456
* - allow to set TCLBASEdinoex2004-11-013-3/+9
| | | | package not changed
* Complete the repo-copy of gcc34 to gcc40 and update to the 20041024gerald2004-10-311-0/+1
| | | | | | snapshot of GCC 4.0.0. PR: 71696
* Complete the repo-copy of gcc34 to gcc40 and update to the 20041024gerald2004-10-3150-620/+630
| | | | | | snapshot of GCC 4.0.0. PR: 71696.
* Update to the 20041029 snapshot of GCC 3.4.3.gerald2004-10-314-26/+26
|
* Add tuareg-mode, an Emacs major mode for editing Caml codedd2004-10-284-0/+65
|
* - optimize reinplace to handle symlinked /usr/portsdinoex2004-10-283-10/+7
|
* - Mark only for i386, does not build on 64-bit archspav2004-10-281-0/+3
| | | | | PR: ports/73217 Submitted by: Julian Stecklina <der_julian@web.de> (maintainer)
* - Fix bad source path in tclConfig.sh tkConfig.shdinoex2004-10-283-6/+12
| | | | make packages from pointyhat cluster work as intended
* Remove the still-born GCC 3.5 port. There will be no FSF GCC version 3.5,obrien2004-10-286-260/+0
| | | | | | and we will grow a devel/gcc40 port. PR: 71696
* Fix build on pointyhat.krion2004-10-271-0/+1
| | | | Reported by: cluster via kris
* Update to 0.9.7.1 and fix build on amd64krion2004-10-273-4/+22
| | | | Submitted by: maintainer
* Update to 0.8.16.des2004-10-263-34/+291
|
* Update to the 20041015 snapshot of GCC 3.4.3.gerald2004-10-2224-168/+168
|
* - Reset maintainership to ports@FreeBSD.orgsergei2004-10-215-5/+5
| | | | | PR: ports/72950 Submitted by: Kimura Fuyuki (maintainer)
* Add portugese/php_doc to SLAVEDIRSedwin2004-10-211-1/+1
| | | | Submitted by: (indirect) "Jacques A. Vidrine" <nectar@FreeBSD.org>
* Update checksum. Tarball has been rerolled just containing an update to the ↵obraun2004-10-211-2/+2
| | | | ANNOUNCE file.
* Fix fetch breakage.jkoshy2004-10-201-3/+4
| | | | Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
* - Update to 0.9d-041019pav2004-10-202-3/+3
| | | | | PR: ports/72851 Submitted by: Julian Stecklina <der_julian@web.de> (maintainer)
* Update to the 20041013 snapshot.gerald2004-10-202-13/+13
|
* Upgrade to v208.jkoshy2004-10-203-195/+863
|
* Upgrade ghc to 6.2.2, remove BROKEN, make portlint a little bit happier.obraun2004-10-175-38/+34
|
* Fix the build on -stable. Older gcc doesn't like having the ALLOCATE mixed inanholt2004-10-171-0/+22
| | | | with variable definitions, it seems.
* Update to 7.1.042.netchild2004-10-172-3/+3
|
* Add p5-List-MoreUtil, an assorted collection of list/array utilitytobez2004-10-155-0/+60
| | | | | functions. This port goes to lang/ to follow the tradition of p5-Scalar-List-Utils.
* Add asn1c 0.9.4,krion2004-10-146-0/+138
| | | | | | | | | | | The asn1c compiles ASN.1 (Abstract Syntax Notation One) specifications into the C source code. This compiler supports automatic constraints checking code generation, parametrization, basic support for Information Object Classes. The produced C code contains the codecs for BER & DER encoding rules. PR: ports/71560. Submitted by: Lev Walkin <vlm@lionet.info>
* - drop maintainershipdinoex2004-10-141-1/+1
|
* Update to 2.10.tobez2004-10-132-4/+4
|
* - update to 0.84clsung2004-10-122-3/+3
| | | | | | PR: ports/72030 Submitted by: clsung Approved by: co-mentor (vanilla)
* Drop maintainership to ports@FreeBSD.orgkrion2004-10-127-7/+7
| | | | | PR: ports/72437 Submitted by: Michael Johnson <ahze@ahze.net>
* Drop maintainership.olgeni2004-10-122-2/+2
|
* Add "parallel" category.olgeni2004-10-122-2/+2
| | | | | PR: ports/72356 Submitted by: Marc van Woerkom <marc.vanwoerkom at fernuni-hagen.de>
* Unbreak (disable HIPE build).olgeni2004-10-122-10/+2
|
* Sync with the latest version of the PHP documents.edwin2004-10-122-15/+15
| | | | Submitted by: edwin@mavetju.org
* Update to version 8.1.5.linimon2004-10-122-3/+3
| | | | | PR: ports/71369 Submitted by: Nils M Holm <nmh at t3x dot org> (maintainer)
* - run ldconfig on the GNUstep dir onlydinoex2004-10-121-0/+5
| | | | - add IGNORE if make.conf is not set up
* - cleanupdinoex2004-10-121-1/+1
|
* - Update to 20040924pav2004-10-124-42/+11
| | | | | PR: ports/72079 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* Upgrade to 0.99.thierry2004-10-124-19/+32
|
* Update to 5.0.2 release:ale2004-10-128-18/+94
| | | | | | | | | | | | | | - Fix compilation of thread-safe PHP after the PTHREAD_LIBS change - Include md5 and blowfish support on amd64 (fix headers) [1] - Add support for dom_import_simplexml function in php5-dom [2] - Fix vulnerability in RFC 1867 file upload processing [3] - Fix php_variables memory disclosure [3] PR: ports/71752 [1], ports/72003 [2], ports/72420 [3] Submitted by: Adam Gregoire <bsdunx@yahoo.com> [1], Vaidrius Petrauskas <acrozy@uosis.mif.vu.lt> [2], Dmitry A Grigorovich <odip@bionet.nsc.ru> [3] Approved by: portmgr (kris)
* Update to 4.3.9 release:ale2004-10-124-15/+46
| | | | | | | | | | | | | - Fix compilation of thread-safe PHP after the PTHREAD_LIBS change - Include md5 and blowfish support on amd64 (fix headers) [1] - Fix vulnerability in RFC 1867 file upload processing [2] - Fix php_variables memory disclosure [2] - GD LZW-GIF support is now enabled by default PR: ports/71752 [1], ports/72420 [2] Submitted by: Adam Gregoire <bsdunx@yahoo.com> [1], Dmitry A Grigorovich <odip@bionet.nsc.ru> [2] Approved by: portmgr (kris)
* This port includes a 5.x binary that links to libm.so.2, which is partkris2004-10-111-5/+2
| | | | | | | of the compiler bootstrap. Drop it back to use the 4.x binary version with compat4x instead so it will run on 5.3. Approved by: portmgr
* Now builds on 5.xkris2004-09-291-4/+0
| | | | Approved by: portmgr (self)
* ruby18_static builds on amd64kris2004-09-281-1/+1
| | | | Approved by: portmgr (self)
* Now builds on amd64kris2004-09-281-2/+2
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Broken pkg-plistkris2004-09-261-0/+4
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Segfault during buildkris2004-09-261-0/+4
| | | | Approved by: portmgr (self)
* BROKEN: Does not buildkris2004-09-261-0/+2
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Coredump during buildkris2004-09-261-1/+7
| | | | Approved by: portmgr (self)
* - Fix build on 5.3pav2004-09-251-0/+2
| | | | | | PR: ports/72042 Submitted by: Yen-Ming Lee <leeym@FreeBSD.org> Approved by: portmgr (marcus)
* - install manpages only if WITH_TCL80_MAN is definedleeym2004-09-221-2/+8
| | | | | | | | - utilize MASTER_SITE_TCLTK PR: 71925 Submitted by: leeym Approved by: portmgr (marcus)
* - unbreak this port on 5.xleeym2004-09-226-20/+126
| | | | | | | | - utilize PORTNAME and PORTVERSION PR: 71839 Submitted by: leeym Approved by: portmgr (marcus), jdp (maintainer)
* BROKEN on 5.x: Does not compilekris2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compilekris2004-09-191-0/+4
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compilekris2004-09-195-1/+23
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Broken by changes to make(1)kris2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* Fix build on sparc64.marcus2004-09-131-2/+11
| | | | | | | PR: 71679 Submitted by: Koop Mast <kwm@rainbow-runner.nl> Reported by: pointyhat Approved by: portmgr (implicit)
* - new option GNUSTEP_WITH_GCC34dinoex2004-09-101-15/+18
| | | | | - fix linking under 5-CURRENT Approved by: portmgr (marcus)
* Remove a false dependency if pgrep/pkill are included in the base system.thierry2004-09-071-1/+4
| | | | Approved by: portmgr (mcl).
* Update to the 20040827 snapshot of GCC 3.4.2.gerald2004-09-0424-156/+156
|
* Fix location of pkgconfig-datavs2004-09-0424-24/+144
| | | | Approved by: gerald
* Add distinfo for Python-2.4a3perky2004-09-043-12/+6
|
* Update to 2.4a3perky2004-09-0442-1120/+301
| | | | | PR: 71340 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Update to version 4.5.2krion2004-09-035-3/+67
| | | | | PR: ports/71299 Submitted by: Ports Fury
* Update to version 19a.linimon2004-09-035-19/+28
| | | | | | PR: ports/71162 Submitted by: MOROHOSHI Akihiko <moro at remus dot dti dot ne dot jp> Approved by: maintainer
* Update to the 20040901 snapshot of GCC 3.3.5.gerald2004-09-022-13/+13
|
* Update TenDRA to 4.20040902. Major changes are support for the Alphastefanf2004-09-026-880/+780
| | | | | | architecture and that perl is no longer required. Approved by: arved
* Complete the repo-copy of gcc34 to gcc35 and update to the 20040829gerald2004-09-025-43/+44
| | | | | | snapshot of GCC 3.5.0. PR: 70493
* List gcov command.trevor2004-09-011-0/+1
| | | | | PR: 71150 Submitted by: leeym
* Add a missing patch needed with gcc version 3.4.2.thierry2004-08-301-0/+14
|
* Upgrade to v110.48.jkoshy2004-08-2915-467/+549
| | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
* - Don't hardcode shlib versionspav2004-08-292-1/+2
| | | | | | | | - Libintl is not part of libc on FreeBSD PR: ports/70318 Submitted by: Christopher Nehren <apeiron@comcast.net> Approved by: maintainer timeout (14 days)
* Chase libaspell to aspell.16.thierry2004-08-293-3/+3
|
* Upgrade to 0.98a.thierry2004-08-273-2641/+5
|
* Work around stricter CPP in GCC >= 3.4.1.obraun2004-08-261-0/+11
| | | | Obtained from: cvs.haskell.org
* Update to 1.66krion2004-08-242-3/+3
| | | | | PR: ports/70890 Submitted by: maintainer
* Slightly harder to deal with than ports/70328, but tweak tcl80 and tk80ade2004-08-241-0/+3
| | | | with WITH_TCL80_MAN and WITH_TK80_MAN knobs respectively.
* Update to 5.0.1 release:ale2004-08-2310-48/+38
| | | | - GD GIF output support is now enabled by default
* Fix build with gcc-3.4krion2004-08-2312-0/+366
|
* Update to 2.41 and take maintainership. I hang out with the authors a lot, andanholt2004-08-223-4/+33
| | | | | they've basically made me start using it. It got to the point that I'd say, "I should write that in nickle" and I didn't even know the language yet.
* Add mlton 20040227, an optimizing Standard ML compiler.thierry2004-08-215-0/+560
| | | | | PR: 44295 Submitted by: Stephen Weeks
* - Introduce MASTER_SITE_OSSPpav2004-08-212-6/+4
| | | | | PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* - Update to 5.42.1pav2004-08-212-6/+5
| | | | | PR: ports/70763 Submitted by: Esa Karkkainen <ejk@iki.fi>
* Fix package build on 4-STABLE.perky2004-08-213-3/+3
| | | | Submitted by: kstewart <kstewart@owt.com>
* Update to 3.08.1krion2004-08-213-7/+14
| | | | | PR: ports/70745 Submitted by: maintainer
* Fix build with gcc-3.4krion2004-08-211-0/+6
| | | | | PR: ports/70752 Submitted by: maintainer
* - Add support for FreeBSD 6.perky2004-08-214-12/+549
| | | | | | | - Remove support for FreeBSD 2. Spotted by: marcus, kris Obtained from: Python CVS
* - Add support for FreeBSD 6.perky2004-08-2135-98/+4669
| | | | | | | | - Drop FreeBSD 2 support. - Fix build on -stable. Spotted by: marcus, kris Obtained from: Python CVS
* - Add support for FreeBSD 6.perky2004-08-2115-48/+1656
| | | | | | | - Remove support for FreeBSD 2. Spotted by: marcus, kris Obtained from: Python CVS
* - Update to 1.63pav2004-08-212-4/+5
| | | | | PR: ports/70709 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
* Reset bouncing maintainer address (permanent error).linimon2004-08-201-1/+1
|
* Upgrade to 7.6.13.vanilla2004-08-202-3/+3
| | | | | PR: ports/70658 Submitted by: maintainer
* Fix more hardcoding of imake-4 port directory to use X_IMAKE_PORT.anholt2004-08-191-1/+1
|
* Upgrade to 0.97a: bugs fix release + doc. reorganization.thierry2004-08-193-572/+469
|
* Oops. Needs libgmp.markm2004-08-191-0/+1
|
* Update to v 2.6.5.markm2004-08-1912-84/+42
|
* Make nqc compile with gcc 3.4.2.jhay2004-08-171-0/+18
|
* This is apparently no longer broken on 5.x.kris2004-08-171-7/+1
|
* Update lang/ruby16 to the latest snapshot as of 2004-07-28, fixingknu2004-08-172-10/+3
| | | | cgi/session's insecure permissions problem.
* - new options:dinoex2004-08-173-5/+29
| | | | | | WITH_TCL82_MAN, WITH_TCL82_MAN, WITHOUT_TCL84_MAN, WITH_TK82_MAN, WITH_TK82_MAN, WITHOUT_TK84_MAN PR: 70328
* mark ignore when perl < 5.6ijliao2004-08-161-1/+7
| | | | | PR: 70508 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* - Upgrade to 0.97;thierry2004-08-164-32/+34
| | | | | | | - switch to libtool 1.5. Known bug: the eval component aborts (already in 0.96, beeing investigated).
* Fix build with gcc 3.4arved2004-08-163-0/+31
|
* Fix build on 4-stable.vanilla2004-08-152-0/+15
| | | | Obtained from: kris
* Update to 8.0.046p050.1maho2004-08-152-3/+3
| | | | now it can output EM64T code!
* Touch configure, because Makefile.in is patched after configure (patch-ac vsarved2004-08-141-0/+3
| | | | | | patch-aa), which confuses configure Reported by: pointyhat
* Update to the 20040806 snapshot off GCC 3.4.gerald2004-08-1226-169/+169
|
* Handle ri document directories properly.knu2004-08-122-2036/+2047
|
* Update lang/ruby18 to 1.8.2-preview2.knu2004-08-124-25/+2136
|
* - Fix PATH problem with bsd.autotools.mkdinoex2004-08-121-3/+1
| | | | PR: 64393
* Fix an incorrect distfile name for the Alpha.jdp2004-08-111-4/+1
|
* Add gnometarget to USE_GNOME, that's better way.vanilla2004-08-101-3/+1
|
* Update to 0.0.4krion2004-08-094-14/+25
| | | | | PR: ports/70183 Submitted by: maintainer
* Add embryo, it's a C like scripting language used in parts of the Enlightenment.vanilla2004-08-085-0/+52
|
* Update to 0.3.2krion2004-08-082-3/+3
| | | | | PR: ports/70150 Submitted by: maintainer
* Update to version 0.32.94krion2004-08-088-164/+186
| | | | | PR: ports/70118 Submitted by: Ports Fury
* - Allow to disable IPv6 support [1]perky2004-08-076-6/+15
| | | | | | | - Add checksum for 2.4a2 PR: 69950 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* - Update to 2.4a2perky2004-08-0735-371/+574
| | | | | | | - Add IPV6 option [1] PR: 69950 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1]
* Fix build with gcc-3.4.olgeni2004-08-051-0/+14
| | | | Submitted by: roam
* note conflicts for amd64dinoex2004-08-041-1/+1
|
* Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15ade2004-08-041-7/+12
| | | | | | | All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates.
* - Update to 0.44.0pav2004-08-043-185/+168
| | | | | PR: ports/69824 Submitted by: David G. Holm <freebsd@netfang.net> (maintainer)
* -Update to 0.8.1.mezz2004-08-033-4/+4
| | | | | | | | | | | | freshmeat blurb: This is a maintenance release with some minor feature additions. Numerous bugs are fixed, including macro-related bugs and build problems. (lib name contains software version instead of 0.0.0 now...) PR: ports/69932 ports/69933 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Upgrade to 0.96.thierry2004-08-035-30/+50
|
* Update to ezm3-1.2.jdp2004-08-034-51/+12
|
* Upgrade to 0.95.thierry2004-08-015-28/+47
|
* Update to 5.8.5.tobez2004-07-3025-1685/+2170
|
* Add new port for IronPython 0.6,perky2004-07-295-0/+69
| | | | a new Python implementation for .NET platforms.
* - Fix build with gcc-3.3:pav2004-07-292-0/+148
| | | | | | | error: ISO C++ forbids cast to non-reference type used as lvalue PR: ports/69653 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
* Register extensions in etc/php/extensions.ini instead of etc/php.iniale2004-07-286-12/+6
| | | | | | and add etc/php to the config scan path. Suggested by: Kenneth Vestergaard Schmidt <kvs@pil.dk>
* Enable default extensions when OPTIONSFILE is missing:ale2004-07-282-6/+25
| | | | - Fix package creation and BATCH installation
* MFphp4: Fix compilation of wddx extension.ale2004-07-282-2/+8
|
* Back out my previous commit, two ports need guile's .la files.mezz2004-07-272-3/+8
| | | | Requested by: marcus
* -Correct the GNU_CONFIGURE -> USE_LIBTOOL_VER=15 to avoid install the .la files.mezz2004-07-272-8/+3
| | | | -Bump the PORTREVISION, because of pkg-plist change.
* Remove mirror.ac.uk from MASTERSITES in Haskell(-related) ports.vs2004-07-267-19/+7
| | | | | PR: ports/69481 Submitted by: Tim Bishop
* Fix compilation of wddx extension.ale2004-07-261-1/+4
| | | | | PR: ports/69464 Submitted by: Vadim Mikhailov <freebsd-bugs@mikhailov.org>
* upgrade to 040726ijliao2004-07-263-19/+21
| | | | | PR: 69597 Submitted by: maintainer
* - Chase redirectpav2004-07-251-1/+1
| | | | | PR: ports/69568 Submitted by: zeekay <zk@wspim.edu.pl>
* Update to the 2004-07-23 snapshot of GCC 3.4.2.gerald2004-07-2526-169/+169
|
* Add a knob WITHOUT_PERL_64BITINT. This is primarily intended for thosetobez2004-07-255-5/+25
| | | | | | | | who wish to keep compatibility with files generated by Storable::store from a previous version of perl, and were unlucky enough to not use portable Storable::nstore instead. Submitted by: kuriyama
* Add ecl 0.9d.040206, an ANSI Common Lisp implementation.vs2004-07-255-0/+71
| | | | | PR: ports/62455 Submitted by: Julian Stecklina
* Silence a couple of debug warnings in et_viewer.olgeni2004-07-244-0/+56
|
* Update to 8.0.066p070.1.netchild2004-07-242-3/+3
|
* Update to 7.1.040.netchild2004-07-242-3/+3
|
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-1/+1
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* - Portlint: Use DOCSDIRvs2004-07-233-56/+43
| | | | | - Remove patch-aa in favour of MAKE_ARGS - Grab for haskell-alias: This is family
* upgrade to 0.81ijliao2004-07-233-18/+5
| | | | | PR: 69457 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to 1.56krion2004-07-223-14/+6
| | | | | PR: ports/69426 Submitted by: maintainer
* Add support for fileinfo extension.ale2004-07-212-2/+4
|
* Remove the old-and-broken sybase (DB-lib) extension and point users toale2004-07-215-24/+4
| | | | the new-and-working sybase (CT-lib) extension.
* - drop maintainershipdinoex2004-07-201-1/+1
|
* - mark BROKEN with new base linkerdinoex2004-07-201-0/+4
|
* - Document DEFAULT_PHP_VER and BROKEN_WITH_PHPale2004-07-205-0/+14
| | | | | | - Set them acccordingly in PHP extensions ports (Now I really need some rest, see you tomorrow)
* Comment extension_dir in sample php.ini's, since many copy the sampleale2004-07-203-0/+3
| | | | | configuration file blindly and then complain about wrong directory. PHP has the correct path compiled in statically.
* Set default MySQL version to 4.1 for mysqli extension.ale2004-07-202-0/+2
|
* Update to 3.08vs2004-07-202-5/+5
| | | | | PR: ports/69255 Submitted by: Eugene Ossintsev (maintainer)
* Update to 3.08.0vs2004-07-208-113/+71
| | | | | PR: ports/69254 Submitted by: Eugene Ossintsev (maintainer)
* Update to version 2.751krion2004-07-202-3/+6
| | | | | PR: ports/69298 Submitted by: Ports Fury
* Upgrade to GCL 2.6.3.markm2004-07-1917-418/+184
|
* Add support for imagick extension.ale2004-07-192-2/+4
|
* Fix oniguruma header path.ale2004-07-192-2/+2
| | | | Spotted by: sekrett.ru
* PHP5 has not "crack" extension.ale2004-07-191-2/+1
| | | | Reported by: sekrett.ru
* Remove obsolate PHP slave ports.ale2004-07-194-100/+0
|
* Add php5-extensions 1.0, a "meta-port" to install PHP extensions.ale2004-07-193-0/+129
|
* Add php4-extensions 1.0, a "meta-port" to install PHP extensions.ale2004-07-193-0/+126
|
* Add a new shared extension for PHP.ale2004-07-192-0/+15
|
* Update to 0.26vs2004-07-193-7/+8
| | | | | PR: ports/69018 Submitted by: Kimura Fuyuki (maintainer)
* First step of the PHP mega-commit:ale2004-07-1969-11331/+2054
| | | | | - remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports
* - Update to 1.50vs2004-07-174-111/+37
| | | | - Assign maintainership to submitter
* Fix module-path.vs2004-07-151-0/+2
| | | | | PR: ports/69070 Submitted by: Björn Lindström
* Update to final 5.0.0 release:ale2004-07-158-8/+32
| | | | | | | - add a post 5.0.0 patch to fix basic authentication with apache 1.x The major PHP ports overhaul is in its final stage. This commit was anticipated since it fixes a critical security vulnerability.
* Update to 4.3.8 release.ale2004-07-152-4/+4
| | | | | The major PHP ports overhaul is in its final stage. This commit was anticipated since it fixes a critical security vulnerability.
* - Update to 1.0pav2004-07-156-19/+53
| | | | | PR: ports/68804 Submitted by: John Merryweather Cooper <johnmary@adelphia.net> (maintainer)
* Pull in the latest change to mkmf.rb to avoid build error whenknu2004-07-132-0/+22
| | | | devel/readline is installed.
* Support WITHOUT_NLSkrion2004-07-112-13/+16
| | | | Pet portlint
* Update to the 20040709 snapshot of GCC 3.4.2 (from GCC 3.4.1).gerald2004-07-1126-182/+182
|