aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ocaml-pcre
ModeNameSize
-rw-r--r--Makefile1733logstatsplainblame
-rw-r--r--distinfo207logstatsplainblame
-rw-r--r--pkg-descr165logstatsplainblame
-rw-r--r--pkg-install367logstatsplainblame
ight'>| | | | 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. * o Add default overload extension.nork2003-07-0412-45/+102 | | | | | | | | | o Add WITH_REGEX_TYPE knob [1]. o Small fixes. PR: ports/54061 Requsted by: Jens Rehsack [1] Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) * Update pkg-messageerwin2003-07-032-4/+4 | | | | | PR: 54062 Submitted by: maintainer * Update new python-devel port to 2.3.b2.perky2003-07-0329-3115/+6049 | | | | | | | | | | | | | This update introduces two new knobs to _disable_ somewhat experimental options: BUILD_STATIC=yes Unless this option is specified, the port will build python as shared binary. WITH_UCS2=yes Unless this option is specified, Py_UNICODE type will charge 4 bytes per character (as we do for wchar_t) Repo-copied by: joe (thanks!) * Fix a typo: s/NOPORTSDOCS/NOPORTDOCS/ [1]osa2003-07-032-6/+7 | | | | | | | | | | Use ${DOCSDIR} [2] s/share\/doc\/.../%%DOCSDIR%%/ for pkg-plist [2] PR: 53911 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> [1] osa [2] Approved by: fjoe (mentor) (implicit) * o Switch to libtool 1.4.nork2003-07-0330-1542/+4899 | | | | | | | | | | | | | o Add WITHOUT_IPV6 knob (Requested by Jens Rehsack <rehsack@liwing.de> in ports/53754, implemented in a slightly different way). o Add GIF and animated GIF write support by default in GD and add WITH_LZW knob to enable the LZW compression algorithm (patented in some countries). o Removed gd_gif_out.diff patch and added many new patches. PR: ports/53754, ports/53879 Requested by: Jens Rehsack <rehsack@liwing.de> Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) * Add WANT_PHP_WEB knob, for ports that require a webnork2003-07-033-0/+36 | | | | | | | | server to work, but for which is indifferent the PHP sapi (CGI or Apache Module). PR: ports/53800 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) * The use of IGNORE is now preferred to BROKEN to indicate portsjdp2003-07-016-6/+6 | | | | | | | that will never build on older OS releases. Submitted by: Mark Linimon <linimon@lonesome.com> PR: ports/53462, ports/53464 * Upgrade to v204.jkoshy2003-06-293-276/+674 | * Add a conflict for ploticus, slffea and swi-pl.arved2003-06-291-0/+1 | | | | All install a program bin/pl. * Add py-prolog, A Python extension embedding SWI-Prologarved2003-06-295-0/+49 | | | | Submitted by: g.gonter@ieee.org * Add WITHOUT_X11 knob. It allows to build OCAML on servers and otherlev2003-06-292-14/+25 | | | | | | | | systems withou XFree86 libraries. PR: ports/53289 Submitted by: myself Approved by: sobomax * s/BROKEN/IGNORE/obraun2003-06-281-1/+1 | | | | | PR: ports/53437 Submitted by: Mark Linimon <linimon@lonesome.com> * libtool uber-patchade2003-06-277-8/+7 | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) * Update to 7.1.019.netchild2003-06-266-16/+20 | * Correct the checksum for the 2003-06-25 patch.knu2003-06-262-2/+2 | | | | | | Bad proxy, no cookie, even for FTP service. Submitted by: roberto * Update lang/ruby-devel to the snapshot as of 2003-06-25 and hopefullyknu2003-06-264-4/+4 | | | | unbreak for alpha and sparc64. (ia64 and amd64 are not supported yet) * Upgrade to 2.0.4.tg2003-06-252-2/+2 | * Improve SNMP support (fix openssl dependency and add net-snmp5 support).nork2003-06-256-6/+30 | | | | | PR: ports/53687 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) * Fix comment, update maintainer's e-mail addressosa2003-06-241-3/+3 | | | | | | Submitted by: maintainer PR: 53648 Approved by: fjoe (mentor) (implicit) * o Add FriBiDi extension [1]nork2003-06-2412-18/+459 | | | | | | | | | | | | | | o New patch-main::main.c file [2]: - Fixed bug #24253 (missing variables when register_globals is on) - Fixed a memory leak when more then 1 E|S flag is passed to gpc_order. - Fixed a memory leak when variables_order is not set and gpc_order has S|s flag. - Optimized out duplicate parsing of the variables order string. PR: ports/53609 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Patched by: Thierry Thomas [1] Requested by: Ian Service [2] * Update port: lang/cmucl (docs installed as 600)daichi2003-06-241-2/+2 | | | | | PR: 50810 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> <fuyuki@hadaly.org> * Mark BROKEN: stackless is not ported to Python-2.2.3 base, yet.perky2003-06-241-0/+1 | * * Set java/jdk14 as the default JDK.olgeni2003-06-232-58/+56 | | | | | | * Rearrange Makefile using bsd.port.pre.mk and bsd.port.post.mk: the check for ${JAVABINDIR}/java always returned false because JAVABINDIR depends on LOCALBASE, which was not defined because the Makefile used bsd.port.mk. * It turned out that ruby 1.8.0-preview3 only works with i386 due toknu2003-06-232-2/+4 | | | | | lack of prototypes. A patch to fix this will follow in a couple of days, and in the meantime mark this port as ONLY_FOR_ARCHS=i386. * Add gif and animated-gif write support to GD extension.nork2003-06-236-0/+4263 | | | | | | | | (enable with WITH_GD_GIF_OUT - not default due to LZW patent in many countries) PR: ports/53631 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) * Update to 8.0.3osa2003-06-233-3/+24 | | | | | | Submitted by: maintainer PR: 53545 Approved by: fjoe (mentor) (implicit) * Update lang/ruby-devel to 1.8.0-preview3.knu2003-06-238-42/+190 | | | | | ruby-csv, drb, rexml and yaml are now part of the ruby 1.8 standard distribution. * - Fix builderwin2003-06-231-13/+12 | | | | | | | | - Support CFLAGS properly - Fix COMMENT format PR: 53390 Submitted by: KATO Tsuguru <tkato@prontomail.com> * Depend on gmp.h rather than libgmp since newer versions of -CURRENT stillmarcus2003-06-231-1/+2 | | | | | | have a libgmp as a compat library. Suggested by: olgeni * Update to gnustep-1.7.1 / gui-8.7dinoex2003-06-212-2/+2 | * scripts/php_options is changed to php4_options. So it should be removed.nork2003-06-203-177/+0 | | | | | | PR: ports/53498 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Pointy hat to: myself * o Update to 4.3.3RC1.nork2003-06-2015-87/+366 | | | | | | | | | | | | o Add inifile and cdb extensions. o Fix imap without ssl(inspired from ports/53141). o Rename some variable for future compatability (PHP => PHP4) (inspired from ports/53113, points 1 and 4 - point 2 is useless). PR: ports/53498 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Inspired by: ports/53141 (Torsten Schneider <fbsd-bugs@tschneider.org>) Inspired by: ports/53113 (Jens Rehsack <rehsack@liwing.de>) * Update to SmartEiffel 1.1 from 1.0daichi2003-06-193-500/+857 | | | | | PR: 53478 Submitted by: Berend de Boer <berend@pobox.com> (maintainer) * - Update to 1.1.1dinoex2003-06-182-4/+4 | * Add bounds-checking support using Herman ten Brugge's patches.gerald2003-06-1842-14/+504 | | | | | PR: 53395 Submitted by: Dan Nelson <dnelson@allantgroup.com> * Fix pkg-plistmich2003-06-172-0/+8 | | | | | | PR: 53258 Submitted by: maintainer Approved by: roberto (mentor) * Change MAINTAINER field of my ports to lev@FReeBSD.org, my brand-newlev2003-06-171-1/+1 | | | | | | committer's e-mail Approved by: sobomax * - Update URLdinoex2003-06-173-3/+3 | * Utilize USE_GNOME= pkgconfig.adamw2003-06-171-2/+1 | * Add some missing libraries to the plist.marcus2003-06-162-0/+3 | | | | Reported by: bento * Fix the "make fetch" help string.netchild2003-06-162-2/+2 | | | | Noticed by: markm * Unbreak on 5.x.arved2003-06-152-5/+7 | | | | | | | Set CFLAGS and LDFLAGS to use libgmp from LOCALBASE. PR: 48678 Reported by: Matthias Buelow <mkb@informatik.uni-wuerzburg.de> * Complete the list of source files by adding tclResolve.c. Notmarcel2003-06-151-1/+1 | | | | | | | building it causes downstream dependencies to force the libraries to be rebuilt. We don't want that. There's no mention of tclResolve.c being excluded in the history, so I expect it was just an unfortunate ommision. * Update to 1.0.3pat2003-06-133-4/+3 | | | | | PR: ports/53196 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> * Change to my FreeBSD.org addresserwin2003-06-132-2/+2 | * Checksum of bootstrap tarball for -current has changed. I have removed a lot ofobraun2003-06-121-1/+1 | | | | | | not needed files to make it smaller (from 8MB to 5MB). Approved by: maintainer * Update to 7.1.018.netchild2003-06-126-20/+20 | * Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-4/+0 | * o Update to 3.5lioux2003-06-125-37/+55 | | | | | | | | o Add PKGMESSAGE with post installation notes o Add sound support due to user requests PR: 53144 Submitted by: maintainer * Remove pkg-message, ghc 6.0 does not install these files anymore.obraun2003-06-121-10/+0 | * Add ghc6 after repo-copy.obraun2003-06-121-0/+1 | * Upgrade after repo-copy from ports/lang/ghc to 6.0.obraun2003-06-123-732/+762 | | | | | | Submitted by: maintainer Approved by: portmgr (marcus) Repo-copy by: joe * - fix pkg-plisterwin2003-06-112-0/+3 | | | | | | | - bump PORTREVISION PR: 53121 Submitted by: maintainer * Unbroke port: fix stdio error, fix pkg-plist [1]osa2003-06-116-2/+67 | | | | | | | | | Fix compile rts/socket.c under 5.x [2] Submitted by: [1] Serge Gagnon <gagnon__s@videotron.ca> [2] osa PR: 53150 Approved by: fjoe (implicit) * upgrade to 1.0.1ijliao2003-06-103-7/+12 | | | | | switch to new USE_GNOME drop maintainership * - remove empty dirsdinoex2003-06-101-0/+7 | | | | - fix plist * Update to 8.0.2osa2003-06-103-3/+3 | | | | | | | | Also update homepage Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) PR: 53110 Approved by: fjoe (implicit) * - cleanupdinoex2003-06-101-1/+1 | * - remove empty dir lib/securitydinoex2003-06-101-0/+1 | * Don't remove the share/java and share/java/classes system directories.kris2003-06-0914-28/+0 | * Take maintainerships from alane's python ports.perky2003-06-0915-15/+15 | | | | Rest in Peace, Alan. * Allow snobol to compile on IA-64, with thanks to:wes2003-06-091-0/+10 | | | | Submitted by: Marcel Moolenaar <marcel@xcllnt.net> * REST IN PEACEwill2003-06-0915-15/+15 | | | | | | | | | Alan Eldridge Born December 15, 1961 in Iowa Died June 6, 2003 in Denver, Colorado Thank you for your contributions, you will be greatly missed. * Fix MASTER_SITESerwin2003-06-081-1/+1 | | | | | | PR: 53047 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Approved by: edwin (mentor) * Fix MASTER_SITESerwin2003-06-081-1/+1 | | | | | | PR: 53046 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Approved by: edwin (mentor) * Remove chuckr as maintainer of his ports. He has not committed sincekris2003-06-082-2/+2 | | | | | | | 09/2000 and has been unresponsive to mail about his ports for at least 2 years. Approved by: portmgr * Add Oracle7 support into PHP4.nork2003-06-0812-30/+399 | | | | | | | PR: ports/53017 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Obtained from: ports/52615 Obtained by: Joe Kelsey <joek@zircon.staff.flyingcroc.net> * Update to rub-lua5 0.2.2, which now supports lua 5.0.knu2003-06-084-30/+15 | * Finish up the tclX82 removal. I thought, I did this part, but...mi2003-06-071-1/+0 | | | | Submitted by: Derek Young (via kris) * Update to 1.08erwin2003-06-073-9/+9 | | | | | | PR: 52243 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: maintainer, edwin (mentor) * Add bsd.php.mk, every port depending on PHP should include this filenork2003-06-073-0/+273 | | | | | | | and set the right knobs, like the bsd.openssl.mk. PR: ports/52674 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) * Update to 4.3.2 release.nork2003-06-076-15/+33 | | | | | PR: ports/52784 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) * Prepare for new slave port: www/php4-cgi.nork2003-06-0712-78/+147 | | | | | PR: ports/52617 Submitted by: Alex Dupre <sysadmin@alexdupre.com> * Fix port decription.nork2003-06-072-2/+2 | | | | | PR: ports/52617 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) * * Upgrade to 2.23.obraun2003-06-067-63/+68 | | | | | | | * Remove BROKEN. PR: ports/52922 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> * Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENkris2003-06-055-29/+29 | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris * Assign MAINTAINER to ports@FreeBSD.org.adamw2003-06-052-2/+2 | | | | | PR: ports/52534 Submitted by: Christian Brueffer <chris@unixpages.org> * Update to 7.1.017.netchild2003-06-054-18/+18 | * Upgrade to 2.2.3 baseperky2003-06-042-2/+2 | * Update to 2.2.3 and correct tg's e-mail address.perky2003-06-0411-6/+1082 | | | | Approved by: maintainer (implicitly) * Update to 2.2.3perky2003-06-0433-44/+682 | | | | | | PR: 52830 Submitted by: Chuck Swiger <chuck@pkix.net> (partly) Approved by: maintainer (implicitly) * Compile cleanly on GCC 3.xwes2003-06-043-0/+2307 | | | | Approved by: kris@ * Update to 0.7arved2003-06-033-10/+23 | | | | | PR: 52843 Submitted by: maintainer * - Update to CVS snapshot 20030526, which fixes the build problems on 5.xarved2003-06-0316-2739/+776 | | | | | | | | | | | | | - Give maintainership to submitter "Unfortunately FreeBSD 5.x uses the GNU C extension __attribute__((__aligned__(x))) in a couple of system headers (<machine/npx.h>, <machine/signal.h> and <machine/ucontext.h> for i386). To avoid a syntax error __aligned(x) is removed by a #define, but programs that use struct sigcontext, struct savexmm or mcontext_t probably won't work." PR: 52619 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org> * Finaly delete lang/tclX82 (installing TclX-8.3) and point devel/tcl-neomi2003-06-0310-702/+0 | | | | to use lang/tclX (currently installing TclX-8.3.5). * Be sure -fPIC is used on Sparc64.mi2003-06-032-2/+14 | * Remove MAINTAINER, as per his request:naddy2003-06-021-1/+1 | | | | | | | | | | "I'll be offline for the next few months. Someone please take care of these poor orphans." Also slip in some minor fixes. PR: 52831 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> * Correct a make patch error.marcus2003-06-021-4/+4 | * Merge more crypto related fixes for recent OpenSSL versions.olgeni2003-06-026-4/+102 | | | | Submitted by: Youki Kadobayashi <youki-k@is.aist-nara.ac.jp> * - Add WITH_GNUSTEP_DEVELdinoex2003-06-013-736/+1391 | * Fix build problem when using WITHOUT_X11.olgeni2003-06-012-4/+2 | | | | PR: ports/51435 * Upgrade to 03.05.obraun2003-06-012-2/+2 | * - Update to 1.1.0dinoex2003-06-016-66/+51 | | | | | | - Fix some autconf problems - install/deinstall info files generic - Add WITH_GNUSTEP_DEVEL * gtar is required for 'extract' not 'build'billf2003-06-012-2/+2 | * Update to 0.16.2.marcus2003-06-013-6/+24 | * Fix build on Sparc64.marcus2003-06-012-6/+21 | | | | Reported by: kris * PR: 52611foxfair2003-06-011-3/+3 | | | | | | Submitted by: MAINTAINER Fixing detection of pdflib.so.5 since it has changed from ports/pdflib4 to ports/pdflib. * Add a second checksum:kris2003-05-311-0/+1 | | | | | | | | | - distfile was recreated with modified files: macosx/tclMacOSXBundle.c ChangeLog PR: 52625 Submitted by: Nate Eldredge <neldredge@hmc.edu> * Track upstream update of the patch for WITH_BOUNDSCHECKING (which removedgerald2003-05-233-6/+6 | | | | | | the previous patch). Submitted by: lioux * Fix build on Sparc.marcus2003-05-231-0/+12 | | | | Reported by: bento * Remove three obsolete comments.gerald2003-05-231-3/+0 | * Add php4-cli (4.3.2RC4), PHP Command Line Interpreter, is slavenork2003-05-235-0/+63 | | | | | | | port for lang/php4. PR: ports/51945 Submitted by: Alex Dupre <sysadmin@alexdupre.com> * Add completely new port system for PHP4 (4.3.2RC4). Updated mod_php4nork2003-05-2331-0/+3514 | | | | | | | | | to 4.3.2RC4 release and added php4-cli and php4 ports, for apache module, command line interface, and both, respectively. Too many changes (improvements, bug fixes and new features) to be listed here, PR: ports/51945 Submitted by: Alex Dupre <sysadmin@alexdupre.com> * - Update to 8.4.3dinoex2003-05-213-3/+3 | * Update to 0.6.4alex2003-05-204-27/+49 | * Put back USE_GCC=2.95:arved2003-05-191-0/+1 | | | | | | | | | | | | | There are some problems with lang/clisp when it's compiled with GCC 3: - The foreign function interface (i.e. loading C libraries) doesn't work. This breaks devel/meta-cvs, among other things - A readline-related issue makes CLISP crash when a user hits TAB under some circumstances PR: 52407 Submitted by: maintainer * Update to 1.9 and Fix build on alpha.nork2003-05-193-4/+13 | | | | | PR: ports/52008 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> * - update to 2.1.2petef2003-05-194-72/+161 | | | | | | | - also install the smalltalk site-lisp PR: 52051 Submitted by: Ports Fury * Require at least JDK 1.3arved2003-05-191-1/+1 | | | | | Reported by: bento Approved by: maintainer * Back out previous commit, it overlapped with an update that fixed the port.kris2003-05-191-4/+0 | * Reset bouncing maintainer addresskris2003-05-181-1/+1 | * BROKEN on 5.1: does not compilekris2003-05-181-0/+4 | * BROKEN: Does not buildkris2003-05-181-0/+2 | * BROKEN on 5.1: does not buildkris2003-05-181-1/+7 | * BROKEN on 5.1: does not compilekris2003-05-182-0/+8 | * BROKEN on 5.1: does not buildkris2003-05-181-0/+4 | * BROKEN on 5.1: does not buildkris2003-05-181-0/+4 | * BROKEN on 5.1: does not compilekris2003-05-182-1/+11 | * BROKEN on 5.1: does not compilekris2003-05-183-2/+18 | * BROKEN on 5.1: bad C++kris2003-05-181-0/+4 | * BROKEN on 5.1: does not installkris2003-05-181-1/+7 | * Update to 2.722.petef2003-05-182-2/+2 | | | | | PR: 51231 Submitted by: Ports Fury * - update to 4.4.3petef2003-05-183-5/+5 | | | | | | | - switch to bz2 distfile PR: 51229 Submitted by: Ports Fury * A minor improvement to allow using another Tcl version. 8.3 remains themi2003-05-171-1/+1 | | | | default. * Update to the official release of GCC 3.3. On the way, somewhat restructuregerald2003-05-1542-336/+280 | | | | | | the port so that switching between snapshots and releases will amount to fewer changes in the future. Clean up PLIST_SUB and pkg-plist and add two missing entries to MAN1. * Place the core file in ${PREFIX}/lib/sbcl, where sbcl expects to find it.des2003-05-152-2/+5 | | | | Submitted by: Joseph Frazee <frazee.23@osu.edu> * Update to 8.0.1kevlo2003-05-153-78/+76 | | | | | PR: 52247 Submitted by: MAINTAINER * Update to 1.14jmz2003-05-158-16/+18 | | | | | | | Add WWW PR: ports/52245 Submitted by: Mathieu Arnold <m@absolight.net> * Seems someone forgot to update this dependency line when updatingknu2003-05-151-1/+1 | | | | | | lang/lua to the latest version, which API is incompatible with 4.0. Submitted by: kris * - use configures --includedirdinoex2003-05-142-9/+10 | | | | | - TCL_INCLUDE_SPEC is now set in tclConfig.sh - cleanup makefile * - Update to 18e.mich2003-05-134-22/+26 | | | | | | | | - Fix spaces -> tabs, so portlint doesn't complain. PR: ports/51260 Submitted by: maintainer Approved by: roberto(mentor) * Update maintainer's email addressperky2003-05-133-6/+6 | | | | Submitted by: maintainer * - use configures --includedirdinoex2003-05-132-5/+4 | | | | - cleanup makefile * - cleanup makefiledinoex2003-05-131-5/+5 | * Update to 1.7.9arved2003-05-132-3/+3 | | | | | PR: 52040 Submitted by: maintainer * Correct ftp address for optional packages.cracauer2003-05-121-1/+1 | * unbreak by upgrading to 2.3.10ijliao2003-05-124-80/+84 | | | | | PR: 51929 Submitted by: maintainer * - Remove the obsolete WWW url. [1]perky2003-05-112-1/+1 | | | | | | | - Set LATEST_LINK to lua4 in favor of lang/lua. PR: 50654 [1] Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca> [1] * Upgrade to 5.0 and keep 4.0 as lang/lua4perky2003-05-1113-112/+71 | * The port is still BROKEN, but the distfile is fetchable now.petef2003-05-111-1/+1 | | | | Noticed by: fenner's portsurvey * Update to the second prerelease of GCC 3.3. Add support for the coregerald2003-05-0928-84/+224 | | | | languages testsuites (similar to the lang/gcc32 port). * Update MD5 after the file changed on the server (IA64 license-check binarynetchild2003-05-092-2/+2 | | | | | | changed, we don't use it). Noticed by: Marius Strobl <marius@alchemy.franken.de> * These older compilers don't support amd64, sparc64, and ia64.obrien2003-05-095-0/+5 | * Maintainer update: lang/pexts to pike 7.2.492edwin2003-05-091-6/+6 | | | | | PR: ports/50937 Submitted by: Xavier Beaudouin <kiwi@oav.net> * Version up to 7.1.016maho2003-05-094-12/+12 | | | | Submitted by: Sumit Shah <shah@ucla.edu> * I now made .bz2 sources available on gcc.gnu.org, so again use these insteadgerald2003-05-0814-42/+14 | | | | | of .gz sources. Remove a makeinfo related hack for CONFIGURE_ENV which is not needed any longer. * Remove SPARC section. This assumed a 32-bit SPARC, not the UltraSPARC.marcus2003-05-081-12/+0 | * Remove support for bounds checking (which used to be enabled by settinggerald2003-05-081-5/+0 | | | | | | | | | WANT_BOUNDS_CHECKING), as Herman ten Brugge <hermantenbrugge@home.nl>, the author of these patches, removed them from their web-site, saying that they contain bugs fixed in later versions and strongly suggested to use current versions of GCC. PR: 51738 * Unbreak patching. The recent change to gcc28 (to make gcc28 work indeischen2003-05-071-9/+0 | | | | | | -current) broke one of the patches here. PR: 51740 * Upgrade to latest Mono (0.24 release), which includes most notablyjmallett2003-05-073-7/+26 | | | | | | a newer and much better JIT. Approved by: marcus (mentor) * Reset bouncing maintainer address.kris2003-05-071-1/+1 | * BROKEN: Does not compilekris2003-05-073-0/+6 | * BROKEN: Broken dependencykris2003-05-071-0/+2 | * Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.gerald2003-05-0742-532/+280 | | | | Adjust COMMENT and remove NO_CDROM. Reenable man pages. * BROKEN: Does not compilekris2003-05-071-0/+2 | * Update to 7.1.014.netchild2003-05-064-18/+18 | * Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.gerald2003-05-0614-14/+14 | * Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.gerald2003-05-061-2/+1 | | | | Also, we don't need USE_BISON for GCC releases. * Properly add the "[FreeBSD]" marker to the GCC version string also forgerald2003-05-0614-14/+14 | | | | prereleases and releases. * Update to version 7.2.294 and removed GNOME dependency to fix unbuildable port.leeym2003-05-063-19/+21 | | | | | | | Added build dependency to gmp4 only when FreeBSD 5.0 is detected. PR: 50938 Submitted by Xavier Beaudouin <kiwi@oav.net> * Upgrade to 0.6.1.vanilla2003-05-064-191/+242 | | | | | PR: ports/51764 Submitted by: maintainer * BROKEN: Bad pkg-plistkris2003-05-061-0/+2 | * As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,kris2003-05-061-1/+0 | | | | | remove ports that have been broken for >4 months (in many cases much longer) with no sign of a fix. * As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,kris2003-05-0625-2210/+0 | | | | | remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix. * G++ headers are now installed in c++/<gcc_ver> rather than g++-v3.obrien2003-05-0614-14/+14 | * - Fix problems with guile-1.6.4 and short lib path.dinoex2003-05-062-1/+12 | | | | | - bump PORTREVISION Submitted by: marcus * . Update to 1.2b7.glewis2003-05-062-3/+3 | | | | | | . Revert back to using the actual distribution site in MASTER_SITES. Approved by: znerd * Add support for FreeBSD Alpha and Sparc.marcus2003-05-041-0/+36 | * Upgrade to the 28-April-2003 GCC 3.3 in-development snapshot.obrien2003-05-0428-84/+84 | * Update to CMUCL 18e.cracauer2003-05-033-4/+5 | | | | Add a comment that one portlint warning cannot be avoided. * Correct a patch and a post-patch substitution.marcus2003-05-022-3/+3 | * * Don't split info filesmarcus2003-05-022-126/+98 | | | | | | | | | * Use %%DATADIR%% Note, guile installs .la files as some of its dependents (like g-wrap, gnucash, etc.) may use them. Submitted by: ijliao * Chase guile's shared lib version.marcus2003-05-021-2/+2 | * Update to 1.6.4. This is a big update that has the potential of breakingmarcus2003-05-028-89/+152 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports that depend on guile. As such I have tested most of them. Here are my results: --KNOWN TO WORK-- devel/gconf games/gnomegames games/gnomegames2 devel/g-wrap x11-toolkits/guile-gtk x11-toolkits/guile-gnome math/guppi finance/gnucash deskutils/gnotime devel/libgtop devel/autogen games/gnurobots audio/snd math/drgenius net/serveez science/libctl x11-wm/scwm (works with patches to be sent to maintainer) --KNOWN NOT TO WORK (maintainer is working on update)-- cad/geda cad/geda-symcheck cad/geda-utils cad/gnetlist cad/gschem cad/gwave cad/libgeda --UNKNOWN-- mail/icqmail (marked IGNORE for other reasons) lang/gnustep-guile (could not build for other reasons; will notify maintainer) math/siag (did not test) science/mpb (did not test) PR: 43910 * Bundle in the 'include/' and 'lib/' directories to support extensionjkoshy2003-05-022-1/+19 | | | | | | | writers. PR: ports/51644 Submitted by: Martin Vito Cruz <sleepinghead@netzero.com> * upgrade to 0.8.2ijliao2003-05-024-6/+6 | | | | drop maintainership * set ONLY_FOR_ARCHS=i386leeym2003-04-302-2/+6 | | | | | | | | keep static executable files drop MAINTAINERship PR: 51537 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> * It's only for i386.leeym2003-04-301-1/+3 | | | | | | | drop MAINTAINERship. PR: 51534 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> * Update to version 0.20.naddy2003-04-298-20/+32 | | | | | PR: 51514 Submitted by: Ports Fury * Update to version 0.12naddy2003-04-296-24/+16 | | | | | PR: 51230 Submitted by: Ports Fury * Update ports for 7.1.015maho2003-04-2939-1847/+3493 | | | | Submitted by: Masakazu HIGAKI <higamasa@dream.com> * Simpler version of the "make this work on 5-CURRENT again" fix.obrien2003-04-282-6/+10 | | | | | In this version we simply use the default emulation rather than explicitly setting it [wrong]. * Respect global CC settings.sobomax2003-04-287-0/+7 | | | | Approved by: maintainer * Upgrade to the 21-April-2003 GCC 3.3 in-development snapshot.obrien2003-04-2828-84/+84 | * Fix build on -CURRENT.gerald2003-04-271-0/+6 | | | | | PR: 46899 Submitted by: David Holm <david@realityrift.com> * Fix install problem of gnustep-objcdinoex2003-04-271-2/+2 | | | | extend comment for ia64 * Add spidermonkey 1.5.p5,vanilla2003-04-275-0/+39 | | | | | | | | a standalone JavaScript interpreter from the Mozilla project. PR: 51325 Submitted by: Dan Rench (drench@xnet.com) * There is now a version of the bounds-checking patch also for GCC 3.2.3.gerald2003-04-272-1/+2 | | | | Submitted by: Dan Nelson <dnelson@allantgroup.com> * Unbreak the build.knu2003-04-276-0/+74 | * Chameleon is a Haskell-style language which allows for type programming viaobraun2003-04-275-0/+96 | | | | | | | Constraint Handling Rules (CHRs). Chameleon implements the ideas described in ``A Theory of Overloading''. WWW: http://www.comp.nus.edu.sg/~sulzmann/chameleon/ * * Add PATCHFILE.obraun2003-04-262-0/+5 | | | | * Bump PORTREVISION. * When trying to link dynamic libraries with dependancies, e.g:netchild2003-04-264-0/+10 | | | | | | | | | icc -shared -o libfoo.so foo.o -lbaz the ld wrapper gets confused and thinks that a static link is intended and the link fails. This patch appears to fix things. Submitted by: dfr * Fix typo in maintainer address, mark as i386-only.naddy2003-04-261-1/+2 | * Mark as i386-only.naddy2003-04-261-0/+1 | * Bump version in COMMENT to account for today's update of the master port.gerald2003-04-261-1/+1 | | | | Approved by: dinoex * Merge targets pre-configure and pre-build, simplify them, and removegerald2003-04-262-20/+2 | | | | | patch-va. All of these dealt with us patching generated files (which we don't do any longer). * Update to GCC 3.2.3 as released today. (This is the last release from thisgerald2003-04-264-16/+11 | | | | branch which has been "closed" in GCC CVS, so we can simplify this port.) * Merge targets pre-configure and pre-build, simplify them, and removegerald2003-04-2628-280/+28 | | | | | patch-va. All of these dealt with us patching generated files (which we don't do any longer).