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

5459 Commits

Author SHA1 Message Date
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