1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

4291 Commits

Author SHA1 Message Date
Mikhail Teterin
ae0f86801a Upgrade from 2.1p2 to 2.1p3. 2002-01-09 05:33:55 +00:00
Patrick Li
6c34c9e6f2 Fix typo again that i missed
PR:		33534
Submitted by:	maintainer
2002-01-09 03:17:13 +00:00
Patrick Li
0e672158ec Fix typo in descr
PR:		33534
Submitted by:	maintainer
2002-01-09 03:13:26 +00:00
OKAZAKI Tetsurou
3641beb324 Make pcl-cvs buildable again for Emacs19 and Emacs20.
- catch up with elib port(s) restructurings.
- install elisp files under a version dependent site-lisp directory.
- use DOCSDIR.

PORTREVISION bumped.
2002-01-09 02:23:35 +00:00
Gregory Sutter
77fc91737a Change port version from "2001.02.02" to "20010202".
Because py-coro used to have versions like "20000424" and now
has "2001.02.02", the ports system always thinks new versions
are a downgrade.  Therefore, we should return to the original
versioning scheme to avoid this problem.

Reviewed by:		kris, kbyanc (maintainer)
2002-01-08 21:30:35 +00:00
Mikhail Teterin
d88b3afd55 A minor nit: -I. -> -I${.CURDIR}... 2002-01-08 14:25:59 +00:00
Alexey Zelkin
23da0a8b71 Fix path to perl for runtests.sh (appeared in 2.14.1) 2002-01-08 11:10:50 +00:00
Alexey Zelkin
9c5942db4b Update to 2.14.1 (security update). Upgrade to all users highly
recomended!

From Security Advisory for Bugzilla:

: *** SECURITY ISSUES RESOLVED ***
:
: - Multiple instances of user-account hijacking capability were fixed (Bugs
: 54901, 108385, 185516)
:
: - Two occurrences of allowing data protected by Bugzilla's groupset
: restrictions to be visible to users outside of those groups were fixes
: (Bugs 102141, 108821)
:
: - One instance of an untrusted variable being echoed back to a user via
: HTML was fixed (Bug 98146)
:
: - Multiple instances of untrusted variables being passed to SQL queries
: were fixed (Bugs 108812, 108822, 109679, 109690)
2002-01-08 11:03:19 +00:00
Mikhail Teterin
a68162ee38 Libstocks is a C library which can be used to fetch stocks quotes.
It comes with a CLI client and the Siag Office can be built to
interface with it.
2002-01-08 06:08:13 +00:00
OKAZAKI Tetsurou
a5fd82dd1f Remove devel/elib-emacs after the repocopy to devel/elib. 2002-01-08 04:31:34 +00:00
Will Andrews
fccbfb4a6f If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also add
--enable-debug and turn off stripping of binaries so we actually get all
the debugging we're supposed to get.  :)

Submitted by:	Alan Eldridge <alane@geeksrus.net>
2002-01-08 01:24:11 +00:00
OKAZAKI Tetsurou
dc4202d431 Restructuring of the Elib port.
- use `elib' as the Elib master port instead of `elib-emacs'.
- add `elib-emacs19' as a satellite port for the Emacs 19 support.
- connect `elib' and `elib-emacs19'
- disconnect `elib-emacs'
2002-01-07 21:22:22 +00:00
OKAZAKI Tetsurou
f413ea529d Set IGNORE until restructuring of the elib port finishes. 2002-01-07 20:53:23 +00:00
Bill Fenner
d244d02ec2 Fix typo in MAINTAINER. This kind of thing is why I think MAINTAINER-less
ports should simply have no MAINTAINER line and pick up the default from
 bsd.port.mk.
2002-01-07 20:38:05 +00:00
Bill Fenner
93dd18f172 Remove s.moeding@ndh.net as MAINTAINER; mail has been bouncing for 3 months. 2002-01-07 19:32:56 +00:00
Jimmy Olgeni
da73395b5f Update port to version 1.11
PR:		30911
Submitted by:	Simon Marlow <simon@smarlow.com>
2002-01-07 14:40:14 +00:00
Dmitry Sivachenko
604cb5f72e Add tex to BUILD_DEPENDS to it packages correctly on bento. 2002-01-07 13:49:00 +00:00
OKAZAKI Tetsurou
1ca77f0d6e Update for Emacs21 after the repocopy from `elib-emacs'.
- install elisp files under the version specific site-lisp directory
   instead of the version independent site-lisp directory.
 - use ${DOCSDIR}.

Bump PORTREVISION.
2002-01-07 07:50:52 +00:00
Will Andrews
04dfaa68e3 Additional regexes to tweak the behavior of this port. It will now work
correctly even in the presence of newer auto*.
2002-01-07 05:17:18 +00:00
Will Andrews
1c59599ed6 Correct typo to fix automake version usage. 2002-01-07 05:00:56 +00:00
Will Andrews
4721579854 Allow this port to support arbitrary versions of autoconf.
Submitted by:	bento 4-exp
2002-01-07 04:07:09 +00:00
Will Andrews
375cf01b19 This port requires autoconf 2.13 and doesn't work with 2.52.
Submitted by:	bento 4-exp
2002-01-07 03:22:01 +00:00
FUJISHIMA Satsuki
930f74535e o don't grok ${FILESDIR} for Wraphelp.c.
This means bento will not ship XDM-AUTHORIZATION-1 enabled package.
o fetch Wraphelp.c for non-US residents.
2002-01-06 20:41:44 +00:00
Ying-Chieh Liao
2b8f39e051 upgrade to 5.2.14 2002-01-06 12:03:21 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
FUJISHIMA Satsuki
9b569a32a1 Keep imake-4 and -libraries consistent with its HasXdmAuth status.
This fix only affects if you have
- set USA_RESIDENT=YES and
- not set XasXdmAuth to NO and
- not had Wraphelp.c.
You don't need to recompile -libraries to recover this inconsistency.

PR:		33024
2002-01-05 20:35:44 +00:00
Ying-Chieh Liao
ac21724548 upgrade to 1.0a 2002-01-05 11:34:42 +00:00
Jeremy Lea
675c8f1816 Kludge the build in the face of systems with autoconf 2.52+.
PR:		ports/33443
Submitted by:	Alan Eldridge <ports@geeksrus.net>
		Jason Stephenson <panda@mis.net>
2002-01-05 11:11:00 +00:00
Patrick Li
63e7c225a7 Update to 1.2.13
PR:		33357
Submitted by:	maintainer
2002-01-05 09:38:13 +00:00
Will Andrews
731441b70e This is a rather experimental port and can only work on i386. 2002-01-05 03:18:37 +00:00
Will Andrews
06517618a8 Conditionalize use of objprelink based on whether we're running on
MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined.

Requested by:	several
2002-01-05 02:29:15 +00:00
Patrick Li
a0ec8340a8 Update maintainer's email address
PR:		33554
Submitted by:	maintainer
2002-01-04 22:44:13 +00:00
Maxim Sobolev
ca26ac7ec5 Update to 0.1.8.
PR:		33527
Submitted by:	Lev A.Serebryakov <lev@macro.ru>
2002-01-04 14:36:22 +00:00
Akinori MUSHA
fda1712f38 Update MASTER_SITES. 2002-01-03 20:30:38 +00:00
Joseph Koshy
0516c58fdb Update to v5.2. 2002-01-03 05:18:14 +00:00
Dirk Froemberg
cc1384ba55 Remove crossm68k. This should have been removed with gdb-m68k and
newlib-m68k.

Requested by:	maintainer
2002-01-02 16:50:39 +00:00
Jun Kuriyama
5076782121 Fix plist.
Found by:	bento
2002-01-02 14:52:36 +00:00
Yoichi NAKAYAMA
9cef1dfa4a Add stub port for devel/semantic (supports emacs20).
PR:		ports/33470
Submitted by:	maintainer
2002-01-02 14:23:07 +00:00
Yoichi NAKAYAMA
3a07492fba Rewrite the dependency for master/slave'ization.
PR:		ports/33469
Submitted by:	maintainer
2002-01-02 14:05:49 +00:00
Yoichi NAKAYAMA
35f1b8ed40 Add semantic, a lexer, parser-generator, and parser on Emacs.
PR:		ports/33322
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
2002-01-02 02:35:31 +00:00
Ying-Chieh Liao
c96195bfcf upgrade to 1231 2002-01-01 06:43:25 +00:00
Ying-Chieh Liao
29b92c6795 upgrade to 5.2.13 2002-01-01 06:39:38 +00:00
Mario Sergio Fujikawa Ferreira
1226c32250 Fix packaging by overriding DOCSDIR standard for this port
PR:		33360
Submitted by:	maintainer
2002-01-01 03:26:16 +00:00
Ying-Chieh Liao
cc33eebf1b add cvsd 0.9.3
cvs pserver daemon
2001-12-31 05:33:17 +00:00
Ying-Chieh Liao
56b7fb1d70 upgrade to 1.0.7 2001-12-31 04:02:59 +00:00
Pete Fritchman
4fc0f62ed6 - update to 0.5.8
- don't rewrite do-install, patch the distribution's Makefile instead

PR:		33334
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-30 19:52:44 +00:00
Ying-Chieh Liao
57eed0aeba upgrade to 2.0 2001-12-30 17:39:39 +00:00
Pete Fritchman
4ee838b000 Add p5-Term-ProgressBar 1.0, perl extension to display a progress bar.
PR:		33331
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2001-12-30 16:42:22 +00:00
Pete Fritchman
71e851f545 Add p5-Log-TraceMessages 1.1, perl extension for trace messages
used in debugging.

PR:		33330
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2001-12-30 16:34:06 +00:00
Ying-Chieh Liao
23ecb620f3 upgrade to 4.3.0
PR:		33335
Submitted by:	Ports Fury
2001-12-30 15:41:27 +00:00
Brian S. Dean
8a1f93439e Update to version 2.0.1 2001-12-30 00:26:13 +00:00
Mario Sergio Fujikawa Ferreira
1afa9e48ab Update to 0.13a.1
Submitted by:	asmodai
Approved by:	maintainer
2001-12-29 16:57:03 +00:00
Pete Fritchman
c01fe2a7c1 Update to 0.0.3.
PR:		33216
Submitted by:	maintainer
2001-12-29 06:10:42 +00:00
Pete Fritchman
56b1c5448d Update to 0.0.2.
PR:		33216
Submitted by:	maintainer
2001-12-29 06:03:07 +00:00
Pete Fritchman
375b5efed1 - update to 1.0.2.b2
- install documentation

PR:		33183
Submitted by:	maintainer
2001-12-29 05:05:13 +00:00
Ying-Chieh Liao
f6db8f057f fix compile error
PR:		33290
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com>
2001-12-29 02:00:06 +00:00
Mario Sergio Fujikawa Ferreira
7231c77488 New port vb2c version 0.02: Convert Visual Basic forms to GTK C
code

PR:		33238
Submitted by:	Bruce M Simpson <bms@spc.org>
2001-12-27 22:12:15 +00:00
Mario Sergio Fujikawa Ferreira
75e13b7d48 Update to 1.4 Build 143 2001-12-27 22:06:00 +00:00
Pete Fritchman
7b98db21dd - don't set MAN1 to foo.gz, use MANCOMPRESSED instead.
- add missing files to pkg-plist

Noticed by:	bento
2001-12-27 21:54:27 +00:00
Ying-Chieh Liao
f25c5a81cd upgrade to 1.1
drop maintainership
2001-12-27 13:52:33 +00:00
Ying-Chieh Liao
2d9824b838 upgrade to 1.6.1
drop maintainership
2001-12-27 13:40:07 +00:00
Ying-Chieh Liao
23e8ae1948 upgrade to 0.7
s|malloc.h|stdlib.h|

PR:		33230, 33231
Reported by:	Bruce M Simpson <bms@spc.org>
2001-12-27 09:07:50 +00:00
Ying-Chieh Liao
4d0c12e966 upgrade to 7.3
PR:		33229
Submitted by:	maintainer
2001-12-27 09:00:37 +00:00
Alfred Perlstein
1dde5d187d activate cvswrap.
Pointed out by: petef
2001-12-26 22:56:13 +00:00
Pete Fritchman
c7ba3a98a8 Remove redundant WRKSRC line (it was set to the default).
PR:		33214
Submitted by:	maintainer
2001-12-26 22:05:20 +00:00
Alfred Perlstein
a2594c64fd Add cvswrap, a tool I wrote that helps manage multiple cvs repositories. 2001-12-26 20:59:25 +00:00
Akinori MUSHA
9422e4998d Update to 2.5. 2001-12-26 18:58:16 +00:00
Will Andrews
fb4afccf3a Add additional scripts to help things that need them. Bump PORTREVISION.
In particular, config.sub is required for japanese/FreeWnn-lib.
2001-12-26 15:07:34 +00:00
Will Andrews
72bb3c9bf8 Bump PORTREVISION for including install-sh. *sigh* 2001-12-26 11:50:36 +00:00
Maxim Sobolev
9fbf8dd880 Fix exploitable format string vulnerability.
Submitted by:	maintainer
2001-12-26 11:10:58 +00:00
Yoichi NAKAYAMA
a111ec7f79 Add eieio, Enhanced Integration of Emacs Interpreted Objects.
(stub for emacs20)

PR:		ports/32826
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
Reviewed by:	knu(mentor)
2001-12-26 10:59:26 +00:00
Yoichi NAKAYAMA
e58b2e49c1 Add eieio, Enhanced Integration of Emacs Interpreted Objects.
PR:		ports/32826
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
Reviewed by:	knu(mentor)
2001-12-26 10:57:58 +00:00
Akinori MUSHA
69447d905a Update to 0.5.2. 2001-12-25 17:28:01 +00:00
Dirk Froemberg
e5c205169e portlint:
- begin with a capital
- don't end with '.'
- remove port name
- don't exceed 70 characters
2001-12-25 16:59:04 +00:00
David W. Chapman Jr.
a0a0357e5b Update to 0.9
Make pkg-plist read version from variable instead of hardcoded

PR:		33114
Submitted by:	perky@fallin.lv
2001-12-25 05:08:44 +00:00
Pete Fritchman
ffcde7bc32 Add pcsc-lite 1.0.1, a smartcard development library.
PR:		31856
Submitted by:	Toni Andjelkovic <toni@ants.at>
2001-12-25 02:54:40 +00:00
Pete Fritchman
54728e6a38 - update to 4.5.1
- remove unnecessary master site
- fix typo in BROKEN (requires -> Requires)
- fix typo in INSTALLS_SHLIB (ye -> yes)

PR:		33152
Submitted by:	maintainer
2001-12-24 22:17:44 +00:00
Will Andrews
1cf1e705b2 Provide install-sh.
PR:		25828
Submitted by:	yar
2001-12-24 14:34:26 +00:00
Anton Berezin
e35f5a9f96 Update to 2.00.
Submitted by:	maintainer
PR:		33136
2001-12-24 14:22:29 +00:00
Will Andrews
3a413a7fe4 Put crossm68k subdir back. If you need to deactivate the use of a port,
remove it or mark it broken; removing it from a category Makefile is
not the right way to do it.

Submitted by:	bento
2001-12-24 11:24:13 +00:00
Ying-Chieh Liao
2d08890059 assign maintainer
handle PORTDOCS

PR:		33139
Submitted by:	Alan Eldridge <alane@geeksrus.net> (maintainer)
2001-12-24 10:53:42 +00:00
Dirk Froemberg
9439aeb2c5 portlint: remove extra whitespaces before end of line. 2001-12-24 10:37:45 +00:00
Patrick Li
b666502afd - PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
2001-12-24 02:17:17 +00:00
Dirk Froemberg
17ccc7122a Fix plist. 2001-12-23 16:52:07 +00:00
Ying-Chieh Liao
48ce53a0f6 add xparam 1.1
A general-purpose tool for parameter handling in C++
2001-12-23 11:34:38 +00:00
Will Andrews
a1aa37ae61 Upgrade to 2.52; this should solve some problems when mixing ac 2.13* and
am 1.5.  Ports which require 2.13/1.4 will be modified to use the ac213
and am14 ports.

PR:		29069
Submitted by:	pat
Approved by:	sobomax, ade, steve
		(contingent upon me fixing every problem that crops up)
2001-12-23 06:50:33 +00:00
David W. Chapman Jr.
11dbf38497 Mark broken because its included in mod_php4 v 4.1.0
PR:		33050
Submitted by:	maintainer
2001-12-22 21:49:34 +00:00
Kevin Lo
f182a967d0 Update to version 0.8
PR: 32823
Submitted by: Matt Holmes <matt@kerion.net>
2001-12-22 14:13:21 +00:00
Kevin Lo
0c5eaace05 Update to version 4.4.21
PR: 33055
Submitted by: Ports Fury
2001-12-22 11:47:51 +00:00
Ying-Chieh Liao
adf254e464 upgrade to 1.10
PR:		31453
Submitted by:	maintainer
2001-12-22 06:21:46 +00:00
Mario Sergio Fujikawa Ferreira
3a6315c8e2 Update to 1.4 Build 142 2001-12-21 23:43:15 +00:00
Ying-Chieh Liao
518e36866f upgrade to 4.5
assign maintainer

PR:		31053
Submitted by:	Paul Marquis <pmarquis@pobox.com> (new maintainer)
2001-12-21 20:56:47 +00:00
Akinori MUSHA
bfda57ad1b Update to 0.5.0. 2001-12-21 20:41:34 +00:00
Ying-Chieh Liao
27a6fbeab4 add nhc98 1.08
A fully-fledged compiler for Haskell 98

PR:		31039
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2001-12-21 20:23:40 +00:00
Mario Sergio Fujikawa Ferreira
ece9b0bc7c Update to 0.7 2001-12-21 05:15:00 +00:00
Alexey Zelkin
54b7c3fb35 Use perl expression to fix path to sendmail rather than using
plain patches for each case.

Also fix some whitespace.

Suggested by: nectar, lioux
2001-12-20 17:55:20 +00:00
Maxim Sobolev
d0fba3e0f1 Backout previous change - it seems that new revision of the patch doesn't
apply everywhere.

Submitted by:	Todd Punderson <todd@doonga.net>
2001-12-20 06:19:02 +00:00
Pete Fritchman
7358a46960 Add p5-Class-ObjectTemplate-DB 0.23, an optimized template builder
base class with lookup capability.

PR:		32641
Submitted by:	Tony Maher <tonym@biolateral.com.au>
2001-12-19 20:20:33 +00:00
Maxim Sobolev
41c22e9c76 Don't filter libc_r on 5-CURRENT. 2001-12-19 20:20:23 +00:00
Pete Fritchman
be0218680c Add p5-Class-ObjectTemplate 0.4, an optimized template builder base
class.

PR:		32640
Submitted by:	Tony Maher <tonym@biolateral.com.au>
2001-12-19 20:10:41 +00:00