aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.5.nobutaka2001-12-122-2/+2
| | | | Reviewed by: knu
* Smash a compatibility bug in g_module_open(). It seems that unlike Linux one,sobomax2001-12-122-1/+24
| | | | | | | | | | | FreeBSD's dlopen(NULL, ...) doesn't return a handle useable for resolving symbols in both the program itself and all modules it dlopen'ed. Instead, when requested for a self handle return RTLD_DEFAULT, which seems closely matches dlopen(NULL, ...) in Linux. Bump PORTREVISION. Recommended update for all GNOME/GTK users. Inspired by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Update for acpica-unix-20011205.iwasaki2001-12-112-4/+4
|
* Update to 1.3.9.knu2001-12-119-6/+12
| | | | | PR: ports/32482 Submitted by: Chia-liang Kao <clkao@clkao.org>
* This PORTEPOCH for life crap is stupid.obrien2001-12-1124-204/+204
| | | | | | Back out the downgrade, I would have never agreed to it if I had know... This leaves a window of downgradededness 18 hours -- people can just live with that.
* Bump PORTEPOCH because PORTVERSION was recently lowered.sobomax2001-12-106-0/+6
|
* Back this down to version 1.28 until the Bison developers can acutallyobrien2001-12-1024-204/+198
| | | | | do some regression tests on their later releases. Versions 1.29 and 1.30 seg fault where 1.28 did not.
* Doh! This patch was already included.murray2001-12-101-10/+0
| | | | Submitted by: ijliao
* fix build when CPUTYPE is setijliao2001-12-092-0/+2
| | | | | PR: 32584 Submitted by: maintainer
* upgrade to 5.2.12ijliao2001-12-095-12/+58
| | | | | PR: 32610 Submitted by: Ports Fury
* fix pkg-comment & pkg-plistijliao2001-12-094-4/+47
| | | | | PR: 32611 Submitted by: Ports Fury
* update master site & WWWijliao2001-12-095-4/+29
| | | | | | | fix pkg-plist PR: 32612 Submitted by: Ports Fury
* upgrade to 0.23ijliao2001-12-093-9/+8
| | | | | PR: 32613 Submitted by: Ports Fury
* Update to 2.4.4.knu2001-12-082-2/+2
|
* Update to 0.8.5.knu2001-12-082-2/+2
|
* Fix a problem with auto{conf,make}: some build magic was introduced topetef2001-12-084-4/+4
| | | | | | | | | | | | make sure that the "autoconf" and "automake" binaries KDE looked for were found and were autoconf213 and automake14 (as there are issues with the latest versions), but the logic in setting $PATH was wrong. This puts ${WRKSRC}/auto-bin before the rest of the users $PATH. This fixes KDE auto* problems if automake14 and automake-1.5 are both installed. PR: 32512 Submitted by: Alan Eldridge <alane@geeksrus.net> Approved by: will
* We don't want to include <malloc.h>.murray2001-12-081-0/+10
| | | | | PR: ports/31556 Submitted by: Seth Kingsley <sethk@meowfishies.com>
* Update MASTER_SITES.petef2001-12-071-1/+1
| | | | | PR: 32573 Submitted by: Rahul Siddharthan <rsidd@online.fr>
* Add p5-Data-TemporaryBag 0.04, a perl Bag class that handles long-sized datatobez2001-12-076-0/+39
| | | | | | | using a temporary file. PR: 32398 Submitted by: Sergey Skvortsov <skv@protey.ru>
* Update WWW taglioux2001-12-071-1/+1
|
* o Fix conflict in build time if freelibiberty is already installedlioux2001-12-071-10/+13
| | | | | | | o Un"echo" commands PR: 32550 Submitted by: Alan E <alane@geeksrus.net> (PR), maintainer (fix)
* Update to 1.0.14. Reformat pkg-descr; add WWW.tobez2001-12-073-19/+18
|
* Add trailing / to WWW taglioux2001-12-071-1/+1
|
* Update to 1.4 Build 140lioux2001-12-078-8/+8
|
* upgrade to 0.1.5ijliao2001-12-063-4/+4
|
* Fix pathphantom2001-12-063-3/+3
| | | | | PR: ports/32426 Submitted by: Paul Marquis <pmarquis@pobox.com>
* Bump PORTREVISION now that patch-objprelink.c is in place and the portpetef2001-12-051-0/+1
| | | | works.
* Actually make objprelink work on FreeBSD.petef2001-12-051-0/+19
| | | | | Submitted by: Bradley T Hughes <bhughes@trolltech.com> Approved by: will
* Upgrade KDE to 2.2.2:will2001-12-0419-348/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
* Add objprelink 1.0, an object file processor which improves dynamicwill2001-12-047-0/+79
| | | | | | | | | | | linking performance. This will be used by the upcoming KDE 2.2.2 ports upgrade. The patch fixes a libbfd compile problem from binutils 2.11.2. Obtained from: sources.redhat.com CVS; patch-configure based on obrien's commit to branch binutils-2_11-branch on Feb 19, 2001, which fixes trad-core compile problems. Submitted by: Dominic Marks <dominic_marks@btinternet.com> (I rewrote most of it, but he kicked off the idea.)
* Add pre-install target to create ${PREFIX}/man/man8.iwasaki2001-12-031-0/+3
|
* Add py-pqueue-0.2, a Fibonacci-Heap based Priority-Queue Extension for Pythonpetef2001-12-036-0/+35
| | | | | PR: 31470 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* Adding pear version 4.0.7.steve2001-12-036-0/+176
| | | | | | | A framework and distrbution system for reusable PHP components. PR: 31900 Submitted by: Thierry Thomas <thierry@thomas.as>
* Update to 1.4.1.knu2001-12-033-6/+6
| | | | Remove the no longer needed dependency on ruby-amstd.
* Update to 0.6.5.knu2001-12-033-16/+4
| | | | Remove the unneeded dependency on ruby-amstd.
* Update to version 1.26.steve2001-12-032-2/+2
| | | | | PR: 32357 Submitted by: maintainer
* Update to version 0.35.steve2001-12-032-2/+2
| | | | | PR: 32356 Submitted by: maintainer
* drop maintainershipijliao2001-12-021-1/+1
| | | | | PR: 32415 Submitted by: maintainer
* upgrade to 1.1ijliao2001-12-023-18/+8
| | | | Submitted by: Jeroen Ruigrok/Asmodai <asmodai@ninth-circle.dnsalias.net>
* Override CONFIGURE_TARGET - this package generated with autoconf-2.52 needs asobomax2001-12-026-0/+6
| | | | different semantics than our bsd.port.mk provides.
* * Update to 0.8.naddy2001-12-0111-44/+156
| | | | | | | * Prune obsolete and excess verbiage from comment and description. * Add homepage URL. Approved by: greid
* Update to 1.3.12.knu2001-12-012-2/+2
|
* Update to 0.4.8.knu2001-12-013-2/+20
|
* Don't install include/bits directory which is unused on FreeBSD.kris2001-12-011-0/+10
| | | | | Approved by: maintainer Submitted by: bento
* Oops, remove NO_MTREE=yes in order to avoid install error.iwasaki2001-12-011-1/+0
| | | | Submitted by: bento
* Update to 0.39.1.sobomax2001-11-306-4/+48
|
* Update to 7.2.7.petef2001-11-302-8/+5
| | | | | PR: 32189 Submitted by: maintainer
* Upgrade to Bison 1.30.obrien2001-11-2912-12/+12
| | | | | Version 1.29 had several problems that I believe 1.30 fixes (looking at the ChangeLog).
* Patch from vendor. From the ChangeLog:nectar2001-11-294-0/+32
| | | | | | 2001-11-27 Flavio Veloso <flaviovs@magnux.com> * gnuserv.c: Fix a potential buffer overflow in permitted() that may allow the client to execute code on the server.
* Update to version 0.2.23kevlo2001-11-292-2/+2
| | | | | PR: 32368 Submitted by: MAINTAINER
* upgrade to 1128ijliao2001-11-292-3/+3
|
* upgrade to 1.1.1ijliao2001-11-292-2/+2
|
* Update to 0.0.3.knu2001-11-282-2/+2
|
* Update port to 0.4.90jedgar2001-11-275-40/+24
|
* Updated MASTER_SITES and changed my email address from ernst@jollem.com to ↵znerd2001-11-272-6/+6
| | | | | | znerd@FreeBSD.org Approved by: sobomax
* Un-quote the Quoted-Printable "=" after "MASTER_SITES=".fenner2001-11-271-1/+1
|
* upgrade to 0.8ijliao2001-11-274-33/+17
| | | | drop maintainership
* Chase the moving of the distfile.knu2001-11-271-1/+1
| | | | Submitted by: fenner's distfile survey
* Backout previous commit - it have to be added into pango instead.sobomax2001-11-272-4/+2
|
* Add missed gettext into LIB_DEPENDS.sobomax2001-11-272-2/+4
| | | | Submitted by: bento
* Update to 0.10.40.sobomax2001-11-266-35/+58
| | | | Submitted by: kuriyama
* upgrade to 1.2.4ijliao2001-11-262-2/+2
|
* - Update to version 0.12.1wjv2001-11-263-5/+8
| | | | - This is mostly a bugfix release
* libgmp dependencyijliao2001-11-263-1/+36
| | | | Submitted by: anthony.kim@vw.com
* - update to 1.2.12petef2001-11-253-9/+13
| | | | | | | - set depends appropriately if HAVE_LATEX is defined PR: 32091 Submitted by: maintainer
* Update to 3.2d.petef2001-11-256-10/+12
| | | | | PR: 23140 Submitted by: Robert Withrow <bwithrow@nortelnetworks.com>
* Update to 0.4.7.knu2001-11-253-15/+2
|
* make it work with 80x50ijliao2001-11-252-1/+23
| | | | | PR: 31973 Submitted by: Andrew Milton <akm@theinternet.com.au>
* Update to 0.1.4 and add patch-ltmain.sh to prevent installingpat2001-11-244-4/+28
| | | | | | | useless .la files (bows to sobomax) PR: 32245 Submitted by: maintainer
* Update to 3.7dwcjr2001-11-245-81/+35
| | | | | PR: 32103 Submitted by: maintainer
* - Unbroke;sobomax2001-11-241-1/+5
| | | | | | | - drop maintainership. PR: 32032 Submitted by: Heath Nielson <heath@cs.byu.edu>
* upgrade to 0.5.1ijliao2001-11-245-15/+38
| | | | | PR: 32215 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* upgrade to 1.3.1ijliao2001-11-243-10/+7
| | | | | PR: 32216 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Add missing filedwcjr2001-11-232-0/+5
| | | | | | | Bump PORTREVISION PR: 32167 Submitted by: maintainer
* Update to 2.5dwcjr2001-11-233-4/+4
| | | | | PR: 31923 Submitted by: maintainer
* Remove weditpetef2001-11-221-1/+0
|
* Update for acpica-unix-20011120.iwasaki2001-11-222-5/+6
|
* Remove the devel/wedit port. Wedit became a Linux/Solaris binary onlyolgeni2001-11-225-158/+0
| | | | | application (now renamed to QIDE), and the port has been marked BROKEN for a long time.
* Update to 1.0petef2001-11-212-4/+2
|
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-215-5/+5
| | | | the later case
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-2113-13/+13
| | | | the later case
* WWW tag should contain only a valid URI. Rewrite tag appropriatlylioux2001-11-212-2/+6
|
* Update to 0.1.12petef2001-11-212-2/+2
|
* Add libcapsinetwork-0.0.13, a network library aimed at easy development ofpetef2001-11-216-0/+41
| | | | | | C++ server daemons PR: 29620
* - update to 2.1.0petef2001-11-213-12/+17
| | | | | | | | - handle shlibs correctly - add a PLIST_SUB for the version PR: 31874 Submitted by: maintainer (partially)
* Update to 1.0.17.sobomax2001-11-202-2/+2
|
* Update to 1.4 Build 139lioux2001-11-208-8/+8
|
* Update to 0.9.knu2001-11-192-3/+9
|
* upgrade to 1.1ijliao2001-11-182-2/+2
|
* Add two missed in the last commit manpages.sobomax2001-11-181-0/+2
| | | | Submitted by: will
* add bcppijliao2001-11-188-0/+73
| | | | | | | Simple utility to indent C++ code PR: 31831 Submitted by: Mike Buchanon <buchanon@mlss15.cl.msu.edu>
* add p5-Class-Delegationijliao2001-11-186-0/+57
| | | | | | | Object-oriented delegation PR: 31783 Submitted by: Sergey Skvortsov <skv@protey.ru>
* add p5-Class-Contractijliao2001-11-187-0/+66
| | | | | | | Design-by-Contract OO in Perl PR: 31782 Submitted by: Sergey Skvortsov <skv@protey.ru>
* Update to cook 2.18.jasone2001-11-184-17/+27
|
* Update to 0.4.6.knu2001-11-172-2/+2
|
* Updated for Coda-5.3.15shafeeq2001-11-174-4/+4
| | | | Shafeeq
* Update for acpica-unix-20011109.iwasaki2001-11-162-4/+4
|
* - Update to version 0.3.1; this is a bugfix releasewjv2001-11-154-8/+10
|
* Update to 0.4.5.knu2001-11-152-2/+2
|
* Update to 0.1.5.knu2001-11-152-3/+2
|
* - Add patch-Makefile.buildvars to add ${LOCALBASE}/include to INCLUDEDIRSwjv2001-11-156-30/+42
| | | | | | | | | | | | (port did not build with ORBit ports >= 0.5.10). - GNU_CONFIGURE -> USE_AUTOMAKE, in order to incorporate variables from Makefile.buildvars in Makefiles. - Move removal of "test" directory from Makefile.in to Makefile.am, to accommodate the fact that we're now using automake: Remove patch-Makefile.in and add patch-Makefile.am. - Expand pkg-descr a bit. - Alphabetise pkg-plist and add directories. - Bump PORTREVISION.
* - add NOPORTDOCS support & install documentationpetef2001-11-153-23/+32
| | | | | | | | - minor indentation fix in pkg-descr - add @comment $FreeBSD$ to pkg-plist & sort PR: 31543 Submitted by: maintainer
* Maintainer is now committer so change to new email address.pat2001-11-152-2/+2
| | | | Approved by: lioux
* - Add patch-configure containing my currently preferred workaround for thewjv2001-11-144-29/+33
| | | | | | problem described in PR 31142 - Remove patch for same from patch-aa - Tidy up pkg-{comment,desc} somewhat
* - Update to version 1.5.1wjv2001-11-143-45/+296
| | | | | | | | - Assume maintainership; the previous maintainer - an ex-coworker - has expressed no further interest in maintaining this port - Remove spurious build-time dependency on doxygen - HAS_CONFIGURE -> GNU_CONFIGURE - Add post-install target to install some documentation and examples
* add py-optikijliao2001-11-146-0/+46
| | | | A command-line parsing library for Python
* Update to 1.2.3.sobomax2001-11-136-75/+26
|
* upgrade to 1.2.3ijliao2001-11-132-2/+2
|
* Update to 1.0.8petef2001-11-122-2/+2
|
* Update to 1.4 Build 138lioux2001-11-118-8/+8
|
* o add more MASTER_SITESlioux2001-11-105-169/+172
| | | | | | | | | | o do not create unnecessary directories o do not install duplicate stuff obtainable from: silc-client and silc-server o handle NOPORTDOCS in post-patch target (patching become very complex with patches added in this commit) o depend on silc-client (several files to get port to work) o change some installation dirs to avoid collision with silc-client
* Update to 0.6.7.sobomax2001-11-105-18/+23
|
* Update to 1.0.3.sobomax2001-11-1016-44/+52
|
* Update to 1.0.7.sobomax2001-11-1010-60/+58
|
* Forgot to add these in my previous commit.sobomax2001-11-102-0/+37
|
* Update to 0.14.sobomax2001-11-102-3/+3
|
* Update to 1.0.15.sobomax2001-11-103-2/+3
|
* Update to 0.5.12.sobomax2001-11-104-6/+4
|
* Seems the devel/crossm68k port is either obsolete or wating for anknu2001-11-091-1/+1
| | | | update of dependencies, so comment it out for the moment.
* o Add port silc-toolkit version 0.6.1: Secure Internet Live Conferencinglioux2001-11-0910-0/+365
| | | | | | | | (SILC) development toolkit o With invaluable feedback from debolaz during our all-nighter porting work :) Reviewed by: Anders Nor Berle <debolaz@debolaz.com>
* s/malloc.h/stdilb.h/ijliao2001-11-094-0/+44
|
* change master siteijliao2001-11-081-1/+2
| | | | | PR: 31844 Submitted by: maintainer
* Update to v5.1.jkoshy2001-11-085-3/+20
| | | | Submitted by: Peter Pentchev <roam@freebsd.org>
* Update to FreeBSD-cvsweb 2.0.0.knu2001-11-086-34/+14
| | | | | | | | | | | | * cvsweb.conf-freebsd: Allow downloading a tarball of a project directory as well as a port directory. * cvsweb.cgi, cvsweb.conf: Introduce optional output filter. [Requested by: Shigeyuki Fukushima <shige@FreeBSD.org>] * cvsweb.cgi: Fix a bug where it produces wrong download links when cvsweb.cgi is placed right under the document root. [Reported by: Arnaud on EFnet]
* Put NO_LATEST_LINK in.sobomax2001-11-081-0/+2
| | | | Submitted by: knu
* - Update to version 0.12.0wjv2001-11-073-8/+38
|
* Upgrade to 1.6. Change maintainer to ports@, Sandro Sigala is no longertg2001-11-077-69/+39
| | | | running FreeBSD.
* New maintainer ports@; Sandro Sigala is no longer running FreeBSD.tg2001-11-071-1/+1
| | | | Update MASTER_SITES for umatrix, while I'm here.
* Update to 0.2.4.sobomax2001-11-074-38/+32
|
* Update for acpica-unix-20011102.iwasaki2001-11-074-18/+36
| | | | | | | | | acpicadb: - Apply some UINT32 -> ACPI_INTEGER changes - Apply ACPI_READ_ADR_SPACE -> ACPI_READ, ACPI_WRITE_ADR_SPACE -> ACPI_WRITE changes - Setup DSDT talbe by calling AcpiLoadTable() - Fix sleep -> usleep in osunixxf.c
* Set LATEST_LINK to imake-4.knu2001-11-071-0/+1
|
* Don't make tmake's default CFLAGS -O2 (when using tmake to build somethingpetef2001-11-071-2/+11
| | | | | | else). Approved by: maintainer
* Add a missing entry: crossm68k.knu2001-11-071-0/+1
|
* Define NO_LATEST_LINK.knu2001-11-072-0/+4
|
* o update to 1.33 MR31.sf2001-11-062-3/+3
| | | | o using versioned distfile (inspired from OpenBSD port).
* Fix URL.obrien2001-11-061-1/+1
|
* Add agenda-snow-libs 1.2.0, sNOW libraries which are needed tosobomax2001-11-066-0/+241
| | | | | | | develop for Agenda VR3 PDA. PR: 31403 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
* Add agenda-static-libs 1.2.0, static libraries which are needed tosobomax2001-11-066-0/+65
| | | | | | | develop for Agenda VR3 PDA. PR: 31404 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
* Upgrade port to last SNOWed Agenda toolchainsobomax2001-11-063-142/+611
| | | | | | | It is version for rootdisk-1.2.0S. PR: 31405 Submitted by: maintainer
* Upgrade port to last SNOWed Agenda toolchain.sobomax2001-11-063-16/+11
| | | | | | | | It is meta-port now, includes agenda-static-libs and agenda-snow-libs It is version for rootdisk-1.2.0S PR: 31406 Submitted by: maintainer
* Upgrade port to last SNOWed Agenda toolchain.sobomax2001-11-068-646/+32
| | | | | | | Now it is version 2.10.91. PR: 31407 Submitted by: maintainer
* Upgrade port to last SNOWed Agenda toolchain.sobomax2001-11-063-8/+12
| | | | | | | It is version for rootdisk-1.2.0S PR: 31409 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
* Add mipsel-linux-gcc 2.97, gcc-2.97 for mipsel-linux cross-development withsobomax2001-11-067-0/+129
| | | | | | | SNOW ABI. PR: 31410 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
* Remove - it made obsolete by mipsel-linux-gcc.sobomax2001-11-0610-2185/+0
| | | | | PR: 31408 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
* - fix MASTER_SITESpetef2001-11-052-2/+5
| | | | | | | | - depend on xml.5 specifically (not just xml) - add WWW: line PR: 31609 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 0.33petef2001-11-052-2/+2
| | | | | PR: 31750 Submitted by: maintainer
* add spiritijliao2001-11-048-0/+132
| | | | An object oriented recursive descent parser generator framework
* Upgrade to 0.4.vanilla2001-11-042-2/+2
| | | | | PR: ports/31115 Submitted by: maintainer
* Add ruby-calendar, Ruby modules to handle various calendars.knu2001-11-046-0/+80
|
* Update MASTER_SITES and WWW.knu2001-11-042-3/+3
|
* Update to 0.4.4.knu2001-11-042-2/+2
|
* add py-mx-experimentalijliao2001-11-046-0/+150
| | | | The eGenix mx Extensions - EXPERIMENTAL Package
* - Fix a build breakage which suddenly appeared from I know not where.wjv2001-11-022-0/+4
| | | | | | - No PORTREVISION bump; it's just a build-time thing. Submitted by: bento
* add py-fileutilsijliao2001-11-026-0/+36
| | | | File I/O related functions and classes
* use ${PYTHON_PKGNAMEPREFIX} instead of py-ijliao2001-11-021-1/+1
|
* add py-ansistyleijliao2001-11-026-0/+37
| | | | Add ANSI color capability to output streams
* Fix breakage due to bogus include of malloc.hobrien2001-11-021-0/+6
|
* Several fixes to OPTIONAL_DEPENDS based on Paul A. Howes suggestions on kde@ .demon2001-11-021-1/+1
|
* Upgrade to 1.2.0demon2001-11-026-202/+44
| | | | | PR: 31664 Submitted by: MAINTAINER
* Add ruby-timex, a Ruby library to extend the Time class.knu2001-11-026-0/+49
|
* Update to 0.7.knu2001-11-023-9/+10
|
* Fix MASTER_SITE_SUBDIR.demon2001-11-021-1/+1
| | | | | PR: 31665 Submitted by: Aaron D. Gifford <agifford@infowest.com>
* add ixlibijliao2001-11-016-0/+80
| | | | Ixlib is a small c++ tools library based on STL
* Update to 1.4 Build 136lioux2001-11-018-8/+8
|
* Update to 0.7.4petef2001-10-313-2/+3
|
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-316-14/+74
| | | | | PRs: 31601, 31602, 31603, ... Submitted by: Ports Fury
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-3126-67/+327
| | | | Submitted by: Ports Fury
* upgrade to 5.2.11ijliao2001-10-313-3/+4
|
* Fix pkg-plist.tobez2001-10-311-0/+1
| | | | | PR: 31537 Submitted by: maintainer
* Use the aclocal that matches the automake in use.obrien2001-10-311-1/+1
|
* Fix pkg-plist.sobomax2001-10-308-328/+432
| | | | Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
* Prepare ground for gdk-pixbuf update to 0.13.0 - its include files have beensobomax2001-10-301-0/+14
| | | | | moved aroud, so all ports that don't pay attention to an output of `gdk-pixbuf-config --cflags' need to be fixed.
* Update to 1.80; add WWW.tobez2001-10-303-3/+5
|
* Who ever added AUTOMAKE_ARGS did not convert all the ports to it that wasobrien2001-10-301-1/+4
| | | | abusing AUTOMAKE...
* Who ever added AUTOMAKE_ARGS did not convert all the ports to it that wasobrien2001-10-301-1/+1
| | | | abusing AUTOMAKE...
* Put back PORTEPOCH, which was erroneously deleted in one of the previoussobomax2001-10-308-0/+8
| | | | | commits. Repeat after me: once set PORTEPOCH could not be decreased or deleted.
* Correct PORTREVISION - in my last commit instead of updating it to 5 I'vesobomax2001-10-302-2/+2
| | | | | | | erroneously decreased it to 2. Submitted by: Joe Clarke <marcus@marcuscom.com> Mike Harding <mvh@ix.netcom.com>
* Add the legacy versions of autoconf and automake to the mix.obrien2001-10-301-0/+2
|
* Huh, finally implement writev(2) wrapper that actually works. Boys, never eversobomax2001-10-3012-40/+482
| | | | | | | | | try to use writev(2) in a non-blocking mode, especially on sockets. Not only this makes handling of EAGAIN rather weird, but in the case of sockets makes your code subject of a ENOBUFS, which is absolutely unclear how to handle properly. *sigh* Bump PORTREVISION.
* Update to 1.0.7petef2001-10-292-2/+2
|
* Undo the last commit. For not clear yet reasons it drives oaf crazy.sobomax2001-10-2912-470/+40
|
* Add orbitcpp-0.30.1, C++ bindings for ORBit, a CORBA 2.2-compliant ORBpetef2001-10-298-0/+98
| | | | | PR: 30232 Submitted by: Thomas Hentschel <bsd@hentschel.net>
* Reimplement fix for an imcompatibility between ORBit and FreeBSD properly.sobomax2001-10-2912-40/+470
| | | | | | | Instead of replacing writev(2) with loop based on write(2), test system limit on the number of vectors writev(2) accepts and split call to writev(2) to several calls in such a way that number of vectors in each call doesn't exceed this limit (aka UIO_MAXIOV). Bump PORTREVISION.
* Grrr. actually make it work post-repocopy.obrien2001-10-291-1/+1
|
* [Re]Update to version 1.5.obrien2001-10-2932-264/+136
| | | | | The legacy version is known as 'automake14' for those that find automake 1.5 incompatible.
* LIB_DEPEND on tclx83 instead of 82, now that the tclX port is upgraded.mi2001-10-281-1/+2
|
* This was repo copied from the 'autoconf' port to give us a legacyobrien2001-10-284-24/+29
| | | | | version. autoconf213 can live beside the latest 'autoconf', and is invoked specifically as 'autoconf213'.
* This was repo copied from the 'automake' port to give us a legacyobrien2001-10-284-82/+86
| | | | | version. automake14 can live beside the latest 'automake', and is invoked specifically as 'automake14'.
* Update to 0.4.3.knu2001-10-272-2/+2
|
* Upgrade to 2.2.1.demon2001-10-2711-8/+14
| | | | | Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> (with slight modifications)
* Update to 1.2; switch to PERL_CONFIGURE instead of manual do-configure;tobez2001-10-273-8/+6
| | | | add WWW; assume maintainership.
* Update to 1.11; fix pkg-plist; make better pkg-descr; assumetobez2001-10-275-80/+21
| | | | maintainership.
* Update to 0.03; assume maintainership.tobez2001-10-272-3/+3
|
* Update to 1.16.tobez2001-10-272-2/+2
|
* Fix a rather weird incompatibility between ORBit and FreeBSD. It appears thatsobomax2001-10-264-2/+50
| | | | | | | | | | | | | FreeBSD's writev(2) implementation is rather unreliable when large number of vectors is submitted - it returns EINVAL despite the fact that all arguments are pretty valid. This caused serious problems with GNOME's oaf and prevented Nautilus from working properly. The problem disappeared when I've replaced writev(2) call with appropriate loop based around ordinary write(2). Perhaps this should be investigated and the real source of the problem fixed instead, but I do not have a time for this right now. For those who interested I'm ready to provide a step-by step instruction on how to reproduce the bug. Special thanks to: andersca @ nautilus#irc.gnome.org
* Upgrade to the Cygnus "000227" (27-Feb-2000) version. This is a laterobrien2001-10-2536-84/+108
| | | | | | | | | version than 2.13. I could find no ports that broke with this update. Approved by: portmgr Message-ID: <20011024214950.W25747@squall.waterspout.com>
* Update for acpica-unix-20011018.iwasaki2001-10-242-4/+4
| | | | | - Import latest acpudump utility, disassemble AML into ASL which can be compiled with most ASL compilers.
* upgrade to 1.4.1ijliao2001-10-246-1378/+1382
| | | | | PR: 31314 Submitted by: maintainer
* Update to 1.15.tobez2001-10-242-2/+2
|
* Update to 1.3.9.sobomax2001-10-2410-142/+182
|
* Update to 0.5.sobomax2001-10-243-4/+7
|
* - The port devel/py-functional has been repo-copied towjv2001-10-2311-87/+42
| | | | | | | | | | | | devel/py-xoltar-toolkit, so: - Update devel/py-xoltar-toolkit to the latest version (2001.06.01) of the Xoltar Toolkit, which bundles an updated functional.py module with some supporting modules. - Remove all files from devel/py-functional - Update the category Makefile to reflect the change. Approved by: Jacques Vidrine <nectar@FreeBSD.org>, maintainer
* Unbroke with latest gal.sobomax2001-10-233-0/+50
| | | | Obtained from: GNOME CVS
* Update to 1.0.10.sobomax2001-10-233-3/+3
|
* Update to 1.13.tobez2001-10-232-2/+2
|
* Replace call to `glib-config' in libIDL-config script with the actual name ofsobomax2001-10-224-0/+38
| | | | the script on FreeBSD (glib12-config).
* upgrade to 2.0ijliao2001-10-222-3/+2
|
* upgrade to 1020ijliao2001-10-222-2/+2
|
* Fix a format string vulnerability.roam2001-10-222-0/+21
| | | | | | | | | | Note that others might still be lurking inside the m4 code, this is just a quick fix for the one reported on BugTraq. (What do I think I am doing, anyway, reading BugTraq at 4:30am on a bleak Monday morning..) Reported by: <dotslash@snosoft.com> via BugTraq
* Remove a redundant trailing space.knu2001-10-211-1/+1
|
* Remove a redundant trailing space.knu2001-10-211-1/+1
|
* Remove a redundant trailing carriage return.knu2001-10-211-1/+1
|
* Add ruby-gconf, a Ruby interface to GConf (1.0.x).knu2001-10-2013-0/+181
|
* Update to 1.4.knu2001-10-202-2/+2
|
* Really update to 3.4.9 this timedwcjr2001-10-192-2/+3
| | | | | | | Bump PORTREVISON to make sure no problems with previous error PR: 31269 Submitted by: maintainer
* Update to 0.32dwcjr2001-10-192-2/+2
| | | | | PR: 31322 Submitted by: maintainer
* Update to 3.4.9dwcjr2001-10-191-1/+1
| | | | | PR: 31269 Submitted by: maintainer
* Update to -1.2.11dwcjr2001-10-196-9/+48
| | | | | PR: 30943 Submitted by: maintainer
* Drop maintainership.sobomax2001-10-181-1/+1
|
* Update to 0.8.5.sobomax2001-10-183-2/+14
|
* Update to 0.83.tobez2001-10-182-2/+2
| | | | | PR: 31284 Submitted by: maintainer
* add gluiijliao2001-10-188-0/+100
| | | | | | | GLUT-based C++ user interface library PR: 30822 Submitted by: Matthew West <mwest@uct.ac.za>
* Mark broken for FreeBSD < 4.4.obrien2001-10-181-0/+4
| | | | | Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> PR: 30890
* upgrade to 1016ijliao2001-10-172-2/+2
|
* small typo on comments: gtk -> sdllioux2001-10-173-3/+3
|
* New port linux-sdl12 version 1.2.2.1: Cross-platform multi-medialioux2001-10-1722-0/+211
| | | | | | | development API (linux version) Submitted by: Martin Matuska <matuska@wu-wien.ac.at> Reviewed by: Patrick Li <pat@databits.net>
* Update to version 1.4.3.bsd2001-10-172-2/+2
|
* o make stripping the binaries conditional to the existence of thelioux2001-10-164-0/+8
| | | | | | | | | strip command o this is important since the current emulators/linux_base-7 does not carry a strip command and no appropriate port carrying it currently exists Prompted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Update to version 1.4.2.bsd2001-10-162-2/+2
|
* Minor update in where the files are fetched from. Maybe nowjeh2001-10-166-16/+16
| | | | | | | | | I will stop getting "Unfetchable distfiles" message for files that do get fetched in the real-world (tm). Suggested by sf, and changed. Also update i386-rtems-g77/Makefile: s/F77/G77/g Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
* Update to 1.4 Build 134lioux2001-10-168-8/+8
|
* I do not understand why something that is like truss/ktrace is in "devel"obrien2001-10-161-1/+1
| | | | and not sysutils...
* upgrade to 1.0p4ijliao2001-10-157-75/+24
| | | | | PR: 30793 Submitted by: MAINTAINER
* Needs to be gotten from _GNU since it is a .tar.gzjeh2001-10-151-1/+1
|
* Update to version 1.4.1.bsd2001-10-152-2/+2
|
* Update to version 1.4.0.bsd2001-10-152-2/+2
|
* Update to 1.12.tobez2001-10-152-2/+2
|
* add c2manijliao2001-10-148-0/+70
| | | | | | | Generates man pages from C sources PR: 29805 Submitted by: Bernd Luevelsmeyer <bdluevel@heitec.net>
* Upgrade all the GCC based RTEMS ports to gcc-2.95.3jeh2001-10-1457-807/+815
|
* Update to 0.2.1.knu2001-10-133-3/+19
|
* Add devel/p5-System2, a perl module that implements system2() function,tobez2001-10-136-0/+42
| | | | much like system(), but with STDERR available as well.
* Update to 1.20; add WWW; assume maintainership.tobez2001-10-133-3/+5
|
* Add devel/p5-Memoize, a perl module to transparently speed up perltobez2001-10-126-0/+59
| | | | functions by caching return values.
* Update to 0.2.1.knu2001-10-126-8/+32
|
* Add devel/p5-File-ReadBackwards, a perl module to read a file backwardstobez2001-10-116-0/+43
| | | | by line efficiently.
* Update devel/boehm-gc port to 6.0.ijliao2001-10-118-172/+79
| | | | | | | | | | | | | Since I do not know whether non-i386 platforms are supported, ONLY_FOR_ARCHS=i386 is remained in Makefile. Changes from previous version: * Install shared library. * Do not create and install libleak. Leak detection mode can be initiated at run-time by setting GC_find_leak. PR: 31125 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
* Update to 1.11; add WWW.tobez2001-10-113-2/+4
|
* Fix compilation problem (both -CURRENT and -STABLE), due to PT_READ_Uolgeni2001-10-111-0/+13
| | | | | | | removal from sys/ptrace.h. Also, fix the incorrect PT_READ_U label. PR: 30878 Submitted by: Maxime Henrion <mux@qualys.com>
* Fix master site path.obrien2001-10-111-1/+1
|
* Update to version 2001-10-07.joerg2001-10-113-18/+3
| | | | | | | | . install -c now default, thus patch-aa no longer needed . isblank() has been added . the HTML reference is now integral part of the distribution file, so no need to fetch it separately anymore