aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to 5.3.3Ying-Chieh Liao2002-03-243-5/+7
| | | | Notes: svn path=/head/; revision=56518
* Update for acpica-unix-20020308.Mitsuru IWASAKI2002-03-243-13/+4
| | | | Notes: svn path=/head/; revision=56513
* Update to 2.19.Pete Fritchman2002-03-242-2/+2
| | | | Notes: svn path=/head/; revision=56503
* Update to 1.4.1Kevin Lo2002-03-232-3/+2
| | | | | | | | PR: 36115 Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp> Notes: svn path=/head/; revision=56482
* add py-ro 2.5Ying-Chieh Liao2002-03-227-0/+236
| | | | | | | Python Remote Objects Notes: svn path=/head/; revision=56447
* Update to 1.0.2.beta5.Akinori MUSHA2002-03-224-18/+11
| | | | | | | | PR: ports/35998 Submitted by: Toni Andjelkovic <toni@soth.at> (MAINTAINER) Notes: svn path=/head/; revision=56442
* Upgrade to 1.3.0.Thomas Gellekum2002-03-211-3/+4
| | | | Notes: svn path=/head/; revision=56417
* Upgrade to 1.3.0.Thomas Gellekum2002-03-215-12/+94
| | | | Notes: svn path=/head/; revision=56414
* The FreeBSD port of Subversion goes to some length to link against the systemOllivier Robert2002-03-214-92/+92
| | | | | | | | | | | | | | | | | | | | | version of expat, rather than the expat-lite we distribute, so it will be a good citizen of the ports tree and avoid spamming over the installed version of expat that already exists. The patch to build.conf that was accomplishing this was flawed, and only happened to work on my system because I had a copy of libexpat.la sitting around in my /usr/local/lib, I imagine from a previous subversion install I never cleaned out fully. This alters the patch to build.conf such that instead of just replacing libexpat with -lexpat, it replaces it with $(SVN_APRUTIL_LIBS), which in addition to -lexpat, will also include -L/usr/local/lib, which makes the build work. It also includes /usr/local/lib/libaprutil.la, which we don't strictly need, but it doesn't hurt anything, and will get us by until we are smarter about finding expat. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=56412
* add py-vmaps 1.1Ying-Chieh Liao2002-03-206-0/+46
| | | | | | | Python Arrays on mmap() Notes: svn path=/head/; revision=56389
* This file isn't needed anymore.Akinori MUSHA2002-03-202-2/+0
| | | | Notes: svn path=/head/; revision=56383
* ruby-libglade is now part of the Ruby/GNOME suite.Akinori MUSHA2002-03-206-64/+78
| | | | | | | | This version is called 0.27 along with the other components, so bump PORTEPOCH. Notes: svn path=/head/; revision=56382
* upgrade to 0.3Ying-Chieh Liao2002-03-202-2/+2
| | | | Notes: svn path=/head/; revision=56372
* This file was forgotten during the upgrade.Ollivier Robert2002-03-205-0/+55
| | | | | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Pointy hat to: me (roberto) Notes: svn path=/head/; revision=56371
* Don't try to remove dirs shared with GNOME1 unless they are empty.Maxim Sobolev2002-03-192-5/+21
| | | | Notes: svn path=/head/; revision=56355
* Don't try to delete ${PREFIX}/etc/gconf if there are some content in in becauseMaxim Sobolev2002-03-191-15/+15
| | | | | | | this directory is used by GNOME2 ports as well. Notes: svn path=/head/; revision=56354
* Remove dead code.Maxim Sobolev2002-03-191-4/+0
| | | | Notes: svn path=/head/; revision=56353
* Remove this file which is not needed anymore.Ollivier Robert2002-03-194-44/+0
| | | | Notes: svn path=/head/; revision=56336
* This updates the subversion port to the latest release, which fixesOllivier Robert2002-03-198-40/+24
| | | | | | | | | | | | | several small bugs noticed soon after the last release was rolled. it also removes a patch that is no longer needed, as it was rolled into the upstream source. as a bonus, this removes the dependency on the patch port, as svn now uses gdiff3, rather than gdiff/gpatch. PR: ports/36069 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=56335
* autoconf 2.53 appears to change the way variables are substituted,Ollivier Robert2002-03-1910-5/+15
| | | | | | | | | | | | | | | which breaks the install target of apr's makefile. this patch works around the problem. it's not entirely correct (it breaks some other parts of the makefile), but at least it makes the port work again. this also corrects an instance of 'apr-snapshot' (a previous name of the port) that we missed when this was first committed, and adds 2 files to the pkg-plist that i missed before. PR: ports/36068 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=56334
* Fix another few places where giconv used instead of iconv.Maxim Sobolev2002-03-193-7/+2
| | | | | | | | PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56333
* Remove iconv->giconv hackAndrey A. Chernov2002-03-196-18/+6
| | | | Notes: svn path=/head/; revision=56329
* Remove giconv hacks.Maxim Sobolev2002-03-182-54/+0
| | | | Notes: svn path=/head/; revision=56310
* Remove patches not needed anymore (iconv --> giconv).Maxim Sobolev2002-03-185-70/+0
| | | | Notes: svn path=/head/; revision=56309
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andMaxim Sobolev2002-03-182-5/+0
| | | | | | | -liconv to -lgiconv. Notes: svn path=/head/; revision=56294
* Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> withMaxim Sobolev2002-03-183-42/+0
| | | | | | | <giconv.h> or -liconv with -lgiconv. Notes: svn path=/head/; revision=56293
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-1811-0/+11
| | | | Notes: svn path=/head/; revision=56291
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-1811-11/+11
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* Mark FORBIDDEN: this port loops infinitely during build:Kris Kennaway2002-03-182-0/+4
| | | | | | | | | | | | | | [...] gmake[1652]: Leaving directory `/x/tmp/a/ports/lang/nhc98/work/nhc98-1.10/src/prelude/Numeric' cd -FreeBSD; gmake fromC cd: Illegal option -F gmake[1652]: Entering directory `/x/tmp/a/ports/lang/nhc98/work/nhc98-1.10/src/prelude [...] Noticed by: bento Notes: svn path=/head/; revision=56283
* Remove part of iconv cleanup patch leaked into last commit.Maxim Sobolev2002-03-172-2/+2
| | | | Notes: svn path=/head/; revision=56247
* Update to 1.0.5.Maxim Sobolev2002-03-1718-120/+208
| | | | | | | | PR: 35971 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56246
* - Update to 0.50.33-1Ying-Chieh Liao2002-03-176-68/+174
| | | | | | | | | | | - make TCL and Python module optional. - take a maintainership PR: 36001 Submitted by: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=56238
* Add libmcve, a library to allow connections to an MCVE CreditChris D. Faulhaber2002-03-1711-0/+69
| | | | | | | | | | Card Processing Daemon via SSL, unencrypted IP, and drop-files. It is the base of other APIs including PHP, PERL, and JAVA. Submitted by: Brad House <brad@mcve.com> Notes: svn path=/head/; revision=56233
* XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgradesWill Andrews2002-03-165-64/+22
| | | | | | | | | | | | [1] Upgrade to 4.2.0. [2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES by default. Submitted by: [1] sf, taguchi@tohoku.iij.ad.jp Approved by: [2] core Notes: svn path=/head/; revision=56229
* Fix bad reference.David E. O'Brien2002-03-162-2/+2
| | | | | | | | PR: 35977 Submitted by: Slaven Rezic <slaven.rezic@berlin.de> Notes: svn path=/head/; revision=56214
* Upgrade to 1.34.Dmitry Sivachenko2002-03-1612-18/+12
| | | | Notes: svn path=/head/; revision=56203
* Re-fix the ECHO_CMD typo.Akinori MUSHA2002-03-161-1/+1
| | | | Notes: svn path=/head/; revision=56199
* Support CXXFLAGS/LOCALBASE properlyPatrick Li2002-03-161-5/+13
| | | | | | | | PR: 35958 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=56196
* Fix MASTER_SITESPatrick Li2002-03-161-1/+1
| | | | | | | | PR: 35957 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=56189
* Gdb upgraded to 5.2.David E. O'Brien2002-03-151-1/+1
| | | | Notes: svn path=/head/; revision=56177
* Retire GDB 5.1 in lue of 5.2.David E. O'Brien2002-03-156-43/+0
| | | | Notes: svn path=/head/; revision=56176
* Stage 1 of gettext update.Ade Lovett2002-03-1546-439/+168
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Update to the 2002-03-10 snapshot of what will be version 5.2.David E. O'Brien2002-03-1512-44/+60
| | | | Notes: svn path=/head/; revision=56166
* Update to 1.0.9.Maxim Sobolev2002-03-153-3/+5
| | | | | | | | PR: 35920 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56163
* add py-reverse 0.2.2Ying-Chieh Liao2002-03-156-0/+65
| | | | | | | A set of tools for reverse engineering Python code Notes: svn path=/head/; revision=56159
* add tpg 0.1.6Ying-Chieh Liao2002-03-156-0/+43
| | | | | | | Toy Parser Generator -- A parser generator in Python Notes: svn path=/head/; revision=56148
* add py-spark 0.6.1Ying-Chieh Liao2002-03-156-0/+43
| | | | | | | Scanning, Parsing, and Rewriting Kit Notes: svn path=/head/; revision=56146
* Distfile had been rerolled without version bump, therefore update checksum.Maxim Sobolev2002-03-158-30/+58
| | | | | | | | | | There are some non-whitespace differencies beween the old and new versions, so that bump PORTREVISION. Submitted by: bento Notes: svn path=/head/; revision=56143
* Fix silly typo introduced during ${ECHO} --> ${ECHO_CMD} conversion.Maxim Sobolev2002-03-151-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=56141
* Unbreak with latest gnomevfs.Maxim Sobolev2002-03-152-0/+28
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=56136