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

73142 Commits

Author SHA1 Message Date
Mario Sergio Fujikawa Ferreira
bc82a6d708 Fix build: improve previous solution where the distfile was tricked
into believing makemake was installed during build time even though
it really is not

PR:		46217 [1]
Reported by:	bento,
		Nick Jennings <nkj@grenzik.us.mvd> [1]
2003-03-08 18:33:06 +00:00
Mario Sergio Fujikawa Ferreira
88f6b6e8ab Fix packaging
Submitted by:	bento
2003-03-08 15:39:32 +00:00
Jimmy Olgeni
485d93610e Fixes for supporting compressed postscript documentation.
Approved by:	kris
2003-03-08 11:58:45 +00:00
Roger Hardiman
dbc52dd170 Fix source location
Approved by:	Kris
2003-03-08 10:07:40 +00:00
Eric Anholt
4a602bca40 Fix fetching of quakeforge distfiles.
Approved by:	portmgr
2003-03-08 04:01:44 +00:00
Edwin Groothuis
52cbea1b86 Fix download site.
Noticed by: fenner@
2003-03-07 22:12:50 +00:00
Seiichirou Hiraoka
e923ac1a41 missing a \ 2003-03-07 19:22:46 +00:00
Seiichirou Hiraoka
92855c106c portlint 2003-03-07 19:19:55 +00:00
Seiichirou Hiraoka
fa440f2c82 Fix MASTER_SITES 2003-03-07 18:57:13 +00:00
Seiichirou Hiraoka
ca4be53f3c Fix MASTER_SITES 2003-03-07 18:50:50 +00:00
Seiichirou Hiraoka
ee0584a286 Fix URL 2003-03-07 18:40:36 +00:00
Pete Fritchman
0b19c78609 - warn about incorrect usage of the pre-everything:: target
- don't give a warning to use binary mode because of a possible RCS tag
  if the tag is $FreeBSD$.
- bump PORTREVISION

Approved by:	maintainer timeout, portmgr (kris)
2003-03-07 17:00:43 +00:00
Seiichirou Hiraoka
cfbfb3d2f3 Fix URLs.
PR:	ports/48376
Submitted by:	tadalunch@s5.xrea.com
2003-03-07 10:58:44 +00:00
Seiichirou Hiraoka
deaf8834d5 Fix URLs.
PR:	ports/48376
Submitted by:	tadalunch@s5.xrea.com
2003-03-07 10:58:43 +00:00
Alexey Zelkin
16a1d3292b Add jdk14 port to build and modules
Approved by:	portmgr
2003-03-07 10:24:11 +00:00
Sheldon Hearn
d7c7b36274 Fix the DB_LIB_VERSION=4 case.
Reported by:	Andrew Filonov <aef@antar.bryansk.ru>
Approved by:	portmgr
2003-03-07 09:39:52 +00:00
Ade Lovett
3195b6f71c Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:36:20 +00:00
Ade Lovett
ea63875e99 Cleaning up after the wonders of remote cvs 2003-03-07 06:22:16 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Ade Lovett
baa68c63d4 Remove pkg-comment where COMMENT is already defined in the Makefile
Approved by:	portmgr (implicitly)
2003-03-07 02:54:37 +00:00
Ade Lovett
d4d639aac7 Remove pkg-comment from the remaining special cases.
Approved by:	portmgr (implicitly)
2003-03-07 02:35:59 +00:00
Jean-Marc Zucconi
8b86b372c9 Back out previous commit. This can wait the end of ports freeze. 2003-03-07 00:27:46 +00:00
Ade Lovett
d3fc97c432 Remove pkg-comment from remaining master/slave port sets.
Approved by:	portmgr (implicitly)
2003-03-07 00:16:25 +00:00
Jean-Marc Zucconi
09fd8954fb Fix compilation on 5.x
PR:		ports/48941
Submitted by:	"Matthew D.Fuller" <fullermd@over-yonder.net>
2003-03-07 00:08:18 +00:00
Alexey Zelkin
6513eda595 I am pleased to announce first public -beta patchset of FreeBSD/Java port
for JDK 1.4.1.  This is complete and close to production quality
native JDK with both working client and server native JVMs.  Local micro
benchmarks shown very little difference between Linux and FreeBSD JVMs in
speed.

One of important points of this patchset that it marks point when we are
very close to passing of Sun TCK tests.  Currently about 20 of >27000 tests
are known to be broken (tests were run at -STABLE).  If testing of this
patchset will be smooth and founding of this work will be continued we
may expect to have binary distribution of JDK 1.4.1 in April or begining
of May.

BUT, don't forget that even TCK tests can't cover all possible problems
and this is -beta patchset.  Keep your eyes open and report your problems
to freebsd-java mailing list or to me directly!

* About supported FreeBSD releases:

Altough 4.8-RELEASE will be first officially supported FreeBSD release,
you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT.

You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including
5.0-RELEASE), but it's required to apply libc_r patch, distributed with
patchset3 archive, and rebuild libc_r first.

* About compiler:

This port is supposed to be built with stock FreeBSD compiler (3.2.[12]
for -CURRENT and 2.95.4 for -STABLE)!

* Following issues are known, but not yet addressed:

. IPv6 networking.  IPv6 support is disabled in this patchset.
. Asian languages support.  Patches are welcome!
. K6 (586-class) processors support.  There're issues with building on
  old K6 processors.  If you've problems with 586-class machines other than
  K6 - please let me know.
. Mozilla plugin is not yet ported.

* Following areas should be used with increased attention:

. Java Virtual Machine Profiling Interface (JVMPI)
. Java Virtual Machine Debugging Interface (JVMDI)
. Host Porting Interface (HPI)

If you have problems with these interfaces please let me know.

* THANKS!

I would thank very much to FreeBSD Foundation, without which support
and sponsorship JDK 1.4.1 port would not happen in such timeframes (less
than 2 months).

Sponsored by:	FreeBSD Foundation
Approved by:	portmgr
2003-03-06 23:18:24 +00:00
Ade Lovett
a5be358b9d More manual pkg-comment cleanups.
Approved by:	portmgr (implicitly)
2003-03-06 21:01:40 +00:00
Ade Lovett
84ea4ee842 Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.

Approved by:	portmgr (implicitly)
2003-03-06 19:23:19 +00:00
Greg Lewis
d6894d86d9 . Allow package building on bento to bypass the distfile check.
Requested by:	kris
2003-03-06 17:43:24 +00:00
Greg Lewis
a6b2225259 . Fix the DOWNLOAD_URL to point at 1.4.1_02, not 1.4.1_01.
Submitted by:	Mark Linimon <linimon@lonesome.com>
Pointy hat to:	glewis
2003-03-06 17:26:01 +00:00
Norikatsu Shigemura
03cd554259 Fix buffer overrun.
PR:		ports/48979
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (maintainer)
Reported by:	Phil Shafer <phil@juniper.net>
2003-03-06 15:54:35 +00:00
Dmitry Sivachenko
408837251b Chase libyaz shlib version number. 2003-03-06 15:01:15 +00:00
Dmitry Sivachenko
8256b3ee57 Update to the latest stable version.
Submitted by:	maintainer
2003-03-06 15:00:05 +00:00
Dmitry Sivachenko
4da8bad43a Update to the latest stable version (0.3.9).
Submitted by:	maintainer
2003-03-06 14:59:22 +00:00
Ruslan Ermilov
4ff7581436 With CVS_UPDATE, use read-only repository mode by default. 2003-03-06 14:02:21 +00:00
Oliver Braun
dfba31ad0e Upgrade to 0.11.1.1.
PR:		ports/48973
Submitted by:	maintainer
2003-03-06 13:41:47 +00:00
Jimmy Olgeni
f10b15e833 Fix version number in emacs hint. 2003-03-06 11:13:20 +00:00
Gary Jennejohn
16db3e6d3b Remove pkg-comment and add COMMENT to the Makefile. 2003-03-06 11:02:59 +00:00
Kris Kennaway
cea76719c4 ".ifdef ${WITHOUT_WCHAR_H}" is not valid make syntax
Pointy hat to:	okazaki
2003-03-06 07:50:42 +00:00
Doug Barton
271743b63d Argh. Actually install USAGE too. 2003-03-06 06:04:51 +00:00
Hajimu UMEMOTO
96cf66f3f8 Dynamic Tunnel Configuration Protocol client written in C. 2003-03-06 05:46:12 +00:00
Doug Barton
a904a0fc8f Actually install the INSTALL file that I tell people to read.
Submitted by:	Brian B. <brian@bbdab.org>
2003-03-06 05:32:34 +00:00
Greg Lewis
e9609e8c76 . Allow package building on bento to bypass the distfile check.
Requested by:	kris
2003-03-06 05:24:17 +00:00
Mario Sergio Fujikawa Ferreira
654c309c6d Update to 0.6 2003-03-06 05:18:02 +00:00
OKAZAKI Tetsurou
bbea3a6161 Upgrade to 1.18.1.
Update tmac suite to 20030303 of RELENG_4.
2003-03-06 04:59:53 +00:00
Mario Sergio Fujikawa Ferreira
40d45c192b Update to 0.5.0 2003-03-06 04:49:59 +00:00
Mario Sergio Fujikawa Ferreira
5eeae1be68 Update to 0.3 2003-03-06 04:49:45 +00:00
Mario Sergio Fujikawa Ferreira
c2c863c426 Update 0.9.0 2003-03-06 04:47:51 +00:00
Mario Sergio Fujikawa Ferreira
efc993b4dd Chase libdvdread lib version bump on port version 0.9.4 2003-03-06 04:45:49 +00:00
Mario Sergio Fujikawa Ferreira
4ffec4deab Update to 0.9.4 2003-03-06 04:43:00 +00:00
Will Andrews
792a25eb92 Fix package build by not filtering shlib names. 2003-03-06 04:02:57 +00:00