1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

69599 Commits

Author SHA1 Message Date
Peter Wemm
42dce6e924 Make this work on ia64. 2003-01-11 23:17:57 +00:00
Eric Anholt
0163fe6682 Add tileworld, an SDL puzzle game.
PR:		ports/43832
Submitted by:	Stefan `Sec` Zehl <sec@42.org>
2003-01-11 21:50:17 +00:00
Jimmy Olgeni
0479a5bcdc Upgrade to version 1.3.6. 2003-01-11 20:53:32 +00:00
David E. O'Brien
fffe5093cf Always use -f with ln. 2003-01-11 20:48:57 +00:00
David E. O'Brien
869d25210f Unbreak mkisofs. 2003-01-11 20:16:51 +00:00
David E. O'Brien
9deaec875b Update to version 2.0. 2003-01-11 20:16:08 +00:00
David E. O'Brien
8b99d4a472 Update to version 2.0. 2003-01-11 20:09:49 +00:00
David E. O'Brien
c79e29b4b3 Update to 1.11.a40 (which is really a version 2.0 alpha). 2003-01-11 20:01:43 +00:00
Alexander Leidinger
6b11c196c9 Add missing files for the 7.0.078 update.
Pointy hat to:	netchild
2003-01-11 17:25:51 +00:00
Alexander Leidinger
26a1b6773a Update icc to 7.0.078.
Note:
Object files built with version 6.0 of Intel(R) Compilers may not link
properly with objects built with version 7.0 of Intel(R) Compilers.
Rebuilding of the object files is suggested.

Changes between the submitted version and the committed version:
 - update to 078 instead of 075
 - treat excessive parameters in function calls as an error instead
   of a warning (removed compatibility with a not named MS product, as
   suggested by Intel)
 - allow to override the INTEL_FLEXLM_LICENSE variable

From the submitter:
- Unbreak usage of signal.h on -current and RELENG_5_0.
  (committers note: see below)
- Fix ownership of installed files when built as non-root.
- Fix the patched versions of the icc- and the icpc-script to work with options
  containing spaces (e.g. '-DFOOBAR="foo bar"').
- Install 'clicense' and 'csupport' in the docs-dir even if NOPORTDOCS is
  defined, the later is not optional but required by 'icid'.
- Move the ld-wrapper to a sub-dir and thus out of what is normally set in
  PATH to prevent footshooting (this isn't perfect but simple until someone
  reworks this port to provide FreeBSD-compatibility in another way... or
  Intel releases a native version).
- Patch the headers to better fit for FreeBSD (hopefully...).

Notes:	- Icc7 is more picky about unknow options than the previous versions,
	  i.e. the gcc-options normally supplied in CFLAGS unless altered in
	  /etc/make.conf. Therefore compilation of ports with icc likely fail
	  if the standard CFLAGS are not unset (e.g. `make CC=icc CFLAGS=""`)
	  or replaced by options valid for icc.
	- When compiling multi-threaded C-code make sure to link with icc and
	  option '-mt' (for ports e.g. via PTHREAD_CFLAGS) otherwise libc_r
	  won't be linked in correctly.

Submitted by:	marius@alchemy.franken.de

Additional information:
 - rev 1.20 of src/sys/i386/include/signal.h introduced __aligned which
   isn't handled in sys/cdefs.h for non GCC compilers (at least not in
   publically available sources)
 - the FreeBSD stdarg.h is missing a macro for va_copy() in the non GCC case,
   we handle it in the port, but be prepared to get problems when the base
   system gets fixed
 - we don't use the icc-buildin of alignof()
 - Intel provides a float.h which has different floatingpoint values
   (e.g. MAX_FLOAT) than we have in the base system, in the port we use the
   FreeBSD header (Warner knows about the issue... at least he got a mail
   from me and Marius)
 - we replace __wchar_t with __ct_rune_t because icc has a build-in type
   for it, this affects "typedef __ct_rune_t __wchar_t;" in sys/_types.h.
   It isn't known if this may be evil...
 - icc doesn't need the option "-mt" anymore to generate thread safe code,
   but our FreeBSD version still needs it to be able to choose libc_r
   instead of libc

If a src-committer wants to address any of the above mentioned issues he
should first contact me, I may have already some fixes in my local tree.
2003-01-11 17:21:41 +00:00
Norikatsu Shigemura
a8498d8c95 Update to 1.3.7.
Submitted by:	Jigoku <gehenna@jp.FreeBSD.org>
2003-01-11 17:17:13 +00:00
MANTANI Nobutaka
0b3819672c Install elmo-shimbun.el regardless of existence of emacs-w3m.
Suggested by:	yoichi
2003-01-11 16:59:30 +00:00
Ying-Chieh Liao
e3e539b358 add py-pexpect 0.95
A Pure Python Expect-like module
2003-01-11 16:07:44 +00:00
Akinori MUSHA
02c4890c4b Update to 0.4.11. 2003-01-11 15:54:31 +00:00
Alexander Leidinger
fac5d6980a Bump PORTREVISION because of lib-dep change (see below).
From submitter:
- Remove an outdated comment in the Makefile.
- Fix MASTER_SITES.
- Switch from ancient math/libgmp-freebsd to math/libgmp4, the former
  hardly compiles on architectures other/newer than i386 and alpha.
  Tested on i386 and sparc64.

Submitted by:	marius@alchemy.franken.de
2003-01-11 15:38:34 +00:00
Alexander Leidinger
9f138ca86b From submitter:
- Update to 1.0.53rev1.
- Chase math/libgmp4 version.
- Fix compilation with GCC3 when WITH_GMP is defined.

Submitted by:	marius@alchemy.franken.de
2003-01-11 15:32:24 +00:00
Dirk Meyer
cabb8ea360 - update to newer release
- MASTER_SITE_GNUSTEP
2003-01-11 14:57:19 +00:00
Dirk Meyer
344ba4f59a - Take maintainership
- use tabs
2003-01-11 14:29:31 +00:00
Dirk Meyer
d26fb14bb7 - Improve depends
1) needs ffcall to build.
2) gnustep-objc is only for 4.x systems
Suggested by: jagapen@students.wisc.edu
2003-01-11 14:22:44 +00:00
Alan Eldridge
b641d1bbff renamed ncurses-dialog to cdialog in devel 2003-01-11 12:52:45 +00:00
Alan Eldridge
38e4b94c67 Renamed from ncurses-dialog. knu@ said to delete+add, soo... 2003-01-11 12:50:51 +00:00
Clive Lin
79fa8d597f Add a new master site. 2003-01-11 12:50:38 +00:00
Alan Eldridge
a9751d47b3 Use name cdialog as that is common internet usage for this package.
Changed portname. Will repocopy.
2003-01-11 12:30:44 +00:00
Max Khon
c2f735f15b correctly specify path to fidoconfig configuration file in man pages 2003-01-11 12:14:54 +00:00
Akinori MUSHA
c0f1f98958 Set RUBY_DEFAULT_VER to 1.8 on alpha, sparc64 and ia64. Ruby 1.6 has
some unidentified coredumping problems on these platforms and there
will be no more release from the 1.6 branch.
2003-01-11 12:13:05 +00:00
Max Khon
7044ad815c - strip shared libs when installing
- do not USE_REINPLACE for all husky ports
- create soft link to huskymak.cfg in pre-build stage
2003-01-11 12:12:07 +00:00
Dirk Meyer
04b4de8d3d - Support build on ia64 2003-01-11 11:22:41 +00:00
Dirk Meyer
12d04ad4bc - Clean up FLAGS for sparc64, verfied build and regression
- Prepare entries for ia64
2003-01-11 10:55:39 +00:00
Akinori MUSHA
d567e43b9c Explicitly specify RUBY_VER=1.6. 2003-01-11 10:23:52 +00:00
Akinori MUSHA
e5f6fc0027 Update lang/ruby-devel to the latest 1.8 snapshot as of 2003-01-11,
which now supports FreeBSD/sparc64.

Set ONLY_FOR_ARCHS to i386, alpha and sparc64.  Ruby does not support
IA64 yet.  It does not even build or install correctly.  We need some
clue to the IA64 stack structure and handling of the IA64 register
windows.
2003-01-11 10:16:22 +00:00
Akinori MUSHA
268a3341db Set ONLY_FOR_ARCHS to i386, alpha and sparc64.
Ruby does not support IA64 yet.  It does not even build or install
correctly.  We need some clue to the IA64 stack structure and handling
of the IA64 register windows.
2003-01-11 10:13:05 +00:00
Eric Anholt
5f2eaa837a Fix cooked ioctl bug ignoring the last track, add porter's copyright.
Submitted by:	corecode@corecode.ath.cx (maintainer)
2003-01-11 09:15:00 +00:00
Akinori MUSHA
a76e5b75f2 Update to 1.2.1. 2003-01-11 08:57:50 +00:00
Akinori MUSHA
1ceadce2c7 Update to 1.0.1. 2003-01-11 08:56:33 +00:00
Akinori MUSHA
633f5b7264 Update to 2.j, which now supports Ruby 1.8. 2003-01-11 08:53:55 +00:00
Akinori MUSHA
1423ddf335 Update Oni Guruma (alternative BSDL regexp engine) to 20030109. 2003-01-11 08:46:30 +00:00
Akinori MUSHA
d47134d760 This does not seem to require ruby-rdtool. 2003-01-11 08:39:17 +00:00
Akinori MUSHA
6800ba47b9 linuxthreads' shlib major is 3 on FreeBSD 5 or later. 2003-01-11 08:37:29 +00:00
Joe Marcus Clarke
b50d35c4ee Add drgenius, a geometry exploration application built on top of GNOME.
Requested by:	P. U. Kruppa <520023893678-0001@t-online.de>
2003-01-11 08:35:25 +00:00
Akinori MUSHA
f119768e79 www.itlb.te.noda.sut.ac.jp was replaced with www.itlb.te.noda.tus.ac.jp,
but the latter is a different host and unreachable.
2003-01-11 08:29:05 +00:00
Akinori MUSHA
93f932a66b Fix typos. 2003-01-11 08:20:51 +00:00
Akinori MUSHA
8d161d9388 Update to 1.4.3 (revision 2) and update URLs. 2003-01-11 08:19:59 +00:00
Akinori MUSHA
27754b5c4e Add a simple check for MAINTAINER not to include multiple addresses or
comments.

Approved by:	portmgr
2003-01-11 08:18:48 +00:00
Akinori MUSHA
a698c9b499 Update to 2.1.9. (Still 5.x is not supported yet) 2003-01-11 08:17:24 +00:00
Alan Eldridge
4ea8c5833e updated to version 0.6 2003-01-11 05:32:40 +00:00
Alan Eldridge
9a01a34c6e backout of new port; i screwed it up and do not have time to fix it 2003-01-11 03:38:02 +00:00
Alan Eldridge
063a7320a5 screwed this up; i will re-port another time 2003-01-11 03:36:37 +00:00
Patrick Li
0cc14d67e3 Update to 0.19.0
PR:		ports/46906
Submitted by:	maintainer
2003-01-11 03:27:18 +00:00
Patrick Li
857fd0cb66 Update to 0.38
PR:		ports/46952
Submitted by:	maintainer
2003-01-11 03:18:51 +00:00
Patrick Li
29ed872355 Update to 1.0
PR:		ports/46965
Submitted by:	maintainer
2003-01-11 03:14:12 +00:00