1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

3802 Commits

Author SHA1 Message Date
Wes Peters
7aca62c4cb Follow the bouncing C compiler: use stdargs instead of varargs in this
lovely ancient code.
2003-10-27 20:44:31 +00:00
Anton Berezin
1aee5817e8 Update to 5.8.1.
Also:

Make suidperl optional (ENABLE_SUIDPERL knob).  Switch to perlmalloc by
default, unless threaded perl is built, to improve performance.
Modernize pkg-plist (switch to SITE_PERL where possible).  Update WWW.

Many thanks to foxfair who prepared most of this update.
2003-10-27 19:48:03 +00:00
Dag-Erling Smørgrav
79cdb91c86 Upgrade to 0.8.5. 2003-10-25 23:08:11 +00:00
Dirk Meyer
2682b52ed9 - add patch for:
FreeBSD only provides the __fpsetreg() used by the following two
for the GNU Compiler. When using, say, Intel's icc they break.
Submitted by:	root@celsius.bychok.com
2003-10-25 20:44:15 +00:00
Sergei Kolobov
62f1b705dd - Unbreak build by adding forgotten dependency on devel/skalibs
Reported  by: bento (kris)

- Reword COMMENT to avoid truncation by pkg_info(1)

Approved by:	krion (implicit)
2003-10-25 20:37:17 +00:00
Jimmy Olgeni
d518b2fb16 Remove extra file. 2003-10-25 11:40:32 +00:00
Maho Nakata
66efaac386 1) Fix bug on some 4.7 systems
2) change ignore message provided by Intel

Suggestion by:	netchild and Marius Strobl
2003-10-24 23:17:46 +00:00
Sergei Kolobov
e6630da35a Add execline 1.05:
execline is a very light non-interactive scripting language,
which is similar to /bin/sh. Simple shell scripts can be
easily rewritten in the execline language, improving performance
and memory usage. execline was designed for use
in embedded systems, but works on most Unix flavors.

execline features conditional loops, getopt-style option handling,
filename globbing, and more.  Meanwhile, its syntax
is far more logical and predictable than the shell's syntax,
and has no security issues.

Author: Laurent G. Bercot <ska-skaware@skarnet.org>
WWW:    http://www.skarnet.org/software/execline/

Approved by:	krion (implicit)
2003-10-24 21:41:31 +00:00
Kirill Ponomarev
4b33034235 - Fix MASTER_SITES
- Remove obsolete WWW: line

PR:		58447
Submitted by:	Ports Fury
2003-10-24 14:15:38 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Alexander Leidinger
ca836af07e - Fix icc and icpc scripts (variable overriding) [1]
- Don't extract ia64 RPMs [2]
- Fix bug on some 4.7 systems [3]

Noticed by:	mi [1]
Suggested by:	mi [2]
Tested by:	Clint Olsen <clint@0lsen.net>
2003-10-22 13:21:30 +00:00
Gerald Pfeifer
7bc3091fb7 Use an updated version of the bounds checking patch which applies w/o
problems.
2003-10-22 01:20:57 +00:00
Hye-Shik Chang
bdb7bf2167 Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* ports
because it does not point the most recent version of each from
ports/Mk/bsd.python.mk 1.38.

Reported by:	Andy Fawcett <andy@athame.co.uk>
2003-10-21 17:17:45 +00:00
Alexander Leidinger
aebf0bc438 Update to 7.1.031. 2003-10-21 11:10:23 +00:00
Edwin Groothuis
7fc26c2921 Add the authors reply regarding binary distribution of this port
to the pkg-plist, add README and NOTICE to the pkg-plist.
2003-10-20 23:21:04 +00:00
Gerald Pfeifer
49bd07c8df Adopt this port.
Agreed to by:	obrien
2003-10-20 21:21:34 +00:00
Gerald Pfeifer
8925e345a4 Update to a slightly newer version of the optional bounds checking patches,
but disable the note on WITH_BOUNDSCHECKING as even these have not been
updated for GCC 3.3.2 yet.

Noticed by:	trevor
2003-10-20 15:17:00 +00:00
Mark Linimon
b0699189e6 Set this very bitrotted code to BROKEN. The last distfile is from
1993 (!).  It only works on i386 and even then only on 4.x.  See
perhaps instead the project at
http://call-with-current-continuation.org/chicken.html.

This port should be deleted in 3 months if no one steps forward to save it.
2003-10-20 11:48:20 +00:00
Mark Linimon
550cd5387e Per bento logs, mark as broken on non-i386. 2003-10-20 10:48:57 +00:00
Mark Linimon
03d4af3daf On second thought, even though it works, it is better to be consistent. 2003-10-20 10:47:44 +00:00
Mark Linimon
97603ad174 Mark broken on non-i386, per bento logs. 2003-10-20 10:40:52 +00:00
Edwin Groothuis
61565b39ed add dependency on misc/tkman.
Submitted by:	"Yonatan Bokovza" <Yonatan@xpert.com>
2003-10-20 10:00:51 +00:00
Joe Marcus Clarke
bdec6bae5a Fix build and execution of guile on ia64:
*  Use continuation->backing_store to determine if we return for the first
   time from getcontext(). This avoids having to depend on non-POSIX semantics
   of the Linux implementation.
*  Avoid using __libc_ia64_register_backing_store_base by hardcoding the base
   of the backing store. The kernel is changed to put the backing store at
   this address. It's not entirely clean, but I want to avoid adding all sorts
   of variables in our libc for this for now.
*  Fix a genuine bug in the ia64 case: the ia64-specific fields are not
   initialized. On FreeBSD this means they have garbage (= 0xd0). Call
   memset() after allocation to make sure the contregs structure is properly
   cleared.  Since this may affect other architectures, this patch will be
   ia64 only.

Submitted by:	marcel
2003-10-20 05:32:13 +00:00
Dirk Meyer
a58da456de - Layout for GnuSTEP 1.8.0 2003-10-19 11:14:19 +00:00
Dirk Meyer
49fc128d66 - new option WITHOUT_OPENSSL
- add USE_OPENSSL
2003-10-19 11:13:22 +00:00
Dirk Meyer
5cced990d4 - Update to 1.8.0 2003-10-19 11:09:19 +00:00
Hye-Shik Chang
81298395dc Utilize PYTHON_SITE_SUBDIR. 2003-10-19 09:24:01 +00:00
Hye-Shik Chang
16d82beb8e - Add WITHOUT_PYMALLOC knob that disables pymalloc, the internal
optimized heap manager for Python 2.3. [1]
- Utilize PYTHON_SITE_SUBDIR.

Submitted by:	kuriyama [1]
2003-10-19 09:17:44 +00:00
Mark Linimon
6eab4fc0fd Add the virtual category elisp.
Approved by: mainatiner.
2003-10-19 08:07:22 +00:00
Mark Linimon
b55e1ba4d5 Add virtual category haskell.
Approved by: maintainer.
2003-10-19 08:05:36 +00:00
Edwin Groothuis
53b7e2ce2d Tcl 8.3 -> tcl 8.4 move.
Added about.html and help.html to the port.
Used DOCSDIR variable instead of hard coded paths
2003-10-19 00:27:02 +00:00
Mark Linimon
2e5e61a191 Surely the fact that these two ports are not listed in the elisp virtual
cateogory is an oversight.
2003-10-19 00:12:55 +00:00
Mark Linimon
6ea7724f54 Surely the fact that this port is not cross-listed into the virtual category
python is an oversight.
2003-10-19 00:11:58 +00:00
Kris Kennaway
9ccce6a15a Return ejc's ports to the unmaintained pool.
Submitted by:	ejc
2003-10-18 23:29:36 +00:00
Gerald Pfeifer
2348d513f7 Update to the GCC 3.3.2 release, fixing packaging problems caused by the
previous update on the way.
Generalize this port such that switching between GCC snapshots and releases
will be even simpler next time.  Remove code to use CVS to obtain sources as
I (wearing my GCC hat) can guarantee that we will provide snapshots as long
as needed in the future.
2003-10-17 13:34:24 +00:00
Joe Marcus Clarke
c46be41046 Mark BROKEN on -CURRENT. Having garbage collection enabled causes mono
to core dump when it tries to allocate what seems like 512 MB of memory
when it tries to do garbage collection.  Anyone wanting to look at fixing
boehm-gc on FreeBSD is more than welcome to submit patches.  You will not
be turned away.
2003-10-17 03:27:36 +00:00
Hye-Shik Chang
d01c77a494 Add alpha to list of 64bit architectures. (This fixes package
building on alpha)

Spotted by:	kris
2003-10-16 05:36:05 +00:00
Kris Kennaway
73f86248bd BROKEN on 5.x: does not compile 2003-10-16 02:26:47 +00:00
Kris Kennaway
efd3830f38 BROKEN on 5.x: does not compile 2003-10-16 01:31:58 +00:00
Kris Kennaway
d894e365fe BROKEN on 5.x: does not compile 2003-10-15 22:23:25 +00:00
Mark Linimon
92de6ccebc Reset inactive maintainer.
Reviewed by:	kris
2003-10-15 22:11:49 +00:00
Kris Kennaway
ee6faee56e BROKEN on 5.x: does not compile 2003-10-15 21:43:46 +00:00
Gerald Pfeifer
9f56449994 Update from the 2003-08-04 to the 2003-10-13 snapshot which essentially
will become GCC 3.3.2.  Fix the incorrect pkg-descr on binaries installed.
2003-10-15 19:22:46 +00:00
Gerald Pfeifer
2374195e4c Fix the incorrect pkg-descr on binaries installed and "sign" this port.
Given that the GCC 3.2 branch has been completely frozen, remove CVS and
update-related features from Makefile.
2003-10-15 15:25:03 +00:00
Mark Linimon
b9d76e8bce Mark as broken. The last release of this package seems to have
been around 2000.  It may have been supplanted by a similar
project named mpd (http://www.cs.arizona.edu/mpd).

PR:		ports/56420
Submitted by:	Mark Linimon
Reviewed by:	Mark Linimon
2003-10-15 06:50:18 +00:00
Edwin Groothuis
722a70836a Add CONFLICT for lang/njs (njs-*)
PR:		ports/57972 (initial)
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-10-14 07:15:38 +00:00
Edwin Groothuis
812dd09f93 lang/njs: changing conflicts.
- removing conflict detection with converters/kdesupport11;
	- lang/njs and lang/spidermonkey install bin/js
	(noted by Oliver Eikemeier <eikemeier@fillmore-labs.com>).

PR:		ports/57972
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-10-14 07:13:40 +00:00
Masafumi Max NAKANE
bbb5e89209 Disable the build of multithread version.
This should fix the build on 5.x.
2003-10-14 05:18:39 +00:00
Dirk Meyer
17c27bfd13 - Fix BUILD_DEPENDS 2003-10-13 05:59:45 +00:00
Edwin Groothuis
61c986a672 Give the MAKE_ENV the proper BINOWN/BINGRP variables.
Fix pkg-plist to use DOCSDIR

Noticed by: bento
2003-10-13 01:02:00 +00:00
Kris Kennaway
c2b0bb508d BROKEN: Does not fetch 2003-10-12 22:31:49 +00:00
Edwin Groothuis
2ba32427f1 a few files in the 1.1 lang/smarteiffel port had the wrong path (the build path)
The system.se and loadpath.se files had the build path instead of
	the install path. This patch corrects this issuse.
	Also the loadpath.UNIX file was no longer applicable.
	This isn't an issue for people using the Gobo geant build system,
	but for pure SmartEiffel users the port didn't work.

PR:		ports/57203
Submitted by:	User & <berend@pobox.com>
2003-10-11 11:52:31 +00:00
Alexander Leidinger
c9b4723f5a Reword IGNORE text.
Suggested by:	Intel Corporation
2003-10-11 10:59:45 +00:00
Oliver Braun
16c9ed6c90 * Add upstream patch file.
* Add ONLY_FOR_ARCHS=i386.
* Utilize DOCSDIR.
* Use CONFLICTS instead of checking conflict with hs-hmake in the ports
  Makefile.
2003-10-11 09:25:56 +00:00
John Polstra
3684501415 Parameterize the target's byte ordering in the packing list. This
fixes the package builds for sparc64.

PR:		ports/57265
Submitted by:	Marius Strobl <marius@alchemy.franken.de>
2003-10-08 16:43:14 +00:00
Edwin Groothuis
b83267dd6e 21-2.8 => 21.2.8
PR:		ports/56958
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-08 03:00:54 +00:00
Maho Nakata
814b6b4c9d IFC fails to link when invoked with -ax or -x option
because a static library of ifc has an unresolved symbol, __sigsetjmp.
The following is an example of error messages:

PR:		57574
Submitted by:	Masakazu HIGAKI <higamasa@dream.com>
2003-10-08 00:04:36 +00:00
Oliver Braun
6b3f695fd1 * Upgrade to 7.1.
* Remove BROKEN.
* Pass maintainership to submitter. [1]

PR:		ports/57677
Submitted by:	Chris Burkert <chris@chrisburkert.de>
Approved by:	Jean-Sebastien Roy <js@jeannot.org> (old maintainer) [1]
2003-10-07 20:35:15 +00:00
Dirk Meyer
bfe6332fac - re-enable auto-detection for APACHE2
PR:		57699
Submitted by:	sysadmin@alexdupre.com
2003-10-07 19:38:47 +00:00
Dirk Meyer
5fb9222e89 Mega-patch:
- Add mnogosearch extension
- Use USE_OPENSSL knob instead of direct including of bsd.openssl.mk
- Fix OpenSSL undefind symbols at runtime
- Fix OpenLDAP/MySQL dependencies, by moving down the inclusion of the
  bsd.port.pre.mk makefile
- Fix make describe/all-depends-list to catch correct libraries
- Fix mcrypt extension (add ltdl dependency)

PR:		57699
Submitted by:	sysadmin@alexdupre.co
2003-10-07 16:45:15 +00:00
Ying-Chieh Liao
132a10e20b upgrade to 0.9.0 2003-10-07 08:51:44 +00:00
Joe Marcus Clarke
b892cda2b1 I believe this works now. I am able to compile and run some C# apps included
in the mono/tests/ subdirectory, and it no longer hangs or dies with weird
errors.  (And, yes, I do have garbage collecting enabled).

I'll let the C# user community be my judge.  There still may be some issues
since boehm-gc isn't fully functional in its multi-threaded state on FreeBSD.
2003-10-07 03:33:38 +00:00
Vanilla I. Shu
1466ca1745 Upgrade to 0.7.2.
PR:		ports/57614
Submitted by:	maintainer
2003-10-06 20:48:23 +00:00
Joe Marcus Clarke
746cb37fab Update to 0.28, and mark that it is only for i386. Note, it's still not
clear whether this works correctly on FreeBSD.
2003-10-06 17:55:54 +00:00
Masafumi Max NAKANE
3917848328 Upgrade to 5.2.8.
PR:	56277
2003-10-06 05:01:13 +00:00
Masafumi Max NAKANE
14130520b2 Correct the URL for the home page.
Submitted by:	Racz Janos <wpooh@freestart.hu>
2003-10-06 05:00:14 +00:00
Erwin Lansing
e5fecca2ae Per bento, this port gets either signal 11 or signal 4 when
trying to install on non-i386.  Mark it to warn the unwary.
Since it doesn't have a maintainer, I guess you could go either
way on whether it should be "broken" or "ignore".

PR:		57595
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-10-05 09:19:40 +00:00
Erwin Lansing
2d94a8c1f2 Per bento logs, this port won't configure except on i386.
Mark it as ignore to warn the unwary.  (There's probably
little reason to mark it as broken since it has no
maintainer.  Any volunteers?)

PR:		57594
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-10-05 09:16:54 +00:00
Kirill Ponomarev
7f6b2eb3c6 - Add WWW line in pkg-descr
PR:		57596
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-10-05 08:08:37 +00:00
Oliver Lehmann
024c5436d9 update moazart to 1.2.5.20030212
PR:		54792
Submitted By:	Andy Hauser <andy-freebsd@splashground.de>
Approved By:	maintainer timeout (41 days)
2003-10-05 00:12:58 +00:00
Hye-Shik Chang
ec722082a1 Update to Python-2.3.2 2003-10-04 05:17:10 +00:00
Maho Nakata
4cb3de9d61 update to 7.1.033 2003-10-03 22:49:46 +00:00
Alexander Leidinger
ecb53e0b96 Commit the correct md5 sum.
Noticed by:	Marius Strobl <marius@alchemy.franken.de>
2003-10-03 16:05:13 +00:00
Alexander Leidinger
8647e47ef8 Update to 7.1.030. 2003-10-03 12:12:06 +00:00
Peter Pentchev
b4e6f94390 Use the current version of pdflib instead of pdflib4.
Bump PORTREVISION for the dependency (and possibly functionality) change.

PR:		57499
Submitted by:	maintainer
2003-10-03 08:40:42 +00:00
Dirk Meyer
251d7066cc Fix for the OpenSSL extension
PR:		57437
Submitted by:	sysadmin@alexdupre.com
2003-10-01 11:34:23 +00:00
Norikatsu Shigemura
6cb400092d o Update to 4.3.4RC1.
o Sync with latest PHP5 changes (new DB4 extension,
  use correct knobs, etc...)

PR:		ports/57399
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-09-30 11:50:26 +00:00
Anton Berezin
8c1a9ff695 Add a patch to properly escape generated action attribute in
CGI::start_form.  The escape code is taken from CGI.pm v.3.00.

PR:		57391
Reported by:	IIJIMA Hiromitsu <delmonta@ht.sakura.ne.jp>
2003-09-30 08:33:57 +00:00
Kirill Ponomarev
2c253ddc87 - Update to version 3.99.5
PR:		57358
Submitted by:	Ports Fury
2003-09-29 15:19:01 +00:00
Hye-Shik Chang
dc8b35d2fb - Install a 'real' shared object when BUILD_SHARED=yes. [1]
- Fix plist on 32bit architectures.
- Bump PORTREVISION.

PR:		57269 [1]
Submitted by:	Tim Middleton <x@Vex.Net> [1],
		Kostik I. Belousov <kostya@tessart.kiev.ua> [1]
2003-09-29 11:44:32 +00:00
Edwin Groothuis
90117cbf42 New port: ArrowLISP - purely symbolic LISP interpreter and IDE
ArrowLISP is a small, properly tail-recursive, dynamically
	scoped interpreter for a purely symbolic and almost
	side-effect-free dialect of LISP. It may be considered an
	implementation of pure LISP.

	The interpreter has both a command line interface and an
	editor-like full screen interface.

PR:		ports/55501
Submitted by:	Nils M Holm <nmh@t3x.org>
2003-09-28 10:57:21 +00:00
Hye-Shik Chang
e7f4671585 Use smaller recursion limits on amd64 and sparc64 to avoid
stack overflows.

Tested on:	sledge, panther
2003-09-27 18:29:04 +00:00
Edwin Groothuis
161411524e New port: optimizing BF to C compiler
BrainF*ck is a minimalistic, yet Turing-complete programming
	language with only 8 instructions.  bf2c compiles a BF file
	into a corresponding C file, optimizing as much as possible
	for speed, size and readability.

	It is written for fun, self-educating purposes and to beat
	existing BF compilers.

PR:		ports/57241
Submitted by:	Rene Ladan <r.c.ladan@student.tue.nl>
2003-09-27 07:16:27 +00:00
Edwin Groothuis
ec1227dbac backout ports/56801
Noticed by: FreshPorts sanity checking
2003-09-27 01:15:22 +00:00
Edwin Groothuis
a58129d3de - ECHO -> ECHO_MSG
for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything

PR:		ports/56800-56819
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 00:50:09 +00:00
Edwin Groothuis
baa72af69d chase print/pdflib libversion upgrade
PR:		ports/57204
2003-09-26 23:38:34 +00:00
Hye-Shik Chang
a121af1f80 - Revive os.fsync function which is disabled by a typo of Python-2.3.1.
- Bump PORTREVISION

Obtained from:	Python CVS
2003-09-26 16:44:13 +00:00
Jimmy Olgeni
3114b9d27c Add nsswitch support, required when running on -CURRENT.
Obtained from:	Daniel Néri <dne@mayonnaise.net>
2003-09-26 11:46:55 +00:00
Daichi GOTO
9d6422494a update lang/dylan: 2.3.10 -> 2.3.11
PR:		56881
Submitted by:	Peter S. Housel <housel@acm.org> (maintainer)
2003-09-26 07:48:25 +00:00
Hye-Shik Chang
a51136bd60 Add notes about separated standard modules. 2003-09-26 04:24:56 +00:00
Dirk Meyer
0cc75b966a - Update to 1.7.4 2003-09-24 17:34:09 +00:00
Kirill Ponomarev
0179d073c1 - Update to version 3.99.4
PR:		57094
Submitted by:	Ports Fury
2003-09-24 15:03:39 +00:00
Sergey A. Osokin
4c52f6c933 Update to 3.54.
Utilize ${DOCSDIR} and ${EXAMPLESDIR}.
Use new name schema for patch files.
Fix ${MASTER_SITES} and home page URL.
Take maintainership.
2003-09-24 13:32:25 +00:00
Alexander Leidinger
d30559b66c Update to 7.1.029. 2003-09-24 12:53:09 +00:00
Edwin Groothuis
f29f677ee9 Maintainer Update: upgrade of lang/pike74 to 7.4.28
Update pike 7.4 to 7.4.28 (official release from IDA).
	Added a backup mirror of official IDA mirror.

PR:		ports/56947
Submitted by:	Xavier Beaudouin <kiwi@oav.net>
2003-09-24 11:59:37 +00:00
Oliver Braun
740ba2c360 Change MASTER_SITES to make fetchable again. 2003-09-24 11:47:40 +00:00
Hye-Shik Chang
ac5bea6285 - Update to Python-2.3.1, the lastest Bugfix release.
- Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed
  for them.
- Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it
  on linking their own dynamic library.
2003-09-24 11:07:22 +00:00
Edwin Groothuis
b324733d4a [maintainer] update MASTERSITE of lang/fbbi
According to the author, there is some problem with the
	original master site. He updated the mainsite for fbbi.

PR:		ports/56945
Submitted by:	Li-lun Wang (Leland Wang) <llwang@infor.org>
2003-09-24 11:00:43 +00:00
Edwin Groothuis
2dda9d9668 New port: lang/php4-horde - a default PHP configured for the Horde framework.
The port www/horde2 and its dependences (mail/turba,
	mail/imp3, etc.) cannot be packaged, because the default
	options of PHP are not sufficient.

	This port uses lang/php4 with Horde's options, in order to
	remove the IS_INTERACTIVE flags.

PR:		ports/57111
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-09-24 09:47:00 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00