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

5687 Commits

Author SHA1 Message Date
Emanuel Haupt
e8b63e7529 Update master site.
PR:		87033
Submitted by:	Johan van Selst <johans@stack.nl> (maintainer)
Approved by:	novel (mentor)
2005-10-07 15:11:48 +00:00
Marcus Alves Grando
0772879ea2 Update to 4.74
PR:		86968
Submitted by:	James Bailie <jimmy@jamesbailie.com> (maintainer)
Approved by:	pav (mentor)
2005-10-06 12:51:18 +00:00
Volker Stolz
6948bd076a Use do-build: instead of separate Makefile 2005-10-06 10:55:10 +00:00
Marcus Alves Grando
adadfb08d4 Update to 1.1.2
PR:		86951
Submitted by:	Johan van Selst <johans@stack.nl> (maintainer)
Approved by:	pav (mentor)
2005-10-05 16:33:50 +00:00
Vanilla I. Shu
951c25a993 Upgrade to latest version. 2005-10-05 08:02:09 +00:00
Simon Barner
b45a14cae0 Fix on 64bit platforms.
Submitted by:	Daniel O'Connor <doconnor@gsoft.com.au>
PR:		ports/86884
2005-10-05 07:02:31 +00:00
Hye-Shik Chang
b9805fae01 Bring a bugfix enabling WITHOUT_THREADS build again.
Requested by:	Mike Harding <mvh@ix.netcom.com>
Obtained from:	Python CVS
2005-10-04 13:50:02 +00:00
Mark Linimon
1976bfbf8b Chase the remaining cases of scriptics.com in the ports tree. The site
has been renamed to tcl.tk.

Source:		distfile survey
Hat:		portmgr
2005-10-04 06:59:29 +00:00
Pav Lucistnik
c9224784f6 - Resurrect includedir patch which was mistakely removed in update to 2.0
PR:		ports/86565
Submitted by:	Juan Felipe Alvarez Saldarriaga <neb@gigax.org>
Approved by:	Alejandro Pulver <alejandro@varnet.biz> (maintainer)
2005-10-02 23:02:12 +00:00
Lars Thegler
bc0ef01722 Update to 0.12
PR:		ports/86738
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-10-02 20:26:32 +00:00
Sam Lawrance
da998a483a Fix pkg-install script (which fixes reported incomplete pkg-plist error).
PR:		ports/85255
Submitted by:	Marco van de Voort <marcov@stack.nl> (maintainer)
2005-10-02 15:03:53 +00:00
Hye-Shik Chang
08a19a2887 - Update to Python 2.4.2. [1]
- Allow to override a command passing to distutils using
  PYDISTUTILS_{CONFIGURE,BUILD,INSTALL}_TARGET [2]
- Allow to specify BUILD/RUN dependency separatedly. [3]
- Replace shell executions with regex replacement on bsd.python.mk. [3]
- Remove thread serialization from socket.getaddrinfo() on FreeBSD 5.3
  and later versions because we've got thread-safe implementation. [4]
- Add a workaround to avoid curses.h problem of FreeBSD base.

PR:		86685 [1]
Submitted by:	Soeren Straarup <xride@x12.dk> [1],
		lioux [2], vsevolod [3], sobomax [4]
Obtained from:	Python CVS [4]
2005-10-02 14:31:39 +00:00
Bill Fenner
b11c6c6cab Use groups to only fetch files from the appropriate sites. This
eliminates 232 bad URLs from the distfile survey.

Approved by:	Jimmy Olgeni <olgeni@FreeBSD.org> (MAINTAINER)
2005-10-01 16:52:32 +00:00
Gerald Pfeifer
c5f1f8d2e8 Update to the 20050929 snapshot of GCC 4.0.3. 2005-10-01 13:06:35 +00:00
Kris Kennaway
ab823f00d6 Remove this port which was committed without a maintainer, and subsequent
emails to the committer about this were ignored.  If someone else wants
to maintain it, it can be added back.

Pointy hat to:	sobomax
2005-09-30 17:53:58 +00:00
Anton Berezin
760d3149ff Retire lang/p5-List-MoreUtil, as lang/p5-List-MoreUtils is better. 2005-09-30 07:46:10 +00:00
Mark Linimon
1431b0c3d8 Assign maintainership to new volunteer.
Approved by:	current maintainer
2005-09-28 14:06:33 +00:00
Mark Linimon
27d18273bd Remove obsolete mastersites.
Source:		distfile survey
2005-09-28 07:55:31 +00:00
Mark Linimon
85744f2e02 The GNU mastersites are way behind tracking this. Drop them.
Note that the main mastersite is correct, but the latest revision of the
port is now 5.5.

Source:		distfile survey
2005-09-28 07:41:19 +00:00
Gerald Pfeifer
45e8398974 Update to the 20050924 snapshot of GCC 4.1.0. This brings a huge libjava/
Classpath merger.
2005-09-25 19:35:06 +00:00
Vanilla I. Shu
3e398207f1 Upgrade to latest version. 2005-09-23 23:09:06 +00:00
Gerald Pfeifer
3cb9dee4c2 Update to the 20050922 snapshot of GCC 4.0.2. 2005-09-23 14:21:07 +00:00
Anton Berezin
78b2810227 Update to 0.88. Assign maintainer to perl@. 2005-09-23 11:10:24 +00:00
Dirk Meyer
f07a57f9f4 - update to 1.11.1 2005-09-22 13:34:52 +00:00
Gerald Pfeifer
0f0ae96363 Update to the 20050920 snapshot of GCC 3.4.5. 2005-09-22 08:49:58 +00:00
Bill Fenner
81797980f7 search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
2005-09-21 19:31:43 +00:00
Clement Laforet
573b4b9b07 - Define APACHE_COMPAT for ${APXS} for USE_APACHE-ng
Reported by:	pointyhat via kris
Approvd by:	portmgr (self)
2005-09-20 19:46:15 +00:00
Greg Lewis
e0887be82f . Update to 2.0b4. 2005-09-20 19:36:48 +00:00
Volker Stolz
1faaed765a Update to 0.9g
Highlights: a port of the ASDF system definition, and a port of SBCL's socket libraries

PR:		ports/84873
Submitted by:	maintainer
2005-09-20 12:10:17 +00:00
Gerald Pfeifer
efc03b4ae3 Update to the 20050917 snapshot of GCC 4.1.0. 2005-09-19 07:53:35 +00:00
Alexander Leidinger
12961558f8 Update to 8.1.033. 2005-09-18 10:46:57 +00:00
Pav Lucistnik
f98f52441b - Update to 1.3.1.20040616
- Incorporate debian patches to fix build with gcc3

PR:		ports/86058
Submitted by:	Geoffrey Mainland <mainland@apeiron.net>
Approved by:	Mathis Picker <Mathias.Picker@gmx.de> (maintainer)
2005-09-16 11:38:26 +00:00
Dirk Meyer
ad0c6901fe - update to 1.4.0 2005-09-16 04:12:58 +00:00
Dirk Meyer
91677018e0 - cleanup LDCONFIG_DIRS 2005-09-16 04:07:03 +00:00
Simon Barner
58723eac88 - Builds and runs on !i386
Tested by:	Johan van Selst <johans@stack.nl> (amd64),
		barner (sparc64, ia64)
Submitted by:	Johan van Selst <johans@stack.nl>
PR:		ports/86081
2005-09-15 10:18:11 +00:00
Pav Lucistnik
4198058ca9 - Enable sxml installation
PR:		ports/86126
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2005-09-14 15:35:51 +00:00
Simon Barner
e88d0cfee4 Add file forgotten in last commit.
Previous cvs log was:

Modified files:
  lang/metaocaml       Makefile distinfo pkg-plist
  lang/metaocaml/files patch-Makefile patch-stdlib_Makefile
  lang/ocaml           Makefile
Log:
- Update metaocaml to 3.08.a23
- Remove CONFLICTS with lang/ocaml

Submitted by:   Geoffrey Mainland (metaocaml maintainer)
PR:             ports/85236
2005-09-14 15:23:25 +00:00
Simon Barner
b4b9b43ec9 - Update metaocaml to 3.08.a23
- Remove CONFLICTS with lang/ocaml

Submitted by:	Geoffrey Mainland (metaocaml maintainer)
PR:		ports/85236
2005-09-14 15:20:36 +00:00
Volker Stolz
21ffa4856a - Handle CFLAGS/ADACFLAGS [1]
- Reset maintainer: no access to FreeBSD machines

PR:		ports/85210 [1]
Submitted by:	Petr Holub
Approved by:	maintainer
2005-09-14 10:53:43 +00:00
Volker Stolz
dda0c7b555 Update to version 2005-08-07
PR:		ports/84813
Submitted by:	maintainer
2005-09-14 10:12:40 +00:00
Gerald Pfeifer
de5dc6f654 Update to the 20050913 snapshot of GCC 3.4.5.
This already contains the patch for static declarations from 2005/09/07.
2005-09-14 08:56:28 +00:00
Jean-Yves Lefort
e21a98f967 Add a master site.
PR:		ports/86096
Submitted by:	maintainer
2005-09-14 05:53:10 +00:00
Jean-Yves Lefort
b7073f1379 Add rexx-imc to CONFLICTS. 2005-09-12 17:39:50 +00:00
Jean-Yves Lefort
4991a26926 Mark conflict with lang/oorexx. 2005-09-12 17:38:45 +00:00
Jean-Yves Lefort
624ca24dc8 Add oorexx.
Open Object Rexx is a powerful object-oriented scripting language. The
interpreter is almost fully compatible with the original Object Rexx by IBM.
The port is derived from the generic Unix source code, with the idea to add
BSD-specific enhancements over time and also to develop modules that would
allow to run the most of OS/2 Object Rexx code on BSD platforms.

WWW: http://www.oorexx.org/

PR:		ports/86005
Submitted by:	Micho Durdevich <micho@matem.unam.mx>
2005-09-12 17:33:44 +00:00
Volker Stolz
e0bdb7bfac Repocopy lang/ghc-doc to lang/ghc5-doc, shuffle lang/ghc6-doc to
lang/ghc-doc and track two dependencies.
2005-09-12 10:19:16 +00:00
Gerald Pfeifer
381009c1e4 Update to the 20050909 snapshot of GCC 4.1.0. 2005-09-12 10:15:28 +00:00
Anton Berezin
4eb99aa803 Fix build with older perls.
Noticed by:	leeym
2005-09-11 19:47:31 +00:00
Anton Berezin
4c48a29ab4 Update to 1.17. 2005-09-11 12:19:49 +00:00
Gerald Pfeifer
e7b226adbf Update to the 20050906 snapshot of GCC 3.4.5. 2005-09-11 10:15:00 +00:00
Mark Linimon
bdf567e4f2 Remove dead mastersite.
Source:		distfile survey
2005-09-11 08:50:43 +00:00
Gerald Pfeifer
5523ee881b Update to the 20050908 snapshot of GCC 4.0.2. 2005-09-11 00:08:51 +00:00
Greg Lewis
5c679e22e1 . Update to 4.73. [1]
. Placate portlint(1).

PR:		85929
Submitted by:	James Bailie <jimmy@jamesbailie.com> (maintainer)
2005-09-10 04:29:29 +00:00
Sam Lawrance
22c6804d01 Add missing build dependency (needs dvipdf from ghostscript)
Reported by:	kris
2005-09-10 03:26:42 +00:00
Yen-Ming Lee
9a2e0d30e3 - this port requires perl 5.6.0 or better
Noticed by:	kris
2005-09-09 22:30:46 +00:00
Sam Lawrance
a574054750 Update to 5.0.0
PR:		ports/85881
Submitted by:	Ports Fury
2005-09-09 18:30:48 +00:00
Sam Lawrance
7672c67032 Update to 2.761
PR:		ports/85880
Submitted by:	Ports Fury
2005-09-09 18:30:02 +00:00
Sam Lawrance
fd27d72302 Update to 3.37
PR:		ports/85879
Submitted by:	Ports Fury
2005-09-09 18:29:31 +00:00
David E. O'Brien
93b6d16f71 This patch is now part of the stock FSF sources, so we don't need it anymore. 2005-09-08 18:07:29 +00:00
Alex Dupre
89d5a71ddc Update to 5.0.5 release. 2005-09-08 08:33:32 +00:00
David E. O'Brien
9a1e2926b4 Fix bug where static forward declarations weren't accepted.
This allows us to fix non-ISO-C constructs in our kernel to legal ISO-C.

Submitted by:	rodrigc
Obtained from:	http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00006.html
2005-09-07 10:15:08 +00:00
Yen-Ming Lee
5e3557638e - set INSTALL_TARGET=pure_install to avoid installing perlocal.pod 2005-09-07 08:49:25 +00:00
Sam Lawrance
70b3efc52b Disable the clisp X module at the request of the maintainer, until he
sorts out the options and dependencies.
Bump PORTREVISION.

PR:		ports/85723
Submitted by:	Jakub Rehor <jakub@rehor.net> (maintainer)
2005-09-06 03:32:47 +00:00
Maho Nakata
6c0ad1de25 1. update to 8.1.030
2. cleanup message
Submitted by:	Quincey Koziol <koziol@ncsa.uiuc.edu>, netchild
                and Ali Faiez Taha <aftaha@cirp.usp.br> [2]
2005-09-05 03:17:54 +00:00
Pav Lucistnik
592e1ca7c6 - Update to 2.5.2.2005.09.03
PR:		ports/85699
Submitted by:	Tijl Coosemans <tijl@ulyssis.org> (maintainer)
2005-09-04 22:51:28 +00:00
Sam Lawrance
e4e6973be1 Update master site and maintainer email
PR:		ports/84476
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
2005-09-04 12:21:42 +00:00
Sam Lawrance
e6f297ea08 - change MASTER_SITE
- change maintainer e-mail
- drop WWW page

PR:		ports/84478
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
2005-09-04 12:20:26 +00:00
Sam Lawrance
3da2ba0164 Update to 2.35
From submitter:
* Unmark BROKEN for 64-bit architectures: developers report that it works fine
  (not tested, I only have i386).
* Instead of patching makemake.in, specify correct location of mandir via
  ./makemake option.
* Add build dependency on libsigsegv for better garbage collection.
* Update pkg-descr per request from developers.

PR:		ports/85677
Submitted by:	Jakub Rehor <jakub@rehor.net> (maintainer)
2005-09-04 04:49:53 +00:00
Sam Lawrance
be7f49131b Update to 2.0.
Submitter takes maintainership.

PR:		ports/85646
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-09-03 17:48:48 +00:00
Gerald Pfeifer
b5fd87955c Update to the 20050902 snapshot of GCC 4.1.0. 2005-09-03 14:10:55 +00:00
Gerald Pfeifer
f4f6f48f44 Update to the 20050901 snapshot of GCC 4.0.2. 2005-09-02 22:15:27 +00:00
Gerald Pfeifer
28a08b1898 Reenable the Java frontend and libgcj on i386. All build and installation
problems should be resolved now.

Prevent running ranlib during installation to unbreak user mode
installations which now install libraries with permissions 444.

We now also need the math/mpfr port to build the Fortran frontend.[1]

PR:		85495 [1]
2005-09-02 09:31:27 +00:00
Thierry Thomas
67573981a5 Upgrade to 1.0.11.
Changelog at <http://gambas.sourceforge.net/changelog.html>.
2005-09-01 22:30:55 +00:00
Gerald Pfeifer
38b9aef0ce The previous fix addressed PR85495.
PR:		85495
2005-09-01 22:19:48 +00:00
Gerald Pfeifer
481cf07ca9 We now also need the math/mpfr port to build the Fortran frontend. 2005-09-01 22:11:00 +00:00
Gerald Pfeifer
ba7ad2c3d8 Remove extraneous patch I had erroneously included in the previous update.
It does not hurt, but is not needed any longer.
2005-09-01 21:34:18 +00:00
Gerald Pfeifer
25f1f7599e Prevent running ranlib during installation to unbreak user mode
installations which now install libraries with permissions 444.
2005-09-01 13:46:13 +00:00
Maxim Sobolev
60d2a149b3 Fix category name: perl -> perl5. 2005-09-01 13:21:46 +00:00
Maxim Sobolev
395e387f68 Add pyperl 1.0.1, module to embed Perl code into a Python program. 2005-09-01 13:11:28 +00:00
Jimmy Olgeni
086d2286e8 Fix path. 2005-09-01 09:13:16 +00:00
Yen-Ming Lee
c2dda64421 - fix plist
PR:		84159
Submitted by:	leeym
Approved by:	maintainer timeout
2005-09-01 06:01:53 +00:00
Jean-Yves Lefort
d522ade7a8 - Update to 1.1.1 [1]
- Respect ${CXX}, ${CXXFLAGS}, ${PREFIX}, ${PTHREAD_CFLAGS}, ${PTHREAD_LIBS},
  ${INSTALL_PROGRAM} and ${INSTALL_DATA}
- Sort the packing list

[1]:
PR:		ports/85286
Submitted by:	maintainer
2005-08-31 21:47:54 +00:00
Gerald Pfeifer
034b86d5ae Update to the 20050830 snapshot of GCC 3.4.5. 2005-08-31 15:18:20 +00:00
Jimmy Olgeni
e03f4657c6 Upgrade documentation to version R10B-7. 2005-08-31 13:19:42 +00:00
Jimmy Olgeni
c6e8539047 Upgrade to version R10B-7. 2005-08-31 13:19:33 +00:00
Jean-Yves Lefort
3c519b8bb8 - Update to 4.71 [1]
- Remove unused ${USE_REINPLACE}

[1]:
PR:		ports/85491
Submitted by:	maintainer
2005-08-30 23:35:55 +00:00
Gerald Pfeifer
f0e7d1a667 Update to the 20050826 snapshot of GCC 4.1.
This gets us rid of the bogus hacking and vmintegration info files,
based on my report upstream.
2005-08-30 13:21:21 +00:00
Pav Lucistnik
40e88c7460 - Revert %%LOCALBASE%% expansion I did in previous commit
Reported by:	vs
2005-08-29 13:32:00 +00:00
Gerald Pfeifer
f817e8dcb6 Update to the 20050825 snapshot of GCC 4.0.2. 2005-08-29 12:12:01 +00:00
Gerald Pfeifer
77eff539d4 Update to the 20050823 snapshot of GCC 3.4.5. 2005-08-29 11:20:38 +00:00
Dirk Meyer
e99d7a1173 - cleanup Makefile location 2005-08-28 19:19:23 +00:00
Thierry Thomas
8cd9bafb7f pgrade to 1.0.10. 2005-08-28 09:08:37 +00:00
Maho Nakata
dd092402fa Fix build on 7-CURRENT 2005-08-28 08:01:19 +00:00
Maho Nakata
775ef27fd9 Fix build for 7-CURRENT 2005-08-28 08:00:11 +00:00
Mark Linimon
f0cde5f1b6 Set this port for deprecation. The current maintainer notes that
it is completely supplanted by lang/oo2c.
2005-08-28 07:59:44 +00:00
Kirill Ponomarev
8d3f75f3bb Fix build on 6.x
Approved by:	portmgr (self)
2005-08-26 21:11:38 +00:00
Kirill Ponomarev
564a8c901a Fix build on 6.x
Submitted by:	lesi
Approved by:	portmgr (self)
2005-08-26 05:23:21 +00:00
Gerald Pfeifer
46d6dfebf8 Fix the build on i386, even if that means disabling the Java frontend.
On the way, upgrade to the 20050819 snapshot of GCC 4.1 where the Java
libraries finally build (progress!) but fail due to a problem with the
installation.  If someone wants to force installation, setting SHAREMODE
to allow writing should suffice.

Approved by:	portmgr (krion)
2005-08-24 22:34:45 +00:00
Vsevolod Stakhov
18b8b23269 Add missed dependencies on libxml2, libxslt and libcurl.
Reported by:    krionmail, krismail
Approved by:    portmgr (krion)
2005-08-19 14:07:55 +00:00
Pav Lucistnik
b7cb339a21 - Fix INFO handling, fixing plist on 6.0 (different makeinfo there)
Reported by:	krionmail
Approved by:	portmgr (krion)
Approved by:	maintainer
2005-08-19 11:45:26 +00:00
Pav Lucistnik
b8ad016acf - Unbreak on 6.0
- Take maintainership

PR:		ports/85036
Submitted by:	Matthew Luckie <mjl@luckie.org.nz>
Approved by:	portmgr (clement)
2005-08-17 12:03:59 +00:00
Vsevolod Stakhov
0ff7b1cb89 Unbreak building.
Approved by:	portmgr (marcus)
2005-08-16 23:24:57 +00:00
Jimmy Olgeni
de11ea564d Unbreak: the checksums actually match the files on MASTER_SITES.
Approved by:	portmgr (marcus)
2005-08-16 22:30:49 +00:00
Mikhail Teterin
e00e74fa11 Add another patch, to fix tests, which fail if the timezone is set to
UTC. Thanks to Boris Samorodov for assistance in debugging this.

Detected by:	pointyhat
Approved by:	portmgr	(krion)
2005-08-16 12:52:28 +00:00
Stefan Farfeleder
3cde444efd Update to the 20050810 snapshot. Includes support for 7.x.
Approved by:	portmgr (krion)
2005-08-11 07:51:36 +00:00
Mikhail Teterin
49ad42552d Unbreak for all platforms (tested on amd64 and i386) -- use -fPIC
on sparc64 and -fpic elsewhere. While here, make the following
improvements:

	. ignore the vendor's fdlibm and use our own -lm. fdlibm is
	  derived from the same msun as ours, but spidermonkey was
	  misteriously linking with _both_. All mozilla-ports seem
	  to have the same problem right now;
	. use our -lreadline instead of compiling vendor's own
	  libeditline;
	. fix all warnings (clean build with -Wall -Werror);
	. link the installed executable (js) against the shared
	  library libjs.so instead of against the invididual objects;
	. unless WITHOUT_TEST is set, download and run vendor's own
	  tests in post-build (this triggers USE_PERL_BUILD). Some
	  tests had to be patched from Mozilla's CVS, because the
	  released tarball of them was not updated since 2002.

Bump PORTREVISION.

Approved by:	portmgr	(marcus)
Approved by:	maintainer timeout
2005-08-11 04:00:00 +00:00
Sam Lawrance
9e936b9bcd Correct pkg-plist to aid fix of devel/tide
- Add a file that was not included in the package
- Remove offending "@unexec rm" lines that masked the problem
- Bump PORTREVISION

Approved by:	portmgr (clement)
2005-08-06 11:30:22 +00:00
Jeremy Messenger
f6da1f0f80 Fix the plist by taking care of directories in X11BASE too.
lib/mono/1.0
	lib/mono/2.0

Approved by:	portmgr (marcus)
Reported by:	krion via pointyhat
2005-08-03 02:34:06 +00:00
Gerald Pfeifer
8865a0da82 Update to the 20050730 snapshot of GCC 4.1.0.
Replace the WITHOUT_LIBJAVA knob by WITHOUT_JAVA which also disables
building the compiler and tools proper and avoids fetching the entire
Java frontend and library tarball.

Remove bogus ${PREFIX}/share/classpath/api directory that libjava adds
these days.

Make the (optional) handling of the Fortran and Java frontends easier
to understand.
2005-08-01 19:02:03 +00:00
Vanilla I. Shu
437579290d Upgrade to lastest version.
ecore -> 0.9.9.013
edb -> 1.0.5.004
edje -> 0.5.0.013
eet -> 0.9.10.013
embryo -> 0.9.1.013
enlightenment-devel -> 0.16.999.013
entice -> 0.9.3.004
epeg -> 0.9.0.004
epsilon -> 0.3.0.004
esmart -> 0.9.0.004
etox -> 0.9.0.004
evas -> 0.9.9.013
ewl -> 0.0.4.004
imlib2 -> 1.2.1.004
imlib2_loaders -> 1.2.1.004
2005-08-01 16:23:22 +00:00
Herve Quiroz
636406d3d5 Jelly is an XML based scripting engine. The basic idea is that XML elements can
be bound to a Java Tag which is a Java bean that performs some function.

Jelly is totally extendable via custom actions (in a similar way to JSP custom
tags) as well as cleanly integrating with scripting languages such as Jexl,
Velocity, pnuts, beanshell and via BSF (Bean Scripting Framework) languages
like JavaScript & JPython.

Jelly uses an XMLOutput class which extends SAX ContentHandler to output XML
events. This makes Jelly ideal for XML content generation, SOAP scripting or
dynamic web site generation. A single Jelly tag can produce, consume, filter or
transform XML events. This leads to a powerful XML pipeline engine similar in
some ways to Cocoon.

WWW:	http://jakarta.apache.org/commons/jelly/index.html
2005-08-01 15:11:30 +00:00
Mark Linimon
a4c19870e9 Attempt to fix INDEX build by s/USE_GCC=3.1+/USE_GCC=3.2+/ after removal
of lang/gcc31.

This may only be papering over a bug in use.gcc.mk (does the definition
for 3.1 need to be removed there?)

Hat:		portmgr
2005-07-31 16:52:15 +00:00
Gerald Pfeifer
2fb932b3b4 Remove the lang/gcc31 port. It fails to build on several architectures
(even ones it is supposed to work on, cf. pointyhat), it fails to build
on FreeBSD 6 and 7, and lang/gcc32 is basically the same plus a single
ABI changes and many bug fixes.

It is strongly recommended to migrate to GCC 3.4 or 4.0, since only these
are still actively maintained upstream and support FreeBSD 7, for example.
2005-07-31 13:34:35 +00:00
Gerald Pfeifer
3313c2663c Update to the 20050728 snapshot of GCC 4.0.2.
Remove support for Java, not the least because libjava only builds on i386
and still does not really work there.
2005-07-29 18:55:07 +00:00
Sam Lawrance
0a54ba109e Update to 7.3.1
PR:		ports/82505
Submitted by:	Chris Burkert <chris@chrisburkert.de> (maintainer)
2005-07-29 13:28:02 +00:00
Simon Barner
fbc1517ea7 Add polyml 4.1.3, a fast open-source implementation of Standard ML.
PR:		83433
Submitted by:	Timothy Bourke <timbob@bigpond.com>
2005-07-29 07:19:56 +00:00
Roman Bogorodskiy
539e3917b2 Distfile renamed (no content change).
PR:		84274
Submitted by:	maintainer
2005-07-29 06:54:32 +00:00
Hye-Shik Chang
fff33a0d39 Remove stackless_python from the ports collection. It's never been
released as tarball source and difficult to maintain for its tendency
to be outdated from the mainstream Python.
2005-07-29 00:55:50 +00:00
John Hay
e4f36f0fd6 Update to nqc-3.1.r2. 2005-07-28 18:11:28 +00:00
Hye-Shik Chang
e430271557 Add checksum for 2.5.a0.20050728 snapshot. 2005-07-28 08:30:36 +00:00
Hye-Shik Chang
ec0aa03843 Update python-devel to 2.5.a0.20050728 snapshot. 2005-07-28 08:29:32 +00:00
Hye-Shik Chang
a81cc9dfe7 - Add support for FreeBSD 7
- Drop support for FreeBSD 3
2005-07-28 07:34:28 +00:00
Hye-Shik Chang
d9310412ea - Add support for FreeBSD 7
- Drop support for FreeBSD 3
- Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ. [1]

Submitted by:	jkim [1]
Obtained from:	Python CVS
2005-07-28 07:19:11 +00:00
Hye-Shik Chang
617982285b - Add support for FreeBSD 7
- Drop support for FreeBSD 3
- Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ. [1]

Submitted by:	jkim [1]
Obtained from:	Python CVS
2005-07-28 07:05:20 +00:00
Maho Nakata
08f662eaaa Define WITHOUT_CPU_FLAGS so that in some cases
setting CPUTYPE breaks the build
2005-07-28 06:26:30 +00:00
Hye-Shik Chang
b185b497ae Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ.
Submitted by:	jkim
Obtained from:	Python CVS
2005-07-28 06:23:56 +00:00
Gerald Pfeifer
8676ad4031 Remove duplicate PORTREVISION.
Reported by:	flz
2005-07-27 22:19:08 +00:00
Sergey Matveychuk
47cf5985ac - Update to 4.60
PR:		ports/84016
Submitted by:	maintainer
2005-07-27 17:32:01 +00:00
Dirk Meyer
a69d82a06f - update to 1.10.0 2005-07-27 17:11:51 +00:00
Gerald Pfeifer
893be8d1a2 Update to the 20050726 snapshot of GCC 3.4.5. 2005-07-27 09:34:21 +00:00
Volker Stolz
07c6d84415 Pull in devel/readline on 4.x for enhanced command line editing
(and avoid possible implicit dependency when libreadline is already installed
at build-time)
2005-07-26 16:20:41 +00:00
Volker Stolz
89edd69cb2 - Add dependency on devel/libexecinfo for missing backtrace_*() symbols
- Use OPTIONS and enable Tcl/Tk by default [me]

PR:		ports/83905
Submitted by:	Konstantin Belousov
2005-07-26 15:50:19 +00:00
Mark Linimon
321b686976 Maintainer does not have time to maintain this port any more. Thanks for
all your help in the past.
2005-07-26 15:45:05 +00:00
Renato Botelho
c5150c9b5a Fix default include path.
PR:		ports/84046
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
Approved by:	flz (mentor)
2005-07-25 15:05:33 +00:00
Gerald Pfeifer
1d591a754e Update to the 20050723 snapshot of GCC 4.1.0. Should now work on FreeBSD 7. 2005-07-25 09:45:16 +00:00
Kris Kennaway
0d8f47d8f7 This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
2005-07-23 02:53:43 +00:00
Gerald Pfeifer
f67bdf81f6 Update to the 20050721 snapshot of GCC 4.0.2. Should now work on FreeBSD 7. 2005-07-22 15:18:34 +00:00
Gerald Pfeifer
83295bb57d Update wrt. the removal of Java support. 2005-07-22 06:34:41 +00:00
Alex Dupre
cc7f526b37 MySQL 5.0 is now supported by mysqli extension. 2005-07-21 18:03:26 +00:00
Renato Botelho
4574a05396 - Update to 0.15
PR:		ports/83829
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
Approved by:	flz (mentor)
2005-07-21 17:43:33 +00:00
Thierry Thomas
471d301097 Change PORTNAME to spidermonkey to correspond with dirname.
PR:		82320
Submitted by:	Alex Kapranoff <kappa (at) rambler-co.ru>
Approved by:	maintainer
2005-07-21 15:28:12 +00:00
Gerald Pfeifer
7cacb63d81 Update to the 20050719 snapshot of GCC 3.4.5. Should now work on FreeBSD 7. 2005-07-21 09:02:25 +00:00
Jeremy Messenger
ac333d5fca BROKEN on ia64: Does not install
Discussed with:	marcus in #freebsd-gnome (freenode)
2005-07-21 05:42:41 +00:00
Jeremy Messenger
41a33290a3 Really fix build for FreeBSD 7.x.
Change from:	${OSVERSION} > 700000
	To:		${OSVERSION} >= 700000

Reported by:	Anthony Ginepro <rapiere@renaissance.homeip.net>
2005-07-21 02:29:18 +00:00
Renato Botelho
5d362afc90 - Fix SIZE on distinfo
Approved by:	flz (mentor)
2005-07-20 11:18:02 +00:00
Maho Nakata
21702a7edf o Java awt is now working via gtk20
o cairo is disabled since 0.5.0 is reqired
2005-07-20 10:49:51 +00:00
Renato Botelho
e392125449 - Update to 4.5.6
PR:		ports/83715
Submitted by:	David Gullasch <david.gullasch@mailbox.tu-dresden.de>
Approved by:	flz (mentor)
2005-07-20 10:13:55 +00:00
Thierry Thomas
47436759ac Upgrade to 1.0.9.
Changelog at <http://gambas.sourceforge.net/changelog.html>.
2005-07-19 20:46:14 +00:00
Tilman Keskinoz
ed4e617768 Fix build on FreeBSD 7
Approved by:	maintainer
2005-07-19 17:46:19 +00:00
Gerald Pfeifer
16962b6b74 We no longer install any libraries to $PREFIX/lib, so remove this from
LDCONFIG_DIRS.
2005-07-19 15:07:34 +00:00
Gerald Pfeifer
830ca14b70 GCC 4.1 currently adds an empty directory share/classpath/api und $PREFIX. 2005-07-19 14:59:42 +00:00
Mikhail Teterin
165f6db348 Try to make the vendor's tests run smoothly. Fail, but in the process
eliminate all warnings (on i386) and const-ify the KeyedList-API and
others (patch-warnings grew up).

Fix a typo in the previous commit (s/KeyList/KeyedList/g in MLINKS).

Bump PORTREVISION again.
2005-07-19 03:46:27 +00:00
Mark Linimon
243a62858a As previously announced, remove gcc27. It is no longer used by anything
in the tree.  If absolutely necessary for compatibility with old code,
use lang/gcc28 or preferably lang/gcc295.
2005-07-19 02:51:41 +00:00
Mikhail Teterin
32735640de Unbreak the manual pages installation and help file generation:
. when parsing man-files, do not choke on files
	  containing '.so man.macros';
	. be ready for the .bz2 man-pages;
	. do not use vendor's install-doc target at all -- install
	  the vendor's manual pages in post-install and declare
	  MLINKS to have bsd.port.mk do the Right Thing (TM) --
	  links instead of copies of the manual pages.

This may even work now :-)
2005-07-18 23:58:37 +00:00
Gerald Pfeifer
1c225ac555 Fix installation/deinstallation in case the PREFIX contains the string lib. 2005-07-18 14:33:02 +00:00
Gerald Pfeifer
b99d9db951 Update to the 20050716 snapshot of GCC 4.1.0 (with two new .info files).
Fix installation/deinstallation in case the PREFIX contains the string lib.
2005-07-18 13:27:11 +00:00
Hye-Shik Chang
ecd685d3d6 Backport support for FreeBSD 7 and drop support for FreeBSD 3.
Fixes for other versions of python will be followed tomorrow.

Submitted by:	nork
Obtained from:	Python CVS
2005-07-18 12:44:08 +00:00
Vanilla I. Shu
b6c67da6e8 Upgrade to 0.9.9.011. 2005-07-18 12:36:58 +00:00
Adam Weinberger
ee0759c3de Ensure that LATEST_LINK is unique for the tcl84-thread port. 2005-07-18 07:24:08 +00:00
Jeremy Messenger
2551dc8244 Fix the build on FreeBSD 7.x by teach it. I need to contact with mainstream
for use wildcard 'freebsd*' in general configure and 'freebsd[0-9] for any
version that need to be different.

Reported by:	krismail
2005-07-17 21:44:53 +00:00
Kris Kennaway
e4ed4e224b BROKEN: Checksum mismatch 2005-07-17 20:14:56 +00:00
Pav Lucistnik
67488695ea New slave port of tcl84 that enabled threading support. 2005-07-17 17:01:46 +00:00
Erwin Lansing
3de2043b3c Add p5-JavaScript-SpiderMonkey 0.11, perl interface to Mozilla
JavaScript implementation.

PR:		ports/82321
Submitted by:	kappa@freebsd.org.ua
2005-07-16 15:23:22 +00:00
Gerald Pfeifer
a13701decc No longer put target specific files and include files at the very
end of pkg-plist since that broke the /sbin/ldconfig invocations the
ports machinery added there (before we'd get a chance).[1]

Reported by:	dinoex [1]
2005-07-16 12:26:33 +00:00
Tilman Keskinoz
468d4de276 Update to 0.9.16
PR:		83501
Submitted by:	Lev Walkin <vlm@lionet.info>
2005-07-15 18:06:08 +00:00
Gerald Pfeifer
f014033655 Update to the 20050714 snapshot of GCC 4.0.2.
No longer put target specific files and include files at the very
end of pkg-plist since that broke the /sbin/ldconfig invocations the
ports machinery added there (before we'd get a chance).[1]

Reported by:	dinoex [1]
2005-07-15 16:18:19 +00:00
Thierry Thomas
2746576af3 Switch back to USE_INC_LIBTOOL_VER and don't install .la files.
Reported by:	Kris via pointyhat
2005-07-15 08:56:19 +00:00
Gerald Pfeifer
4f7c76fe41 IGNORE on 7.x and above. 2005-07-14 22:43:57 +00:00
Dirk Meyer
dcb7f22ad2 - remove NO_PACKAGE 2005-07-14 19:20:33 +00:00
Pav Lucistnik
cadc344550 - Fix typo (expiremental -> experimental) 2005-07-14 15:29:43 +00:00
Pav Lucistnik
fc9d38f926 - Fix fetch: workaround problems with site groups and :foo 2005-07-14 15:19:47 +00:00
Gerald Pfeifer
8a5ca276d5 Update to the 20050712 snapshot of GCC 3.4.5.
No longer put target specific files and include files at the very
end of pkg-plist since that broke the /sbin/ldconfig invocations the
ports machinery added there (before we'd get a chance).[1]

Reported by:	dinoex [1]
2005-07-14 14:03:12 +00:00
Gerald Pfeifer
bc72904229 Directly install libraries into a port-specific location instead of
moving them there after the original installation.  This is simpler
and also avoids the problem where the port would overwrite/remove an
existing copy of libiberty.a, which boils down to a true conflict.

No longer put target specific files and include files at the very
end of pkg-plist since that broke the /sbin/ldconfig invocations the
ports machinery added there (before we'd get a chance).[1]

Reported by:	dinoex [1]
2005-07-14 13:14:32 +00:00
Cheng-Lung Sung
caf62b4b2d - update to 6.2.8 2005-07-14 08:34:16 +00:00
Sergey Matveychuk
a9cd9a1323 - Unbreak the port to find out what wrong with pkg-list is. 2005-07-14 07:09:01 +00:00
Alex Dupre
276c3a29ae Update to 4.4.0 release:
- fix a serious memory corruption problem
- remove automake dependency
- switch to the latest autoconf version
2005-07-13 19:56:27 +00:00
Pav Lucistnik
b46341740c - Update to 2.5.1.2005.07.09
PR:		ports/83215
Submitted by:	Tijl Coosemans <tijl@ulyssis.org> (maintainer)
2005-07-13 13:38:08 +00:00
Jeremy Messenger
c5afeece28 Fix the .so.0 -> .so, got bite by beagle when it can't find libsqlite.so.0.
Bump the PORTREVISION.
2005-07-12 22:02:38 +00:00
Sergey Matveychuk
84406d35bc - Update to 4.57
PR:		ports/83330
Submitted by:	maintainer
2005-07-12 15:22:49 +00:00
Pav Lucistnik
1fafd33a47 - Update to 1.3
PR:		ports/83292
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-07-12 13:59:37 +00:00
Thierry Thomas
2c20daa804 Upgrade to 1.0.8.
Many bug fixed: changelog at <http://gambas.sourceforge.net/changelog.html>.
2005-07-11 20:34:45 +00:00
Thierry Thomas
51b79bfdad Add two MASTERSITES without redirection.
Requested by:	kris
2005-07-11 17:40:28 +00:00
Thierry Thomas
8317b0ed62 - Remove a bogus ftp site from MASTER_SITES (1);
- use external libtool;
- pet portlint;
- release maintainership.

Reported by:	Kris via pointyhat (1)
2005-07-10 21:46:58 +00:00
Jeremy Messenger
116f882ee0 Update to 1.1.8.2, most semaphore bugs in 1.1.8(.1) have been fixed.
Release Notes:
	http://www.go-mono.com/archive/1.1.8/
	http://www.go-mono.com/archive/1.1.8.1/

BTW: Welcome apeiron (Christopher Nehren <apeiron@comcast.net>) to BSD# team,
     he has the commit access over there.

BSD# - Project by:	http://www.mono-project.com/Mono:FreeBSD
2005-07-10 21:37:13 +00:00
Gerald Pfeifer
fd34e8ad87 Now that the GCC 3.3 branch has been closed, switch from tracking snapshots
to the final release, 3.3.6.  Unfortunately, this requires using PORTEPOCH.
Tweak a comment and remove a debug output on the way.
2005-07-10 17:13:19 +00:00
Gerald Pfeifer
49cbc680a5 Update to the 20050709 snapshot of GCC 4.1.0. 2005-07-10 13:14:34 +00:00
Dirk Meyer
e235912cf1 - mark NO_PACKAGE, problems on pointyhat cluster 2005-07-10 08:34:22 +00:00
Gerald Pfeifer
cb25bac874 Update to the 20050707 snapshot of GCC 4.0.1.
This basically is the 4.0.1 release.
2005-07-08 12:54:17 +00:00
David E. O'Brien
fceed76bc9 Remove from the Java category as this port doesn't have Java bits anymore.
Also remove the testsuite bits as any issues found will never be fixed.
2005-07-07 21:01:18 +00:00
Pav Lucistnik
fc2e6b62c6 - Enable ezm3 on amd64 architecture. This is achieved by taking an older
version, 1.1, and adding a quite massive patchset made by Peter Wemm
  and Bjoern A. Zeeb.
- Bjoern A. Zeeb agreed to take maintainership of this port for amd64 arch
  (read: help endusers solving their problems)

Based on:	bz's patches floating on mailing list
Approved by:	jdp (maintainer)
2005-07-07 18:57:07 +00:00
Gerald Pfeifer
7dd847ea0b Adjust pkg-plist to (temporary) bug which added libssp include files. 2005-07-06 20:46:23 +00:00
Pav Lucistnik
2d8945f4b3 - Update to 5e1
PR:		ports/82940
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-07-06 15:53:10 +00:00
Sergey Skvortsov
c8d7ffd28b Update to 0.2.2 2005-07-06 14:17:38 +00:00
Michael Johnson
30947d6703 - Update to 20050705
PR:		ports/83015
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)N
2005-07-06 07:54:14 +00:00
Pav Lucistnik
614c914f3d - Enable popen(3) support
PR:		ports/82959
Submitted by:	Ed Schouten <ed@fxq.nl>
Approved by:	Richard Kiss <him@richardkiss.com> (maintainer)
2005-07-05 22:16:13 +00:00
Gerald Pfeifer
2b212f9647 Update to the 20050628 snapshot of GCC 3.4.5.
Directly install libraries into a port-specific location instead of
moving them there after the original installation.  This is simpler
and also avoids the problem where the port would overwrite/remove an
existing copy of libiberty.a, which boils down to a true conflict.
2005-07-05 21:20:42 +00:00
Gerald Pfeifer
90ed2364f4 Remove support for Java, not the least because libjava only builds on i386,
Java in GCC 4.x is so much better, and this reduces build time and download
bandwidth required for this "legacy" port whose main purpose is to support
package building on FreeBSD 4.x quite a bit.

Submitted by:	obrien
2005-07-05 20:10:58 +00:00
Gerald Pfeifer
d59e2c4de2 Update to the 20050702 snapshot of GCC 4.1.0. 2005-07-05 18:06:17 +00:00
Mikhail Teterin
d650c29c02 Upgrade from 8.4.10 to 8.4.11. Add a hunk to Tk to stop the need for
Tcl sources to be available at Tk build-time. Only a few headers
are actually needed and they are installed by Tcl port under
$LOCALBASE/include/tcl8.x
2005-07-05 17:30:52 +00:00
Gerald Pfeifer
0ed8c919df Update to the 20050630 snapshot of GCC 4.0.1. 2005-07-04 22:05:35 +00:00