aboutsummaryrefslogtreecommitdiffstats
path: root/.cvsignore
Commit message (Expand)AuthorAgeFilesLines
* weirdPeter Williams2000-08-111-0/+23
* Merge with camel-async.Peter Williams2000-08-111-23/+0
* shuut. ;)Mathieu Lacage2000-06-051-0/+1
* Get rid of the old `evolution-service-repository' cruft and startEttore Perazzoli2000-05-231-11/+14
* + * .cvsignore: added ABOUT-NLS.Matthew Loper2000-02-201-0/+1
* chut...Bertrand Guiheneuf1999-04-181-0/+1
* Initial revisionBertrand Guiheneuf1999-04-181-0/+19
0:16:13 +0800'>2003-04-051-6/+0 | | | | | | material. Reviewed by: obrien * Update to 0.7.14.des2003-04-043-12/+11 | * Work around what I believe to be a broken implementation of isfinite()marcus2003-04-042-1/+23 | | | | | | | in -CURRENT that was causing a numerical overflow in apps such as GnuCash. PR: 50089 * Appease portlint by using ${GMAKE}, ${GREP}, and some whitespace changes.gerald2003-04-031-11/+10 | * - Fix some problems for other ports when WRKDIRPREFIX= is not set.dinoex2003-04-033-3/+3 | | | | (packages are not affected) * Finally remove the parts of this patch that date back to 1998 and have nowgerald2003-04-0315-360/+0 | | | | been commented for more than a year. * Remove special alpha optimization warning. alpha support now should begerald2003-04-0214-280/+0 | | | | sufficiently stable. * The new version of icc adds -I include paths before the standard includenetchild2003-04-026-4/+6 | | | | | | | | | path, thus adding a system path with -I results in not respecting the sunstitute headers. This results in problems because we have some important changes there. Parts of this commit where Submitted by: marius@alchemy.franken.de * Simplify the shell code used by the pre-patch target.gerald2003-04-021-5/+4 | | | | | Suggested by: obrien Reviewed by: Dan Nelson <dnelson@allantgroup.com> * - add COMMENT and MAINTAINERdinoex2003-04-021-2/+5 | | | | - make portlint happier * Add a new `WITH_THREADS' option to build perl with support for threads andsobomax2003-04-0110-10/+100 | | | | | | fix threaded build on 5.x. Approved by: maintainer * Update to 0.6.8.nork2003-03-312-3/+3 | | | | | PR: ports/50483 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) * LATEST_LINK can now be overwritten by the slave port.dinoex2003-03-3114-14/+14 | | | | added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set. * LATEST_LINK can now be overwritten by the slave port.dinoex2003-03-311-1/+1 | | | | | added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set. Approved by: gerald * loadpath.UNIX as installed is wrongedwin2003-03-311-12/+24 | | | | | | | | | Eiffel applications that still rely on loadpath to work correctly, will not work with the port as installed. This patch fixes that problem. PR: ports/47988 Submitted by: User & <berend@nederware.nl> * Add support for the bounds-checking patch by Herman ten Brugge (whichgerald2003-03-313-1/+37 | | | | | | | | provides an -fbounds-checking command-line option). This is optional and built only if WITH_BOUNDSCHECKING is defined. PR: 50178 Submitted by: Dan Nelson <dnelson@allantgroup.com> * Distfiles moved. (www.ruby-lang.org site reorg.)knu2003-03-302-2/+2 | * - Unbreak for 5-CURRENTjkoshy2003-03-305-12/+69 | | | | | | | | - calm processor warnings for assembler code on 5-CURRENT - mark the Alpha as currently unsupported - update WWW: link. Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER] * Make this port build on 5-CURRENT.jkoshy2003-03-302-3/+40 | * Upgrade to the 24-March-2003 GCC 3.3 in-development snapshot.obrien2003-03-3042-252/+840 | * Fix build by linking with libutil.arved2003-03-301-0/+1 | | | | | | PR: 50335 Submitted by: Nate Eldredge <neldredge@hmc.edu> Approved by: Jerry A! <jerry@thehutt.org> (maintainer) * New patch to unbreak the build (configure step runs thread program thatschweikh2003-03-291-0/+15 | | | | | | | never terminates and hogs the CPU). Approved by: MAINTAINER timeout PR: ports/45233 * - add INSTALLS_SHLIB and LDCONFIG_DIRS sodinoex2003-03-291-1/+3 | | | | | LIB_DEPENDS+= objc:${PORTSDIR}/lang/gnustep-objc can work on a clean system. * Update to the Mar 14, 2003 version:obrien2003-03-294-15/+5 | | | | | | | | | | | | | the internationalization changes, somewhat modified, are now reinstated. in theory awk will now do character comparisons and case conversions in national language, but "." will always be the decimal point separator on input and output regardless of national language. isblank(){} has an #ifndef. fixed subtle behavior in field and record splitting: if FS is a single character and RS is not empty, \n is NOT a separator. this tortuous reading is found in the awk book; behavior now matches gawk and mawk. * Add support for the base language test suites.gerald2003-03-292-0/+10 | | | | Submitted by: Loren James Rittle <rittle@labs.mot.com> * - replace old port of libobjcdinoex2003-03-294-73/+10 | | | | | this depends now on lang/gcc32 using it as a master port. to build the needed version of libobjc.so * Update to 5.04.3.olgeni2003-03-296-24/+24 | * - Update to 7.1.006.netchild2003-03-2812-576/+1370 | | | | | | Submitted by: marius@alchemy.franken.de - Minor cosmetics (FIND) and corrections (COMMENT). * Upgrade to 5.04.3.obraun2003-03-286-12/+12 | | | | | PR: ports/50354 Submitted by: maintainer * Enable libgcj (which has actually been building fine since GCC 3.1 ongerald2003-03-273-2/+41 | | | | | | | FreeBSD/i386 and works on FreeBSD/alpha using the hack in files/patch-ub). PR: 47790 Partially Submitted by: Loren James Rittle <rittle@labs.mot.com> * Remove special alpha optimization warning. alpha support now should begerald2003-03-261-20/+0 | | | | | | | sufficiently stable, and the testsuite output for FreeBSD/alpha shows no extra -O2 failures. Submitted by: Loren James Rittle <rittle@labs.mot.com> * Assume maintainership of this port.gerald2003-03-261-1/+1 | | | | Approved by: obrien (mentor) * Tarball has been rerolled. Developer added one tiny extra fix for Cygwinobraun2003-03-254-123/+13 | | | | | | | | | configuration, and removed lots of files that belonged to the Hat project, which are no longer relevant to building nhc98. No functional change, so no need to bump PORTREVISION. Noticed by: Matthew Donadio <m.p.donadio@ieee.org> * Fix COMMENT and a Makefile comment.gerald2003-03-2515-30/+30 | * Update to 3.15p: Previous version doesn't compile anymore with the newer GNATroberto2003-03-244-4/+6 | | | | | | | compiler. PR: ports/49058 Submitted by: Samuel Tardieu <sam@inf.enst.fr> * - fix problem with sed, if no WRKDIRPREFIX is set.dinoex2003-03-243-3/+3 | * Upgrade to 1.16.obraun2003-03-244-41/+136 | * - Update to 1.6.0dinoex2003-03-242-2/+2 | * - Update to 8.4.2dinoex2003-03-243-15/+21 | | | | | - make SOURCE path in tclConfig.sh variable PR: 48574 * - make SOURCE path in tclConfig.sh variabledinoex2003-03-242-1/+12 | | | | PR: 48574 * Update to 3.2-5arved2003-03-244-14/+21 | | | | | PR: 48918, 47096 Submitted by: maintainer * Update to 0.0.4.knu2003-03-232-2/+2 | * Remove special USER_H override.gerald2003-03-211-8/+0 | | | | | Submitted by: Loren James Rittle <rittle@labs.mot.com> Approved by: kris (portmgr) * Another BUILD_DEPENDS -> EXTRACT_DEPENDS leftover.knu2003-03-182-2/+2 | | | | Noted by: kris * loadabs.c.bak gets created, for some reason, as part of the build process,adamw2003-03-171-0/+1 | | | | | | | and never gets deleted. Let's ${RM} this file before installing the port. Noticed by: kris Approved by: kris (portmgr) * Upgrade to 8.3.5 after repocopy from lang/tclX82. No ports dependmi2003-03-1210-27/+328 | | | | | | | on this yet, but should be switching now. The lang/tclX82 will go away after the release. Approved by: portmgr timeout (3 requests remain unanswered) * Change BUILD_DEPENDS to EXTRACT_DEPENDS.knu2003-03-112-2/+2 | | | | Submitted by: bento * Fixes for supporting compressed postscript documentation.olgeni2003-03-089-30/+30 | | | | Approved by: kris * Clear moonlight beckons.ade2003-03-07138-69/+69 | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. * Destroy pkg-comment for some of the stranger uses in the tree,ade2003-03-0725-14/+13 | | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly) * Fix version number in emacs hint.olgeni2003-03-062-2/+2 | * Update to 1.11, retire pkg-comment and MANPREFIX.tobez2003-03-063-4/+3 | * * Make port respect PREFIX, CFLAGS, LDFLAGS.obraun2003-03-067-120/+78 | | | | | | * Cleanup patches, use REINPLACE were appropriate. Approved by: maintainer * Add hint about OPTIONAL_MANPATH.olgeni2003-03-062-8/+12 | * Update to R9B-1.olgeni2003-03-0622-210/+106 | * Update to 7.0.086.netchild2003-03-064-16/+16 | * Add ohugs 0.5, interpreter for Haskell with object-oriented features.obraun2003-03-067-0/+189 | | | | | PR: ports/48946 Submitted by: Steffen Mazanek <steffen.mazanek@unibw-muenchen.de> * Update to 1.8.0-preview2, which now includes ruby-testunit.knu2003-03-044-2/+40 | * ruby-testunit has been integrated into ruby.knu2003-03-042-0/+2 | * Update lang/ruby-devel to 1.8.0-preview2.knu2003-03-046-168/+230 | * Unbreak after OpenSSL update (using OPENSSL_DES_LIBDES_COMPATIBILITY).olgeni2003-03-032-0/+26 | | | | Submitted by: nectar * - mark with IGNORE, scheduled for removal.dinoex2003-03-021-0/+1 | * Retire comment file.trevor2003-03-012-1/+1 | * track ESR's page.sf2003-03-012-2/+2 | | | | www.tuxedo.org -> www.catb.org * After nudging from the current maintainer, take over maintainership.jhay2003-03-015-14/+340 | | | | | | De pkg-comment. Update to ver. 2.5.a5. Add FreeBSD support for the USB IR Lego Tower. * Update to 0.21.jmallett2003-02-282-2/+2 | | | | Approved by: marcus (mentor) * Retire Pike 7.3.knu2003-02-275-678/+0 | | | | | PR: ports/48629 Submitted by: Xavier Beaudouin <kiwi@caudium.net> (MAINTAINER) * - Update for gnustep 1.5.2 and gui 0.8.4dinoex2003-02-271-1/+2 | * Update to 0.0.3 and unbreak post-install.knu2003-02-273-6/+15 | * - Update gnustep-base and gnutsep-make to 1.5.2dinoex2003-02-273-9/+6 | * Update to 0.20, de-pkg-comment.jmallett2003-02-264-13/+16 | | | | Approved by: marcus (mentor) * De-pkg-comment for my ports.perky2003-02-253-2/+1 | * Add ruby-js, a Ruby binding to NJS JavaScript Interpreter.knu2003-02-255-0/+50 | * - add suuport for option TCL_WITH_THREADSdinoex2003-02-231-0/+10 | | | | Submitted by: lehmann@ans-netz.de * Suppress command echo.olgeni2003-02-231-4/+4 | * De-pkg-comment my ports + some more.olgeni2003-02-2314-7/+7 | * - mark ia64 as not supporteddinoex2003-02-231-0/+2 | | | | - make portlint happy * Add missing directorykris2003-02-221-0/+1 | * Add missing fileskris2003-02-221-0/+2 | * Don't remove the share/java and share/java/classes system directories.kris2003-02-221-2/+0 | * De-pkg-comment.knu2003-02-21146-73/+73 | * - retire pkg-commentdinoex2003-02-216-6/+0 | * De-pkg-comment.knu2003-02-21134-67/+67 | * - add COMMENTdinoex2003-02-216-0/+6 | * * Revert previous commit to pkg-plist [1]marcus2003-02-193-2/+2 | | | | | | * De-pkg-comment [1] See http://www.freebsd.org/cgi/query-pr.cgi?pr=48439 for more details. * Cleanup extra directories.kuriyama2003-02-182-2/+6 | | | | Approved by: tobez (maintainer) * Touch configure in the pre-configure stage lest the timestamp ofknu2003-02-184-12/+16 | | | | | | | configure.in be ahead of that of configure and autoconf thus be demanded. Submitted: kris, bento * De-pkg-comment and make portlint a little bit happier.obraun2003-02-188-4/+4 | * De-pkg-comment.knu2003-02-1834-17/+17 | * Update to 2.4.3. Set MAINTAINER back to ports.arved2003-02-183-66/+26 | | | | | | PR: 47847 Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> Approved by: dyfet@gnu.org (old Maintainer) * update to cocor-1.7, switch to new master site and apply COMMENT.leeym2003-02-174-6/+6 | | | | | PR: 48380 Submitted by: Guy Antony Halse <guy@rucus.net> * Added repocopy of lang/pike72 -> lang/pike74edwin2003-02-171-0/+1 | * Recommit lang/pike74 after last weeks attempt to commit it in theedwin2003-02-174-0/+815 | | | | | | | first place, leaving nothing but emptyness in its directory. PR: ports/47433 Submitted by: Xavier Beaudouin <kiwi@oav.net> * Correct an error building the temporary packing list.marcus2003-02-161-1/+1 | | | | PR: 48163 * Update to 7.0.083.netchild2003-02-154-16/+16 | | | | | I'm not aware of a change between 7.0.082 and this version which affects FreeBSD, so no need to update if you already have 7.0.082 installed. * Update to version 4.3.0.naddy2003-02-154-5/+6 | | | | | PR: 48040 Submitted by: Ports Fury * Update to 7.2.2.markp2003-02-144-27/+28 | | | | | | | Remove man page from plist. PR: 48090 Submitted by: maintainer * Add PORTDOCS support.markp2003-02-142-18/+14 | | | | | PR: 47489 Submitted by: KATO Tsuguru <tkato@prontomail.com> * Use per-user cachedir instead of root's that causes some problems.perky2003-02-142-330/+23 | | | | | Submitted by: Shannon -jj Behrens <jj@nttmcl.com> PR: 48267 * Update to 0.6.7.1.nork2003-02-132-2/+2 | | | | | Suggested by: knu Approved by: Erik Greenwald <erik@phoenix.smluc.org> (maintainer) * Bump PORTREVISION to the 5-Feb-2003 release date of GCC 3.2.2 to make sureobrien2003-02-131-1/+1 | | | | | all the various tools knows a newer version is available than anything installed to date. * ruby-erb is now part of ruby 1.8 and shim-ruby18.knu2003-02-133-0/+3 | * Update to 0.6.7.nork2003-02-136-46/+14 | | | | | PR: ports/48065 Submitted by: Erik Greenwald <erik@phoenix.smluc.org> (maintainer) * New port: lang/pexts : Pike extensions for pike 7.2edwin2003-02-125-0/+46 | | | | | | | | | PExts (Pike EXTensionS) are modules for Pike to handle some usefull extensions like bzip2, mhash and PCRE. Theses modules are used automaticaly by Caudium. PR: ports/45980 Submitted by: Xavier Beaudouin <kiwi@oav.net> * [Maintainer Update] lang/pike73 update to pike 7.4.13edwin2003-02-126-678/+0 | | | | | | | | Pike 7.3 is gone. This developement version doesn't exist anymore. It is now replaced by Pike 7.4 branch. PR: ports/47433 Submitted by: Xavier Beaudouin <kiwi@oav.net> * upgrade to 7.2.440ijliao2003-02-113-452/+453 | | | | | PR: 45979 Submitted by: maintainer * - fix portlint fatal, introduced by kris.dinoex2003-02-112-2/+2 | * - Fix spellingdinoex2003-02-111-1/+1 | * - update to 7.0.082netchild2003-02-1020-42/+156 | | | | | | | | | | - fix [dfi]vec.h with stlport-iostreams - do not install a Windows header (mathf.h) - do not install libompstub (depends on pthread_atfork(), see PR 17437) Submitted by: marius@alchemy.franken.de - point to the icc errata after make install * Convert COMMENT to COMMENTFILE until these ports can be converted.kris2003-02-102-2/+2 | | | | Submitted by: lioux * Set NOPRECIOUSMAKEVARS to unbreak 'make readmes'kris2003-02-102-0/+2 | * lang/ruby16-shim-ruby18 now includes erb, ipaddr and open-uri too.knu2003-02-101-0/+3 | * Update to GCC 3.2.2.gerald2003-02-092-7/+7 | | | | Approved by: obrien (mentor) * Tarball has been renamed. MD5 sum is still the same.obraun2003-02-082-4/+3 | | | | Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> * Chase glib20's shared lib version.marcus2003-02-081-1/+2 | * Correct ports that were abusing the FORBIDDEN variable and replace withseanc2003-02-071-1/+1 | | | | | | | | | | | | | | | | | | either IGNORE or BROKEN. Since there seems to be some confusion, for the record: BROKEN is reserved for ports that don't work. This will prevent users from installing the port, but please note that ports marked as BROKEN will still be built by bento IGNORE is reserved for ports that should not be built for one reason or another (including bento). Users and bento will not build ports marked as IGNORE. FORBIDDEN is reserved for security breakages only!!! Only mark a port as FORBIDDEN if there is a security issue with the port at the time. Reviewed by: kris (portmgr) * Set stacksize to 128K from 64K. Adapted from http://zwiki.org/IssueNo0226.alane2003-02-071-0/+32 | | | | | PR: 47943 Submitted by: Alex Rodioukov <simuran@shaw.ca> * Homepage has changed.naddy2003-02-061-1/+1 | | | | | PR: 47857, 47859, 47900, 47901 Submitted by: tadalunch@s5.xrea.com * Update to v203.jkoshy2003-02-053-16/+273 | * Sort PLIST.jkoshy2003-02-051-2792/+2792 | * * Teach guile about LOCALBASE and X11BASE when looking for scheme modulesmarcus2003-02-052-2/+15 | | | | * Assign maintainership to gnome * - use LATEST_LINKdinoex2003-02-051-1/+1 | * Use devel/oniguruma to build ruby with oniguruma.knu2003-02-048-44/+40 | * Update Oniguruma to 20030204.knu2003-02-048-8/+8 | * Update to 1.09.tobez2003-02-022-2/+2 | | | | Vendor changes: minor fixes * Fix libs.obraun2003-01-311-1/+8 | | | | | PR: ports/47486 Submitted by: KATO Tsuguru <tkato@prontomail.com> * Add dependency on devel/pcre.obraun2003-01-311-1/+2 | | | | Pointed out by: kris,bento * * Install the helium-interpreter as helium-i, since otherwise it conflicts withobraun2003-01-302-0/+7 | | | | | hi from lang/nhc98 or devel/hs-hmake. * Bump PORTREVISION. * Use the full path to /sbin/sysctlkris2003-01-305-5/+5 | | | | Noticed by: 'make index' in crontab * Remove lang/php4 which was integrated into www/mod_php4.dirk2003-01-294-58/+0 | * Update lang/ruby-devel to the latest snapshot as of 2003.01.28.knu2003-01-294-10/+6 | | | | | | | Update Oni Guruma to 20030121. Now that the MAKE_ARGS problem is gone, re-enable MAKE_ARGS for sparc64. * Add pkg-message to inform the user about LVMPATH.obraun2003-01-282-0/+5 | * Helium is a compiler for a subset of Haskell designed especially for teachingobraun2003-01-286-0/+68 | | | | | | Haskell. WWW: http://www.cs.uu.nl/~afie/helium/ * Update to 9.4.1.knu2003-01-273-26/+28 | | | | | PR: ports/47329 Submitted by: Ports Fury * Update to Mono 0.19.jmallett2003-01-274-36/+5 | | | | Reviewed by: marcus (mentor) * Remove an unneeded workaround.knu2003-01-262-4/+0 | * Update lang/ruby to the latest snapshot as of 2003-01-19, and Oniknu2003-01-256-64/+6 | | | | | Guruma to 2003-01-21. This update includes a bug fix that exposes when formatting Bignums, like with ipaddr.rb. * Explicitly specify RUBY_VER?=1.6 to avoid duplicate INDEX entry whenknu2003-01-242-0/+4 | | | | | | RUBY_DEFAULT_VER=1.8. Submitted by: kris * Unbreak packaging for ruby 1.8.knu2003-01-241-0/+4 | * Adjust pkg-comment, this is not 3.1.arved2003-01-221-1/+1 | | | | | PR: 44374 Submitted by: Volker Stolz <vs@foldr.org> * Mark BROKEN: "Does not run"arved2003-01-221-1/+2 | | | | | PR: 27167 Submitted by: sysadmin <ulrichulrich_se@my-deja.com> * Add LIB_DEPEND on compat4x if running on >= 500000xedwin2003-01-201-1/+7 | | | | Noticed by: bento * New port: lang/bigloo - A Scheme interpreter and native code compileredwin2003-01-2010-0/+392 | | | | | | | | | | | | This is a port of Bigloo, a Scheme system which includes a compiler generating C code and Java classes and an interpreter. Bigloo is the tool of choice for the construction of small autonomous applications in Scheme. Bigloo is mostly conformant to the Revised5 Report on the Algorithmic Language Scheme with many extensions. PR: ports/40644 Submitted by: Stanislav Grozev <tacho@factline.com> * New Port: ports/lang/screameredwin2003-01-197-0/+87 | | | | | | | | Screamer is an extension of Common Lisp that adds support for nondeterministic programming. PR: ports/39895 Submitted by: Scott Flatman <sf@dsinw.com> * Update to 2.0.11arved2003-01-193-4/+15 | | | | | PR: 47077 Submitted by: KATO Tsuguru <tkato@prontomail.com> * Update to 0.99.6arved2003-01-1917-287/+341 | | | | | PR: 47084 Submitted by: KATO Tsuguru <tkato@prontomail.com> * Rephrase.knu2003-01-19