aboutsummaryrefslogtreecommitdiff
path: root/lang/see
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build after the boehm-gc update.Stanislav Sedov2009-12-171-0/+11
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=246063
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - add new option MULTIPLE_THREADS. With this option enabled libsee/dtoa.c isIon-Mihai Tetcu2008-05-092-1/+33
| | | | | | | | | | | compiled with proper thread locking. - bump PORTVERSION PR: ports/122525 Submitted by: maintainer Notes: svn path=/head/; revision=212868
* Upgrade to 2.0.1131.Vanilla I. Shu2008-01-298-75/+58
| | | | | | | | PR: ports/120082 Submitted by: maintainer Notes: svn path=/head/; revision=206358
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - Update mastersite.Jean Milanez Melo2006-12-051-1/+1
| | | | | | | | PR: ports/105690 Submitted by: Simun Mikecin <numisemis@yahoo.com> (maintainer) Notes: svn path=/head/; revision=178942
* Unbreak.Thierry Thomas2006-07-192-2/+13
| | | | | | | | PR: ports/100557 Submitted by: Simun Mikecin <numisemis (at) yahoo.com> (maintainer) Notes: svn path=/head/; revision=168279
* Mark as broken: fail to install.Mark Linimon2006-07-161-0/+2
| | | | Notes: svn path=/head/; revision=168011
* - Fix: If summer-time daylight saving is in effect, getHours() returnsRenato Botelho2006-04-112-2/+38
| | | | | | | | | | | | wrong value. - Change .if defined(WITH_GC) -> ;if !defined(WITHOUT_GC) since it's on by default. PR: ports/94996 Submitted by: maintainer Notes: svn path=/head/; revision=159337
* - Update to 1.3.1Renato Botelho2006-02-017-61/+18
| | | | | | | | PR: ports/92674 Submitted by: maintainer Notes: svn path=/head/; revision=154993
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* - Add new locations in MASTER_SITES.Florent Thoumie2005-12-101-0/+3
| | | | | | | | PR: ports/90201 Submitted by: maintainer Notes: svn path=/head/; revision=150811
* - Register CONFLICTS with see-develRenato Botelho2005-10-311-0/+2
| | | | Notes: svn path=/head/; revision=146836
* Fix build on amd64, ia64 and alpha.Jean-Yves Lefort2005-04-251-0/+11
| | | | | | | | Reported by: pointyhat Approved by: maintainer Notes: svn path=/head/; revision=134151
* Fix return value of local timezone methods such as getHours().Jean-Yves Lefort2005-04-212-1/+27
| | | | | | | | | PR: ports/80198 Submitted by: Simun Mikecin <sime@logos.hr> (maintainer) Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=133886
* Fix some declarations, allowing programs to link against libsee.Jean-Yves Lefort2005-04-182-0/+15
| | | | | | | | Submitted by: Simun Mikecin <sime@logos.hr> Approved by: adamw (mentor) Notes: svn path=/head/; revision=133592
* Library that provides an ECMAScript (JavaScript) run-time environment.Jean-Yves Lefort2005-04-154-0/+92
PR: ports/72055 Submitted by: Simun Mikecin <sime@logos.hr> Approved by: adamw (mentor) Notes: svn path=/head/; revision=133435