summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.18.Joe Marcus Clarke2003-01-1310-144/+39
| | | | Notes: svn path=/head/; revision=73061
* Remove the "warning -> error" options for excessive function arguments,Alexander Leidinger2003-01-132-2/+4
| | | | | | | | | they seem to cause problems in some cases. Noticed by: roberto, marius@alchemy.franken.de Notes: svn path=/head/; revision=73032
* Add missing files for the 7.0.078 update.Alexander Leidinger2003-01-1128-0/+2094
| | | | | | | Pointy hat to: netchild Notes: svn path=/head/; revision=72915
* Update icc to 7.0.078.Alexander Leidinger2003-01-1118-2258/+2262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=72914
* - Improve dependsDirk Meyer2003-01-111-2/+6
| | | | | | | | | 1) needs ffcall to build. 2) gnustep-objc is only for 4.x systems Suggested by: jagapen@students.wisc.edu Notes: svn path=/head/; revision=72904
* Explicitly specify RUBY_VER=1.6.Akinori MUSHA2003-01-112-0/+4
| | | | Notes: svn path=/head/; revision=72892
* Update lang/ruby-devel to the latest 1.8 snapshot as of 2003-01-11,Akinori MUSHA2003-01-114-2/+8
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=72891
* Set ONLY_FOR_ARCHS to i386, alpha and sparc64.Akinori MUSHA2003-01-112-0/+10
| | | | | | | | | 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. Notes: svn path=/head/; revision=72890
* Update Oni Guruma (alternative BSDL regexp engine) to 20030109.Akinori MUSHA2003-01-118-44/+28
| | | | Notes: svn path=/head/; revision=72885
* Update to 1.0Patrick Li2003-01-115-7/+10
| | | | | | | | PR: ports/46965 Submitted by: maintainer Notes: svn path=/head/; revision=72870
* Fix mastersiteEdwin Groothuis2003-01-101-1/+1
| | | | | | | | PR: ports/46917 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=72836
* upgrade to 2.30Ying-Chieh Liao2003-01-085-34/+44
| | | | | | | | | | pass maintainership PR: 46843 Submitted by: Henrik Motakef <henrik.motakef@web.de> (new maintainer) Notes: svn path=/head/; revision=72732
* Update to version 5.04.2.Jimmy Olgeni2003-01-079-18/+21
| | | | Notes: svn path=/head/; revision=72686
* smalleiffel -> smarteiffelYing-Chieh Liao2003-01-0615-2030/+1132
| | | | | | | | | | upgrade to 1.0 PR: 46044 Submitted by: maintainer Notes: svn path=/head/; revision=72633
* Define INSTALLS_SHLIB.Joe Marcus Clarke2003-01-041-0/+1
| | | | Notes: svn path=/head/; revision=72518
* Chase libpq version bump.Sean Chittenden2003-01-041-1/+1
| | | | Notes: svn path=/head/; revision=72511
* upgrade to 501bYing-Chieh Liao2003-01-038-34/+55
| | | | | | | | PR: 46255 Submitted by: maintainer Notes: svn path=/head/; revision=72424
* upgrade to 0.15Ying-Chieh Liao2003-01-032-2/+2
| | | | | | | | PR: 46247 Submitted by: Jose Abelardo Martinez salinas <jamartinez@altern.org> Notes: svn path=/head/; revision=72423
* Update to 0.10Tilman Keskinoz2003-01-0312-130/+50
| | | | | | | | PR: 46307 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=72419
* Update to 2.0.10Tilman Keskinoz2003-01-035-42/+5
| | | | | | | | PR: 46305 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=72416
* chase gdbm lib versionYing-Chieh Liao2003-01-0314-14/+14
| | | | Notes: svn path=/head/; revision=72367
* upgrade to 4.2.0Ying-Chieh Liao2003-01-023-3/+13
| | | | | | | | PR: 45936 Submitted by: Ports Fury Notes: svn path=/head/; revision=72266
* upgrade to 1.0a8Ying-Chieh Liao2003-01-022-8/+9
| | | | | | | | PR: 45935 Submitted by: Ports Fury Notes: svn path=/head/; revision=72264
* fix MAINTAINTER to ports@FreeBSD.orgDirk Meyer2003-01-021-1/+1
| | | | | | | | PR: 46686 Submitted by: erwin@lansing.dk Notes: svn path=/head/; revision=72250
* upgrade to 5d7Ying-Chieh Liao2003-01-025-79/+45
| | | | | | | | PR: 45855 Submitted by: Ports Fury Notes: svn path=/head/; revision=72241
* Fix dependencies: remove USE_XLIB and depend on tk84.Jimmy Olgeni2003-01-022-2/+2
| | | | Notes: svn path=/head/; revision=72194
* Update to 0.17.Joe Marcus Clarke2003-01-019-43/+87
| | | | | | | | Requested by: many Not tested by: me Notes: svn path=/head/; revision=72080
* * remove ONLY_FOR_ARCHOliver Braun2003-01-011-1/+3
| | | | | | | * add BROKEN for alpha and sparc64 Notes: svn path=/head/; revision=72059
* Upgrade to 5.04.2.Oliver Braun2003-01-016-24/+27
| | | | | | | | PR: ports/46230 Submitted by: maintainer Notes: svn path=/head/; revision=72056
* Actually all that needed to be done in this file to fix for 5-CURRENTDavid E. O'Brien2003-01-011-26/+6
| | | | | | | is to remove the explicit "-m elf_i386" and use the default emulation. Notes: svn path=/head/; revision=72001
* Unbreak: update checksums for some PDF documents.Jimmy Olgeni2003-01-012-11/+11
| | | | Notes: svn path=/head/; revision=72000
* Attempt to Fix build on -CURRENTTilman Keskinoz2002-12-316-12/+142
| | | | | | | | | | Good bye 2002! Happy new year 2003! (CET) PR: 46483 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org> Notes: svn path=/head/; revision=71999
* Add a patch to support FreeBSD/sparc64.Akinori MUSHA2002-12-312-0/+60
| | | | | | | Obtained from: self (Ruby CVS) Notes: svn path=/head/; revision=71996
* Add ONLY_FOR_ARCHS=i386. Does not build correctly on alpha and sparc64.Oliver Braun2002-12-311-0/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=71995
* Fix port so it can actually compile and link programs.Alan Eldridge2002-12-313-43/+79
| | | | | | | Approved by: implicit - port was borked. Notes: svn path=/head/; revision=71991
* Update to the Dec 13, 2002 version:David E. O'Brien2002-12-303-20/+4
| | | | | | | | | | | | for the moment, the internationalization changes of nov 29 are rolled back -- programs like x = 1.2 don't work in some locales, because the parser is expecting x = 1,2. until i understand this better, this will have to wait. Approved by: knu(portmgr) Notes: svn path=/head/; revision=71983
* Make the fetch work with MASTER_SITE_SUBDIRs.Daniel Eischen2002-12-281-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=71955
* egcs.cygnus.com does not exist any longer; refer to gcc.gnu.org instead.Gerald Pfeifer2002-12-271-3/+1
| | | | | | | Approved by: knu (portmgr) Notes: svn path=/head/; revision=71929
* Fix BUILD_DEPENDS.Norikatsu Shigemura2002-12-261-1/+1
| | | | Notes: svn path=/head/; revision=71853
* Update RUBY_VER and fix the build.Akinori MUSHA2002-12-264-4/+4
| | | | | | | Submitted by: nork Notes: svn path=/head/; revision=71849
* lang/ruby:Akinori MUSHA2002-12-2413-39/+47
| | | | | | | | | | | | | | | | | | | | | | | - Update to the 1.6.8 final release. (which fixes a couple of coredumping bugs) - Update Oni Guruma (alternative BSDL regexp engine) to 20021210. - Attach a small knob for debugging. lang/ruby-devel - Update to 1.8.0 preview 1 + errata patch. (fixes a couple of coredumping bugs) - Update Oni Guruma (alternative BSDL regexp engine) to 20021210. - Fix pkg-plist nits. lang/ruby16-shim-ruby18 - Update to 1.8.0 preview 1. (sync with 1.6.8 & 1.8.0 preview1) - Fix pkg-plist nits. Approved by: lioux (and self) A Merry Christmas to: all of you Notes: svn path=/head/; revision=71837
* - prepare MASTER_SITE_GNUSTEPDirk Meyer2002-12-232-2/+6
| | | | Notes: svn path=/head/; revision=71826
* - use opentool in GNUstep.shDirk Meyer2002-12-231-7/+8
| | | | Notes: svn path=/head/; revision=71825
* Fix on -current (get gmp from ${LOCALBASE})Eric Anholt2002-12-211-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=71748
* Make port building again, treecc has been upgradedEdwin Groothuis2002-12-201-1/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=71738
* Ports needs gmp.h, port gets gmp.hEdwin Groothuis2002-12-191-0/+2
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=71724
* Fix building with GCC3.Christian Weisgerber2002-12-181-0/+14
| | | | Notes: svn path=/head/; revision=71719
* Update gauche & gauche-gdbm to 0.6.6.Akinori MUSHA2002-12-184-22/+12
| | | | | | | | | | | | | | | | | | | | From the freshmeat announcement: A number of bugs are fixed, including a gauche.net bug and do-form compilation bug which were sometimes the cause of crashes. Several new modules are added, including message digest libraries (rfc.md5, rfc.sha1, rfc.hmac, and util.digest), thread-local parameter support, and port seek. Other enhancements include string split to take strings and a regexp as a splitter. Unfortunately, this does not fix the build failure on alpha. It is still under investigation. PR: ports/46284 Submitted by: Erik Greenwald <erik@smluc.org> (MAINTAINER) Approved by: portmgr (knu) Notes: svn path=/head/; revision=71704
* Set MAINTAINER back to the submitter. He is now reachable again.Akinori MUSHA2002-12-182-2/+2
| | | | | | | Submitted by: Erik Greenwald <erik@smluc.org> Notes: svn path=/head/; revision=71703
* - Fix build on SparcDirk Meyer2002-12-161-3/+4
| | | | Notes: svn path=/head/; revision=71681