aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN: Does not compilekris2003-10-282-0/+4
|
* upgrade to 2.37.233.1545ijliao2003-10-283-134/+133
|
* Un-broke the compile by forcing stdargs.wes2003-10-281-4/+0
|
* Follow the bouncing C compiler: use stdargs instead of varargs in thiswes2003-10-281-1/+2
| | | | lovely ancient code.
* Update to 5.8.1.tobez2003-10-2875-6010/+5075
| | | | | | | | | | Also: Make suidperl optional (ENABLE_SUIDPERL knob). Switch to perlmalloc by default, unless threaded perl is built, to improve performance. Modernize pkg-plist (switch to SITE_PERL where possible). Update WWW. Many thanks to foxfair who prepared most of this update.
* Upgrade to 0.8.5.des2003-10-263-12/+11
|
* - add patch for:dinoex2003-10-262-0/+14
| | | | | | FreeBSD only provides the __fpsetreg() used by the following two for the GNU Compiler. When using, say, Intel's icc they break. Submitted by: root@celsius.bychok.com
* - Unbreak build by adding forgotten dependency on devel/skalibssergei2003-10-261-1/+3
| | | | | | | | Reported by: bento (kris) - Reword COMMENT to avoid truncation by pkg_info(1) Approved by: krion (implicit)
* Remove extra file.olgeni2003-10-251-1/+0
|
* 1) Fix bug on some 4.7 systemsmaho2003-10-252-12/+22
| | | | | | 2) change ignore message provided by Intel Suggestion by: netchild and Marius Strobl
* Add execline 1.05:sergei2003-10-255-0/+152
| | | | | | | | | | | | | | | | | | execline is a very light non-interactive scripting language, which is similar to /bin/sh. Simple shell scripts can be easily rewritten in the execline language, improving performance and memory usage. execline was designed for use in embedded systems, but works on most Unix flavors. execline features conditional loops, getopt-style option handling, filename globbing, and more. Meanwhile, its syntax is far more logical and predictable than the shell's syntax, and has no security issues. Author: Laurent G. Bercot <ska-skaware@skarnet.org> WWW: http://www.skarnet.org/software/execline/ Approved by: krion (implicit)
* - Fix MASTER_SITESkrion2003-10-243-10/+6
| | | | | | | - Remove obsolete WWW: line PR: 58447 Submitted by: Ports Fury
* utilize SITE_PERLijliao2003-10-2419-88/+83
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* - Fix icc and icpc scripts (variable overriding) [1]netchild2003-10-226-32/+62
| | | | | | | | | - Don't extract ia64 RPMs [2] - Fix bug on some 4.7 systems [3] Noticed by: mi [1] Suggested by: mi [2] Tested by: Clint Olsen <clint@0lsen.net>
* Use an updated version of the bounds checking patch which applies w/ogerald2003-10-222-2/+2
| | | | problems.
* Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* portsperky2003-10-2214-29/+30
| | | | | | | because it does not point the most recent version of each from ports/Mk/bsd.python.mk 1.38. Reported by: Andy Fawcett <andy@athame.co.uk>
* Update to 7.1.031.netchild2003-10-214-18/+18
|
* Add the authors reply regarding binary distribution of this portedwin2003-10-213-1/+21
| | | | to the pkg-plist, add README and NOTICE to the pkg-plist.
* Adopt this port.gerald2003-10-211-1/+1
| | | | Agreed to by: obrien
* Update to a slightly newer version of the optional bounds checking patches,gerald2003-10-202-5/+5
| | | | | | | but disable the note on WITH_BOUNDSCHECKING as even these have not been updated for GCC 3.3.2 yet. Noticed by: trevor
* Set this very bitrotted code to BROKEN. The last distfile is fromlinimon2003-10-201-0/+2
| | | | | | | | 1993 (!). It only works on i386 and even then only on 4.x. See perhaps instead the project at http://call-with-current-continuation.org/chicken.html. This port should be deleted in 3 months if no one steps forward to save it.
* Per bento logs, mark as broken on non-i386.linimon2003-10-201-3/+3
|
* On second thought, even though it works, it is better to be consistent.linimon2003-10-201-1/+1
|
* Mark broken on non-i386, per bento logs.linimon2003-10-201-0/+4
|
* add dependency on misc/tkman.edwin2003-10-202-2/+4
| | | | Submitted by: "Yonatan Bokovza" <Yonatan@xpert.com>
* Fix build and execution of guile on ia64:marcus2003-10-203-5/+112
| | | | | | | | | | | | | | | | | * Use continuation->backing_store to determine if we return for the first time from getcontext(). This avoids having to depend on non-POSIX semantics of the Linux implementation. * Avoid using __libc_ia64_register_backing_store_base by hardcoding the base of the backing store. The kernel is changed to put the backing store at this address. It's not entirely clean, but I want to avoid adding all sorts of variables in our libc for this for now. * Fix a genuine bug in the ia64 case: the ia64-specific fields are not initialized. On FreeBSD this means they have garbage (= 0xd0). Call memset() after allocation to make sure the contregs structure is properly cleared. Since this may affect other architectures, this patch will be ia64 only. Submitted by: marcel
* - Layout for GnuSTEP 1.8.0dinoex2003-10-192-46/+34
|
* - new option WITHOUT_OPENSSLdinoex2003-10-191-0/+6
| | | | - add USE_OPENSSL
* - Update to 1.8.0dinoex2003-10-194-1438/+784
|
* Utilize PYTHON_SITE_SUBDIR.perky2003-10-194-4/+4
|
* - Add WITHOUT_PYMALLOC knob that disables pymalloc, the internalperky2003-10-193-3/+15
| | | | | | | optimized heap manager for Python 2.3. [1] - Utilize PYTHON_SITE_SUBDIR. Submitted by: kuriyama [1]
* Add the virtual category elisp.linimon2003-10-191-1/+1
| | | | Approved by: mainatiner.
* Add virtual category haskell.linimon2003-10-191-1/+1
| | | | Approved by: maintainer.
* Tcl 8.3 -> tcl 8.4 move.edwin2003-10-193-50/+57
| | | | | Added about.html and help.html to the port. Used DOCSDIR variable instead of hard coded paths
* Surely the fact that these two ports are not listed in the elisp virtuallinimon2003-10-192-2/+2
| | | | cateogory is an oversight.
* Surely the fact that this port is not cross-listed into the virtual categorylinimon2003-10-191-1/+1
| | | | python is an oversight.
* Return ejc's ports to the unmaintained pool.kris2003-10-191-1/+1
| | | | Submitted by: ejc
* Update to the GCC 3.3.2 release, fixing packaging problems caused by thegerald2003-10-172-48/+17
| | | | | | | | previous update on the way. Generalize this port such that switching between GCC snapshots and releases will be even simpler next time. Remove code to use CVS to obtain sources as I (wearing my GCC hat) can guarantee that we will provide snapshots as long as needed in the future.
* Mark BROKEN on -CURRENT. Having garbage collection enabled causes monomarcus2003-10-171-0/+2
| | | | | | | to core dump when it tries to allocate what seems like 512 MB of memory when it tries to do garbage collection. Anyone wanting to look at fixing boehm-gc on FreeBSD is more than welcome to submit patches. You will not be turned away.
* Add alpha to list of 64bit architectures. (This fixes packageperky2003-10-163-3/+3
| | | | | | building on alpha) Spotted by: kris
* BROKEN on 5.x: does not compilekris2003-10-161-0/+4
|
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* Reset inactive maintainer.linimon2003-10-161-1/+1
| | | | Reviewed by: kris
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* Update from the 2003-08-04 to the 2003-10-13 snapshot which essentiallygerald2003-10-163-11/+10
| | | | will become GCC 3.3.2. Fix the incorrect pkg-descr on binaries installed.
* Fix the incorrect pkg-descr on binaries installed and "sign" this port.gerald2003-10-152-36/+6
| | | | | Given that the GCC 3.2 branch has been completely frozen, remove CVS and update-related features from Makefile.
* Mark as broken. The last release of this package seems to havelinimon2003-10-152-1/+11
| | | | | | | | | been around 2000. It may have been supplanted by a similar project named mpd (http://www.cs.arizona.edu/mpd). PR: ports/56420 Submitted by: Mark Linimon Reviewed by: Mark Linimon
* Add CONFLICT for lang/njs (njs-*)edwin2003-10-141-0/+2
| | | | | PR: ports/57972 (initial) Submitted by: Thierry Thomas <thierry@pompo.net>
* lang/njs: changing conflicts.edwin2003-10-141-8/+2
| | | | | | | | | - removing conflict detection with converters/kdesupport11; - lang/njs and lang/spidermonkey install bin/js (noted by Oliver Eikemeier <eikemeier@fillmore-labs.com>). PR: ports/57972 Submitted by: Thierry Thomas <thierry@pompo.net>
* Disable the build of multithread version.max2003-10-142-3/+3
| | | | This should fix the build on 5.x.
* - Fix BUILD_DEPENDSdinoex2003-10-131-2/+2
|
* Give the MAKE_ENV the proper BINOWN/BINGRP variables.edwin2003-10-132-4/+6
| | | | | | Fix pkg-plist to use DOCSDIR Noticed by: bento
* BROKEN: Does not fetchkris2003-10-131-0/+2
|
* a few files in the 1.1 lang/smarteiffel port had the wrong path (the build path)edwin2003-10-112-21/+11
| | | | | | | | | | | The system.se and loadpath.se files had the build path instead of the install path. This patch corrects this issuse. Also the loadpath.UNIX file was no longer applicable. This isn't an issue for people using the Gobo geant build system, but for pure SmartEiffel users the port didn't work. PR: ports/57203 Submitted by: User & <berend@pobox.com>
* Reword IGNORE text.netchild2003-10-112-2/+2
| | | | Suggested by: Intel Corporation
* * Add upstream patch file.obraun2003-10-113-108/+104
| | | | | | | * Add ONLY_FOR_ARCHS=i386. * Utilize DOCSDIR. * Use CONFLICTS instead of checking conflict with hs-hmake in the ports Makefile.
* Parameterize the target's byte ordering in the packing list. Thisjdp2003-10-092-4/+8
| | | | | | | fixes the package builds for sparc64. PR: ports/57265 Submitted by: Marius Strobl <marius@alchemy.franken.de>
* 21-2.8 => 21.2.8edwin2003-10-081-2/+4
| | | | | PR: ports/56958 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* IFC fails to link when invoked with -ax or -x optionmaho2003-10-086-10/+22
| | | | | | | | because a static library of ifc has an unresolved symbol, __sigsetjmp. The following is an example of error messages: PR: 57574 Submitted by: Masakazu HIGAKI <higamasa@dream.com>
* * Upgrade to 7.1.obraun2003-10-084-3394/+5018
| | | | | | | | | * Remove BROKEN. * Pass maintainership to submitter. [1] PR: ports/57677 Submitted by: Chris Burkert <chris@chrisburkert.de> Approved by: Jean-Sebastien Roy <js@jeannot.org> (old maintainer) [1]
* - re-enable auto-detection for APACHE2dinoex2003-10-081-1/+3
| | | | | PR: 57699 Submitted by: sysadmin@alexdupre.com
* Mega-patch:dinoex2003-10-083-75/+83
| | | | | | | | | | | | | - Add mnogosearch extension - Use USE_OPENSSL knob instead of direct including of bsd.openssl.mk - Fix OpenSSL undefind symbols at runtime - Fix OpenLDAP/MySQL dependencies, by moving down the inclusion of the bsd.port.pre.mk makefile - Fix make describe/all-depends-list to catch correct libraries - Fix mcrypt extension (add ltdl dependency) PR: 57699 Submitted by: sysadmin@alexdupre.co
* upgrade to 0.9.0ijliao2003-10-078-8/+84
|
* I believe this works now. I am able to compile and run some C# apps includedmarcus2003-10-075-7/+96
| | | | | | | | in the mono/tests/ subdirectory, and it no longer hangs or dies with weird errors. (And, yes, I do have garbage collecting enabled). I'll let the C# user community be my judge. There still may be some issues since boehm-gc isn't fully functional in its multi-threaded state on FreeBSD.
* Upgrade to 0.7.2.vanilla2003-10-073-17/+20
| | | | | PR: ports/57614 Submitted by: maintainer
* Update to 0.28, and mark that it is only for i386. Note, it's still notmarcus2003-10-073-14/+37
| | | | clear whether this works correctly on FreeBSD.
* Upgrade to 5.2.8.max2003-10-063-6/+9
| | | | PR: 56277
* Correct the URL for the home page.max2003-10-061-1/+1
| | | | Submitted by: Racz Janos <wpooh@freestart.hu>
* Per bento, this port gets either signal 11 or signal 4 whenerwin2003-10-051-0/+4
| | | | | | | | | trying to install on non-i386. Mark it to warn the unwary. Since it doesn't have a maintainer, I guess you could go either way on whether it should be "broken" or "ignore". PR: 57595 Submitted by: Mark Linimon <linimon@lonesome.com>
* Per bento logs, this port won't configure except on i386.erwin2003-10-051-0/+2
| | | | | | | | | Mark it as ignore to warn the unwary. (There's probably little reason to mark it as broken since it has no maintainer. Any volunteers?) PR: 57594 Submitted by: Mark Linimon <linimon@lonesome.com>
* - Add WWW line in pkg-descrkrion2003-10-051-0/+2
| | | | | PR: 57596 Submitted by: Mark Linimon <linimon@lonesome.com>
* update moazart to 1.2.5.20030212oliver2003-10-054-11/+24
| | | | | | PR: 54792 Submitted By: Andy Hauser <andy-freebsd@splashground.de> Approved By: maintainer timeout (41 days)
* Update to Python-2.3.2perky2003-10-0413-93/+38
|
* update to 7.1.033maho2003-10-044-12/+12
|
* Commit the correct md5 sum.netchild2003-10-042-2/+2
| | | | Noticed by: Marius Strobl <marius@alchemy.franken.de>
* Update to 7.1.030.netchild2003-10-034-16/+16
|
* Use the current version of pdflib instead of pdflib4.roam2003-10-031-2/+3
| | | | | | | Bump PORTREVISION for the dependency (and possibly functionality) change. PR: 57499 Submitted by: maintainer
* Fix for the OpenSSL extensiondinoex2003-10-013-3/+3
| | | | | PR: 57437 Submitted by: sysadmin@alexdupre.com
* o Update to 4.3.4RC1.nork2003-09-306-76/+66
| | | | | | | | o Sync with latest PHP5 changes (new DB4 extension, use correct knobs, etc...) PR: ports/57399 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Add a patch to properly escape generated action attribute intobez2003-09-3014-7/+112
| | | | | | | CGI::start_form. The escape code is taken from CGI.pm v.3.00. PR: 57391 Reported by: IIJIMA Hiromitsu <delmonta@ht.sakura.ne.jp>
* - Update to version 3.99.5krion2003-09-293-10/+17
| | | | | PR: 57358 Submitted by: Ports Fury
* - Install a 'real' shared object when BUILD_SHARED=yes. [1]perky2003-09-299-21/+57
| | | | | | | | | - Fix plist on 32bit architectures. - Bump PORTREVISION. PR: 57269 [1] Submitted by: Tim Middleton <x@Vex.Net> [1], Kostik I. Belousov <kostya@tessart.kiev.ua> [1]
* New port: ArrowLISP - purely symbolic LISP interpreter and IDEedwin2003-09-286-0/+184
| | | | | | | | | | | | | ArrowLISP is a small, properly tail-recursive, dynamically scoped interpreter for a purely symbolic and almost side-effect-free dialect of LISP. It may be considered an implementation of pure LISP. The interpreter has both a command line interface and an editor-like full screen interface. PR: ports/55501 Submitted by: Nils M Holm <nmh@t3x.org>
* Use smaller recursion limits on amd64 and sparc64 to avoidperky2003-09-283-0/+57
| | | | | | stack overflows. Tested on: sledge, panther
* New port: optimizing BF to C compileredwin2003-09-275-0/+46
| | | | | | | | | | | | | BrainF*ck is a minimalistic, yet Turing-complete programming language with only 8 instructions. bf2c compiles a BF file into a corresponding C file, optimizing as much as possible for speed, size and readability. It is written for fun, self-educating purposes and to beat existing BF compilers. PR: ports/57241 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl>
* backout ports/56801edwin2003-09-271-1/+1
| | | | Noticed by: FreshPorts sanity checking
* - ECHO -> ECHO_MSGedwin2003-09-2721-63/+63
| | | | | | | | | for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* chase print/pdflib libversion upgradeedwin2003-09-274-4/+4
| | | | PR: ports/57204
* - Revive os.fsync function which is disabled by a typo of Python-2.3.1.perky2003-09-279-12/+75
| | | | | | - Bump PORTREVISION Obtained from: Python CVS
* Add nsswitch support, required when running on -CURRENT.olgeni2003-09-266-2/+48
| | | | Obtained from: Daniel Néri <dne@mayonnaise.net>
* update lang/dylan: 2.3.10 -> 2.3.11daichi2003-09-263-22/+17
| | | | | PR: 56881 Submitted by: Peter S. Housel <housel@acm.org> (maintainer)
* Add notes about separated standard modules.perky2003-09-266-0/+42
|
* - Update to 1.7.4dinoex2003-09-252-2/+2
|
* - Update to version 3.99.4krion2003-09-2423-892/+192
| | | | | PR: 57094 Submitted by: Ports Fury
* Update to 3.54.osa2003-09-2410-190/+197
| | | | | | | Utilize ${DOCSDIR} and ${EXAMPLESDIR}. Use new name schema for patch files. Fix ${MASTER_SITES} and home page URL. Take maintainership.
* Update to 7.1.029.netchild2003-09-244-16/+16
|
* Maintainer Update: upgrade of lang/pike74 to 7.4.28edwin2003-09-242-3/+4
| | | | | | | | Update pike 7.4 to 7.4.28 (official release from IDA). Added a backup mirror of official IDA mirror. PR: ports/56947 Submitted by: Xavier Beaudouin <kiwi@oav.net>
* Change MASTER_SITES to make fetchable again.obraun2003-09-241-1/+1
|
* - Update to Python-2.3.1, the lastest Bugfix release.perky2003-09-2410-42/+32
| | | | | | | - Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed for them. - Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it on linking their own dynamic library.
* [maintainer] update MASTERSITE of lang/fbbiedwin2003-09-243-3/+3
| | | | | | | | According to the author, there is some problem with the original master site. He updated the mainsite for fbbi. PR: ports/56945 Submitted by: Li-lun Wang (Leland Wang) <llwang@infor.org>
* New port: lang/php4-horde - a default PHP configured for the Horde framework.edwin2003-09-242-0/+58
| | | | | | | | | | | | The port www/horde2 and its dependences (mail/turba, mail/imp3, etc.) cannot be packaged, because the default options of PHP are not sufficient. This port uses lang/php4 with Horde's options, in order to remove the IS_INTERACTIVE flags. PR: ports/57111 Submitted by: Thierry Thomas <thierry@pompo.net>
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-2427-28/+28
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* Update port: lang/spidermonkey updated to latest source, new contact addressedwin2003-09-243-5/+6
| | | | | | | | | Spidermonkey is the JavaScript interpreter from the Mozilla project. This revision updates the port to the newest version. I've also updated my contact address. PR: ports/56593 Submitted by: Dan Rench <citric@cubicone.tmetic.com>
* [Maintainer Update] Port: lang/php5edwin2003-09-2414-104/+96
| | | | | | | | | Update to 5.0.0a2-alexdupre snapshot (and fix 5.0.0a1 memory leak). Add DB4 extension. Correctly use USE_MYSQL/USE_OPENSSL/USE_OPENLDAP. PR: ports/56979 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* fix PLIST problemleeym2003-09-231-1/+0
| | | | Bento log: http://bento.freebsd.org/errorlogs/i386-4-latest/sr-2.3.1.log
* fix PLIST problemleeym2003-09-232-1/+2
| | | | | PR: 56697 Submitted by: leeym
* Fix for 4.*.markm2003-09-161-0/+17
| | | | Submitted by: Bakul Shah <bakul@bitblocks.com>
* Rescue a hosed port from death row. GCL is now healthy enough tomarkm2003-09-1422-252/+537
| | | | | compile and run Maxima (see math/). Make portlint-clean as well. Claim maintainership in case it breaks again.
* Update lang/ruby18 to the latest snapshot as of 2003-09-09.knu2003-09-103-1/+18
| | | | | Many bugs have been fixed since the 1.8.0 release. (The diff file is very big because some big files were moved, sorry)
* Update to 1.5.12 and use INFO.nork2003-09-093-23/+6
| | | | | | | | | PR: ports/55358 Submitted by: Kang Liu <lazykang@hotmail.com> Reviewed by: Pedro F. Giffuni <giffunip@yahoo.com> David H. Munro <munro@oldben.llnl.gov> (maintainer) Oliver Eikemeier <eikemeier@fillmore-labs.com> Approved by: David H. Munro <munro@oldben.llnl.gov> (maintainer)
* . Update to 4-20030825.glewis2003-09-0910-374/+582
| | | | | PR: 56430 Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> (maintainer)
* Bump PORTREVISION for help related fixes.olgeni2003-09-062-2/+2
|
* The open_help function only looks for the netscape executable on unixolgeni2003-09-062-0/+176
| | | | | | systems. Let it look for some browsers that support the openURL command line protocol (using netscape by default). The BROWSER environment variable is used if set.
* Fix help file pathname for debugger application.olgeni2003-09-066-0/+84
|
* Update to 7.1.028.netchild2003-09-066-30/+28
|
* add dependency on libltdl to lang/tensileedwin2003-09-041-1/+2
| | | | | | | Bento reports this port has a missing dependency on libltdl. PR: ports/56418 Submitted by: Mark Linimon <linimon@lonesome.com>
* [patch] fix plist for lang/f2pyedwin2003-09-041-1/+1
| | | | | | | | Per bento, the package fails to make, but only if you are already at Python 2.3. PR: ports/56421 Submitted by: Mark Linimon <linimon@lonesome.com>
* - Don't install useless *.lakrion2003-09-043-6/+11
| | | | - Bump PORTREVISION
* Update to 1.17erwin2003-09-043-2/+6
| | | | | PR: 56399 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* The diveintopython author regenerated the PDF documentation due to anbm2003-09-032-1/+2
| | | | file corruption error - update checksum to new zip file.
* updates awk to the version 20030731 that is available on the author's homepage.leeym2003-09-032-2/+2
| | | | | PR: 56351 Submitted by: Simon Barner <barner@in.tum.de>
* slave port for PHP4 with SNMP and GD supportdinoex2003-09-032-0/+20
| | | | | | | This port is needed for net/jffnms to build PR: 56269 Submitted by: asa@gascom.ru
* lang/squeak3 creates $PREFIX/bin/squeak symlink to nowhereedwin2003-09-013-4/+325
| | | | | | | | | | | | Fix audio support for squeak3 Sound support comes to do squeak3(squeak-3.5) porting, but does not become effective because, actually, it cannot detect the library which I am going to utilize with stage of configure. PR: ports/46180,ports/53474 Submitted by: NINOMIYA Hideyuki <nin@Jp.FreeBSD.org>,parv <parv_fm@emailgroups.net>
* The ei_decode_longlong function fails when decoding long values >olgeni2003-08-314-0/+30
| | | | | | 2^32, due to a missing cast. Obtained from: Javier París Fernández <paris@dc.fi.udc.es> on erlang-questions
* Unbreak: fix linker issue when building .so modules.olgeni2003-08-314-0/+78
|
* [PATCH] lang/logo: enable choose of ghostscript interpreteredwin2003-08-311-1/+11
| | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54936 Submitted by: Jens Rehsack <rehsack@liwing.de>
* new port: net/fpledwin2003-08-306-0/+61
| | | | | | | | | | | | | | FPL is a complete script programming language _very_ similar to C. If you are a software developer and plans to add any kind of macro/script control, consider the FPL alternative! FPL library lets the software programmer define functions and variables that FPL should accept. The library will call a function in the software whenever any of these functions are used or variables are read in an FPL program. PR: ports/46756 Submitted by: Dominic Marks <dom@cus.org.uk>
* - use new hook USE_GNUSTEP in bsd.port.mkdinoex2003-08-282-10/+8
|
* Use the new virtual category 'scheme'edwin2003-08-2810-14/+15
| | | | | | | | | - Add the virtual category 'scheme' to the orphan ports - Fix the chicken's csc script - Minor portlint cleanups PR: ports/55265 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* Use the virtual category "scheme" (part ii)edwin2003-08-2810-10/+10
| | | | | | | | | Add the virtual category "scheme" to the maintained ports (except sxm). I guess no maintainer would deny this trivial change. PR: ports/56052 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* - Update to version 0.23krion2003-08-288-14/+48
| | | | | PR: 56039 Submitted by: Ports Fury
* - Update to 1.7.3dinoex2003-08-273-5/+31
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-277-3/+7
| | | | Prodded by: kris
* Update to 4.3.3 final release.nork2003-08-264-4/+21
| | | | | PR: ports/55990 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Chase the libintl.so shared lib version.marcus2003-08-258-8/+8
|
* Update to 1.8.0.knu2003-08-231-0/+3
|
* Fix to ports/lang/ici build problem on 5-CURRENTedwin2003-08-231-3/+3
| | | | | | | | | | | | | | Patch to fix build failures of lang/ici port on 5-CURRENT. Note this is UNTESTED (my 5-CURRENT machine disappeared last week) but the same fix was required on other gcc 3.x using platforms (Mac OS X) and I am assuming it will repair the brokeness. Honestly, the patch didn't but a quick search/replace of "float_t" to "floats_t" did. Informed maintainer. PR: ports/52444 Submitted by: Andy Newman <atrn@zeta.org.au>
* BUILD_STATIC by default as lang/python does.perky2003-08-237-7/+14
|
* Fix __sigsetjmp linking problem.netchild2003-08-222-4/+6
|
* Axe dangling files.knu2003-08-226-202/+0
|
* BUILD_STATIC by default because it's better.perky2003-08-223-3/+6
| | | | (See http://mail.python.org/pipermail/python-dev/2003-August/037472.html)
* - Update to 7.1.027.netchild2003-08-216-16/+24
| | | | | | - Teach the ld wrapper about /libexec on a recent -current. [1] Submitted by: Marius Strobl <marius@alchemy.franken.de> [1]
* update lang/gauche: add 'scheme' virtual catagorydaichi2003-08-211-1/+1
| | | | | PR: 55284 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* * Upgrade to 03.08.obraun2003-08-213-60/+60
| | | | * Utilize %%EXAMPLESDIR%% in pkg-plist.
* Update to 4.3.3RC4.nork2003-08-194-9/+10
| | | | | PR: ports/55713 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* update lang/linux-j: 501b -> 502adaichi2003-08-187-115/+119
| | | | | PR: 55447 Submitted by: Jean-Sebastien Roy <js@jeannot.org> (maintainer)
* Use Tcl/Tk 8.4 rather than 8.2.knu2003-08-182-4/+5
| | | | Add a missing file to pkg-plist that only exists in Ruby 1.8.
* Use INFO.marcus2003-08-174-17/+5
|
* Bump PORTREVISION for previous commitkris2003-08-161-0/+1
|
* Utilize the new INFO variablekris2003-08-162-5/+1
|
* - Update to 7.1.025.netchild2003-08-154-18/+54
| | | | | | | | - Fix spelling of CONFLICTS [1]. - Add request for benchmark numbers [2]. Noticed by: Andreas Schweitzer <Andreas.Schweitzer@hs.uni-hamburg.de> [1] Discussed with: Intel [2]
* Unbreak build with GCC 3.3.1.jkoshy2003-08-152-6/+4
| | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
* Fix build breakage with the GCC 3.3.1.jkoshy2003-08-152-1/+16
| | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de>
* - apply patch from fearow@comcast.netdinoex2003-08-151-0/+11
|
* Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-153-5/+5
| | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento...
* - make IGNORE, license terms need to be agreed prior installdinoex2003-08-151-4/+11
| | | | | | - apply patch from fearow@comcast.net - add USE_PERL=yes PR: 55368
* Chase PDF checksums.olgeni2003-08-122-6/+7
| | | | Submitted by: Marc Ernst Eddy van Woerkom <Marc.Vanwoerkom@FernUni-Hagen.de>
* Update the optional GCC bounds checking patch to the latest version whichgerald2003-08-122-1/+3
| | | | | | | again works with current GCC 3.3 sources (modulo a minor tweak to avoid a patch affecting a bison generated file). PR: 54587
* - Update to version 5d8krion2003-08-093-11/+8
| | | | | PR: 55420 Submitted by: Ports Fury
* * Fix pkg-plistkrion2003-08-092-303/+364
| | | | | | | * Use DOCSDIR, EXAMPLESDIR macros * Unbreak this port Reported by: kris via bento
* As announced on May 6, remove the broken lang/wxbasic port.kris2003-08-087-181/+0
|
* As announced on May 6, remove the broken lang/pnet port.kris2003-08-086-139/+0
|
* BROKEN: Does not fetch.kris2003-08-081-0/+2
| | | | | | This port is scheduled for removal in 3 months if it is still broken at that time. If anyone is interested in fixing it, please submit your patches to the maintainer, or via send-pr if the maintainer is unresponsive.
* Bump PORTEPOCH.olgeni2003-08-083-0/+3
|
* fix build on CURRENToliver2003-08-084-6/+132
| | | | | - s|varargs.h|stdarg.h| - s|void va_start(va_list ap);|void va_start(va_list ap, last);|g
* - Remove somewhat buggy libc_r lackness detection. (at least for bento)perky2003-08-073-10/+7
| | | | | - Bump PORTREVISION to enable the thread support in the package building environments.
* Now that ruby 1.8.0 is officially released, rename ruby to ruby16, andknu2003-08-0716-1241/+10
| | | | ruby-devel to ruby18.
* Upgrade to version R9C.olgeni2003-08-073-135/+140
|
* Upgrade to release R9C-0, and start using OTP release numbers asolgeni2003-08-0716-228/+86
| | | | port versions.
* BROKEN: Broken pkg-plistkris2003-08-071-0/+2
|
* Does not compilekris2003-08-071-0/+2
|
* Upgrade to the 4-Aug-2003 GCC 3.3.1 in-development snapshot.obrien2003-08-072-8/+7
|
* Ruby 1.8.0 builds fine and make test passes on amd64.knu2003-08-052-2/+2
|
* style nit.obrien2003-08-051-1/+1
|
* Get lang/ruby_static-devel to build.knu2003-08-052-2/+2
|
* Use the nice new infrastructure for handling .info files. It's so muchgerald2003-08-052-22/+2
| | | | simpler now.
* Fix build on 5.1-CURRENT after recent sys.mk changes.ru2003-08-041-29/+33
| | | | Urged by: kris
* Update lang/ruby-devel to the long-awaited 1.8.0 release. (IA64 andknu2003-08-046-18/+168
| | | | | | | | | | AMD64 ports still need some more testing and tweaking) By this update, openssl, webrick and xmlrpc modules are now part of the standard distribution. Since this version should no longer be called -devel, I am planning on repo-moving lang/ruby{,-devel} to lang/ruby{16,18}, respectively.
* Upgrade to the 28-July-2003 GCC 3.3.1 in-development snapshot.obrien2003-08-042-19/+19
|
* - back out last changesdinoex2003-08-043-9/+0
| | | | | kris states that fpsetround is supported, despite that is not part of C99 standard.
* - mark NOT_FOR_ARCHS for amd64dinoex2003-08-031-0/+3
|
* - NOT_FOR_ARCHS amd64, fpsetround does not exist.dinoex2003-08-033-0/+9
|
* Chase the zzip shared lib version.marcus2003-08-031-1/+1
| | | | | PR: 55197 Submitted by: maintainer
* Unbreak for 5.x.jkoshy2003-08-022-4/+11
|
* Fix build on gcc-3.3.xmaho2003-08-021-0/+537
| | | | Submitted by: Simon Barner <barner@in.tum.de>
* Upgrade to 6.0.1.obraun2003-08-022-4/+4
| | | | Approved by: maintainer
* Add md5 digest for python 2.4a0.20030801perky2003-08-013-0/+3
|
* Update to 2.4a0 snapshot of 1 Aug 2003perky2003-08-0121-70/+70
|
* fix MASTER_SITES and split them into release-candidate and release sectionsoliver2003-08-011-9/+11
| | | | Approved by: maintainer
* fix lang/mawk: Fix broken configure by re-running autoconf (bento)daichi2003-08-011-0/+1
| | | | | PR: 55104 Submitted by: Volker Stolz <stolz@fump.kawo2.rwth-aachen.de>
* Load rbconfig.rb before referring to Config and unbreak.knu2003-08-014-52/+4
|
* Comment out post-patch target for a while. It breaks kris's INDEX build.perky2003-08-011-6/+6
|
* Update python documentation ports to Python-2.3's.perky2003-08-012-3/+22
|
* - Add python22 as an alternative version.perky2003-08-014-13/+26
| | | | | | | - Correct pydoc search path to lang/python-doc-html port's [1] PR: 43036 [1] Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1]
* - Update to Python-2.3perky2003-08-0115-1353/+2646
| | | | | | | - Correct pydoc search path to lang/python-doc-html port's [1] PR: 43036 [1] Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1]
* ONLY_FOR_ARCHS=i386kris2003-07-311-0/+1
|
* Remove a unnecsesary patch.nork2003-07-311-139/+0
| | | | | Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Pointy hat to: myself
* o Update to 4.3.3RC2.nork2003-07-315-34/+118
| | | | | | | | | | o Add identification to php4 configuration dialog [1]. o Fix incorrect detecting of OpenLDAP dependency [2]. PR: ports/55100, ports/54283[1], ports/54726[2] Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Mark Linimon <linimon@lonesome.com> [1] Jens Rehsack <rehsack@liwing.de> [2]
* BROKEN: Does not compile (5.x) or install (4.x)kris2003-07-311-0/+2
|
* Consolidate NO_PACKAGE and NO_CDROM -> RESTRICTED. Mark BROKEN (does notkris2003-07-311-2/+2
| | | | compile).
* Instead of setting NO_PACKAGE to note that the port does not respect CCkris2003-07-311-1/+1
| | | | or CFLAGS, just note it in the pre-everything target.
* update to 1.14, fix pkg-plistoliver2003-07-304-15/+6
|
* Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-291-1/+1
| | | | | these great pieces of software, so that let others with more free time to take over them.
* Update to 0.7 to 0.7.1maho2003-07-293-21/+11
| | | | | PR: 54894 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Update to T3X 8.0.4, added ONLY_FOR_ARCHS = i386krion2003-07-292-2/+4
| | | | | | PR: 54985 Submitted by: maintainer Approved by: fjoe (mentor) (implicit)
* Add an explicit dependency on EMACS.jkoshy2003-07-271-0/+2
|
* - cleanup post-installdinoex2003-07-271-2/+1
|
* - flat layoutdinoex2003-07-261-24/+24
|
* - update to 1.7.2dinoex2003-07-263-33/+38
| | | | - flat layout
* Upgrade to v3.9.5.jkoshy2003-07-263-19/+17
|
* - Update to version 0.9krion2003-07-246-258/+132
| | | | | | PR: 54804 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: fjoe (mentor) (implicit)
* - Support CFLAGS properlykrion2003-07-243-3/+15
| | | | | | | | - Do not install useless .la files PR: 54803 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: fjoe (mentor) (implicit)
* - update 8.4.4dinoex2003-07-242-4/+3
| | | | - extend CATEGORIES
* Install shared library.arved2003-07-242-1/+11
| | | | | | | Bump PORTREVISION. PR: 54007 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Port devel/jakarta-ant was renamed to devel/apache-ant.znerd2003-07-231-1/+1
| | | | | Reported by: kris Pointy hat to: me
* Add klogoturtle, a LOGO Interpreter for KDE.arved2003-07-235-0/+39
|
* update lang/stklos: 0.54 -> 0.55daichi2003-07-223-9/+9
| | | | | PR: 54619 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
* Update to version 2.1.4maho2003-07-212-2/+2
| | | | | PR: 54663 Submitted by: KATO Tsuguru <tkato@prontomail.com> aka ports fury
* The dl module seems to cause coredump on Pentium4 boxen when compiledknu2003-07-206-1/+61
| | | | | | | | | with gcc 3.3 with a -mcpu or -march flag (even -mcpu=pentiumpro, which is the default CPU cflag that bsd.cpu.mk sets, leads ruby to coredump). Although currently I'm not sure if gcc 3.3's optimization has a bug or it is that it just exposed the dl module's hidden bug, disable those flags to work around the problem for the moment.
* Update to 2.3c1perky2003-07-1935-147/+91
|
* Fix build on STABLEarved2003-07-181-1/+10
| | | | | PR: 54545 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Fix typo: XML -> XSL.nork2003-07-172-2/+2
| | | | Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Correct scripts/configure.php & Bump PORTREVISION.nork2003-07-174-18/+12
| | | | | | PR: ports/54519 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Pointy hat to: myself
* Add php5-cli, is a PHP5 Command Line Interpreter as php5'snork2003-07-163-7/+8
| | | | | | | | | slave port. PR: ports/54520 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo copied by: joe (cvs) Approved by: portmgr (no objections)
* Add php5 5.0.0.a1, PHP5 Scripting Language.nork2003-07-1619-846/+555
| | | | | | | PR: ports/54519 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo copied by: joe (cvs) Approved by: portmgr (no objections)
* Upgrade to 0.8.1.des2003-07-144-12/+20
|
* Fix a bug which goes unnoticed on all platforms but leads to atobez2003-07-1410-5/+160
| | | | | | | | | | coredump on FreeBSD/amd64 when one uses $^N variable and there were no captures in the last executed regexp. One third of this fix was applied to the perl tree in December 2002, with the rest hopefully applied in the next couple of days. Reported by: jwd
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-141-5/+7
| | | | use USE_GETOPT_LONG instead.
* * Upgrade to 1.0.6.obraun2003-07-1320-4906/+5458
| | | | | | | | * Fix build on -current. PR: ports/53884 Submitted by: Matthew West <mwest@uct.ac.za> Approved by: maintainer
* Drop maintainershiperwin2003-07-121-1/+1
|
* Use makeinfo --no-split to avoid plist problems.marcus2003-07-123-9/+12
| | | | | PR: 54310 Submitted by: nork
* Update to 7.1.024maho2003-07-126-16/+14
| | | | | Reported by: Ali Faiez Taha <aftaha@cirp.usp.br> jed <kallen-j@unbc.ca>
* Use ${STRIP_CMD} instead of strip. Strip some additional files and simplifygerald2003-07-1214-238/+224
| | | | | | | | | the machinery so that we do not need to maintain duplicate lists of binaries. Rename loop variables from $file to $f to avoid warnings by future versions of portlint. Fix a post-build comment. Reviewed by: obrien
* My manpage creation fake-out broke with 3.1.1. Give up and add a buildobrien2003-07-1214-0/+14
| | | | dependency on perl 5.6.
* Update to 7.1.021.netchild2003-07-116-16/+18
|
* Add a document about OTP programming rules.olgeni2003-07-113-3/+7
|
* Add checksum for bounds-checking-gcc-3.3-1.00.patch.bz2 lost by revision 1.69.gerald2003-07-1014-0/+14
|
* Upgrade to the 7-July-2003 GCC 3.3.1 in-development snapshot.obrien2003-07-1042-252/+238
|
* Update for compatibility with new bsd.port.mk patches.marcus2003-07-102-10/+34
| | | | Submitted by: maintainer
* Set per-thread stack size to 0x20000 (default) or 0x100000perky2003-07-094-4/+24
| | | | | | | | (WITH_HUGE_STACK_SIZE=yes). This will enable python2.2 to run Zope and its products. Requested by: dwhite Reviewed by: dwhite
* Remove a unused file.perky2003-07-091-23/+0
|
* Umm, I should bump PORTREVISION...kuriyama2003-07-082-0/+2
|
* Remove dependency on print/acroread4.kuriyama2003-07-082-6/+0
| | | | Run-depending on acroread is not required for *.pdf in plist.
* update lang/smalltalk: 2.1.2 -> 2.1.3daichi2003-07-082-2/+2
| | | | | PR: 54132 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* update lang/pike74: 7.4.13 -> 7.4.25daichi2003-07-082-23/+50
| | | | | PR: 54204 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* replace ${PERL} with ${REINPLACE_CMD}oliver2003-07-061-1/+2
| | | | PR: 47406
* Generate plist either statically or before do-install phase formarcus2003-07-061-1/+3
| | | | | | compatibility with upcoming bsd.port.mk patches. Submitted by: Sergey Matveychuk <sem@ciam.ru>
* Add the first part of "Concurrent Programming in Erlang", a bookolgeni2003-07-063-2/+5
| | | | available from the erlang.org site. Part #2 is paper-only.
* o Utilize MASTER_SITE_PYTHON.perky2003-07-0434-165/+294
| | | | | | | | o Rename pydoc to pydoc${PORTVERSION} to avoid conflicts among these ports. (lang/python port keeps both of bin/pydoc and bin/pydoc2.2) o Set LATEST_LINK to ${PYTHON_VERSION:S/.//} except lang/python. Now, we can install all of these python versions together cleanly.