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

3883 Commits

Author SHA1 Message Date
Mark Linimon
5e34bbf97c Maintainer update to latest version. Major changes: renumbered versioning;
the user interface has changed to vi(1) style.  For other changes and
bugfixes see alisp.t.
PR: ports/58996
Submitted by:  nmh@t3x.org (maintainer)
2003-11-18 09:14:57 +00:00
Mark Linimon
f171c55ab9 Incorporated into upstream version. PR: ports/58996. 2003-11-18 09:12:30 +00:00
Jun Kuriyama
ae9970fe43 Chase libnetsnmp shlib major version number and bump ${PORTREVISION}. 2003-11-18 03:19:38 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
James E. Housley
74bbad0a54 Allow compiling with debugging enabled.
PR:		58851
Submitted By:	jeh
2003-11-17 11:40:14 +00:00
Kirill Ponomarev
5f416ceae1 - Fix typo in LIB_DEPENDS
Noticed by:	mich
No cookies for:	krion
2003-11-17 10:57:00 +00:00
Kirill Ponomarev
0e471544c8 - Use tcl84/tk84 instead of tcl83/tk83
- Bump PORTREVISION

PR:		56654
Submitted by:	YazzY <yazzy@yazzy.org>
Approved by:	maintainer timeout > 2 months
2003-11-16 15:35:37 +00:00
Hye-Shik Chang
299b967868 Ignore syntax errors on compiling 3rd party packages.
Tested by:	Lee Harr <missive@hotmail.com>
2003-11-15 19:22:37 +00:00
Gerald Pfeifer
43105ce234 Significantly simplify and shorten the post-install handling of GCJ include
files.
2003-11-15 17:48:11 +00:00
Gerald Pfeifer
48fa42c8e7 Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.
There is no bounds-checking patch for GCC 3.4 yet, extended printf format
checking for FreeBSD has not been ported yet, and the port is BROKEN due
to weird libjava build failures which occur if and only if building from
within the FreeBSD ports system.
2003-11-14 22:01:13 +00:00
Alexander Leidinger
848d6ca026 correct the syntax of the warning -> error options 2003-11-14 12:23:12 +00:00
Alexander Leidinger
07fe1a29a3 - Update to 7.1.032.
- Transform some warnings into errors as suggested by some included
  docs (some kind of MSVC compatibility which isn't reverted in icc
  for linux).

ld.c:
 - add possibility to use a different threads lib via PTHREAD_LIBS
   variable (e.g. PTHREAD_LIBS=-lthr) [1]
   this may be subject to change when gcc learns how to handle our
   different threads libs
 - refactor some code [1][2]
 - remove mailwrapper license, there's no code from mailwrapper
   anymore [2]
 - correct the order of libc and libc_r [1][2]

Submitted by:	mi [1]
Submitted by:	Marius Strobl <marius@alchemy.franken.de> [2]
Reviewed by:	Marius Strobl <marius@alchemy.franken.de> [1]
2003-11-14 12:09:17 +00:00
Akinori MUSHA
0dc53e449c This dependency should be EXTRACT_DEPENDS instead of BUILD_DEPENDS. 2003-11-13 20:10:51 +00:00
Akinori MUSHA
9e740614cc Unbreak by removing an obsolete patch, which fix has already been
integrated into lang/ruby16.
2003-11-13 19:58:25 +00:00
Trevor Johnson
bb34de42c0 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. 2003-11-13 13:30:42 +00:00
Kirill Ponomarev
b5ddeb0520 - Update to version 0.23
PR:		59229
Submitted by:	maintainer
2003-11-12 21:50:45 +00:00
Hye-Shik Chang
76e8fac83e Clarify a sentence on pkg-message.
PR:		59196
Submitted by:	Linh Pham <question@closedsrc.org>
2003-11-12 20:58:38 +00:00
Dirk Meyer
e495845161 - update MASTER_SITES 2003-11-12 15:09:17 +00:00
Kirill Ponomarev
81b2919e51 - Patch only *.[ch] files
PR:		59198
Submitted by:	maintainer
2003-11-12 11:46:15 +00:00
Ying-Chieh Liao
174afe5c1b add .so support
utilize DOCSDIR

PR:		59199
Submitted by:	maintainer
2003-11-12 04:15:43 +00:00
Anton Berezin
f164b0b55d In some cases of weird symlinking (possibly triggered by portupgrade),
perl binary might fail to be installed during make install.  Try to fix
that.

Reported by:	"Shobaki sam." <shsam@free.fr>
PR:		59186
2003-11-12 00:07:43 +00:00
Dirk Meyer
995cff4107 - make build only on i386 alpha
from bento:
> Configuration sparc64-portbld-freebsd5.1 not supported
> Configuration amd64-portbld-freebsd5.1 not supported
> Configuration ia64-portbld-freebsd5.1 not supported
2003-11-11 16:39:38 +00:00
Alexander Leidinger
886e12f66c Add a paragraph about Intels support in the post-install message. 2003-11-10 21:32:11 +00:00
Anton Berezin
7606b535ff Update forgotten distinfo.
Reported by:	herbert@bugat.at
2003-11-10 21:02:21 +00:00
Anton Berezin
1d8ae6805e 1. Update to 5.8.2.
2. Finally switch to libperl.so.
3. Respect CFLAGS.

PR:		58735 (item 3)
Submitted by:	Lars Eggert <larse@isi.edu> (item 3)
2003-11-10 18:08:54 +00:00
Ying-Chieh Liao
4b0a82c391 add rexx-wrapper 2.1
A tool that wraps Rexx source or tokenised code into an executable
2003-11-09 17:18:50 +00:00
Ying-Chieh Liao
402d5004ad add rexx-regina 3.2
A Rexx interpreter
2003-11-09 16:20:52 +00:00
Gerald Pfeifer
533c67393f Restore support for gij. 2003-11-09 09:37:25 +00:00
Gerald Pfeifer
32c5a7922e Update to the 2003-11-03 snapshot of GCC 3.3.3. Handle binaries that are
not provided on all platforms (notably SPARC at this time) by installing a
dummy instead.
2003-11-08 22:05:16 +00:00
Gerald Pfeifer
1d1f2e0a35 Build GCC using make bootstrap-lean instead of make bootstrap to increase
the chance of success on disk starved hosts (e.g. on the FreeBSD cluster).
2003-11-08 21:08:00 +00:00
Kris Kennaway
363c160be7 As announced on Aug 7, remove the broken ETHOberonV4 port 2003-11-08 06:26:55 +00:00
Kirill Ponomarev
6d15c70dbc - Update to version 0.6
PR:		59033
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-11-07 20:50:56 +00:00
Joe Marcus Clarke
7cf7b646b2 Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro.

Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-07 09:28:14 +00:00
Joe Marcus Clarke
f4d7c801f8 Use the new Apache bits from bsd.port.mk.
Submitted by:	dinoex
2003-11-07 09:12:58 +00:00
Kirill Ponomarev
53331551bd - Update to version 4.4.3
PR:		59010
Submitted by:	Ports Fury
2003-11-06 21:03:44 +00:00
Kirill Ponomarev
586f52a39e - Update to version 2.730
PR:		59009
Submitted by:	Ports Fury
2003-11-06 20:53:33 +00:00
Tilman Keskinoz
9955949767 Update to 0.4
Drop maintainership

PR:		48997
Submitted by:	Markus Brueffer <brueffer@phoenix-systems.de>
2003-11-06 12:32:35 +00:00
James E. Housley
f3f7d73f6d Update to 7.4.31
PR:		58009
Submitted By:	MAINTAINER
2003-11-06 00:56:26 +00:00
Mark Linimon
ada4279ab5 Per distfile survey, remove mastersite #2, which now automatically
redirects you to mastersite #1.  Informed maintainer.
2003-11-05 19:02:33 +00:00
Mark Linimon
577f3890ea Per distfile survey, update mastersite. However, note that the mastersite
no longer carries this version of the distfile.  The newer version is
renamed, and I have left a note to that effect; I would have committed
it myself if the patches had applied cleanly, but they don't.  Some
interested person would have to volunteer to look at that.
2003-11-05 18:59:21 +00:00
Greg Lewis
4e14917991 . Update to mmix-20030622.
PR:		57863
Submitted by:	Stefan Walter <sw@gegenunendlich.de>
2003-11-05 18:11:35 +00:00
Mark Linimon
8617be91c2 Attmempt to provide a more recent URL. I could not figure out how
to genericize this thing -- the HP web site wants to "help" you to
fetch from one specific server.  Folks, that's not really the way
load-balancing is supposed to work.  In any case, the old URL is dead.
2003-11-05 18:08:53 +00:00
Mark Linimon
09a364c5e7 Per distfile survey, remove mastersite which disappeared in September 2002. 2003-11-05 17:49:11 +00:00
James E. Housley
7c34833e47 Update to 4.3.4 final release.
PR:		58914
Submitted by:	MAINTAINER
2003-11-05 11:06:59 +00:00
Joe Marcus Clarke
7524984514 Chase the libxslt shared lib version with a PORTREVISION bump. 2003-11-04 18:30:50 +00:00
Hye-Shik Chang
62e80c6399 - Include pyexpat module in python base ports because python incorporated
expat 1.95.6 in its distribution from Python-2.3.
- Bump PORTREVISION subsequently.

Requested by:	Mike Brown <mike@skew.org>
		Jeremy Kloth <jeremy.kloth@fourthought.com>
2003-11-04 18:00:37 +00:00
Sergey A. Osokin
4c0fb86de4 Make portlint(1) happy. 2003-11-04 12:04:00 +00:00
Oliver Braun
0de0cffd6c - Update to 0.2.6
- Nitpick COMMENT
- Remove unused USE_REINPLACE

PR:		ports/55854
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by:	maintainer timeout (>2 month)
2003-11-03 21:12:29 +00:00
Kirill Ponomarev
f8e330008e - Fix build on -current
PR:		58878
Submitted by:	Ports Fury
2003-11-03 19:34:53 +00:00
Mark Linimon
1492eb5e4b Reset maintainer to ports@FreeBSD.org. Requested by: kris. 2003-11-03 07:28:44 +00:00
Kris Kennaway
09b69954f2 Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
2003-11-03 03:56:42 +00:00
Kris Kennaway
2b5073cca4 Reset maintainer on ports maintained by the following non-ports committers,
who did not respond to my email confirming whether they have an active
interest in maintaining the port:

  sue reg rv jmb dima reg horikawa msmith jhs ue
2003-11-03 01:30:43 +00:00
Kris Kennaway
b4fd0b8e38 Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:	portmgr
2003-11-03 01:19:26 +00:00
Edwin Groothuis
f323a8678e Remove lang/jgnat* ports from the tree:
Date: Sat, 1 Nov 2003 20:29:30 -0800
	From: John Merryweather Cooper <coop9211@uidaho.edu>
	To: edwin@lonesome.com
	Subject: Re: FreeBSD ports Problem Reports for ports you maintain
	X-Mailer: Balsa 2.0.15

	lang/jgnat and the associated lang/jgnat-doc-* ports should
	be retired.  lang/jgnat is no longer supported by ACT and
	will no longer compile with lang/gnat's Ada compiler.

PR:		ports/46443
Submitted by:	david@realityrift.com
Approved by:	John Merryweather Cooper <coop9211@uidaho.edu>
2003-11-02 21:26:18 +00:00
Mark Linimon
ec9188d56f Bump portrevision.
Reminded by: kris.
Approved by: maintainer.
2003-11-02 10:01:14 +00:00
Mark Linimon
d6ce248fc8 Fix handling of UPPER tag. PR: ports/42281. Approved by: maintainer. 2003-11-02 05:32:24 +00:00
Oliver Braun
06a734cd06 remove blank line in Makefile to make portlint happy 2003-11-01 23:26:28 +00:00
Oliver Braun
7bbc761a0f WWW has moved 2003-11-01 23:25:20 +00:00
Oliver Braun
8843805058 * Add WITH_HINT knob to install Hint which requires java. 2003-11-01 23:01:56 +00:00
Dirk Meyer
4be200dfa9 - add LDFLAGS, make compatible to lang/gcc33 2003-11-01 23:01:55 +00:00
Akinori MUSHA
bbb20a49f4 Fix build on 4-STABLE. Sorry.
Reported by:	many
2003-11-01 09:15:51 +00:00
Akinori MUSHA
2997d721f3 Update lang/ruby16 to the latest snapshot as of 2003-10-15.
This fixes a few bugs in standard libraries.
2003-10-31 19:34:06 +00:00
Akinori MUSHA
67e55ed409 Update to 1.8.1-preview2. 2003-10-31 18:26:01 +00:00
Akinori MUSHA
aaa48e0ef8 Update lang/ruby18 to 1.8.1-preview2. 2003-10-31 12:33:35 +00:00
Norikatsu Shigemura
b7c4b3f5cc Add quack 0.22, enhanced Emacs support for editing and
running Scheme programming.

PR:		ports/58471
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-10-30 02:35:38 +00:00
Norikatsu Shigemura
39336a4e99 o Update to 1.8.5.
o Patch updated mostly to prepare for later use of SLIB.

PR:		ports/58550
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-10-30 02:05:58 +00:00
Norikatsu Shigemura
781a19d351 Update to 1.22.
PR:		ports/58704
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-10-30 01:59:15 +00:00
Norikatsu Shigemura
846c6229dc o Update to 5.0.0a3 snapshot.
o Un-break port.
o A lot of fixes, taken from recent commits to php4 port.

PR:		ports/58617
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-10-30 01:52:16 +00:00
Hye-Shik Chang
040577c1f7 - Update lang/python-devel to Python-2.4 031022 snapshot.
- Correct USE_ZOPE dependency to Python 2.1. [1]
- Fetch from correct MASTER_SITE_SUBDIR when upgrading python
  in same branch. [2]
- Enable installing separated standard modules for python-devel port.

Reported by:	Filippo Natali <pitonat@libero.it> [1],
		Yoshihiko Sarumaru <mistral@imasy.or.jp> [2]
2003-10-29 21:31:13 +00:00
Maxim Sobolev
75fd45d40b Add missed ossaudiodev.so into pkg-plist (only for x86, since I don't have
access to other arches yet), and enable it on freebsd5 (it's enabled on
freebsd4 OOB).
2003-10-29 20:52:32 +00:00
Mark Linimon
22790f332e Changed maintainer email address; the old one points to the new
one as a replacement.  Noticed by: Oliver Eikemeier.
2003-10-29 20:18:06 +00:00
Oliver Braun
4a6537bd93 * Remove old post-patch target. It's fixed in 1.1 and with this post-patch
target runtime problems occur.
* Bumb PORTREVISION accordingly.
* Mark (temporary) BROKEN on -current. This seems to be a gcc3 issue.

Pointed out by:	Lutz Bichler <Lutz.Bichler@unibw-muenchen.de>
2003-10-29 17:22:30 +00:00
Mark Linimon
7e7ac3a390 Move the inclusion of bsd.port.pre.mk earlier, where it apparently
should be.
2003-10-29 02:55:49 +00:00
Mark Linimon
d9e6dfb1a8 Mark as broken on 5.x due to the usual gcc 3.3 problems. 2003-10-29 02:52:43 +00:00
Mark Linimon
b4d0b5cbc8 Mark broken on 5.x per the usual gcc3.3 reasons. 2003-10-29 02:35:53 +00:00
Anton Berezin
94c2da6051 Under certain conditions (perl Makefile.PL used directly or by proxy,
without PERL_CONFIGURE trickery), the interaction of 5.8.1's MakeMaker
and BSDPAN can lead to parts of perl-using ports to be installed to
/lib, which is bad.  Fix that.

Reported by:	Mike Harding <mvh@ix.netcom.com>
2003-10-28 21:55:24 +00:00
Anton Berezin
9d21910a44 Fix the workings of ENABLE_SUIDPERL knob.
Reported by:	Neil Darlow <neil@darlow.co.uk>, Nicola Tiling <nti@w4w.net>
2003-10-28 20:46:51 +00:00
Sergei Kolobov
e5175f7be0 - Change to my @FreeBSD.org address
Approved by:	krion (implicit)
2003-10-28 10:16:43 +00:00
Kris Kennaway
d2bff1e077 BROKEN: Does not compile 2003-10-28 02:50:35 +00:00
Ying-Chieh Liao
ed45015bb0 upgrade to 2.37.233.1545 2003-10-28 02:14:31 +00:00
Wes Peters
954dc096ed Un-broke the compile by forcing stdargs. 2003-10-27 21:20:32 +00:00
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