Commit graph

4582 commits

Author SHA1 Message Date
Kris Kennaway
7262991a53 BROKEN: does not fetch 2002-03-25 02:14:33 +00:00
Kris Kennaway
329d16ba0c Remove this port, which has been marked broken for a long time with no
fix.
2002-03-25 02:13:49 +00:00
Kris Kennaway
be4a9b9335 BROKEN: plist incorrect 2002-03-25 02:11:30 +00:00
Kris Kennaway
f039cef8b6 BROKEN: Does not build 2002-03-25 02:07:47 +00:00
Akinori MUSHA
17d2e7c7e5 Update to 0.1.7. 2002-03-24 16:50:51 +00:00
Dmitry Sivachenko
b4127c7ae1 USE_BZIP2 2002-03-24 16:06:54 +00:00
David E. O'Brien
01bb56663c Update to 20020323. 2002-03-24 10:14:25 +00:00
Ying-Chieh Liao
cddf10a081 upgrade to 1.2.8 2002-03-24 06:53:57 +00:00
Ying-Chieh Liao
31cff60e9b upgrade to 5.3.3 2002-03-24 06:44:51 +00:00
Mitsuru IWASAKI
49bd24b420 Update for acpica-unix-20020308. 2002-03-24 04:36:41 +00:00
Pete Fritchman
25ab6d88af Update to 2.19. 2002-03-24 00:15:55 +00:00
Kevin Lo
1cd23c63a9 Update to 1.4.1
PR: 36115
Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp>
2002-03-23 10:59:25 +00:00
Ying-Chieh Liao
6789395427 add py-ro 2.5
Python Remote Objects
2002-03-22 10:37:44 +00:00
Akinori MUSHA
8a24b5f58b Update to 1.0.2.beta5.
PR:		ports/35998
Submitted by:	Toni Andjelkovic <toni@soth.at> (MAINTAINER)
2002-03-22 04:01:21 +00:00
Thomas Gellekum
25210defe0 Upgrade to 1.3.0. 2002-03-21 13:15:02 +00:00
Thomas Gellekum
ce31c14093 Upgrade to 1.3.0. 2002-03-21 13:07:35 +00:00
Ollivier Robert
809d3bb905 The FreeBSD port of Subversion goes to some length to link against the system
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)
2002-03-21 09:47:35 +00:00
Ying-Chieh Liao
b52de81d29 add py-vmaps 1.1
Python Arrays on mmap()
2002-03-20 15:15:15 +00:00
Akinori MUSHA
ed701f8295 This file isn't needed anymore. 2002-03-20 12:37:43 +00:00
Akinori MUSHA
00398e8f47 ruby-libglade is now part of the Ruby/GNOME suite.
This version is called 0.27 along with the other components, so bump
PORTEPOCH.
2002-03-20 12:36:12 +00:00
Ying-Chieh Liao
784d99df84 upgrade to 0.3 2002-03-20 07:00:04 +00:00
Ollivier Robert
029c69289e This file was forgotten during the upgrade.
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Pointy hat to:	me (roberto)
2002-03-20 06:22:10 +00:00
Maxim Sobolev
a098a50a32 Don't try to remove dirs shared with GNOME1 unless they are empty. 2002-03-19 20:07:49 +00:00
Maxim Sobolev
a9f654802f Don't try to delete ${PREFIX}/etc/gconf if there are some content in in because
this directory is used by GNOME2 ports as well.
2002-03-19 20:06:35 +00:00
Maxim Sobolev
8cbc78632e Remove dead code. 2002-03-19 20:04:16 +00:00
Ollivier Robert
e639bfca9b Remove this file which is not needed anymore. 2002-03-19 13:26:41 +00:00
Ollivier Robert
6733df072e This updates the subversion port to the latest release, which fixes
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)
2002-03-19 13:23:58 +00:00
Ollivier Robert
882da14424 autoconf 2.53 appears to change the way variables are substituted,
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)
2002-03-19 13:20:04 +00:00
Maxim Sobolev
47828d0fce Fix another few places where giconv used instead of iconv.
PR:		36059, 36063, 36082
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-19 12:52:55 +00:00
Andrey A. Chernov
860ecc8e74 Remove iconv->giconv hack 2002-03-19 10:18:35 +00:00
Maxim Sobolev
9a97a9c850 Remove giconv hacks. 2002-03-18 17:30:04 +00:00
Maxim Sobolev
9ef62b00fe Remove patches not needed anymore (iconv --> giconv). 2002-03-18 17:23:06 +00:00
Maxim Sobolev
a68d2827d3 Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
2002-03-18 11:50:38 +00:00
Maxim Sobolev
449a928eea Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
<giconv.h> or -liconv with -lgiconv.
2002-03-18 11:26:13 +00:00
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +00:00
Kris Kennaway
cfb2150e68 Mark FORBIDDEN: this port loops infinitely during build:
[...]
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
2002-03-18 06:32:20 +00:00
Maxim Sobolev
0d1434ba50 Remove part of iconv cleanup patch leaked into last commit. 2002-03-17 16:09:29 +00:00
Maxim Sobolev
330120e6da Update to 1.0.5.
PR:		35971
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-17 16:08:33 +00:00
Ying-Chieh Liao
66de760280 - Update to 0.50.33-1
- make TCL and Python module optional.
- take a maintainership

PR:		36001
Submitted by:	Hye-Shik Chang <perky@fallin.lv>
2002-03-17 12:09:03 +00:00
Chris D. Faulhaber
f121ccbc83 Add libmcve, a library to allow connections to an MCVE Credit
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>
2002-03-17 01:15:35 +00:00
Will Andrews
92becb4baf XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgrades
[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
2002-03-16 23:40:19 +00:00
David E. O'Brien
2105b45073 Fix bad reference.
PR:		35977
Submitted by:	Slaven Rezic <slaven.rezic@berlin.de>
2002-03-16 17:25:07 +00:00
Dmitry Sivachenko
461c92ba02 Upgrade to 1.34. 2002-03-16 12:19:55 +00:00
Akinori MUSHA
788c5ba704 Re-fix the ECHO_CMD typo. 2002-03-16 09:09:03 +00:00
Patrick Li
128097325b Support CXXFLAGS/LOCALBASE properly
PR:		35958
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-03-16 07:29:19 +00:00
Patrick Li
13a6a176f6 Fix MASTER_SITES
PR:		35957
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-03-16 06:40:33 +00:00
David E. O'Brien
a2e5aad0fa Gdb upgraded to 5.2. 2002-03-15 22:36:55 +00:00
David E. O'Brien
fd4d2bd051 Retire GDB 5.1 in lue of 5.2. 2002-03-15 22:35:59 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
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
2002-03-15 19:44:29 +00:00