aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.9.9.13.rakuco2012-11-064-15/+9
| | | | | | PR: ports/173401 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Feature safe: yes
* Fix 64-bit bug in odbcserver application:olgeni2012-11-052-0/+15
| | | | | | | - encode_out_params should perform cast using SQL_INTEGER* rather than long*. Submitted by: Joseph Wayne Norton <norton@lovely.email.ne.jp> on erlang-bugs Feature safe: yes
* Update to the 20121103 snapshot of GCC 4.7.3.gerald2012-11-052-3/+3
| | | | Feature safe: yes
* Given how stable the GCC 4.6 branch is these days, like with lang/gccgerald2012-11-052-5/+5
| | | | | | | | | | | | | | just build, do not bootstrap, when building this port. This speeds up a full port/package test cycle by 31% on a 4-core system; a simple build/install will benefit even more. (This may impact compile time by this compiler a bit, depending on how well the system compiler optimizes this codebase. And we only should do this for stable, established versions of GCC.) On the way, update to the 20121102 snapshot of GCC 4.6.4. Feature safe: yes
* - Change my email address to gblach@FreeBSD.orggblach2012-11-041-6/+2
| | | | | | - Change Makefile headers to shorter form Feature safe: yes
* Update to 5.16.2az2012-11-044-7/+13
| | | | | | | | Changes: http://search.cpan.org/~rjbs/perl-5.16.2/pod/perldelta.pod Approved by: maintainer (implicit via email) With hat: perl@ Feature safe: yes
* Upgrade to version 10.4.4.olgeni2012-11-044-29/+30
| | | | Feature safe: yes
* Update to the 20121026 snapshot of GCC 4.6.4. Bring a comment in linegerald2012-11-032-4/+4
| | | | | | with related ports. Feature safe: yes
* - Update to 1.8.7 p371swills2012-11-021-2/+2
| | | | | Security: 2a093853-2495-11e2-b0c7-000d601460a4 Feature safe: yes
* Update to the 20121027 snapshot of GCC 4.7.3.gerald2012-11-022-3/+3
| | | | Feature safe: yes
* Forward port inclusion and use of the Eclipse Java compiler. [1]gerald2012-11-023-4/+16
| | | | | | | Update to the 20121014 snapshot of GCC 4.8.0. Submitted by: jkim [1] Feature safe: yes
* Update from 2.0.0-beta11 to 2.0.0-rc1.osa2012-11-024-32/+30
| | | | | | ChangeLog: http://luajit.org/changes.html Feature safe: yes
* - Mark as BROKEN: distinfo is out of datebeat2012-11-011-0/+2
| | | | | Reported by: pointyhat Feature safe: yes
* - Fix a packaging issue (no package change so no portrevision bump)swills2012-11-012-10/+0
| | | | Feature safe: yes
* Rename the suhosin patch to suhosin-patch-5.3.x-0.9.10.1.patch.gz to preventflo2012-11-012-5/+5
| | | | | | | | | | | | | | | | | SHA256 and SIZE mismatches with the previous version. This is required as in php 5.3.18 2 copyright notices were updated with the current Year numbers, this prevents the stock suhosin patch to apply. Temporarily add my public_html on freefall to PATCH_SITES, as the MASTER_SITE_LOCAL sync does not seem to work currently. The diff between the latest available stock suhosin patch and the patch we apply to our port can be found here: http://people.freebsd.org/~flo/suhosin.diff Reported by: bdrewery Feature safe: yes
* - Update lang/ruby19 to 1.9.3.286swills2012-11-014-18/+3
| | | | | | | - Don't try to cleanup dir created by ruby-gems - Trim headers while here Feature safe: yes
* add the mailheader patch back to the distinfo which was removed by mistakeflo2012-10-311-0/+2
| | | | Feature safe: yes
* Update to 5.3.18flo2012-10-312-13/+7
| | | | Feature safe: yes
* Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are alwaysrene2012-10-292-0/+4
| | | | | | defined. Feature safe: yes
* - Update to 05_20121021gahr2012-10-293-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - The library vecfont10.s7i, which defines the standard vector font with capital height 10, was added. Now mahjong.sd7 and shisen.sd7 use vecfont10.s7i. - The programs mahjong.sd7, pairs.sd7, shisen.sd7 and sokoban.sd7 were improved to fit into a screen with a resolution of 1024 x 768. - The library make.s7i was improved: The parsing of command parameters (used by the Unix version of the echo command), was improved. The processing of pattern rules was improved (The rule with the shortest stem value is used, when several rules match). - Functions to read a makefile were moved from make.s7i to the new library makedata.s7i. - The reading of makefiles was improved: The processing of the gmake directives 'ifeq' and 'ifneq' was improved to allow else clauses. The processing of the nmake directive 'if' was added. Merging of dependencies for rules with the same target was improved. - The parse function for time values (library time.s7i) was improved to allow fractions of a second. - The functions getSubNodes and getContent and a for-loop for xmlNode values were defined in the library xmldom.s7i. - The compiler was improved to initialize bstring literals correctly, when pointers are 64-bit and integers are 32-bit. - The font libraries cronos16.s7i, cronos27.s7i, modern27.s7i and vecfont18.s7i were improved to include vectorfont.s7i. - The font libraries stdfont10.s7i, stdfont12.s7i, stdfont14.s7i, stdfont16.s7i, stdfont18.s7i, stdfont20.s7i and stdfont24.s7i were improved to include bitmapfont.s7i. - The program dnafight.sd7 was improved to limit the speed of the animation. - The program make7.sd7 was improved to recognize the options correctly. Additionally make7 inherits also all improvements of makedata.s7i and make.s7i. - The program ftp7.sd7 was improved to accept the option -?. - The graphic libraries drw_x11.c and drw_win.c were improved to draw the background of maximized windows with the color of the last clear command. Feature safe: yes
* Update to version 4.10.2pawel2012-10-276-12/+72
| | | | | | PR: ports/173132 Submitted by: Takeshi MUTOH <mutoh@openedu.org> (maintainer) Feature safe: yes
* - drop maintainershipdinoex2012-10-271-2/+2
| | | | Feature safe: yes
* Deprecate a bunch of ports that are either abandonware and/or for which no morebapt2012-10-262-10/+8
| | | | | | | public distfiles are available, or for which are -devel version with a more recent stable version for long Feature safe: yes
* 2012-10-20 lang/ironpython: No more public distfilesbapt2012-10-2616-280/+0
| | | | | | | | | | | | | | | | | 2012-10-20 lang/cu-prolog: No more public distfiles 2012-10-20 japanese/stardict-dict-ja: No more public distfiles 2012-10-20 japanese/otojiro-fpw: No more public distfiles 2012-10-20 japanese/hex: No more public distfiles 2012-10-20 japanese/gxditview: No more public distfiles 2012-10-20 graphics/view3ds: No more public distfiles 2012-10-20 graphics/photoclip: No more public distfiles 2012-10-20 graphics/multivideo: Abandonware, no more upstream, depends on the deprecated wxGTK 2.4 2012-10-20 graphics/kphotoalbum: No more public distfiles 2012-10-20 graphics/jpegpixi: No more public distfiles 2012-10-20 graphics/gimp-manual-pdf: No more public distfiles 2012-10-20 graphics/exifprobe: No more public distfiles Feature safe: yes
* - Update to 1.4.1jhale2012-10-252-15/+14
| | | | | | | | | | | | | | - Trim Makefile header While here: - Remove indefinite article from COMMENT - Convert to new options framework PR: ports/172180 Submitted by: wen@ Approved by: maintainer timeout (25 days) makc, avilla (mentors, implicit) Feature safe: yes
* Use optionsNG syntax for NOPORTDOCSrene2012-10-241-1/+3
| | | | Feature safe: yes
* Use optionsNG syntax for NOPORTDOCSrene2012-10-241-1/+3
| | | | Feature safe: yes
* Upgrade to 3.14.5.vanilla2012-10-245-25/+5
| | | | Feature safe: yes
* The documentation for the Scala standard library.ale2012-10-234-0/+36
| | | | | | WWW: http://www.scala-lang.org/ Feature safe: yes
* - set new MAINTAINERdinoex2012-10-221-1/+1
| | | | | | PR: 172861 Submitted by: Chris Petrik Feature safe: yes
* Forward port inclusion and use of the Eclipse Java compiler. [1]gerald2012-10-223-4/+16
| | | | | | | Update to the 20121013 snapshot of GCC 4.7.3. Submitted by: jkim [1] Feature safe: yes
* - drop maintainershipdinoex2012-10-221-5/+1
| | | | Feature safe: yes
* Remove stale pkg-descr, as pointed out by Tijl.rakuco2012-10-211-0/+0
| | | | Feature safe: yes
* Sync with lang/sdcc and update to 3.2.1.2012.10.18.rakuco2012-10-219-814/+1256
| | | | | | PR: ports/172907 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer) Feature safe: yes
* - Upgrade to 1.7.0.kuriyama2012-10-203-18/+3
| | | | Feature safe: yes
* - Change license to GPLv3madpilot2012-10-192-4/+555
| | | | | | | | | | - Fix clang build - Fix ia64 build [1] PR: ports/172789 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer) Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> [1] Feature safe: yes
* - drop maintainershipdinoex2012-10-191-6/+2
| | | | Feature safe: yes
* - drop maintainershipdinoex2012-10-191-1/+1
| | | | Feature safe: yes
* Update from 2.0.0-beta10 to 2.0.0-beta11.osa2012-10-195-38/+50
| | | | | | | | Remove needless patch. ChangeLog: http://luajit.org/changes.html Feature safe: yes
* - Update to 05_20121007gahr2012-10-183-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: 20121007: - An error message, that could occur when the Seed7 interpreter is compiled, is explained in the FAQ and to 'src/read_me.txt'. - A description of the for-step-statement was added to the manual. - The library make.s7i was improved. Now makefile dependencies can contain colons (:) and equal signs (=). The parameters of the echo command are parsed better now. Calls of the function callOwnProgram are also avoided now. This way the library works correctly, when it is used by programs other than make7.sd7. - The library tar.s7i was improved to set the file mode, when an archive is extracted. - Testcases for a variant of the @:= operator, which copies a string to another, were added to the program chkstr.sd7. - Interpreter and compiler were improved to support the situation, when source and destination of the @:= operator (action STR_POSCPY) are identical. - The compiler was improved to support the action ITF_DESTR. - The compiler was improved, to call C compiler and linker with specific options, such that unneeded functions are ommited (when the linker and executable file format support this feature). - The compiler was improved to remove debug symbols, unless called with -g (some makefiles now define LINKER_OPT_NO_DEBUG_INFO). - The function name(PROGRAM) was improved, to return the program name without following symbolic links. - The function path(PROGRAM) was improved, to follow symbolic links (see function followLink in cmd_rtl.c). Consequently dir(PROGRAM) also follows symbolic links. - The function CommandLineToArgvW in cmd_win.c was improved. - The files itf_rtl.c and itf_rtl.h, which contain interface functions, were added. - The makefile mk_mingc.mak was added to support compilation of the self extracting version of Seed7. 20120923: - Experimental support for automatic memory management with reference counting was added to the interpreter. - The libraries external_file.s7i, field.s7i, stritext.s7i, gzip.s7i, listener.s7i, pixmap_file.s7i, shell.s7i, socket.s7i, strifile.s7i, dir.s7i, utf16.s7i, utf8.s7i and xmldom.s7i were improved to use the function toInterface. - The function name(PROGRAM) was improved, to return the name of the program without extension and without path. - The interpreter was improved to support the action ITF_DESTR. Feature safe: yes
* Upgrade to 0.4.vanilla2012-10-188-49/+121
| | | | | | PR: ports/172791 Submitted by: maintainer Feature safe: yes
* Add a symlink for libmozjs185.so.1 so adding mozjs185 to LIB_DEPENDS works.kwm2012-10-172-0/+5
| | | | | Approved by: koobs (maintainer) Feature safe: yes
* Spidermonkey is the JavaScript interpreter from the Mozilla project.tj2012-10-175-0/+276
| | | | | | | | | | | | | WWW: http://www.mozilla.org/js/spidermonkey/ Feature safe: yes PR: ports/172710 PR: ports/170768 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Submitted by: Anton Afanasyev <aasoft@gmail.com> Submitted by: avg Reviewed by: kwm, flo Approved by: eadler (mentor)
* - Fix the ZLIB license now that it is standard in bsd.licenses.db.mktabthorpe2012-10-171-3/+0
| | | | | | Approved by: cy (maintainer) Pointyhat to: tabthorpe Feature safe: yes
* Connect dragonegg-devel46 to the build.brooks2012-10-161-0/+1
| | | | | | Reported by: beat Point hat to: brooks Feature safe: yes
* Replace the use of _GCC_BUILD_DEPENDS (which was never meant to begerald2012-10-141-6/+3
| | | | | | | | | | | | | used outside of Mk/bsd.gcc.mk) by _GCC_RUNTIME. This is still not ideal, but at least a documented stopgap, and it avoids the manual construction of the directory to be added to rpath. Remove -rpath= from _CFLAGS and _LDFLAGS since CFLAGS and LDFLAGS already have -Wl,-rpath= (and -rpath= itself is not even accepted by current versions of GCC). Approved by: maintainer timeout (6 weeks) Feature safe: yes
* - cleanup commentsdinoex2012-10-132-10/+0
| | | | Feature safe: yes
* Convert to new options.wxs2012-10-131-4/+5
| | | | | | PR: ports/172419 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Feature safe: yes
* For releases, libquadmath.info is always installed, even ongerald2012-10-121-5/+8
| | | | | | | | | | | | | | architectures where the library is not supported. [1] Revamp the handling of different languages (frontends, run-times) by GCC to allow for orthogonal setting them in the future. [2] Print the list of languages being built as part of pre-everything and shorten the output of operating system and version there. Reported by: linimon [1] Inspired by: jkim [2] Feature safe: yes
* - Avoid creating unused empty directories when installing tcl-modulesgahr2012-10-122-2/+1
| | | | | Approved by: portmgr (bapt) Feature safe: yes
* - Remove quotes from options stringjhale2012-10-121-6/+2
| | | | | | | | | | | While here: - Trim Makefile header PR: ports/172603 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Approved by: makc, avilla (mentors, implicit) Reported by: Riccardo Torrini Feature safe: yes
* Add a port of the development version of DragonEgg.brooks2012-10-124-0/+174
| | | | | | | | | | DragonEgg is a gcc plugin that replaces GCC's optimizers and code generators with those from the LLVM project. It works with gcc-4.5 or gcc-4.6, can target the x86-32/x86-64 and ARM processor families. It fully supports Ada, C, C++ and Fortran. It has partial support for Go, Java, Obj-C and Obj-C++. Feature safe: yes
* - update to 0.9.9.1rm2012-10-125-36/+45
| | | | | | | | | | | | | | | | | - add build dependencies on bison and flex while here: - trim Makefile header - remove redundant tabs in Makefile - use SF shortcut in MASTER_SITES - remove indefinite article from COMMENT - remove exclicit dependency on qmake, since it is already defined in USE_QT4 - change BUILD_DEPENDS usage to more common - remove trailing whitespace in pkg-descr PR: 172583 Submitted by: Fernando <fernando.apesteguia at gmail dot com> (maintainer) Feature safe: yes
* - Remove double quotes from *_DESCmadpilot2012-10-111-1/+1
| | | | | | | Requested by: Zhihao Yuan <lichray@gmail.com> (maintainer, via email) Noticed by: Riccardo Torrini <riccardo@torrini.org> Feature safe: yes
* Do not try to delete a directory where nothing is being added by the package andbapt2012-10-111-1/+0
| | | | | | | | not created by the package. This fix tcl86 building on pointyhat with pkgng. Approved by: c.petrik.sosa@gmail.com (maintainer)
* remove trainling " from MYSQLND_DESCflo2012-10-101-2/+2
| | | | Submitted by: Riccardo Torrini <riccardo@torrini.org>
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-108-0/+8
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* - Fix PERL_VERSION_REGEX to match actual perl version (5.16).az2012-10-091-1/+1
| | | | | | Repoted by: kib@ Reviewed by: tobez@ With Hat: perl@
* Fix typo in MYSQLND_DESC.ale2012-10-091-3/+3
| | | | Submitted by: riccardo@torrini.org
* - Do not create DATADIR when building threaded versiongahr2012-10-081-1/+1
| | | | Reported by: PH (via linimon)
* Convert to OptionsNG; sort DISTNAME according to portlint.olgeni2012-10-071-8/+4
|
* Convert to OptionsNG.olgeni2012-10-071-22/+15
|
* Cleanup Makefile headers of my ports.rene2012-10-073-15/+4
| | | | Just use my login for ports I originally created myself.
* Deprecate and set expiration dateaz2012-10-072-0/+6
| | | | | | PR: ports/170602, ports/170603 Submitted by: az Approved by: maintainer (timeout)
* - Update to version 2012-10-05cs2012-10-073-7/+8
| | | | | | | | - Remove indefinite article from COMMENT - Improve pkg-descr PR: ports/172381 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* Don't try to tidy up user-created directories.kwm2012-10-062-2/+0
| | | | Approved by: crees (python@)
* Update to 5.4.7 release.ale2012-10-042-3/+3
|
* Convert to new options frameworkbapt2012-10-041-10/+8
|
* - Update to 2011.09.12gahr2012-10-046-1670/+3128
| | | | | - Convert to OptionsNG - Put addons that have dependencies into OPTIONS
* - Add pkgng supportsbz2012-10-031-2/+10
|
* - do not hardcode distfile extension for lang/python ports in bsd.python.mkrm2012-10-038-8/+12
| | | | | | | | | (PYTHON_DISTFILE variable) - switch lang/python ports (and it's slaves) to tar.xz I compared all the four pairs .tgz/.tar.xz and they have no content differences. Discussed on: python@
* - Fix plistjlaffaye2012-10-031-3/+0
|
* - Update to 2012.09culot2012-10-013-11/+181
| | | | | | Changelog: http://rakudo.org/2012/09/30/rakudo-star-2012-09-released/ PR: ports/172203 Submitted by: Aliaksandr Zahatski <zahatski@gmail.com>
* Forward port revision 282369 [1] which carried the following description:gerald2012-10-013-17/+20
| | | | | | | | | | On the way rename %%GCC_VER%% in pkg-plist to %%GCC_VERSION%% and make the Makefile machinery a bit more generic to minimize differences between lang/gcc ports based on releases and those based on snapshots. On the way, update to the 20120930 snapshot of GCC 4.8.0. Submitted by: jkim [1]
* Revamp the handling of different languages (frontends, run-times)gerald2012-10-012-6/+8
| | | | | | | | | by GCC to allow for orthogonal setting them in the future. [1] Print the list of languages being built as part of pre-everything and shorten the output of operating system and version there. Inspired by: jkim [1]
* Forward port revision 282369 [1] which carried the following description:gerald2012-09-303-17/+20
| | | | | | | | | | On the way rename %%GCC_VER%% in pkg-plist to %%GCC_VERSION%% and make the Makefile machinery a bit more generic to minimize differences between lang/gcc ports based on releases and those based on snapshots. On the way, update to the 20120929 snapshot of GCC 4.7.3. Submitted by: jkim [1]
* - pass maintainership to new volonteerrm2012-09-304-26/+8
| | | | | | | | | | while here: - trim Makefile header - remove indifenite article from COMMENT - remove deprecated attribution in pkg-descr PR: 172163 Submitted by: Chris Petrik <c.petrik.sosa at gmail dot com>
* - Remove DOCS option to prevent dialog being displayedjase2012-09-301-2/+0
| | | | | Requested by: Vitaly Magerya <vmagerya@gmail.com> (maintainer, via email) Approved by: flo, culot (mentors, implicit)
* - Fix editors/fpc-ideacm2012-09-302-3/+8
|
* Upgrade to version 0.17.1.olgeni2012-09-302-3/+3
| | | | | | PR: ports/172158 Submitted by: olgeni Approved by: maintainer (private mail)
* - Update to 4.8.0 [1]jase2012-09-304-17/+33
| | | | | | | | | | | | - Convert to OPTIONSng, add DOCS option - Convert to new format Makefile header - Tidy up PORTDOCS handling Changes: http://code.call-cc.org/releases/4.8.0/NEWS PR: ports/171926 [1] Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) Approved by: flo, culot (mentors, implicit)
* - fix runtime error by using correct SqueakV41 imagerm2012-09-302-10/+8
| | | | | | PR: 171291 Submitted by: Takeshi MUTOH <mutoh at openedu dot org> (maintainer) Reported by: Patrick Dudjalija <patrick.dudjalija at gmail dot com>
* Update to the 20120909 snapshot of GCC 4.8.0. (Later versions havegerald2012-09-292-12/+8
| | | | | | | | | | | | | | an issue that is being in the works right now.) Cut down the comments at the top of Makefile per recent guidance. Revamp the handling of different languages (frontends, run-times) by GCC to allow for orthogonal setting them in the future. [1] Print the list of languages being built as part of pre-everything and shorten the output of operating system and version there. Inspired by: jkim [1]
* Update to the 20120922 snapshot of GCC 4.7.3, which is pretty closegerald2012-09-282-12/+8
| | | | | | | | | | | | | | | to the GCC 4.7.2 release. It also fixes an ABI problem introduced with earlier GCC 4.7 releases. Cut down the comments at the top of Makefile per recent guidance. Revamp the handling of different languages (frontends, run-times) by GCC to allow for orthogonal setting them in the future. [1] Print the list of languages being built as part of pre-everything and shorten the output of operating system and version there. Inspired by: jkim [1]
* - Speed up upgrade-site-packages [1]sbz2012-09-271-22/+15
| | | | | | | | - Use make modifiers [2] PR: ports/155970 Submitted by: Julien Laffaye <kimelto at gmail.com> [1], sbz (myself) [2] Exp-run by: beat
* Set LICENSE=MIT per <http://www.lua.org/license.html>mandree2012-09-271-0/+2
|
* - Marked FORBIDDEN due to severe unfixed vulnerabilityglarkin2012-09-271-0/+1
| | | | Requested by: eadler
* - Document remote code execution in ePerl (all versions)glarkin2012-09-261-0/+3
| | | | | | | | | - Deprecate and schedule removal in month - no upstream fix available and no active development since 1998 Security: 73efb1b7-07ec-11e2-a391-000c29033c32 Security: CVE-2001-0733 Security: http://www.shmoo.com/mail/bugtraq/jun01/msg00286.shtml
* Fix pkg-plist.romain2012-09-261-0/+20
| | | | Reported by: redports QAT, PointyHat (via beat@)
* - Fix PLISTgahr2012-09-262-2/+1
| | | | Reported by: PH (via beat@)
* - Update to 1.0.3jlaffaye2012-09-263-25/+21
| | | | - Switch to new Makefile header style
* Update to 2.11.4.romain2012-09-255-48/+3
|
* - fix patch / install in tcl86-threads after update of tcl86gahr2012-09-251-4/+5
| | | | Reported by: PH (via beat@)
* - update to 05_20120909gahr2012-09-242-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: 20120909: - The chapters about predefined statements and the foreign function interface in the manual, were improved. - An explanation, why the div operator is used for integer divisions, was added to the FAQ. - The FAQ about garbage collection was improved. - Links to EBNF syntax descriptions and exceptions were added to the HTML version of the manual. - EBNF syntax descriptions in the manual were improved. - Interpreter and compiler were improved to support the actions CMD_ENVIRONMENT and CMD_GET_SEARCH_PATH. - The library shell.s7i was improved to define the functions getSearchPath and environment. - The function path(PROGRAM) was improved to return the accurate value under all circumstances. - Several preprocessor defines were moved from "common.h to the new include file "config.h". - In cmdlib.c the function toArraytype() was introduced and used in cmd_environment() and cmd_getSearchPath(). - In cmd_rtl.c the functions add_stri_to_array() and complete_stri_array() were introduced and used in read_dir(), getSearchPath() and cmdEnvironment(). - Parameter names in drw_win.c, drw_x11.c and drw_dos.c were changed to fit to the names used in graph.s7i. - Parameter names in clib_file.s7i, keybd.s7i, sockbase.s7i, socket.s7i, utf8.s7i, fil_rtl.c, gkb_rtl.c, kbd_rtl.c, soc_dos.c, soc_rtl.c and ut8_rtl.c were changed to fit to each other. - The function conv_from_os_stri() was added to striutl.c . - The function concat_path in str_rtl.c was improved to work correctly, when the relative path contains "..". - In several makefiles defines for SEARCH_PATH_DELIMITER and os_environ were added and defines for MAP_ABSOLUTE_PATH_TO_DRIVE_LETTERS were replaced with defines for OS_PATH_HAS_DRIVE_LETTERS. - A description of several C preprocessor macros used in "version.h" and "config.h" was added to the file "src/read_me.txt". - Parameter names were added to function definitions in various libraries. - Documentation comments were added or improved in the files "clib_file.s7i", "external_file.s7i", "socket.s7i", "fil_rtl.c" and "striutl.c". - The function determineEnvironDefines was added to "chkccomp.c". 20120826: - A chapter, which explains the foreign function interface, was added to the manual. - Syntax descriptions, code examples and tables in the HTML version of the manual were improved. - Documentation comments were added to the file "striutl.c". - A description of several C preprocessor macros used in "version.h" was added to the file "src/read_me.txt".
* Of course, files/patch-* should not be in EXTRA_PATCHES.crees2012-09-231-1/+0
| | | | | I've tested this change properly now, and I'll sit quietly in the corner for a while.
* My turn for the pointyhatcrees2012-09-231-1/+1
|
* Restore files/patch-uk-locale that was removed from tcl86/filescrees2012-09-232-1/+16
| | | | | | | Although gahr removed the file, the pointyhat really belongs to mi for putting such a nasty surprise into an unrelated Makefile... Noticed by: David Wolfskill
* - Reassign to the heap at maintainer's requesttabthorpe2012-09-221-6/+2
|
* - Fix memory leakswills2012-09-221-0/+10
| | | | | PR: ports/171807 Submitted by: stas
* Deprecated a bunch a ports with no more public distfiles (thanks ehaupt'sbapt2012-09-212-0/+6
| | | | distilator
* Update to match current ocaml versionjohans2012-09-212-7/+7
| | | | In the future, this may be included in lang/ocaml instead
* fix package list (depending on architecture)johans2012-09-212-3/+1
|
* - Update php52 backports patch to 20120911bdrewery2012-09-202-4/+4
| | | | | | | | | | | | | | | | | | | | | - Add and update relevant vuxml entries Changes: - CVE-2011-1398 - The sapi_header_op function in main/SAPI.c in PHP before 5.3.11 does not properly handle %0D sequences - CVE-2012-0789 - Memory leak in the timezone functionality in PHP before 5.3.9 allows remote attackers to cause a denial of service (memory consumption) by triggering many strtotime function calls, which are not properly handled by the php_date_parse_tzfile cache. - CVE-2012-3365 - The SQLite functionality in PHP before 5.3.15 allows remote attackers to bypass the open_basedir protection mechanism via unspecified vectors - Timezone database updated to version 2012.5 (2012e) (from 2011.13 (2011m)) - Minor improvements (CVE-2012-2688, compilation issues with old GCC) PR: ports/171583 Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> Approved by: Alex Keda <admin@lissyara.su> (maintainer)
* Update to 5.3.17flo2012-09-202-3/+3
|
* - Update to 8.6.b.3gahr2012-09-196-75/+77
| | | | | Release notes: http://sf.net/projects/tcl/files/Tcl/8.6b3/tcltk-release-notes-8.6b3.txt/view
* - Fix build with clangswills2012-09-191-2/+3
| | | | Submitted by: dim
* Convert to optionsNGeadler2012-09-191-57/+62
| | | | Reviewed by: crees
* - Fix build against Tcl 8.6gahr2012-09-181-3/+14
| | | | | | PR: 171208 Submitted by: gahr Approved by: maintainer (timeout > 15 days)
* Upgrade to svn rev r163622. Several fixes to FreeBSD support for -pie andbrooks2012-09-153-221/+27
| | | | mips as well as reported improvements to the MIPS backend.
* Upgrade to 3.13.7.vanilla2012-09-142-3/+3
|
* - put GDBM and QDBM options into an OPTIONS_SINGLE, the cannot be usedflo2012-09-141-2/+4
| | | | | | | | | | simultaneously (affects databases/php53-dba) [1] - fix a typo introduced in r300957 that prevents mail/php53-imap from building [2] PR: ports/171636 [2] Submitted by: <freebsd@nagilum.org> [2] Reported by: Shahin Qurbanov <shahin.b.qurbanov@gmail.com> [1]
* update lang/sbcl to 1.0.58 and switch to the new options format;bf2012-09-132-34/+31
| | | | adjust dependent ports
* Just build, do not bootstrap, this version of GCC in our ports tree.gerald2012-09-131-2/+3
| | | | | | | This speeds up a full port/package test cycle by 50% on a 4-core system; a simple build/install will benefit even more. On the way, have he compiler report itself as "FreeBSD Ports Collection".
* Add configuration check: DTRACE support on amd64 requires GCC46 toolgeni2012-09-121-0/+4
| | | | | | | | | be enabled. Building with gcc version 4.2.1 20070831 causes an infinite loop while compiling erl_nif.c. Discovered by: Kenji Rikitake
* - Move libxul 1.9.2 to www/libxul19beat2012-09-111-2/+2
| | | | | | | | | | - Update www/libxul to 10.0.7 - Update all dependent ports to use www/libxul19 (no functional changes) - Bump PORTREVISION on ports where libxul is a run dependency as the resulting package will change. Submitted by: Jan Beich <jbeich@tormail.org> With hat: gecko
* - Upgrade to version R15B02olgeni2012-09-115-46/+54
| | | | | - Add GCC46 option - Update pkg-descr with text from erlang.org
* Update to the 20120908 snapshot of GCC 4.7.2.gerald2012-09-102-3/+3
|
* - fix PORT_OPTIONS s/)/}/ohauer2012-09-082-2/+2
|
* Also mark broken on powerpc (and, presumably, ia64).linimon2012-09-081-2/+2
| | | | Hat: portmgr
* Also broken on powerpc-8.linimon2012-09-081-2/+2
| | | | Hat: portmgr
* Remove files only applicable to alpha.linimon2012-09-082-23/+0
| | | | Hat: portmgr
* Attempt to fix build on powerpc. While here, remove remnants from alpha.linimon2012-09-081-6/+1
| | | | Hat: portmgr
* Mark as broken on sparc64.linimon2012-09-081-1/+7
| | | | Hat: portmgr
* Unbreak for recent FreeBSD versions by zapping out malloc.c, which is nodelphij2012-09-081-0/+3
| | | | | | longer needed in modern FreeBSD versions. PORTREVISION intentionally not bumped.
* - Update to 0.2.8lwhsu2012-09-077-23/+88
| | | | | PR: ports/171374 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* - remove apache13 supportohauer2012-09-064-83/+55
| | | | | | | | | | - use DOS2UNIX macro - rewrite for options NG - use USE_XXX macros instead (BUILD|RUN)_DEPENDS PR: 170752 Submitted by: ohauer@ Approved by: maintainer timeout
* Remove useless metadata from ports I created.des2012-09-051-4/+0
|
* Update to the 20120902 snapshot of GCC 4.8.0 (where I committedgerald2012-09-052-3/+3
| | | | | support for OpenBSD/x86_64 if anyone is interested in building for that).
* Chase Emacs updatesashish2012-09-055-5/+5
|
* - Update to 0.17wen2012-09-043-3/+18
|
* Mark as broken on powerpc and sparc64 (and, presumably, ia64).linimon2012-09-042-1/+11
| | | | Hat: portmgr
* Mark as broken on ARM.linimon2012-09-041-0/+4
|
* Chase rename of lang/spidermonkey to lang/spidermonkey17.tj2012-09-031-1/+2
| | | | Approved by: eadler (mentor)
* Rename lang/spidermonkey to lang/spidermonkey17 in preperation for thetj2012-09-0311-2/+2
| | | | | | | import of lang/spidermonkey18. Approved by: Dan Rench <citric@cubicone.tmetic.com> (maintainer) Approved by: eadler (mentor)
* - Update Pike to 7.8.700johans2012-09-022-8/+3
| | | | - Reduce Makefile header
* Convert to the new options framework.gerald2012-09-021-12/+5
| | | | Remove now deprecated comments at the top of Makefile.
* Update to the 20120831 snapshot of GCC 4.6.4.gerald2012-09-022-9/+3
| | | | Remove now deprecated comments at the top of Makefile.
* - Fix CONFLICTSmadpilot2012-08-311-2/+2
| | | | | | | | - bump PORTREVISION Reported by: kwm Approved by: Tijl Coosemans <tijl@coosemans.org> (maintainer, via email) Approved by: crees, tabthorpe (mentors, implicit)
* Fix a missing plist entry.brooks2012-08-302-1/+3
| | | | Submitted by: QAT (beat)
* Replace spaces with tabs in assignments.olgeni2012-08-291-1/+1
|
* - Fix build against Tcl/Tk 8.6gahr2012-08-291-1/+4
| | | | | | | | - Remove limitation on using a non-threaded version of Tcl/Tk PR: 171142 Submitted by: gahr Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* - Unbreak on ARCH != i386madpilot2012-08-281-5/+7
| | | | | | | - Change CONFLICTS Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer, via email) Approved by: crees (mentor)
* Fix tinderbox leftovers warning from r303095: do not installolgeni2012-08-281-1/+2
| | | | lib/tcl8.5/msgs/uk.msg.orig. Does not apply to lang/tcl86.
* Fix creation of position independent executables (-fPIE -pie).brooks2012-08-282-0/+144
| | | | | | | | | | | | | There were two bugs here. First, -pie was not passed to ld. Second, non-relocatable versions of three *crt*.o archives were used in the pie case. Additionally, link with crtbeginT.o in the -static case. Shift style towards that of the Linux code since much of the new login was cribbed from it. Reported by: jonathan
* Update to the 20120826 snapshot of GCC 4.8.0.gerald2012-08-272-3/+3
|
* Update to the 20120825 snapshot of GCC 4.7.2.gerald2012-08-262-3/+3
|
* Add arm to NOT_FOR_ARCHS. [1]gerald2012-08-251-3/+3
| | | | | | Remove ABI version numbers for all library dependencies. Reported by: linimon [1]
* Fix the name of the month of March in the Ukrainian locale formi2012-08-253-0/+18
| | | | | | | Tcl-8.5 and 8.6 (8.4 does not have the bug). The patch is already submitted upstream. Bump PORTREVISIONs for both.
* - Update to version 3.2.0madpilot2012-08-257-812/+831
| | | | | | | | | | | | - Add conflict with lang/sdcc-devel [1] - Convert to OptionsNG - Mark ONLY_FOR_ARCHS i386 as it seems to be the only supported one by upstream project under FreeBSD PR: ports/170371 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer) Reported by: Sulev-Madis 'ketas' Silber <madis555.hot.ee> [1] Approved by: tabthorpe (mentor)
* Update to 2.0.1 and use Java 1.7+.delphij2012-08-242-6/+6
| | | | | PR: ports/170942 Approved by: maintainer
* Update LLVM and Clang to r162438 plus a couple patchs to make it possiblebrooks2012-08-246-15/+97
| | | | to target MIPS with FreeBSD's base binutils.
* Pull in r159895 from upstream to match Clang in the FreeBSD 9.1 base system:jkim2012-08-247-6/+43
| | | | | | http://svnweb.freebsd.org/base?view=revision&revision=238554 Approved by: brooks (maintainer)
* Update 2.059 --> 2.060cy2012-08-233-102/+88
|
* Update 1.074 --> 1.075cy2012-08-232-3/+3
|
* Add all PDO drivers.ale2012-08-231-1/+7
|
* Update to 5.4.6 release.ale2012-08-233-4/+4
|
* - Update to 5.3.16flo2012-08-233-4/+7
| | | | | | | - Add options PDO_MYSQL and PDO_PGSQL to php53-extensions [1] PR: ports/170401 [1] Submitted by: bdrewery [1]
* Mark BROKEN everywhereerwin2012-08-221-4/+2
| | | | Submitted by: pointyhat
* Convert to the new options framework.gerald2012-08-222-12/+11
| | | | | | Remove ABI version numbers for all library dependencies. Update to the 20120817 snapshot of GCC 4.6.4.
* The tarball has been reroll for some reason as there is no change.mezz2012-08-222-3/+1
|
* Update to the 20120818 snapshot of GCC 4.7.2.gerald2012-08-222-3/+3
|
* - Mark BROKEN: checksum mismatchbeat2012-08-221-0/+2
| | | | Reported by: pointyhat
* Update to the 20120819 snapshot of GCC 4.8.0.gerald2012-08-211-2/+2
|
* Update to the 20120819 snapshot of GCC 4.8.0.gerald2012-08-211-1/+1
|
* Mark BROKEN: does not builderwin2012-08-201-0/+1
| | | | Submitted by: pointyhat
* Revert test code that crept in on r302526.olgeni2012-08-191-2/+1
| | | | Submitted by: Jarrod Sayers <jarrod downtools.com.au>
* - remove www/apache20 and devel/apr0ohauer2012-08-183-3/+3
| | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@
* Pet portlint:olgeni2012-08-181-12/+11
| | | | | | | | | | | - Avoid using both PORTVERSION and DISTVERSION - Move CONFLICTS and LATEST_LINK - Remove ABI versions from LIB_DEPENDS Also: - Remove unnecessary NOPORTDOCS check - Replace NOPORTDOCS with PORT_OPTIONS:MDOCS
* Pet portlint:olgeni2012-08-181-6/+7
| | | | | - Avoid using both PORTVERSION and DISTVERSION - Move CONFLICTS
* Add experimental DTrace support.olgeni2012-08-171-1/+16
| | | | | Obtained from: Kenji Rikitake's Erlang port on github https://github.com/jj1bdx/erlang-freebsd-port
* Fix LATEST_LINK.olgeni2012-08-161-0/+1
|
* - Update to 05_20120806gahr2012-08-163-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * The new library image.s7i was added. The contents of this library was extracted from the program "carddemo.sd7". * The new library make.s7i was added. The contents of this library was extracted from the program "make7.sd7". * The function 'str' and the 'parse' operator were added to the library bstring.s7i. * The function readDir was added to the library tar.s7i. * A documentation comment was improved in the library bigint.s7i. * The generation of bstring constants in the compiler (comp.sd7) was improved. * The function intStrHex was renamed to intStrPow2Base in the files "int_rtl.c", "int_rtl.h" and in the compiler. The new function is used to convert an integer to a string, when the number base is a power of two. * The function stri_export was renamed to stri_export_utf8 in the C source files. * The function cp_to_cstri was renamed to cp_to_cstri8 in the C source files. * Documentation comments were added and improved in the file "striutl.c". * The makefile mk_msvc.mak was changed to write a definition of LIMITED_CSTRI_LITERAL_LEN to "version.h". * Documentation comments were improved in the libraries idxarray.s7i, array.s7i, dir.s7i, external_file.s7i, osfiles.s7i, duration.s7i and time.s7i. * Parameter names were added to function definitions in the libraries array.s7i, bigfile.s7i, hash.s7i and idxarray.s7i. * The compiler was improved to generate better inline code for set membership (operator: in). * The functions 'cmdFileType' and 'cmdFileTypeSL' in "cmd_rtl.c" were improved to return FILE_ABSENT, when the file name is too long (stat() respectively lstat() return an error and errno has the value ENAMETOOLONG) or when the file name is an empty string. * The new libraries subrange.s7i, ref_list.s7i and reference.s7i were added. The contents of this libraries were extracted from the seed7_05.s7i library.
* Document conflicts with Erlang R14.olgeni2012-08-161-0/+2
|
* Connect lang/erlang14 to the build.olgeni2012-08-161-0/+1
|
* - Use the same version numbering scheme as lang/erlang.olgeni2012-08-161-2/+4
| | | | - Document conflict with Erlang R15.
* - Upgrade to version R15B01, plus a general cleanup and lots ofolgeni2012-08-166-165/+98
| | | | | | | | fixes (notably SSL and SCTP). [0] - Switch to a more common version numbering in package name. Submitted by: ale[0]
* - Reassign cracauer@ ports to the heaptabthorpe2012-08-161-1/+1
| | | | | | - Thanks for your years of service, we hope to see you back Approved by: portmgr
* Remove conflicts with lang/erlang-lite, removed in r302575.olgeni2012-08-152-4/+0
|
* Remove the lang/erlang-lite port, which is now redundant as itolgeni2012-08-152-18/+0
| | | | | | specifies the same set of options as lang/erlang's defaults. Dependent ports were fixed in r302574.
* Restore MAKE_JOBS_UNSAFE.olgeni2012-08-151-0/+2
|
* Fix Java requirement in pkg-descr according to Makefile.olgeni2012-08-151-1/+1
|
* Upgrade to version 1.8.olgeni2012-08-152-9/+6
|
* - Upgrade to version 12.7.1 [0].olgeni2012-08-153-31/+106
| | | | | | - Convert to OptionsNG while I'm here. Submitted by: Krishna <v.krishnakumar@gmail.com> (by email) [0]
* - Add patch to fix breakage with Emacs 24.xashish2012-08-132-1/+40
| | | | | | | - Bump PORTREVISION Reported by: beat Approved by: Michael Grünewald <michael.grunewald@laposte.net>
* - update to 20120807rm2012-08-113-12/+12
| | | | | | | | | while here: - convert to optionsNG - tab -> space in pkg-descr:WWW PR: 170486 Submitted by: Timothy Beyer <beyert at cs.ucr dot edu> (maintainer)
* - Update to to 0.6.69madpilot2012-08-103-73/+78
| | | | | | | | - Whitespace fix PR: ports/170504 Submitted by: Fernando <fernando.apesteguia@gmail.com> Approved by: crees (mentor)
* Fix tcltest dependencymm2012-08-101-1/+1
| | | | Reported by: beat@FreeBSD.org
* - Now freepascal units respect LOCALBASEacm2012-08-101-0/+1
| | | | | PR: ports/153567 Submitted by: amdmi3
* - Update diff-core patch to allow faster symbol matching on FreeBSD>=9culot2012-08-092-5/+52
| | | | | | | | | - Fix shared libraries issues by automatically adding rpath to generated binaries - Bump portrevision PR: ports/170439 Submitted by: John Marino <draco@marino.st> (maintainer)
* Update to the 20120805 snapshot of GCC 4.8.0.gerald2012-08-092-3/+3
|
* HLint gives suggestions on how to improve your source code.pgj2012-08-091-0/+1
| | | | | | WWW: http://community.haskell.org/~ndm/hlint/ Obtained from: FreeBSD Haskell
* Upgrade to version 5.3.olgeni2012-08-083-29/+307
| | | | | | | - Remove explicit ABI versions frmo LIB_DEPENDS (portlint). - Convert to OptionsNG. - Add missing CONFLICTS with lang/racket. - Some whitespace fixes.
* Upgrade to version 5.3.olgeni2012-08-083-1669/+904
| | | | | | - Remove explicit ABI versions frmo LIB_DEPENDS (portlint). - Convert to OptionsNG. - Some whitespace fixes.
* - Use the new options frameworkpgj2012-08-082-12/+12
| | | | Obtained from: FreeBSD Haskell
* - Update patches to fix exception handling on amd64/FreeBSD 9+culot2012-08-084-46/+186
| | | | | | | - Bump portrevision PR: ports/170440 Submitted by: John Marino <draco@marino.st> (maintainer)
* - The tarball has been rerolled. The diff doesn't find any of change, somezz2012-08-083-3/+14
| | | | | | | | | there was no change. - Fix the build on FreeBSD 7.x. - Improvement on patch-lib_stdlib_extract-import-plugin.sh, functions better and only affect on build side (not runtime). Reported by: pointyhat (beat)
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-064-2/+2
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* Remove ABI version numbers for all library dependencies.gerald2012-08-061-4/+4
| | | | Just build, do not bootstrap, this obsolete and frozen version of GCC.
* Update to the 20120804 snapshot of GCC 4.7.2.gerald2012-08-052-3/+3
|
* - Remove some empty filesmiwi2012-08-052-0/+0
|
* - Update to 1.2.6miwi2012-08-053-21/+44
| | | | | PR: 170155 Submitted by: Ports Fury
* - Update to 3.21miwi2012-08-052-17/+16
| | | | | PR: 170154 Submitted by: Port Fury
* - Upgrade to 1.6.1.kuriyama2012-08-056-20/+85
| | | | | PR based on: ports/168150 Submitted by: Alexander Brovikov <alexander@brovikov.ru>
* Just build, do not bootstrap, this stable, default version of GCCgerald2012-08-051-5/+5
| | | | | | | | | | | | in our ports tree. This speeds up a full port/package test cycle by 31% on a 4-core system; a simple build/install will benefit even more. (This may impact compile time by this compiler a bit, depending on how well the system compiler optimizes this codebase. And we only should do this for stable, established versions of GCC.) Remove ABI version numbers for all library dependencies.
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-052-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* Add missing patches.... Wasn't pay attention when I ran 'cvs add'...mezz2012-08-053-0/+50
|
* Update to 1.0.5.2988. Changelog: http://opalang.org/resources/changelog.xmltmezz2012-08-056-6498/+12250
|
* Release maintainership of Tcl/Tk ports back to pool.mm2012-08-047-7/+7
|
* Always install tclsh and wish manual pages.mm2012-08-041-5/+0
|
* Update tcl85/tk85 to 8.5.12mm2012-08-036-66/+70
|
* - Remove some more cruftpgj2012-08-031-4/+0
| | | | Obtained from: FreeBSD Haskell
* - Use the new options frameworkpgj2012-08-031-7/+9
| | | | Obtained from: FreeBSD Haskell
* - Use the new options frameworkpgj2012-08-031-3/+10
| | | | Obtained from: FreeBSD Haskell
* - Update HsColour to 1.20.2pgj2012-08-031-1/+1
| | | | | | - Use the new options framework Obtained from: FreeBSD Haskell
* - Use the new options frameworkpgj2012-08-031-25/+18
| | | | Obtained from: FreeBSD Haskell
* - Teach the Haskell Cabal ports to use the new options frameworkpgj2012-08-035-48/+42
| | | | | | - Remove some cruft Obtained from: FreeBSD Haskell
* - Bump PORTREVISION to chase Emacs port updatesashish2012-08-025-4/+5
| | | | - Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
* Fix build in the !DOCS case.brooks2012-08-011-3/+0
| | | | Reported by: avg
* gcc-aux is the successor to the gcc-4.6-based lang/gnat-aux. Originally itculot2012-08-0115-0/+17211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | was planned for lang/gnat-aux to upgrade to version 4.7, then 4.8, etc. However, some cross-compilers are based on it and there are some significant differences between gcc 4.6 and 4.7. lang/gnat-aux also installs with a ${LOCALBASE} of /usr/local which has a high potential of file conflicts with other lang/ compilers. Another reason for keeping them separate is just about every Ada program will need to be patched for it due to new binding interpretations stemming from Ada-2012 work. Simply updating gnat-aux would break them all instantly. The AUX compiler supports several languages: Ada, C, C++, Fortran and Objective-C. Since Ada support must be built by an Ada-capable compiler, only platforms for which a bootstrap compiler is available can build the AUX compiler. The AUX compiler is based on release versions of the Free Software Foundation's GNU Compiler Collection. It carries with it the GMGPL license, the modified version of the GPL that exempts generic instantiation from resulting in a GPL-licensed executable. It also carries the GCC Runtime Library Exception, so the resulting binaries have no licensing requirements. Binaries produced by the AUX compiler should be legally handled the same as binaries produced by any FSF compiler. The AUX GNAT compiler implements the full Ada-83, Ada-95, Ada-2005 standard and provides a partial implementation of Ada-2012. WWW: http://www.dragonlace.net/ PR: ports/169951 Submitted by: John Marino <draco@marino.st>
* - Update to 2012.07culot2012-07-313-20/+104
| | | | | | Changelog: http://rakudo.org/2012/07/28/rakudo-star-2012-07-released/ PR: ports/170277 Submitted by: Aliaksandr Zahatski <zahatski@gmail.com>
* Install manpages even when docs are off.brooks2012-07-311-5/+6
| | | | | | | Depend on devel/binutils on older OS versions which are missing a require option PR: ports/170049, ports/170036
* Convert to the new options framework.gerald2012-07-302-9/+8
| | | | On the way update to the 20120728 snapshot of GCC 4.7.2.
* Convert to the new options framework.gerald2012-07-302-9/+8
| | | | On the way update to the 20120729 snapshot of GCC 4.8.0.
* Fix typos in COMMENTcs2012-07-296-6/+6
| | | | Approved by: portmgr@ (implicit)
* Fix typos in COMMENTcs2012-07-281-1/+1
| | | | Approved by: portmgr@ (implicit)
* - retire steptalkdinoex2012-07-285-185/+0
|
* Remove expired ports:ak2012-07-2824-484/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-07-20 audio/etoile-melodie: API no longer supported 2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported 2012-07-20 deskutils/etoile-corner: API no longer supported 2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported 2012-07-20 deskutils/etoile-distributedview: API no longer supported 2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported 2012-07-20 deskutils/etoile-hardware: API no longer supported 2012-07-20 deskutils/etoile-inspectorkit: API no longer supported 2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported 2012-07-20 deskutils/etoile-menuserver: API no longer supported 2012-07-20 deskutils/etoile-panekit: API no longer supported 2012-07-20 deskutils/etoile-scriptservices: API no longer supported 2012-07-20 deskutils/etoile-servicemenulet: API no longer supported 2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported 2012-07-20 deskutils/etoile-systemconfig: API no longer supported 2012-07-20 deskutils/etoile-trackerkit: API no longer supported 2012-07-20 deskutils/etoile-ui: API no longer supported 2012-07-20 devel/etoile-collectionkit: API no longer supported 2012-07-20 devel/etoile-coreobject: API no longer supported 2012-07-20 devel/etoile-foundation: API no longer supported 2012-07-20 devel/etoile-serialize: API no longer supported 2012-07-20 devel/etoile-unitkit: API no longer supported 2012-07-20 devel/llvm-etoile: API no longer supported 2012-07-20 editors/etoile-typewriter: API no longer supported 2012-07-20 graphics/popplerkit: API no longer supported 2012-07-20 graphics/vindaloo: API no longer supported 2012-07-20 lang/etoile-compiler: API no longer supported 2012-07-20 lang/etoile-io: API no longer supported 2012-07-20 lang/etoile-languagekit: API no longer supported 2012-07-20 lang/etoile-lkplugins: API no longer supported 2012-07-20 lang/etoile-scriptkit: API no longer supported 2012-07-20 lang/etoile-smalltalkkit: API no longer supported 2012-07-20 multimedia/etoile-babbler: API no longer supported 2012-07-20 multimedia/etoile-mediakit: API no longer supported 2012-07-20 multimedia/etoile-multimediakit: API no longer supported 2012-07-20 net-im/etoile-stepchat: API no longer supported 2012-07-20 net-im/etoile-xmppkit: API no longer supported 2012-07-20 sysutils/etoile-behavior: API no longer supported 2012-07-20 sysutils/etoile-installer: API no longer supported 2012-07-20 sysutils/etoile-powermenulet: API no longer supported 2012-07-20 sysutils/etoile-system: API no longer supported 2012-07-20 textproc/etoile-lucenekit: API no longer supported 2012-07-20 textproc/etoile-ogrekit: API no longer supported 2012-07-20 textproc/etoile-opmlkit: API no longer supported 2012-07-20 www/etoile-bookmarkkit: API no longer supported 2012-07-20 www/etoile-mollusk: API no longer supported 2012-07-20 x11-fm/etoile-fontmanager: API no longer supported 2012-07-20 x11-themes/etoile-azbackground: API no longer supported 2012-07-20 x11-themes/etoile-camaelon: API no longer supported 2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported 2012-07-20 x11-themes/etoile-iconkit: API no longer supported 2012-07-20 x11-themes/etoile-wildmenus: API no longer supported 2012-07-20 x11-wm/etoile-azalea: API no longer supported 2012-07-20 x11-wm/etoile-azdock: API no longer supported 2012-07-20 x11-wm/etoile-azswitch: API no longer supported 2012-07-20 x11-wm/etoile-login: API no longer supported 2012-07-20 x11/etoile: Update to a new release is required 2012-07-20 x11/etoile-idle: API no longer supported 2012-07-20 x11/etoile-iterm: API no longer supported 2012-07-20 x11/etoile-xwindowserverkit: API no longer supported 2012-07-20 x11/gnustep-app: API no longer supported
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* Correct a plist error reported by QAT.brooks2012-07-262-0/+2
|
* Update to the 20120722 snapshot of GCC 4.8.0.gerald2012-07-252-6/+6
| | | | Remove ABI version numbers for all library dependencies.
* Update to the 20120721 snapshot of GCC 4.7.2.gerald2012-07-252-6/+6
| | | | Remove ABI version numbers for all library dependencies.
* - Update to 0.1.2wen2012-07-254-94/+6
| | | | | PR: 170105 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
* - Update to version 20120710.scheidell2012-07-244-22/+56
| | | | | | | - Add license. PR: ports/169761 Submitted by: "Nils M Holm" <nmh@t3x.org> (maintainer)
* Update to 5.4.5.delphij2012-07-242-3/+3
| | | | | Security: bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89 With hat: secteam
* - update to 5.3.15flo2012-07-232-3/+3
| | | | | | - document php vulnerabilities Security: http://www.vuxml.org/freebsd/bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89.html
* - update backports patch to 20120721rm2012-07-232-5/+5
| | | | | | | | - bump PORTREVISION PR: 170063 Submitted by: Svyatoslav Lempert <svyatoslav.lempert at gmail dot com> Approved by: Alex Keda <admin at lissyara dot su> (maintainer)
* - Fix Python OPT flags for WITH_PTH knobmva2012-07-222-4/+13
| | | | | PR: ports/168767 Submitted by: Marcus von Appen <mva@freebsd.org>
* - Add option to build clay-bindgenlwhsu2012-07-222-5/+17
| | | | | PR: ports/169969 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
* Fix conversion to optionsngbapt2012-07-211-1/+1
|
* Restore MAKE_JOBS_UNSAFE.olgeni2012-07-211-0/+2
| | | | | PR: ports/169987 Submitted by: amdmi3
* - Update to 0.3 (see ↵ak2012-07-204-19/+22
| | | | | | | https://github.com/mozilla/rust/blob/release-0.3/RELEASES.txt) PR: ports/169906 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,naddy2012-07-201-1/+1
| | | | directly or indirectly (via libvorbis, libtheora).
* Fix build if binutils are linked to gettext [1]mm2012-07-202-1/+38
| | | | | | | Depend on libexecinfo PR: ports/169996 Reported by: Volodymyr Kostyrko
* - Update to version 2.76sperber2012-07-202-11/+14
| | | | | | | | - Switch to optionsng PR: ports/169419 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor)
* - Update to 4.6.0sunpoet2012-07-194-9/+5
| | | | | | - Add regression-test: for tinderbox Changes: https://github.com/parrot/parrot/blob/master/ChangeLog
* - Remove superfluous site-package patch after fixing the pathsmva2012-07-192-18/+1
| | | | Reported by: David Naylor <naylor.b.david@gmail.com> (maintainer)
* Add license infromation for program and all distfilesmm2012-07-193-9/+73
| | | | Fix pkg-plist
* From the HipHop Homepage:mm2012-07-1810-0/+1659
| | | | | | | | | | | | | | | | HipHop transforms your PHP source code into highly optimized C++ and then compiles it with g++ to build binary files. You keep coding in simpler PHP, then HipHop executes your source code in a semantically equivalent manner and sacrifices some rarely used features - such as eval() - in exchange for improved performance. HipHop was developed by Facebook and was released as open source in early 2010. Facebook sees about a 50% reduction in CPU usage when serving equal amounts of Web traffic when compared to Apache and PHP. Facebook.s API tier can serve twice the traffic using 30% less CPU. WWW: https://github.com/facebook/hiphop-php/wiki
* - fix a typo which results in php53-pdo_mysql to always set USE_MYSQLflo2012-07-181-1/+1
| | | | | | | - bump PORTREVISION of php53-pdo_mysql PR: ports/169959 Submitted by: Alexey Markov <redrat@mail.ru>
* Fix depedency to unzip command.maho2012-07-181-1/+1
| | | | | PR: 169615 Submitted by: Alexander Yerenkow <yerenkow@gmail.com>