Commit Graph

4557 Commits

Author SHA1 Message Date
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
David E. O'Brien
35b7c3b1de Update to the 2002-03-10 snapshot of what will be version 5.2. 2002-03-15 19:12:51 +00:00
Maxim Sobolev
c10106aaee Update to 1.0.9.
PR:		35920
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-15 19:02:58 +00:00
Ying-Chieh Liao
d8e0026a96 add py-reverse 0.2.2
A set of tools for reverse engineering Python code
2002-03-15 16:54:26 +00:00
Ying-Chieh Liao
8fff289bbb add tpg 0.1.6
Toy Parser Generator -- A parser generator in Python
2002-03-15 12:24:15 +00:00
Ying-Chieh Liao
3045f57804 add py-spark 0.6.1
Scanning, Parsing, and Rewriting Kit
2002-03-15 12:00:15 +00:00
Maxim Sobolev
1ab381ec91 Distfile had been rerolled without version bump, therefore update checksum.
There are some non-whitespace differencies beween the old and new versions,
so that bump PORTREVISION.

Submitted by:	bento
2002-03-15 09:39:01 +00:00
Maxim Sobolev
06eb842463 Fix silly typo introduced during ${ECHO} --> ${ECHO_CMD} conversion.
Submitted by:	bento
2002-03-15 09:23:53 +00:00
Maxim Sobolev
ddd285e784 Unbreak with latest gnomevfs.
Submitted by:	bento
2002-03-15 08:40:51 +00:00
Ying-Chieh Liao
4ef1b1e55b add py-period 0.5
A basic time period checking libary
2002-03-15 07:59:39 +00:00
Ying-Chieh Liao
5647ada22a Add MASTER_SITE_SUBDIR for CPAN
PR:		35912
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
2002-03-15 05:08:53 +00:00
Ying-Chieh Liao
834ec45553 upgrade to 1.2.14
PR:		35911
Submitted by:	maintainer
2002-03-15 04:13:23 +00:00
Ollivier Robert
109d645c48 Subversion r1467. Uses the newly added apr-devel port.
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-03-14 16:52:42 +00:00
Ollivier Robert
a92cc0000d These two files are part of the apr-devel port and should have been committed
along the rest.
2002-03-14 16:42:10 +00:00
Ollivier Robert
beafdedff5 New port of apr-devel:
The Apache Portable Runtime is a library of C data structures and routines,
forming a system portability layer that covers as many operating systems as
possible, including Unices, Win32, BeOS, and OS/2.

This port also includes the APR-Util package, which contains some useful
utilities built on top of APR.

There is no apr port as it is still in development.

Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net>
2002-03-14 16:39:26 +00:00
Christian Weisgerber
3f324864be Limit s/iconv/giconv/ to the actually used files in order to avoid
triggering an auto* build cascade.
2002-03-14 16:05:31 +00:00
Maxim Sobolev
cdc4e9e69f - Correct LIB_DEPENDS (gtk13 --> gtk20);
- use the same MASTER_SITE_SUBDIR and other GNOME2 beta2 ports.

Submitted by:	Stephen L. Palmer <slpalmer@midearth.org>
2002-03-14 15:11:40 +00:00
Akinori MUSHA
c81f0646ee Install the info files properly.
Submitted by:	"James E. Flemer" <jflemer@acm.jhu.edu>
2002-03-14 14:52:37 +00:00
Akinori MUSHA
34fef183fc Update to 2.53, which fixes many bugs.
Use the bzip2 tarball.

Approved by:	portmgr (will)
2002-03-14 13:29:00 +00:00
Maxim Sobolev
d8543839e6 Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
2002-03-14 11:16:45 +00:00
Ying-Chieh Liao
2e839f9bd9 add py-log4py 0.7.1
A python logging module
2002-03-14 09:16:35 +00:00
Maxim Sobolev
eb17ecf3a7 LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yes 2002-03-14 07:30:37 +00:00
David E. O'Brien
d33cc45605 Upgrade to Binutils 2.12.0. 2002-03-14 03:29:44 +00:00
Patrick Li
df744e8165 Update to 0.300
PR:		35851
Submitted by:	maintainer
2002-03-13 22:57:03 +00:00
Akinori MUSHA
0919c56469 Bump PORTREVISION for the last fix. 2002-03-13 19:34:39 +00:00
Patrick Li
a849031229 Make port PREFIX and LOCALBASE safe and use PTHREAD_LIBS
Approved by:	maintainer
2002-03-13 08:55:42 +00:00