aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-17 09:46:52 +0800
committerkris <kris@FreeBSD.org>2006-09-17 09:46:52 +0800
commitdf0db64fe200d2055f843b720b16a67fed931195 (patch)
tree903a09f2900670d192e683ab7f4205faf5b74e20
parentbdb2de7feeae7c8c30d73135a036968b4f4ba107 (diff)
downloadfreebsd-ports-gnome-df0db64fe200d2055f843b720b16a67fed931195.tar.gz
freebsd-ports-gnome-df0db64fe200d2055f843b720b16a67fed931195.tar.zst
freebsd-ports-gnome-df0db64fe200d2055f843b720b16a67fed931195.zip
BROKEN on ia64 and sparc64: Does not compile
-rw-r--r--lang/ecl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile
index 5d7e1832e1d9..ba81ff44309e 100644
--- a/lang/ecl/Makefile
+++ b/lang/ecl/Makefile
@@ -39,6 +39,10 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/ecl
.include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ${ARCH}
+.endif
+
.if !defined(WITHOUT_ASDF)
CONFIGURE_ARGS+=--with-asdf=yes
PLIST_SUB+= ASDF=""
td>-0/+2 | | | | Reported by: Oliver <oliver303@aon.at> * Fix patching by coverting the patch target to a UNIX text file first.marcus2005-07-021-0/+5 | | | | Reported by: pointyhat via kris * Fix the build on 4.X.marcus2005-07-022-0/+60 | | | | Reported by: pointyhat via kris * Instead of checking to see if USE_AUTOTOOLS_COMPAT is defined, ensure thatmarcus2005-07-021-1/+1 | | | | | | | | | it is empty. USE_AUTOTOOLS_COMPAT will always be defined, but we don't want to assume that we're using autotools compatibility unless its value is non-null. Previously, the defined check would cause ports using the new USE_AUTOTOOLS scheme to fail. Approved by: ade * - Fix build on 4.xahze2005-07-021-0/+13 | | | | Pointed out by: krismail * Upgrade to 1.5.1.3.dannyboy2005-07-022-3/+3 | | | | | PR: 82872 Submitted by: maintainer * Forced commit to note that the previous commit also enables the GTK2jylefort2005-07-020-0/+0 | | | | option by default. * [1]:jylefort2005-07-028-186/+24 | | | | | | | | | | | | | | | | - Update to 0.95.3 - Pass maintainership to submitter Moreover: - Respect ${CC} - Respect ${LOCALBASE} - Do not let the port use its own optimization cflags - Polish the Makefile [1]: PR: ports/82860 Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (new maintainer) Approved by: former maintainer * Reset undeliverable maintainer address:kris2005-07-021-1/+1 | | | | | | | | <mwatts@edu1.tokyo-med.ac.jp>... Deferred: Operation timed out with earch.tokyo-med.ac.jp. Message could not be delivered for 5 days Message will be deleted from queue which has persisted since February * Reset undeliverable maintainer address:kris2005-07-021-1/+1 | | | | | | | | <vchat@enforcer.cc>... Deferred: Name server: mail.enforcer.cc.: host name lookup failure Message could not be delivered for 5 days Message will be deleted from queue which has persisted since February * Reset undeliverable maintainer address:kris2005-07-021-1/+1 | | | | | <dm+bug+avenger@mailavenger.org>: host ludlow.scs.cs.nyu.edu[216.165.108.10] said: 550 unknown user (in reply to RCPT TO command) * BROKEN: Incorrect pkg-plistkris2005-07-021-0/+2 | * BROKEN: Configure failskris2005-07-021-0/+2 | * BROKEN: Incomplete pkg-plistkris2005-07-022-0/+4 | * BROKEN: Unfetchablekris2005-07-021-0/+2 | * - Add missing devel/p5-Class-ISA dependency [1]jylefort2005-07-022-0/+3 | | | | | | | | - Fix packing list [1] PR: ports/82877 Submitted by: maintainer * The vendor has removed the distfile from his website. Add the distfilejylefort2005-07-021-1/+3 | | | | | | to my distfiles space. Reported by: pointyhat * Chase the libevent update.jylefort2005-07-0213-6/+15 | | | | Reported by: pointyhat * Update to 1.0.0.adamw2005-07-023-5/+8 | * Update to 1.99.6.adamw2005-07-023-3/+5 | * - Update to 0.43.0pav2005-07-023-34/+34 | | | | | PR: ports/82866 Submitted by: Tim Middleton <x@vex.net> (maintainer) * Adjust CONFLICTS.lofi2005-07-021-1/+1 | * Update to 0.8.5.4.adamw2005-07-023-29/+34 | * Update slave ports to 0.124jylefort2005-07-022-4/+4 | * Add two OPTIONS - use SO_REUSEADDR and avoid backgrounding.roam2005-07-022-14/+56 | | | | | | | | Fix a couple of compiler warnings. Do not bind the outgoing address to the listener address [1]. PR: 70205 [1] Submitted by: Helge Oldach <datapipeaug04@oldach.net> * Install the new version of bsd.autotools.mk with support for theade2005-07-021-137/+160 | | | | | | | | | | | | | | | | | | | | | | | USE_AUTOTOOLS stanza. Full backwards compatibility with the current USE/WANT variables has been maintained via a number of shims which are set to expire on January 1st, 2006. Please do *not* start using USE_AUTOTOOLS in port Makefiles until after 6.0-RELEASE has gone out the door. Once that has happened, I will implement a tree-wide conversion process before 5.5-RELEASE, at which points ports will be free to use the new mechanisms. This change has been extensively locally tested with various large consumers of autotools building with no ill-effects notice. However, there may well be edge cases that need to be taken care of. After discussion with various members of portmgr, it was agreed that this commit could go ahead without an -exp run, but that does not, in my mind, constitute full approval. The responsibility for any breakages caused by this commit are mine, and mine alone. Please do file PRs, or mail me directly, if breakage is noticed, and I will endeavor to fix immediately. PR: 82462 * Set the SHELL environment variable to "/bin/sh" in vdelivermail beforeroam2005-07-022-11/+19 | | | | | | | executing external programs. PR: 69969 Submitted by: Claudiu Bosioc <claudiu@casi.ro> * Remove architecture limitations. It certainly builds fine on my amd64mi2005-07-021-5/+0 | | | | | | | machine. If our other platforms still have problems, I'll cross them out after pointyhat's notification(s). Approved by: maintainer timeout * fix a circular dependency - don't depend on yourselfoliver2005-07-021-2/+2 | | | | Submitted by: Billy Newsom <billy@nlcc.us> * Update to DAT 4526jeh2005-07-022-3/+3 | * o2em --> ports/emulators/o2empav2005-07-011-0/+1 | * Odyssey2 / Videopac+ emulator.pav2005-07-0113-0/+546 | | | | | PR: ports/82819 Submitted by: Gunter Wambaugh <gunter@thewambaughs.net> * - Update to 1.1.0pav2005-07-013-12/+50 | | | | | PR: ports/82808 Submitted by: John Holland <jholland@kazoocmh.org> (maintainer) * - Update to 2.0.3hq2005-07-013-29/+46 | | | | | | | - Assign new maintainer PR: 82857 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (new maintainer) * cs --> ports/misc/cspav2005-07-011-0/+1 | * New port: cross stitching patterns generatorpav2005-07-014-0/+38 | | | | | PR: ports/82807 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> * - Fix plist for last updatepav2005-07-012-0/+3 | | | | Pointy hat to: mi * - Update to 1.3.0pav2005-07-014-10/+8 | | | | | PR: ports/82702 Submitted by: No Name <arundel@h3c.de> * - Update to 1.0.30pav2005-07-013-4/+5 | | | | | PR: ports/82858 Submitted by: Alex Kapranoff <kappa@rambler-co.ru> (maintainer) * Upgrade to 0.6.9.tg2005-07-014-18/+80 | * fatback --> ports/sysutils/fatbacklawrance2005-07-011-0/+1 | * Add fatback, recover deleted files from FAT filesystems.lawrance2005-07-015-0/+61 | | | | | PR: ports/82393 Submitted by: Emanuel Haupt <ehaupt@critical.ch> * fix build depends sectionmaho2005-07-011-1/+1 | * - Fix typo in pkg-descr.flz2005-07-011-1/+1 | | | | | | PR: ports/82835 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Approved by: maintainer * - Update to 10.0danfe2005-07-012-7/+4 | | | | - Stop carrying distfile around, master site seems to be pretty stable now * Update to 20050701.novel2005-07-012-4/+4 | | | | | PR: 82850 Submitted by: Krzysztof Pawlowski (maintainer) * Update to 1.34.novel2005-07-013-28/+37 | | | | | PR: 82847 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com> * Update to 3.7.10maho2005-07-013-31/+61 | * - Update to 0.3.1pav2005-07-013-7/+6 | | | | | | PR: ports/82744 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Approved by: Shan Ali Khan <shanali@yahoo.com> (maintainer) * Update to 2005.06.30.nork2005-07-012-3/+5 | * Update to 2005.06.29.nork2005-07-012-3/+3 | * Remove obsolete patch now that we don't build the included libltdl anymorevs2005-07-011-11/+0 | * - Sanitize CFLAGS using WITHOUT_CPU_CFLAGS.flz2005-07-011-1/+2 | | | | | Reported by: Martin Cracauer <cracauer@cons.org> Fix by: kris * Sync with dbus-0.34.marcus2005-07-011-4/+28 | * - Python is not required to build, only to rundanfe2005-07-012-6/+6 | | | | - Adjust pkg-descr slightly * Update to 20050630.thierry2005-07-012-5/+5 | | | | Changelog at <http://www.spambouncer.org/whatsnew.shtml#20050630>. * * Update to 0.34marcus2005-07-0110-43/+238 | | | | * Add kqueue support so to dynamically re-read new configuration files * The site ignu.ungi.org seems down: add MASTER_SITE_LOCAL.thierry2005-07-011-1/+3 | | | | Reported by: Kris via pointyhat * Update to 20050624.novel2005-07-015-9/+21 | | | | | PR: 82844 Submitted by: KANOU Hiroki (maintainer) * Fix pkg-plist when WITH_X11.vanilla2005-07-011-0/+1 | | | | | Submitted by: sf@, Jeremy Prior <jez_at_netcraft.com> Noticed by: kris@ * spandsp --> ports/comms/spandsppav2005-07-011-0/+1 | * Add spandsp, software fax library for Asteriskpav2005-07-0128-0/+514 | | | | | PR: ports/82642 Submitted by: William Lloyd <wlloyd@slap.net> * . Add $FreeBSD$.glewis2005-07-011-2/+22 | | | | | | | . Fix the build on sparc64 by converting -fpic to -fPIC. Pointed out by: pointyhat (via kris) Approved by: Josh Paetzel <josh@tcbug.org> (maintainer) * Update to binutils-2.16.joerg2005-07-018-277/+149 | | | | | A number of our old patches have been integrated into the mainline now, so they can be removed. * Upgrade to 0.6.2.2.thierry2005-07-012-4/+11 | | | | | PR: 82792 Submitted by: maintainer * Update to 1.0jylefort2005-07-014-60/+12 | | | | | PR: ports/82781 Submitted by: maintainer * - Update to 1.2.1.flz2005-07-013-7/+72 | | | | | PR: ports/82341 Submitted by: maintainer * - Fix behavior on latest CURRENT.flz2005-07-013-2/+3 | | | | | | | - Remove hard-coded prefix in pkg-install. PR: ports/82333 Submitted by: maintainer * - Update to 0.14.9.flz2005-07-014-9/+32 | | | | | PR: ports/82802 Submitted by: maintainer * - Update transparent patch.flz2005-07-0112-24/+24 | | | | | PR: ports/82838 Submitted by: maintainer * Fix typo in URL.cy2005-07-011-1/+1 | * - Fix MASTER_SITES.flz2005-07-011-2/+1 | | | | | | PR: ports/82635 Reported by: Andreas Schaefer <AndiSHFR@gmx.net> Corrected by: Emanuel Haupt <ehaupt@critical.ch> * - Fix build in WITH_THREADS casepav2005-07-011-0/+25 | | | | | | PR: ports/82826 Submitted by: Michael Edenfield <kutulu@kutulu.org> Obtained from: tcl CVS * Fix KDE Bug 102880lofi2005-07-014-0/+24 | | | | | Obtained from: KDE CVS Submitted by: Bartosz Fabianowski <freebsd@chillt.de> * - Fix configuration file handling (software problem).flz2005-07-012-1/+32 | | | | | | PR: ports/82815 Submitted by: maintainer Obtained from: GateKeeper CVS * - Add WITHOUT_THREADS knob.flz2005-07-012-0/+12 | | | | | PR: ports/82818 Submitted by: Gunter Wambaugh <gunter@thewambaughs.net> * - Fix build dependency (perl).flz2005-07-011-0/+1 | | | | | PR: ports/82811 Submitted by: maintainer * - Update patch for 2.5.28.1pav2005-07-012-12/+12 | | | | | PR: ports/82834 Submitted by: Hung-Te Lin <piaip@csie.ntu.edu.tw> (maintainer) * Update to 0.23.novel2005-07-012-3/+3 | | | | | PR: 82832 Submitted by: Aaron Dalton (maintainer) * - Fix distinfo (distfile re-rolled, CRLF -> LF in source).flz2005-07-011-2/+2 | | | | | PR: ports/82778 Submitted by: maintainer * Fix WWW line in pkg-descr.novel2005-07-011-1/+1 | | | | | PR: 82833 Submitted by: Emanuel Haupt <ehaupt@critical.ch> * - Fix missing dependency.flz2005-07-012-3/+18 | | | | | | | - Complete pkg-message (note on Apache configuration). PR: ports/82829 Submitted by: maintainer * - Correct URL in an old mail/getmail entry.flz2005-07-011-1/+1 | | | | | PR: ports/82827 Submitted by: Linh Pham <question+fbsdports@closedsrc.org> * Update DAT to 4525jeh2005-07-012-3/+3 | * Don't link statically to home-grown libltdlvs2005-06-302-3/+22 | * Add ucspi-tcp as a dependency, it's needed to make .cdb files.novel2005-06-301-2/+3 | | | | | PR: 82801 Submitted by: Renato Botelho (maintainer) * Update to 0.35.1.novel2005-06-304-38/+33 | | | | | PR: 82817 Submitted by: Franz Klammer (maintainer) * - Update to 0.4.1pav2005-06-3012-81/+91 | | | | | PR: ports/82740 Submitted by: dewey hylton <freenx@deweyonline.com> (maintainer) * Add forgotten USE_PERL5.novel2005-06-302-0/+2 | | | | Reported by: pointyhat via kris * cycle --> ports/deskutils/cycledanfe2005-06-301-0/+1 | * Add cycle 0.3.0, a calendar for women.danfe2005-06-3011-0/+1135 | | | | | Idea from: LG G1800 Obtained from: Debian (patches and manpage) * Update to 3.4lawrance2005-06-303-140/+138 | | | | | | | | Use DATADIR in plist PR: ports/82608 Submitted by: Andrej Zverev <az@inec.ru> Approved by: Machiel Mastenbroek <machiel_mastenbroek@hotmail.com> (maint) * Update to 2.8lawrance2005-06-304-10/+12 | | | | | | PR: ports/82607 Submitted by: Andrej Zverev <az@inec.ru> Approved by: Machiel Mastenbroek <machiel_mastenbroek@hotmail.com> (maint) * - Update to 6.5.4 (add support for JDK 1.5 but drop JDK 1.1)hq2005-06-304-49/+18 | | | | | | | | | - Improve the launcher shell script (use javavmwrapper 2.0) - Use SUB_FILES/SUB_LIST to configure the launcher - Add $FreeBSD$ tag in pkg-plist - Do not try to mkdir ${JAVAJARDIR} as it has been part of mtree for more than 3 years now - Update COMMENT: this is an XSLT 1.0 processor * The mulberry binary has hardcoded search paths. It looks for Plug-insgirgen2005-06-301-2/+2 | | | | | | | in /usr/local, but not in /usr/X11R6, unfortunately, so we cannot set USE_X_PREFIX. Approved by: seanc, ade (implicit) * Fix RUN_DEPENDSjylefort2005-06-301-1/+1 | | | | | | PR: ports/82809 Submitted by: maintainer Reported by: pointyhat * - Update to 2.1.4pav2005-06-305-26/+5 | | | | | | PR: ports/82754 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Approved by: maintainer * - Update to 0.6.2ahze2005-06-304-14/+10 | | | | | This version doesn't install metacity theme so remove CONFLICTS and add OPTIONS and stuff back from clearlooks-metacity * - Add knob for Syncprov overlaypav2005-06-302-8/+18 | | | | | | | | - Portlint PR: ports/82752 Requested by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> (maintainer) * - Fix rcNG script.flz2005-06-303-13/+17 | | | | | | PR: ports/82259 Submitted by: Andrew McNaughton <andrew@scoop.co.nz> Approved by: maintainer * - Update to 2.0pav2005-06-305-9/+19 | | | | | PR: ports/82747 Submitted by: Kelley Reynolds <kelley@insidesystems.net> (maintainer) * - Add knobs for Unique and Password Policy overlayspav2005-06-302-0/+20 | | | | | | PR: ports/82725 Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> Approved by: Vsevolod Stakhov <vsevolod@highsecure.ru> (maintainer) * - Update to 2.2.8pav2005-06-306-12/+9 | * Fix install on 4.x on which PAM is not used for calife.roberto2005-06-301-2/+10 | | | | | Submitted by: kris (through pointyhat) Approved by: thomas (MAINTAINER) * Fix the build with firefox.kwm2005-06-301-2/+9 | | | | | | Put the plugin in the correct place so mozilla and firefox can find it. Approved by: maintainer (anholt) * Appease pointyhat by listing a forgotten manual page. Whoops.philip2005-06-301-1/+1 | | | | | Spotted by: pointyhat via kris Approved by: portmgr (kris) * - update to amap-5.1leeym2005-06-305-5/+76 | | | | | PR: 82780 Submitted by: Yonatan <onatan@gmail.com> * Fix memory leak.sumikawa2005-06-302-1/+9 | | | | | | | See http://marc.theaimsgroup.com/?l=zebra&m=111931575510231&w=2 in detail PR: ports/82461 Submitted by: dikshie <dikshie@lapi.itb.ac.id> * - Update to 3.8.3ahze2005-06-302-6/+4 | | | | | PR: 82810 Submitted by: Andrej Zverev * - update to 0.15clsung2005-06-303-3/+5 | | | | | | | - changes see [http://search.cpan.org/~tpederse/WordNet-Similarity-0.15/doc/changelog.pod] Self Noted: first commit after I got married :-) * Fix plistlawrance2005-06-301-0/+1 | | | | Reported by: kris * Introduce WITH_LEGACY_GPU_SUPPORT option, which sticks us to previousdanfe2005-06-303-4/+56 | | | | | | | | version of NVidia driver release for the sake of supporting some "legacy" GPUs. Note that this options is unsupported, and presumably would only be needed for a few unlucky souls out there. PR: ports/82758 * Fix the build on 64-bit platforms.jylefort2005-06-301-1/+1 | | | | Reported by: pointyhat * - Fix plist in clearlooksahze2005-06-303-9/+15 | | | | | | | clearlooks & clearlooks-themes (as of version 0.6.1) install metacity theme AGAIN so you will need to pkg_delete clearlooks-metacity and uprade clearlooks[-themes] to fix plist problems. - Register CONFLICTS with clearlooks[-themes] and clearlooks-metacity * Fix the build on some non-i386 platforms.jylefort2005-06-301-14/+17 | | | | Reported by: pointyhat * Add FreeBSD-SA-05:13.ipfw, FreeBSD-SA-05:14.bzip2, andsimon2005-06-301-0/+142 | | | | FreeBSD-SA-05:15.tcp. * - Update to 1.3.25.simon2005-06-3010-532/+668 | | | | | | | | - Assign maintainership to submitter. PR: ports/82240 Submitted by: Soeren Straarup <xride@x12.dk> Approved by: maintainer timeout * p5-Algorithm-LUHN --> ports/devel/p5-Algorithm-LUHNjylefort2005-06-301-0/+1 | * Add p5-Algorithm-LUHN.jylefort2005-06-305-0/+42 | | | | | | | | | | | | | | This module calculates the Modulus 10 Double Add Double checksum, also known as the LUHN Formula. This algorithm is used to verify credit card numbers and Standard & Poor's security identifiers such as CUSIP and CSIN. You can find plenty of information about the algorithm by searching the web for "modulus 10 double add double". WWW: http://search.cpan.org/dist/Algorithm-LUHN/ PR: ports/82650 Submitted by: Aaron Dalton <aaron@daltons.ca> * Update to 11.23jylefort2005-06-304-6/+6 | | | | | PR: ports/82745 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> * Update to 1.137jylefort2005-06-302-5/+4 | | | | | PR: ports/82743 Submitted by: maintainer * Correct pkg-plist. Put on the pointed hat.mi2005-06-301-1/+1 | | | | Notified by: kris (pointyhat) * Fix compilation on non-i386.jylefort2005-06-301-0/+29 | | | | | PR: ports/82691 Submitted by: maintainer * Add my distfiles site to MASTER_SITES, as the distfile is nowjylefort2005-06-301-1/+3 | | | | | | unfetchable from the vendor's site. Reported by: pointyhat * Update to 1.1a, which contains a workaround for a kqueue-related crash.jylefort2005-06-302-4/+3 | | | | | | PR: ports/82392, ports/82426 Submitted by: bogus addresses Approved by: maintainer timeout (10 days) * Update the chroot vendor patch to version 2, cfjylefort2005-06-3012-24/+24 | | | | | | | http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE10-chroot PR: ports/82739 Submitted by: maintainer * - Update to 2.01 [1]jylefort2005-06-303-7/+7 | | | | | | | | - Unsilence post-install [1] PR: ports/82773 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> * Make fetchable again with --no-check-certificate.thierry2005-06-301-0/+1 | | | | Reported by: Kris via pointyhat * Update to 0.22jylefort2005-06-302-3/+3 | | | | | PR: ports/82783 Submitted by: maintainer * Add dependency on libtool.rodrigc2005-06-301-0/+1 | | | | Approved by: demon (ports mentor) * Fix segfault on "mc -v /some/file".novel2005-06-302-1/+12 | | | | | | PR: 82766 Submitted by: Andrej Zverev <az@inec.ru> Approved by: Roman Y. Bogdanov (maintainer) * Attempt to fix INDEX build by depending upon editors/openoffice-1.1cperciva2005-06-302-2/+2 | | | | | | | instead of french/openoffice-1.1 or japanese/openoffice-1.1, neither of which exist any longer. Approved by: linimon * Add arm support.nobutaka2005-06-302-7/+38 | | | | Submitted by: cognet * Add a hack to emulate signbit() on 4.x. I hope this will fix build on 4.x andnovel2005-06-301-0/+22 | | | | | | work in a proper way. Reported by: pointyhat via kris * Update DAT to 4524jeh2005-06-302-3/+3 | * simd-viterbi --> ports/math/simd-viterbijylefort2005-06-301-0/+1 | * Add simd-viterbi.jylefort2005-06-307-0/+114 | | | | | | | | | | This is a port of Phil Karn's SIMD assisted Viterbi CODEC library. This package may be useful to programmers working on data communications software. WWW: http://www.ka9q.net/code/fec/ PR: ports/82757 Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk> * xlreader --> ports/textproc/xlreaderjylefort2005-06-291-0/+1 | * Add xlreader.jylefort2005-06-294-0/+43 | | | | | | | | | | | | | | Read data from Excel spread sheets without Microsoft! Provides an API to allow any application to read Excel documents. The xlreader tool converts Excel data to tab delimited, CSV or SQL inserts. Written in C. Based on the the Java version by Andrew Khan. This project was designed out of frustration. WWW: http://www.giffin.org/xlreader.php PR: ports/82629 Submitted by: Emanuel Haupt <ehaupt@critical.ch> * Correct the use of PREFIX (where we insall ourselves) and LOCALBASEmi2005-06-292-3/+3 | | | | | | | | (where we find other packages). This makes no difference in most cases... PR: 82645 Submitted by: Vsevolod Stakhov * irrlicht --> ports/x11-toolkits/irrlichtokazaki2005-06-291-0/+1 | * Add irrlicht 0.10.0, high performance realtime 3D engine.okazaki2005-06-298-0/+273 | | | | | PR: ports/71905 Submitted by: Simon Barner <barner@gmx.de> * reed-solomon --> ports/math/reed-solomonjylefort2005-06-291-0/+1 | * Add reed-solomon.jylefort2005-06-296-0/+78 | | | | | | | | | | This is a port of Phil Karn's Reed-Solomon CODEC library. This package may be useful to programmers working on data communications software. WWW: http://www.ka9q.net/code/fec/ PR: ports/82756 Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk> * flowgrep --> ports/net/flowgreplawrance2005-06-291-0/+1 | * Add flowgrep 0.8a, TCP stream/UDP/IP payload 'grep' utility.lawrance2005-06-294-0/+45 | | | | | PR: ports/82596 Submitted by: Corey Smith * pynids --> ports/net/pynidslawrance2005-06-291-0/+1 | * Add pynids 0.5, python interface to libnids.lawrance2005-06-294-0/+41 | | | | | PR: ports/82593 Submitted by: Corey Smith * Fix build with ipfilter4arved2005-06-291-5/+11 | * Update from 8.4.7 to 8.4.10mi2005-06-297-58/+78 | * master site disappeardoliver2005-06-291-0/+4 | | | | | | BROKEN+DEPRECATED+EXPIRATION_DATE set Noted by: pointyhat via kris * Mark broken for PERL_LEVEL < 500703 (ie 4.x), as it requireslawrance2005-06-291-1/+7 | | | | | | | | Tie::File 0.97 or later (only 0.96 is available separately). PR: ports/82775 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer) Reported by: kris * - BROKEN: does not patchpav2005-06-291-0/+2 | | | | Reported by: krismail * Add INSTALLS_SHLIB=yesjylefort2005-06-291-0/+2 | | | | Approved by: maintainer timeout (11 days) * - Update to 0.08 (unbreaks the port)jylefort2005-06-293-20/+38 | | | | | | | | - Improve pkg-message - Pass maintainership to submitter PR: ports/82631 Submitted by: Christopher Nehren <apeiron@coitusmentis.info> * Refix plist againmat2005-06-291-1/+3 | | | | | Pointed out by: kris/pointy hat/blah blah :-) Pointy hat to: me * Track the in-place distfile change. Changes:jylefort2005-06-296-4/+14 | | | | | | | - the HTML pages have been modified - the executable has been modified Reported by: pointyhat * jabber-users-agent --> ports/net/jabber-users-agentnovel2005-06-291-0/+1 | * Add jabber-users-agent 1.2, a Perl based Jabber User Directory.novel2005-06-2917-0/+363 | | | | | PR: 82195 Submitted by: Renato Botelho <freebsd@galle.com.br> * Fix plistarved2005-06-293-159/+3 | | | | Submitted by: pointyhat * Fix pkg-plistlawrance2005-06-291-0/+1 | | | | Reported by: kris * Add minimal patch to make libusb build with plain gcc on 4.x again.vs2005-06-294-16/+31 | | | | | | | | This also allows us to return to standard libtool-handling. PR: ports/80169 Submitted by: Helge Oldach Approved by: maintainer timeout * add USE_XLIB when !WITHOUT_X11.vanilla2005-06-291-1/+3 | | | | Submitted by: Jeremy Prior <jez@netcraft.com> * - Update snapshot.kuriyama2005-06-295-19/+31 | | | | - Unbreak on 4.x box. * - Fix patch stage when /usr/ports is a symlink to a non standard locationbarner2005-06-291-3/+2 | | | | | | | | | | | of the ports tree's root, and PORTSDIR is _not_ set. [1] - Use `bsd.port.mk' instead of `bsd.port.pre.mk' `bsd.port.post.mk' in two consecutive lines Reported by: kris via pointhat and Thierry Herbelot <thierry@herbelot.com> on freebsd-ports: <200506281337.07507.josemi@redesjm.local> * Add missing files.demon2005-06-291-0/+2 | * - Remove .packlist from packing list.flz2005-06-292-2/+1 | | | | Reported by: pointyhat via kris * Ignore if perl version < 5.6.0.demon2005-06-291-1/+7 | | | | Spotted by: kris * Fixed pkg-plistlth2005-06-291-0/+1 | | | | Noted by: pointyhat via kris * Add missing manpage.demon2005-06-291-1/+2 | | | | Spotted by: kris * lang/gdc: update to 0.14daichi2005-06-292-3/+3 | | | | | PR: ports/82716 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) * Mark BROKEN on 4.x until I can fix itlawrance2005-06-291-0/+4 | * ISC staff has informed me that in BIND 9.3.x, threads are always adougb2005-06-294-4/+12 | | | | | bad idea, so disable them in all cases unless the user has affirmatively requested this through the define. * - sysutils/portupgrade: add option for BDB4:daichi2005-06-294-28/+48 | | | | | | | | | | | | (1) Do not change default dependency (depend on ruby-bdb1), since ruby-bdb (BDB >= 2) support is not so tested. (2) Thus, no PORTREVISION bump. - a little Makefile change for portlint clean PR: ports/82000 Submitted by: Alexander Novitsky <alecn@server.v42of.icc-vvd.ru> Reviewed by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer) * - Update to 1.0ahze2005-06-296-60/+28 | | | | | | | - Always depend on xft - Clean up Makefile ChangeLog: http://www.nvu.com/download.html * Update www/phpbb to 2.0.16.novel2005-06-292-3/+3 | | | | | PR: 82763 Submitted by: Kang Liu (maintainer) * - Add another build fix for users who have a old version of vlc installed.ahze2005-06-291-1/+1 | * Remove openoffice.org localized ports as I announced:maho2005-06-2954-900/+42 | | | | | | | | o http://docs.freebsd.org/cgi/getmsg.cgi?fetch=25587+0+archive/2005/freebsd-openoffice/20050529.freebsd-openoffice o still you can build them via knobs for 1.1 see ports/editors/openoffice-1.1/files/Makefile.localized o 1.0 has been broken for long time, no longer maintained actively. (but still I don't delete 1.0 and delete only localized versions) * Add two missing translations files.thierry2005-06-291-0/+2 | | | | Reported by: marcus * Add support for getting real-time acpi battery events from devd. Thismarcus2005-06-292-168/+370 | | | | | | | | | | won't work yet for non-root users unless they are using my devd patch at http://www.marcuscom.com/downloads/devd.diff to give open permissions to the devd.pipe socket. Without this real-time update support, it can take up to 30 seconds for the battstat applet to update on an ACPI event. Because this support is still experimental, I am not bumping PORTREVISION. * Remove mtree dir from pkg-plistlawrance2005-06-291-1/+0 | * Add patch to fix build on 6lawrance2005-06-291-0/+12 | | | | | PR: ports/82742 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> * Add missing BUILD_DEPENDS on postgresql-serverlawrance2005-06-292-0/+2 | | | | | PR: ports/82734 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) * Update to 1.2.2.novel2005-06-292-3/+3 | | | | | PR: 82760 Submitted by: Ben Woolley (maintainer) * Change maintainer email address.novel2005-06-291-1/+1 | | | | | PR: 82736 Submitted by: John Holland (maintainer) * Remove warning about alpha quality in package message.novel2005-06-292-18/+0 | | | | | | PR: 82732 Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> Approved by: Vsevolod Stakhov (maintainer) * - Update re-rolled tarballahze2005-06-291-2/+2 | | | | | | only cs translation is updated Info: https://mail.gna.org/public/kazehakase-devel/2005-06/msg00001.html * p5-Template-Plugin-Monta --> ports/www/p5-Template-Plugin-Montajylefort2005-06-291-0/+1 | * Add p5-Template-Plugin-Monta.jylefort2005-06-295-0/+45 | | | | | | | | | | Template::Plugin::Monta is a plugin for Template Toolkit which allows you to use monta-method on your template. WWW: http://search.cpan.org/dist/Template-Plugin-Monta/ PR: ports/82632 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> * - Update to 0.2.8ahze2005-06-294-19/+6 | | | | ChangeLog: http://kazehakase.sourceforge.jp/?date=20050629 * [1]:jylefort2005-06-292-5/+5 | | | | | | | | | | | | | | | - Create the bogomilter user with /sbin/nologin as shell and /nonexistent as home directory - Update the maintainer's email address Moreover: - Unconditionally define PORTDOCS, as ${NOPORTDOCS} is now tested by bsd.port.mk - Install manual page in ${MAN8PREFIX} [1]: PR: ports/82583 Submitted by: maintainer * Indicate that the sysutils/megarc distfile must be downloaded manually.jylefort2005-06-291-0/+1 | * megarc --> ports/sysutils/megarcjylefort2005-06-291-0/+1 | * Add megarc.jylefort2005-06-294-0/+51 | | | | | | | | | | This port provides an utility for controlling most of the LSI Logic's MegaRAID BIOS functions. WWW: http://www.lsilogic.com/products/megaraid/ PR: ports/82512 Submitted by: Gerrit Beine <tux@pinguru.net> * - Update to 1.1 [1]jylefort2005-06-294-17/+10 | | | | | | | | - Polish the port [1] PR: ports/82749 Submitted by: maintainer * Update to version 3.0.6markus2005-06-294-6/+6 | | | | | PR: ports/82722 Submitted by: Andrej Zverev <az@inec.ru> * Upgrade to 0.60.3.thierry2005-06-293-1603/+11 | | | | | | This release fixes several bugs involving some of the C API functions, fixes a major bug and improves the speed of the suggestion code, and fixes a number of other bugs. * xmms-xymms --> ports/audio/xmms-xymmsjylefort2005-06-291-0/+1 | * Add xmms-xymms.jylefort2005-06-29