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

7348 Commits

Author SHA1 Message Date
Michael Johnson
ac607e06fc Update to 0.1.3 2007-09-02 21:39:03 +00:00
Ion-Mihai Tetcu
598e062ad8 Update to 138
PR:		ports/116027
Submitted by:	James Bailie (maintainer)
2007-09-02 19:02:03 +00:00
Joseph Koshy
282e3928bb - Use SUB_FILES and SUB_LIST. [1]
- Minor tweaks to the port Makefile and pkg-install script.

Suggested by:	sat [1]
Submitted by:	Johannes 5 Joemann [MAINTAINER]
2007-09-02 05:48:55 +00:00
Joseph Koshy
f53e9f699c - Use SUB_FILES and SUB_LIST. [1]
- Tweak pkg-install script (no user visible changes).

Suggested by:	sat [1]
Submitted by:	Johannes 5 Joemann [MAINTAINER]
2007-09-02 05:47:05 +00:00
Alex Dupre
a4f7d9d69c Chase mpfr library and bump PORTREVISION. 2007-08-30 09:56:05 +00:00
OKAZAKI Tetsurou
ec9e1d523b Fix compile errors when using GCC 4.x.
PR:		115731
Submitted by:	maintainer
2007-08-29 17:03:11 +00:00
Mathieu Arnold
787280fecd Update to 0.17009 2007-08-29 12:36:36 +00:00
OKAZAKI Tetsurou
a75df58427 Update to 1.0.9.
PR:		115857
Submitted by:	maintainer
2007-08-29 00:13:41 +00:00
Joseph Koshy
a6186fde89 Update to v110.65. Upstream changes from the previous version of the
port include:
 - many bug fixes, a revised regression test suite.
 - a new MLRISC code generator for the amd64.
 - "lexgen" has been replaced by "ml-ulex".
 - "ml-ulex", "ml-antlr" and "trace-debug-profile" are now part of
   the default install.

Remove CONFLICTS with sml-nj. The sml-nj* ports now use a helper
script (installed as ${PREFIX}/bin/multiexec-wrapper) to resolve
conflicting executable names (such as sml, ml-lex, etc.).

Submitted by:	Johannes 5 Joemann [MAINTAINER]
2007-08-27 15:41:19 +00:00
Joseph Koshy
ad03a35ec8 - Remove CONFLICTS (with smlnj-devel). Use a helper script (installed
as ${PREFIX}/bin/multiexec-wrapper) to resolve conflicting
  executable names (such as sml, ml-lex, etc.).
- Bump PORTREVISION.
- Update MASTER_SITES.

Submitted by:	Johannes 5 Joemann [MAINTAINER]
2007-08-27 15:24:48 +00:00
Hye-Shik Chang
4bd491fc9a - Update to 2.2.
- Pass maintainership to python@ team.
2007-08-27 07:45:23 +00:00
Max Khon
4b472605f2 Use PREFIX instead of MANPREFIX for --mandir. 2007-08-25 09:42:57 +00:00
Gerald Pfeifer
d003ac37af Update to the 20070822 snapshot of GCC 4.2.2. Add the same CONFLICTS with
lang/gcc295 that we already have in lang/gcc43.
2007-08-23 10:54:12 +00:00
Max Khon
3fa1df3896 - Fix build on x86_64 [1]
- Fix build with gcc 4.2.1.

Pointed out by:	kris via pointyhat [1]
2007-08-23 05:23:53 +00:00
Roman Bogorodskiy
0209dda20d Update 0.9.12. 2007-08-23 04:38:52 +00:00
Daichi GOTO
6957530bf4 lang/neko: fixed compile error on amd64 6
- fixed compile error (6-RELEASE amd64, 7-CURRENT amd64)

PR:		ports/115723
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
Pointed out by:	via krisbot
2007-08-23 04:33:00 +00:00
Gerald Pfeifer
f48fc1a54b Update to the 20070820 snapshot of GCC 4.1.3. Add the same CONFLICTS with
lang/gcc295 that we already have in lang/gcc43.
2007-08-22 23:01:24 +00:00
Andrey Slusar
7a83361095 - Update to latest version 2.3
PR:		ports/115685
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	Hirohisa Yamaguchi (maintainer)
2007-08-22 18:27:38 +00:00
Edwin Groothuis
8df56b8de6 Fix INDEX.
Pointy hat to: fjoe@

See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-depend.html#AEN2125 on how to use BUILD_DEPENDS.
2007-08-21 11:57:10 +00:00
Tong LIU
aa7a89a6fe - add bash to RUN_DEPENDS
- change bash declare in patch

Approved by:	delphij (mentor)
2007-08-21 11:18:13 +00:00
Max Khon
08cfe34e36 New port: cint
CINT is a C/C++ interpreter aimed at processing C/C++ scripts.

CINT covers about 95% of ANSI C and 85% of C++. A CINT script can call
compiled classes/functions and compiled code can make callbacks to CINT
user defined functions. Utilities, like makecint and rootcint, automate
the process of embedding compiled C/C++ library code as shared objects
(as Dynamic Link Library, DLL, or shared library, .so). Source files
and shared objects can be dynamically loaded/unloaded without stopping
the CINT process. CINT offers a gdb like debugging environment for
interpreted programs.
2007-08-21 09:43:13 +00:00
Martin Wilke
b5796e50b5 - Update to 0.8.11
PR:		115602
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2007-08-21 09:25:22 +00:00
Daichi GOTO
e12c080bf5 The Neko Programming Language
Neko is a high-level dynamically typed programming language which can
also be used as an embedded scripting language. It has been designed to
provide a common runtime for several different languages.

Neko is not only very easy to learn and use, but also has the flexibility
of being able to extend the language with C libraries. You can even write
generators from your own language to Neko and then use the Neko Runtime to
compile, run, and access existing libraries.

WWW: http://nekovm.org/

Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp>
2007-08-21 06:13:33 +00:00
Tong LIU
d3aaeea0ba - add two sites to MASTER_SITE
Approved by:	delphij (mentor)
2007-08-21 02:03:27 +00:00
Gerald Pfeifer
c4c7231c1e Update to the 20070817 snapshot of GCC 4.3.0. 2007-08-20 08:03:28 +00:00
Gerald Pfeifer
1492216b48 Update to the 20070815 snapshot of GCC 4.2.2. 2007-08-19 15:07:06 +00:00
Martin Wilke
0190622d48 2007-08-19 www/emacs-w3m-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 mail/wanderlust-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 mail/rmime: emacs20 and related ports are obsolete; also, distfile is unfetchable
2007-08-19 mail/mew2-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 mail/mew-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 mail/emh-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 lang/tuareg-mode.el: emacs20 and related ports are obsolete; this port needs an update
2007-08-19 korean/hanemacs: depends on emacs19 which is obsolete
2007-08-19 japanese/weather-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 08:53:57 +00:00
Martin Matuska
68e3e2f64e - Fix PORTDOCS for AOLSERVER_XOTCL 2007-08-18 09:23:11 +00:00
Kris Kennaway
a8628b4542 BROKEN: Patch fails 2007-08-18 01:06:59 +00:00
Roman Bogorodskiy
14877617e7 Update to 0.9.11. 2007-08-17 18:28:29 +00:00
Martin Matuska
144f7506a8 - Update to 1.5.4
- Remove PORTDOCS from pkg-plist

Approved by:	garga (mentor, implicit)
2007-08-16 08:57:03 +00:00
Cheng-Lung Sung
0617a6c057 - Update to 1.21 2007-08-15 00:52:44 +00:00
Gerald Pfeifer
e810042f12 Add missing note on the CONFLICTS with lang/gcc295.
Reported by:	cy
2007-08-11 19:45:44 +00:00
Gerald Pfeifer
c6351b4e90 Update to the 20070810 snapshot of GCC 4.3.0. 2007-08-11 19:12:37 +00:00
Dirk Meyer
1df1a254f7 - update to 0.6 2007-08-08 15:52:47 +00:00
Gerald Pfeifer
bc9aff3e1c Update to the 20070806 snapshot of GCC 4.1.3. 2007-08-07 18:50:28 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Cheng-Lung Sung
85d7e0f4ff - mark BROKEN
- will try to fix in current revision (pugs)
2007-08-03 07:05:32 +00:00
Tilman Keskinoz
6031db5ce7 Fix build on 64bit platforms 2007-08-02 12:51:07 +00:00
Max Khon
2e57b3044e Remove fsf-funding.7, gfdl.7 and gpl.7 manpages (as all other gcc* ports do). 2007-08-01 14:58:44 +00:00
Jimmy Olgeni
cde3e8d520 Force use of libcrypto.so. This will fix the build on amd64 (tested on sledge).
PR:		ports/114022
Submitted by:	benno
2007-07-31 21:22:04 +00:00
Martin Matuska
cd70c2c96a - Add USE_XORG=xext
- Add xorg-related CONFIGURE_ARGS
- Bump PORTREVISION

Approved by:	garga (mentor, implicit)
2007-07-31 21:03:29 +00:00
Tilman Keskinoz
3bf0396838 Fix build on 64bit platforms 2007-07-31 18:05:33 +00:00
Alexander Botero-Lowry
923bd8b2f8 - use PORTUPGRADE_CMD instead of PORTUPGRADE so as not to confict with the
portupgrade env variable

Pointed out by:	Miroslav Lachman <000.fbsd@quip.cz>
2007-07-31 16:28:32 +00:00
Tilman Keskinoz
8c678c2cfa Mark DEPRECATED and set an EXPIRATION_DATE
PR:		115061
Submitted by:	Karel Miklav <karel@lovetemple.net>
2007-07-31 12:01:03 +00:00
Pav Lucistnik
244efa3322 - Package man pages
Reported by:	pointyhat
2007-07-31 10:57:12 +00:00
Andrew Pantyukhin
832f1c0b76 - Update to 2.1.2 2007-07-31 07:53:53 +00:00
Pav Lucistnik
b77d390c15 - Cleanup docsdir
Reported by:	pointyhat
Pointy hat to:	nemoliu
2007-07-30 18:07:50 +00:00
Martin Matuska
51738bce77 - Unbreak by removing check for unused X11/Intrinsic.h
- Reorganize post-patch for better readability

Approved by:	garga (mentor, implicit)
2007-07-30 15:03:09 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Kris Kennaway
789411caa0 BROKEN: Segfault during build 2007-07-28 22:31:18 +00:00
Gerald Pfeifer
12270bbd80 Update to the 20070727 snapshot of GCC 4.3.0. 2007-07-28 16:25:26 +00:00
Michael Johnson
12bc2397ac Update to 0.1.2 2007-07-28 15:56:21 +00:00
Ade Lovett
3b3128196e Update to the autotools new world order.
Tested by:	numerous package build runs
Approved by:	portmgr
Thanks to:	des, kris, linimon, pav
2007-07-28 06:33:59 +00:00
Oliver Braun
371a67994b make fetchable, update WWW
PR:		ports/114637
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2007-07-27 21:54:30 +00:00
Martin Wilke
21c3a353de - Update to 1.0.8
PR:		114909
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
2007-07-26 11:53:07 +00:00
Max Khon
ff980638b4 Reorder CATEGORIES so that PKGORIGIN is generated correctly. 2007-07-26 03:26:47 +00:00
Max Khon
944a74aac7 Fix build on EMT64T: add --disable-shared for this platform as recommended
in README.LLVM.
2007-07-25 20:17:36 +00:00
Max Khon
0d3eb7bc3f - Add missing dependency on llvm
- Remove debugging garbage
2007-07-25 19:08:15 +00:00
Max Khon
e529eb5f66 New port: llvm-gcc4
lvm-gcc is the LLVM C front end. It is a modified version of gcc
that compiles C/C++/ObjC programs into native objects, LLVM bitcode or
LLVM assembly language, depending upon the options.

By default, llvm-gcc compiles to native objects just like GCC does.
If the -emit-llvm option is given then it will generate LLVM bitcode
files instead. If -S (assembly) is also given, then it will generate
LLVM assembly.

Being derived from the GNU Compiler Collection, llvm-gcc has many of
gcc's features and accepts most of gcc's options. It handles a number
of gcc's extensions to the C programming language.
2007-07-25 18:56:38 +00:00
Pav Lucistnik
245ea6e4b1 - Fix typo IA32_BINART_PORT -> IA32_BINARY_PORT
Spotted by:	Scot Hetzel <swhetzel@gmail.com>
2007-07-25 08:18:14 +00:00
Alex Dupre
86b2339724 Add support for firebird2 in pdo_firebird extension. 2007-07-25 07:19:18 +00:00
Mark Linimon
8e67ddf7bf Switch firebird dependency from hardcoding to USE_FIREBIRD. This switches
the default to v2 and thus fixes some packages on pointyhat.

Hat:		portmgr
2007-07-25 06:35:04 +00:00
Tong LIU
849bee643d - update to 1.0
Approved by:	delphij (mentor)
2007-07-25 02:34:31 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Rong-En Fan
671f8b31fb - Announce --mandir and --infodir in configure --help so it won't fail
when we pass them for GNU_CONFIGURE

PR:		ports/111470
Approved by:	portmgr
Tested by:	pointyhat exp run
2007-07-23 09:23:53 +00:00
Pav Lucistnik
237e002096 - Mark jdk11 / jdk12 ports for removal in 1 month
Inspired by:	glewis
With hat:	portmgr
2007-07-22 00:59:43 +00:00
Gerald Pfeifer
4c4cd0d517 Update to the 20070709 snapshot of GCC 4.1.3 and remove optional support
for the Fortran frontend (and thus the obsolete WITH_FORTRAN option).
2007-07-22 00:16:43 +00:00
Gerald Pfeifer
ba3e11610e Update to the 20070720 snapshot of GCC 4.3.0. 2007-07-21 18:59:38 +00:00
Mark Linimon
18f405e5b2 Start the deorbit burn of emacs20 and dependent files. They are antiquated.
Discussed with: various emacs maintainers
Hat:            portmgr
2007-07-19 09:30:52 +00:00
Lev A. Serebryakov
2d2c2b59ae Source tarball was replaced by author.
Changes are: new makedepend.sh, some clean-ups in makefiles.
2007-07-18 08:38:15 +00:00
Thierry Thomas
2cd8ba9190 Upgrade to 1.0.19.
Changelog at <http://gambas.sourceforge.net/changelog.html>.
2007-07-17 20:43:44 +00:00
MANTANI Nobutaka
a5eda4c055 Make EMACS_PORT_NAME overridable. 2007-07-16 10:21:58 +00:00
Maho Nakata
6b51156fbf Pass the maintainership to M. L. Dodson. 2007-07-16 04:09:38 +00:00
Wes Peters
c8ff974cb0 Fix the OSVERSION check so it will actually be defined.
Submitted by:	Pav Lucistnik <pav@FreeBSD.org>
2007-07-16 03:09:31 +00:00
Wes Peters
60cf89a0c0 Cram deprecation of this port down the throats of 7.x users. 2007-07-15 18:57:52 +00:00
Stanislav Sedov
61a4eaf412 - Delete rb_thread_status prototype from public header, since it causes
problems with some extensions. This also had been fixed in upsteam CVS.
- Bump portrevision.

Reported by:	many
2007-07-15 09:39:06 +00:00
Gerald Pfeifer
491c1c9c09 Update to the 20070713 snapshot of GCC 4.3.0. 2007-07-15 05:36:39 +00:00
Gerald Pfeifer
4320884047 Update to the 20070712 snapshot of GCC 4.2.1 which also is the second RC
for the GCC 4.2.1 release.
2007-07-15 02:15:10 +00:00
Pav Lucistnik
9403e3ade8 - Mark BROKEN: does not build 2007-07-15 00:46:42 +00:00
Andrew Pantyukhin
a2ecb03581 - Fix build on 32-bit platforms
Reported by:	pointyhat via pav
2007-07-14 16:31:39 +00:00
Andrew Pantyukhin
f5c217d224 - Add port lang/squirrel
- Register conflicts with archivers/squsq

Squirrel is a high level imperative/OO programming language, designed
to be a powerful scripting tool that fits in the size, memory bandwidth,
and real-time requirements of applications like games. However Squirrel
offers a wide range of features like dynamic typing, delegation, classes
& inheritance, higher order functions, generators, coroutines, tail
recursion, exception handling, automatic memory management, weak
references, etc.

Squirrel is inspired by languages like Python, Javascript and especially
Lua. The API is very similar and the table code is based on the Lua one.

WWW: http://squirrel-lang.org/
Author: Alberto Demichelis <alberto@ademichelis.com>
2007-07-14 12:17:12 +00:00
Michael Johnson
0ea066e4ab Get out of my time machine and use share/gnome insted of share/
Reported by:	mezz
2007-07-13 17:44:46 +00:00
Michael Johnson
d49673bb67 Update to 0.1.1 2007-07-13 14:35:02 +00:00
Michael Johnson
8d9bb4844d Install pkgconfig files under libdata 2007-07-11 20:45:41 +00:00
Pav Lucistnik
507163705c This utility converts both 48k and 128k ZX Spectrum BASIC programs stored
as plain text files into TAP files.

TAP files can be used in most ZX Spectrum emulators and can be concatenated
together using cat(1).

Author: Martijn van der Heide

PR:		ports/114046
Submitted by:	Rene Ladan <r.c.ladan@gmail.com>
2007-07-11 19:18:08 +00:00
Stanislav Sedov
889c289308 - Add a bunch of fixes and patchs from the upstream. These fixes a lot of
serious bugs, some of which can pose security-related problems.
- Bump up PORTREVISION.

Requested by:	many
2007-07-10 15:04:49 +00:00
Michael Johnson
ba3ce64809 Add vala
Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.

valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala source
code. It's also planned to generate GIDL files when gobject-
introspection is ready.

WWW: http://live.gnome.org/Vala
2007-07-10 12:16:09 +00:00
Gerald Pfeifer
a7e14c041e Update to the 20070703 snapshot of GCC 4.2.1 which also is the first RC
for the GCC 4.2.1 release.
2007-07-07 10:51:20 +00:00
Edwin Groothuis
1fa9e4844d dyeske at yahoo dot com -> dyeske at gmail dot com 2007-07-05 23:39:06 +00:00
Alexey Dokuchaev
7237ce327b The port does not install any additional docs/examples anyways, so remove
the useless target.
2007-07-04 17:08:43 +00:00
Alexey Dokuchaev
bb862a8251 - Fix the build with GCC 4.2 [1]
- Nuke trivial pkg-message.in
- Usual round of Makefile cleanups

Reported by:	pointyhat (logs) [1]
2007-07-04 16:56:23 +00:00
Martin Wilke
763c46d6ce - New bootstrap compiler
- GCC 4.1.2 release version sources used
- PORTREVISION bump

PR:		113875
Submitted by:	Karel Miklav <karel@lovetemple.net> (maintainer)
2007-07-04 10:46:23 +00:00
Rong-En Fan
457c542620 - Update to 20070501
- Add one fix from src/usr.bin/awk/lib.c.diff rev 1.2
- Normalize DIST_SUBDIR as other ports

PR:		ports/114227
Submitted by:	Pedro F. Giffuni <giffunip at tutopia.com>
2007-07-04 09:01:45 +00:00
Pav Lucistnik
07883919f2 - Mark BROKEN on 7.X
- Schedule for removal in 2 months
2007-07-03 22:55:09 +00:00
Alexander Leidinger
fa24049ea7 Don't automatically search for the src rpm when running on pointyhat. [1]
Perl is covered by the Artistic License, so we don't need to provide the
source.

Noticed by:	pointyhat (pav) [1]
2007-07-03 13:20:16 +00:00
Martin Matuska
36cebc538a - move AOLSERVERBASE under PREFIX
Approved by:	garga (mentor)
2007-07-02 22:44:13 +00:00
Jimmy Olgeni
f9269d328d * Use gcc(1) rather than ld(1) to link the crypto_drv.so port driver, else the Erlang runtime would fail to load it.
* Use the correct struct member when compiling SCTP support (this should unbreak CURRENT).

Submitted by:	dumbbell
2007-07-02 20:47:53 +00:00
Pav Lucistnik
9a0d0575be - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2 2007-07-02 19:01:04 +00:00
Andrey Slusar
1a094089e1 Fix installing from package.
Reported by:	infofarmer
2007-07-02 18:15:52 +00:00