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

5318 Commits

Author SHA1 Message Date
Jean-Yves Lefort
15a3316acc Conflicts with metaocaml. 2005-06-27 14:10:29 +00:00
Jean-Yves Lefort
4506d92ae6 Add metaocaml.
MetaOCaml is a multi-stage extension of the OCaml programming language, and
provides three basic constructs called Brackets, Escape, and Run for building,
combining, and executing future-stage computations, respectively. MetaOCaml
is a compiled dialect of MetaML.

WWW: http://www.metaocaml.org/

PR:		ports/82330
Submitted by:	Geoffrey Mainland <mainland@apeiron.net>
2005-06-27 14:05:52 +00:00
Gerald Pfeifer
64468fce1c Update to the 20050625 snapshot of GCC 4.1.0.
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-06-26 11:44:16 +00:00
Gerald Pfeifer
35e0d49840 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-06-25 23:58:33 +00:00
Jimmy Olgeni
1aa050fad9 Fix version number in example. 2005-06-25 20:26:04 +00:00
Gerald Pfeifer
14a2a998be Update to the 20050623 snapshot of GCC 4.0.1. 2005-06-25 00:01:58 +00:00
Jimmy Olgeni
dafad94580 Chase PDF checksums. 2005-06-24 18:06:09 +00:00
Sam Lawrance
ae52e2a6c1 Chase commoncpp update and bump PORTREVISION for these ports.
As result of
PR:		ports/82565
2005-06-24 11:18:56 +00:00
Anton Berezin
cb044765ca Upgrade to 5.8.7. In addition:
- add perl-after-upgrade utility to move around
      dependent packages
    - fix $0 expansion in use.perl [1]
    - enable threaded perl on amd64 [2]
    - always compile perl with -pthread [3]
    - fix errno issue in SDBM_File [4]
    - add support for // and err (defined-or) [5]
    - add WITH_DEBUGGING option [6]
    - fix suidperl symlink [7]
    - fix several small bugs in use.perl
    - print possible WITH_XXX flags (no OPTIONS support yet)

[1] Submitted by:	erwin, Niël Dogger <niel@introweb.nl>
[2] Nudged by:		Mike Schroll <FreeBSD@LogicX.us>
[3] Nudged by:		skv
[4] perl bug #35938
[5] Obtained from:	H.Merijn Brand <h.m.brand@xs4all.nl>
[6] PR:	78811, submitted by:	skv
[7] PR:	80069, submitted by:	Sergey N. Voronkov <serg@tmn.ru>
    A different solution was actually implemented.
2005-06-24 09:17:06 +00:00
Jimmy Olgeni
a50d4b40bb Upgrade to version R10B-6. 2005-06-23 23:00:48 +00:00
Pav Lucistnik
86b7251724 - Update to 5.43.0
PR:		ports/82571
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-06-23 15:10:02 +00:00
David E. O'Brien
2d4b1e6ff4 Update to the 20050618 snapshot of GCC 4.1.0. 2005-06-19 23:50:28 +00:00
David E. O'Brien
3669fa14f7 Update to the 20050616 snapshot of GCC 4.0.1. 2005-06-19 22:57:17 +00:00
Thierry Thomas
2b905abd02 Add cduce 0.3.2.
CDuce is an XML centric programming language result of a joint research
project on XML, semantic subtyping, databases and efficient tree automata.

Despite its XML orientation, it is also generalist.

PR:		82117
Submitted by:	Marwan Burelle <marwan.burelle (at) lri.fr>
2005-06-19 14:38:51 +00:00
Hye-Shik Chang
814a29cb2b - Disable "fpectl" base module on non-i386 platforms to fix build
on the recent -CURRENT i386 base. [1]
- Fix package build on NO_NIS base. [2]

PR:		81806 [1]
Submitted by:	Li-Lun Wang (Leland Wang) <llwang@infor.org> [1],
		ache [2]
2005-06-19 11:34:56 +00:00
Alex Dupre
2d8f23f015 Fix build when libbind is present.
PR:		ports/82024
Submitted by:	Edwin Culp <eculp@bafirst.com>
2005-06-19 10:12:14 +00:00
Maho Nakata
e1ece4900c Ifc trying to link against libdl, which is missing on freebsd.
Submitted by:	Aexander S. Usov <A.S.Usov@KVI.nl>
2005-06-18 03:58:11 +00:00
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Michael Johnson
ba2d70fc08 - Mark BROKEN on 4.x
pnet performance is low on 4.x anyways.
2005-06-17 19:54:28 +00:00
Michael Johnson
4ddb042109 - Update to 0.7.0 2005-06-17 08:29:23 +00:00
Michael Johnson
46e5b0ba23 - Update to 0.3.6 2005-06-17 08:28:50 +00:00
Maho Nakata
bc67bcd3fa update to 8.1.028 2005-06-17 05:04:21 +00:00
Vanilla I. Shu
6fefce80de Upgrade to 0.9.1.010. 2005-06-16 09:33:51 +00:00
Alex Dupre
a4036966af Move oracle library creation to pre-configure instead of post-patch,
since oracle is only a build dependency.

Spotted by:	pointyhat via kris
2005-06-16 06:04:46 +00:00
Sam Lawrance
acd232c2d4 Point these ports to www/mnogosearch31 since they don't build
with the updated www/mnogosearch.

Approved by:	no response from knu, ale (11 days)
2005-06-16 03:25:10 +00:00
Alex Dupre
4107b871ca Add support for zend multibyte.
PR:		ports/76527
Submitted by:	Shinsuke Matsui <poppen@karashi.org>
Strongly desired by:	Lapo Luchini <lapo@lapo.it>
2005-06-14 20:38:26 +00:00
Alex Dupre
0b4285ce02 Add support for Berkeley DB 4.3 and set it as default version.
PR:		ports/82019
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2005-06-14 14:47:26 +00:00
Alex Dupre
c6543f9124 Fix oracle extension.
PR:		ports/81382
Submitted by:	Simun Mikecin <sime@logos.hr>
2005-06-14 14:27:20 +00:00
Jean-Yves Lefort
9f510d7e40 [1]:
- Update to 1.6.02
  - Pass maintainership to submitter

Moreover:
  - Install in ${PREFIX}/share/doc/yorick
  - Use a dynamic packing list

PR:		ports/81475 [1]
Submitted by:	Johan van Selst <johans@stack.nl> [1]
Approved by:	maintainer timeout (21 days)
2005-06-14 12:45:19 +00:00
Daichi GOTO
7900980155 lang/gdc: update to 0.13
- Update to 0.13
  - Update gcc target to 3.4.5-20050607

PR:		ports/82196
Submitted by:	maintainer
2005-06-14 08:18:46 +00:00
Maho Nakata
46a4c74271 A workaround to build libjava.
Approved by:	gerald
2005-06-14 00:45:24 +00:00
Gerald Pfeifer
49d8b9b249 Update to the 20050609 snapshot of GCC 4.0.1. 2005-06-12 23:18:30 +00:00
Gerald Pfeifer
d9473b1047 Update to the 20050611 snapshot of GCC 4.1.0. 2005-06-12 22:07:06 +00:00
Sergey Skvortsov
692d071d45 Update to 0.2.1 2005-06-12 10:54:32 +00:00
Trevor Johnson
c4ae703d01 I don't have any plans for this right now. 2005-06-11 22:58:00 +00:00
Oliver Lehmann
5140032e03 fix build (revert libtool changes so libjit uses libtool 1.3 again)
Noted by:	pointyhat via kris
2005-06-10 04:36:43 +00:00
Oliver Lehmann
8ca5921610 fix pkg-plist
Pointed out by:	pointyhat via kris
2005-06-09 17:03:07 +00:00
Thierry Thomas
2fabb6ed47 - Add a knob WITHOUT_COMPILER_LIB, in order to install compiler libs
(additionnal libs needed to build programs manipulating OCaml modules,
  like the ocaml/cduce interface for example.);

- add an option WITH_OPT_DEFAULT, telling the port to replace ocamlc and
  other tools by there native and faster version;
	WARNING: This option may break other ports!

- Take maintainership.

PR:		ports/81868
Submitted by:	Marwan Burelle <marwan.burelle (at) lri.fr>
2005-06-08 21:16:02 +00:00
Oliver Lehmann
9911a34fc1 added NOT_FOR_ARCHS= sparc64
Noted by:	pointyhat via kris
2005-06-08 17:48:16 +00:00
Gerald Pfeifer
254c2f5548 Update to the 20050607 snapshot GCC 3.4.5. 2005-06-08 17:48:02 +00:00
Alex Dupre
a0f57b5ec7 Fix pear command on FreeBSD-current.
(We loose the output buffering capability,
but we cannot set it inside the script)

PR:		ports/81890
Submitted by:	Edwin Culp <eculp@bafirst.com>
2005-06-08 07:45:15 +00:00
Vanilla I. Shu
d84c43b720 Upgrade to 0.9.1.008. 2005-06-07 15:47:05 +00:00
Pav Lucistnik
6d059a7cd2 - Update to 3.2.1
PR:		ports/81906
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2005-06-06 18:52:04 +00:00
Oliver Lehmann
d047874f2d fix pkg-plist
Pointed out by:	pointyhat via kris
2005-06-06 18:30:24 +00:00
David E. O'Brien
c95909dea6 Remove the Expiration as this builds on -CURRENT again.
Approved by:	krion
2005-06-06 05:42:40 +00:00
Pav Lucistnik
045dcdcadc - allow php4-dba to use Berkeley DB 4.3
PR:		ports/76150
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:	maintainer timeout (5 months)
2005-06-05 20:02:03 +00:00
David E. O'Brien
1260287e64 Fix the build on 6-CURRENT. 2005-06-05 02:49:42 +00:00
Gerald Pfeifer
929871ba8e Update to the 20050604 snapshot of GCC 4.1.0. 2005-06-04 22:41:09 +00:00
Thierry Thomas
b11af969c1 Take maintainership.
PR:		ports/81870
Submitted by:	Marwan Burelle <marwan.burelle (at) lri.fr>
2005-06-04 22:22:20 +00:00
Thierry Thomas
9e5dead7fd Take maintainership.
PR:		ports/81869
2005-06-04 22:20:36 +00:00