aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* - Update to Pike 7.8.852johans2014-05-092-51/+29
| | | | - Stagify
* - Convert USE_BZIP2 to USESamdmi32014-05-081-1/+1
|
* - Move lang/open-cobol to lang/gnu-cobol to reflect project changesjohans2014-05-088-65/+48
| | | | - Adopt port
* - Deprecate obsolete ocaml-doc and -examples portsjohans2014-05-072-11/+15
| | | | - Stagify, because it is not allowed to depcrecate unstaged ports
* lang/ocaml: Fix NO_PROFILE setting and native compiler for DragonFlymarino2014-05-072-14/+88
| | | | | | | | | | | The ocaml port was not respecting a NO_PROFILE definition in make.conf, which causes a stage check failure (missing files) if it is set. Improve that logic and patch the configure script in numerous places to support building the native code compiler on DragonFly. This is one of those famous ports that think all BSDs have the pattern "bsd" in their target triplet. Continued under PR: ports/188158
* lang/gnat-aux: Update deprecation message to reflect current affairsmarino2014-05-071-1/+1
| | | | | | The latest gcc-aux compiler is now based on gcc 4.9. The 4.7-based compiler is still available at lang/gcc47-aux though. Note that this port will be deleted in less than one month from now.
* Update to pick up recent LLDB and MIPS assembler improvements.brooks2014-05-064-40/+32
| | | | | Mark broken on platforms where the C++11 compiler isn't clang as gcc is currently failing and current consumers almost certainly run 10.
* Update to Yorick 2.2.03johans2014-05-063-5/+13
|
* Fix unixODBC vs libiodbc conflictsbapt2014-05-0610-117/+14
| | | | | | | | | | | | | | | | Always rely on unixODBC each time a port is looking for libodbc.so Remove odbc compat from libiodbc This allows to install both kde and gnome at the same time While here: - Convert libiodbc to USES=libtool - Convert a bunch of libiodbc dependencies to USES=libtool - Chase libiodbc.so shlib change - Stagify some ports - Convert some ports to USES=pgsql Discussed with: rakuco (kde) With hat: portmgr
* lang/rust: Couple OPSYS with OSVERSION (Unbreaks DragonFly)marino2014-05-051-0/+2
|
* - Use the sample configuration file if the actual one is not available.Thisgahr2014-05-052-1/+5
| | | | | | | makes the wrapper usable right after make install. PR: 189359 Submitted by: Thierry Thomas <thierry@FreeBSD.org>
* Convert all :U to :tu and :L to :tlbapt2014-05-0526-44/+44
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* Remove expired ports:rene2014-05-0419-675/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher 2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14 2014-04-30 net/asterisk14: Broken and unsupported 2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14 2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg 2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile 2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef 2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef 2014-05-01 net/py-spreadmodule: Depends on expired net/spread 2014-05-01 net/p5-Spread-Message: Depends on expired net/spread 2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread 2014-05-01 net/p5-Spread-Session: Depends on expired net/spread 2014-05-01 sysutils/wmmemload: Broken 2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 x11-wm/stumpwm: Broken for more than 4 months 2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8. 2014-05-01 net/pchar: Obsolete, abandoned 2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
* audio/sdl_sound:tijl2014-05-049-98/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USES=libtool. - Strip library. - Replace patch+reinplace with a single reinplace. - Remove a patch so we use the upstream library name again. Bump PORTREVISION on all dependent ports. games/alephone: - USES=gmake tar:bzip2. - Remove unneeded PKG_CONFIG variable. - Staging. - New LIB_DEPENDS syntax. games/asc: - USES=libtool. games/gltron: - New LIB_DEPENDS syntax. - USES=gmake. - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Use option helpers. - Staging. lang/kroc: (still BROKEN due to use of "python" command) - New LIB_DEPENDS syntax. - USES=pathfix tar:bzip2. - Staging. - Replace patches with post-patch. - Replace MAKE with MAKE_CMD. lang/smalltalk: - USES=libtool tar:xz. - Use BROKEN_sparc64.
* Update to SWI Prolog 6.6.5johans2014-05-032-3/+3
|
* Update to the 20140430 snapshot of GCC 4.9.1.gerald2014-05-032-3/+3
|
* - Fix CVE-2014-0185 via patch until 5.3.29 is releasedflo2014-05-034-6/+32
| | | | | | | | - Use DEFAULT_VERSIONS [1] PR: ports/188061 [1] Submitted by: Spil <spil.oss@gmail.com> [1] MFH: 2014Q2
* Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS becausetijl2014-05-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upstream forgot to regenerate the build scripts. This makes the build use the correct version information and causes a library version bump. Use this opportunity to use USES=libtool instead of USES=libtool:oldver. Bump PORTREVISION on all dependent ports and convert them to USES=libtool where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS syntax here and there. games/freedink-engine: - Option helpers. - Staging. - Use dirrmtry for locale directories. games/oolite: - Staging. - Replace ECHO with ECHO_CMD. - Don't use GNUSTEP_PREFIX to install files because it expands to LOCALBASE rather than PREFIX. games/openssn: - Remove USES=desktop-file-utils. No MimeType field in desktop file. - Staging. - Install files in standard DATADIR. games/xblast: - Use proper options. - Staging. - Patch configure so normal make install can be used instead of do-install. - Replace TAR | TAR with COPYTREE_SHARE.
* Back out prev commit since it does nothing, because F_OGETLK/F_OSETLK areache2014-05-021-10/+0
| | | | hidden under names F_GETLK/F_SETLK here.
* Update to 5.4.28 release.ale2014-05-022-4/+4
|
* For i386 add missing field to flock struct (already done for amd64)ache2014-05-021-0/+10
|
* Fix building with clang on i386 (clang assume -Wl,-rpath and not -R)ache2014-05-011-0/+11
|
* Update to 5.5.12 release.ale2014-05-012-4/+4
|
* Partially revert r352688 to actually do what was stated in the commit logbapt2014-05-011-2/+9
| | | | | With hat: portmgr Pointyhat to: bapt
* chase libedit change with a simple bump as the port build system does not ↵bapt2014-05-011-17/+7
| | | | | | seems to support destdir at all With hat: portmgr
* Merge updates from lang/gcc47 (and similarly lang/gcc48):gerald2014-04-303-4/+13
| | | | | | | | | | | | | - Add pkg-message that references the need to use -Wl,-rpath=... . [1] - Replace USE_BZIP2 by USES=tar:bzip2. - No longer install rebuild-gcj-db47 (which requires bash among others) and its man page. Bump PORTREVISION. PR: 185902 [1]
* Update to the 20140427 snapshot of GCC 4.10.gerald2014-04-302-3/+3
|
* - Add LICENSEsunpoet2014-04-301-4/+11
| | | | | | | | | | | | - Add NLS option - Pass maintainership to submitter - While I'm here: - Simplify GUILE_VER - Remove OPTIONS_DEFAULT - USe NLS_CONFIGURE_ENABLE PR: ports/189115 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* Update to the 20140424 snapshot of GCC 4.8.3.gerald2014-04-292-3/+3
|
* Mark net-im/pidgin-facebookchat and lang/clisp as deprecated: upstreamlinimon2014-04-291-3/+6
| | | | | | | development as ceased. Reset maintainer. Submitted by: former maintainer Approved by: portmgr (antoine)
* Welcome GCC 4.10 aka lang/gcc410. This has recently branched fromgerald2014-04-298-0/+281
| | | | | | | | | GCC 4.9 development and is feature equivalent at this point. The coming months, during stage 1 of GCC developemtn, there will be many invasive and partially destablizing changes. Any outfall will be addressed in the second half of the release cylce. Until then, use at your own risk and file any bugs upstream.
* This is a three-part for building guile with clang (or with any otherkwm2014-04-283-0/+33
| | | | | | | | | | | | | | | | modern compiler): 1) Use -fwrap in CFLAGS, since guile depends on integer overflows. 2) Fix grep + sed logic in guile-snarf.in to be compatible with the output of clang's preprocessor. This is achieved by adding additional newlines before the ^^ delimiters, which guile-snarf depends on. 3) Similarly, in c-tokenize.c, clang's preprocessor outputs EOLs and hash marks in different places, confusing the lexer. Simply don't output them to fix the problem. While here strip binaries and libraries. Submitted by: dim@
* - Fix packaging with non-standard OPTIONSgahr2014-04-282-16/+33
|
* - Fix PLIST with non-standard OPTIONSgahr2014-04-282-19/+25
| | | | | PR: 188712 Submitted by: Allen Hewes <rallenh@hotmail.com>
* - Update to 0.10swills2014-04-273-59/+91
| | | | | | | | | | | - Remove deprecated rustpkg functionality - Stage improvements - Add 10.x and 11.x compability - Pet portlint PR: ports/188800 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
* lang/ocaml: Fix plist issuesmarino2014-04-272-4/+20
| | | | | | | | | | | | | | | | | These missing man page issues were seen on Redports and reported, then disappeared after the final patch. Unfortunately they weren't actually addresses, so it's a mystery why Redports didn't continue to catch the problem, nor the extra ocamldoc/custom directory (which is why the ocamldoc/custom/.keep file original existed). Add the 15 missing man pages to the plist and remove the empty directory in the post-install target. Strangely enough, Redports still shows an 8x pass. I'm losing a lot of confidence in Redports results... While here, remove the muting from the post-install target. This is against convention. PR: ports/188158
* lang/ocaml: Upgrade version 4.00.1 to 4.01.0 and stagemarino2014-04-2716-188/+388
| | | | | | | | | | | | | | | | | | This is a significant update from the maintainer. Not only has stage support been added (and verified with an 8x pass on RedPorts), but installed binaries are no longer stripped which was the cause of the coccinelle malfunction seen on DragonFly. Licensing was also defined, and the X11 build failure caused by the use of the -R linker flag without the -Wl prefix has also been rectified. [2] PR: ports/188158 [1] Submitted by: maintainer (Michael Gruenewald) PR: ports/188330 [2] Submitted by: madpilot Approved by: maintainer
* lang/gcc-aux: Update from RC1 to Release 4.9.0marino2014-04-262-7/+9
| | | | | This should be the last update until Release 4.9.1 - the source tarballs have been switched from snapshots to releases.
* Remove expired ports:rene2014-04-259-13267/+0
| | | | | | | | | | | | | | | | | 2014-04-23 emulators/mupen64-sdlinput: Use mupen64plus instead 2014-04-23 emulators/mupen64-sdlaudio: Use mupen64plus instead 2014-04-23 emulators/mupen64-tr64: Use mupen64plus instead 2014-04-23 emulators/mupen64-gln64: Use mupen64plus instead 2014-04-23 emulators/mupen64-sound: Use mupen64plus instead 2014-04-23 emulators/mupen64-rsp: Use mupen64plus instead 2014-04-23 emulators/mupen64-input: Use mupen64plus instead 2014-04-23 emulators/mupen64-glide: Use mupen64plus instead 2014-04-23 emulators/mupen64: Use mupen64plus instead 2014-04-23 emulators/mupen64-softgfx: Use mupen64plus instead 2014-04-23 emulators/mupen64-dummyaudio: Use mupen64plus instead 2014-04-23 emulators/mupen64-base: Use mupen64plus instead 2014-04-24 x11/emu: Broken, not staged 2014-04-24 lang/ruby-doc-stdlib: Upstream rerolls frequently, online docs work well
* Update my ports to be compliant with new USES framework and fix other issues.dbn2014-04-253-6/+3
| | | | | | | | | | | Changes: * various: migrate USE_BZIP2 to USES=tar:bzip2 * various: migrate USE_XZ to USES=tar:xz * multimedia/py-ffmpeg: add and prefer github (GH) as master site * ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD) Most ports are updated infrequently so a single batch commit is preferred over collating changes per port.
* - Fix build w/clangamdmi32014-04-251-0/+19
| | | | MFH: 2014Q2
* Remove the last @comment $FreeBSD$ from plists.mat2014-04-251-1/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Actually use the python interpreter found by cmake.brooks2014-04-242-0/+52
|
* Update to the 20140423 snapshot of GCC 4.9.1. This is basically thegerald2014-04-242-5/+5
| | | | | | | | GCC 4.9.0 release, but since we did not yet use the new way of labeling snapshots as part of PORTVERSION we could not update to that directly without using PORTEPOCH. Going forward that will be possible. Adjust DISTVERSION and GCC_VERSION to the new PORTVERSION scheme.
* Don't install conflicting std*.h and varargs.h files.brooks2014-04-243-7/+23
|
* Update to a new snapshot.brooks2014-04-244-7/+476
| | | | | | | | Add LLDB to the package now that is supports stage. Add missing swig dependancy. Fix wrapper script for prefixed command links.
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-232-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery)
* - Fix build on < 8000000 (yacc doesn't have a -y option)gahr2014-04-231-1/+1
| | | | Reported by: pkg-fallout
* - Update to 5.4amdmi32014-04-232-4/+3
| | | | | PR: 188884 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
* - Update to 05_20140420gahr2014-04-222-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * The chapter in the manual about the foreign function interface has been improved. * A paragraph about regular expressions and lexical scanner functions has been added to the FAQ. * The handling of the actions CHR_CLIT and INT_STRI in the compiler has been improved. The string buffers for chrCLitToBuffer and intStrToBuffer use the correct alignment now. * In big_rtl.c the functions bigParseBasedPow2 and bigParseBased2To36 have been added and bigParseBased has been changed to call them. This improves the conversion of a string to a bigInteger, when the base is a power of two. Valgrind measurements of the function bigParseBased in chkbig.sd7 show a speed improvement with a factor of 239. * The macros memcpy_to_strelem and memset_to_strelem (defined in striutl.h) have been turned into functions (defined in striutl.c). * The unrolling in memcpy_to_strelem and memset_to_strelem has been changed from 8 times to 32 times. This improves the performance for big data amounts by 16% (Measured with valgrind and gcc). * Usages of the macros memcpy_to_strelem and memset_to_strelem in bst_rtl.c, fil_rtl.c, soc_rtl.c and str_rtl.c have been turned into usages of the corresponding functions. * Calls of cstri_expand, ustri_expand, cstri_expand2 and ustri_expand2 in analyze.c, chr_rtl.c, flt_rtl.c, infile.c, str_rtl.c and striutl.c have been turned into calls of memcpy_to_strelem. * The functions (macros) cstri_expand, ustri_expand, cstri_expand2 and ustri_expand2 have been removed from striutl.c and striutl.h. * The functions doCompileAndLink, compileAndLinkWithOptionsOk, compileAndLinkOk, appendToFile and detemineDatabaseDefines have been added to chkccomp.c. The function compilationOkay has been replaced by compileAndLinkOk.
* lang/python{27,31,32}: Replace USE_XZ with USES=tar:xzkoobs2014-04-223-6/+3
| | | | | | USE_XZ has been deprecated, replace it with the new USES value. Python 3.3 and 3.4 ports have already been converted.
* lang/python{31,32,33}: Fix stage/package as non-rootkoobs2014-04-225-11/+81
| | | | | | | | | | | | | | | | | | Copy the second part of a change previously made to python27 [1], to python31, python32 and python33. This fixes staging and packaging of these ports by a non-root user by running ranlib on the archive prior to it being installed read-only. While I'm here: - python27: Add breadcrumbs and references to the patch header - python34: Update breadcrumbs and references to the patch header [1] https://svnweb.freebsd.org/ports?view=revision&revision=350207 Submitted by: antoine Reviewed by: kwm, sbz
* CHERI-Clang is a fork of the Clang compiler with support for the CHERIbrooks2014-04-226-0/+1466
| | | | | | | | (Capability Hardware Enhanced RISC Instructions) ISA. It also has enhanced support for MIPS CPUs, particularly MIPS64. Sponsored by: DARPA, AFRL
* - Update to 1.6.0madpilot2014-04-222-5/+6
| | | | | Submitted by: rpaulo (via email) Approved by: Jens Jahnke <jan0sch@gmx.net> (maintainer, via email)
* Add pkg-plist file, forgotten in previous commitjohans2014-04-221-0/+1
| | | | Bump PORTREVISION for good measure
* Add pkg-plist file, forgotten in previous commitjohans2014-04-221-0/+42
| | | | | | | Bump PORTREVISION for good measure Submitted by: swills Pointyhat to: johans
* - Update to CDuce 0.6.0 (works with modern ocaml)johans2014-04-213-62/+59
| | | | - Minor cleanups
* Fix installation on FreeBSD < 10johans2014-04-213-5/+16
| | | | | | Avoid running undefined RM command on files outside STAGEDIR Submitted by: antoine
* Update to the 20140419 snapshot of GCC 4.7.4.gerald2014-04-213-3/+12
| | | | | | Add pkg-message that references the need to use -Wl,-rpath=... . [1] PR: 185902 [1]
* Mark broken: Fails to buildantoine2014-04-211-0/+2
| | | | | | | | | | | # "build" target here installs into /wrkdirs/usr/ports/lang/rubinius/work/stage/usr/local rake aborted! Gem::LoadError: You have already activated rake 10.3.1, but your Gemfile requires rake 10.1.1. Prepending `bundle exec` to your command may solve this. /wrkdirs/usr/ports/lang/rubinius/work/rubinius-2.2.5/Rakefile:1:in `<top (required)>' (See full trace by running task with --trace) *** [do-build] Error code 1 Reported by: pkg-fallout
* Mark broken: Fails to configureantoine2014-04-211-0/+2
| | | | | | | | | | | | | | | | -- Performing Test ELF_GETSHDRSTRNDX -- Performing Test ELF_GETSHDRSTRNDX - Success -- Found LibDwarf: /usr/local/lib/libdwarf.a CMake Error at CMake/HPHPFindLibs.cmake:308 (message): You need to install binutils Call Stack (most recent call first): CMake/HPHPSetup.cmake:46 (include) hphp/CMakeLists.txt:18 (include) -- Configuring incomplete, errors occurred! PR: ports/188498 Reported by: pkg-fallout With hat: portmgr
* Mark broken: Fails to buildantoine2014-04-211-0/+2
| | | | | | | | | | | | | | | | | | | | (cd ocaml_files; ocamlopt -for-pack Cduce_lib.Caml_cduce -c asttypes.mli outcometree.mli asttypes.ml config.ml misc.ml tbl.ml clflags.ml consistbl.ml warnings.ml terminfo.ml location.mli location.ml annot.mli longident.ml ident.ml path.ml primitive.ml types.ml btype.ml oprint.ml subst.ml predef.ml datarepr.ml env.ml ctype.mli ctype.ml printtyp.ml;\ ocamlopt -for-pack Cduce_lib -pack -o caml_cduce.cmx asttypes.cmx config.cmx misc.cmx tbl.cmx clflags.cmx consistbl.cmx warnings.cmx terminfo.cmx location.cmx longident.cmx ident.cmx path.cmx primitive.cmx types.cmx btype.cmx oprint.cmx subst.cmx predef.cmx datarepr.cmx env.cmx ctype.cmx printtyp.cmx; \ cp caml_cduce.cmx caml_cduce.o caml_cduce.cmi ..) File "asttypes.mli", line 44, characters 8-18: Error: Unbound module Location File "_none_", line 1: Error: File asttypes.cmx not found cp: caml_cduce.cmi: No such file or directory cp: caml_cduce.o: No such file or directory cp: caml_cduce.cmx: No such file or directory gmake[1]: *** [caml_cduce.cmx] Error 1 gmake[1]: Leaving directory `/wrkdirs/usr/ports/lang/cduce/work/cduce-0.5.5/ocamliface' gmake: *** [ocamliface/caml_cduce.cmx] Error 2 *** [do-build] Error code 1 Reported by: pkg-fallout With hat: portmgr
* SDCC version 3.4.0.tijl2014-04-204-20/+25
| | | | | | | Highlights: - New TLCS90 (Toshiba Z80 clone) target support - New STMicroelectronics STM8 target support - Support for named address spaces in ROM
* Update to GNU AWK 4.1.1 (bugfix release),johans2014-04-203-3/+6
| | | | http://lists.gnu.org/archive/html/info-gnu/2014-04/msg00000.html
* Remove build dependency on pkgconfbapt2014-04-201-1/+1
|
* lang/python{31,32,33}: Add clang 3.4 fix from python27koobs2014-04-207-2/+52
| | | | | | | | | | | | | Copy change committed to python27 [1] to python31, python32 and python33 to fix builds of some extensions with Clang 3.4. Also add breadcrumbs to the patch header in lang/python27 referencing the upstream issue. [2] The Python 3.4 port (lang/python34) already carries the patch. [1] https://svnweb.freebsd.org/ports?view=revision&revision=346428 [2] http://bugs.python.org/issue20767
* lang/gcc-aux: Fix a testsuite application typo, add test to listmarino2014-04-202-1/+2
| | | | | | | Both of these issues affect dragonfly only. The *-*-dragonfly* target for dejagnu needs to be added to a few hundred tests but a typo prevented that from happening. No revbump as testing does not affect the final package, nor is it a default option.
* Fix libfreetype dependencies.tijl2014-04-191-2/+2
| | | | PR: ports/188792
* - Mark as BROKEN since the last lang/mono update.mva2014-04-191-0/+2
| | | | | It seems like mono's CscToolPath is unset somewhere, causing the build to fail
* Remove expired ports:rene2014-04-1816-821/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared 2014-04-17 science/flounder: Unmaintained since 2002 2014-04-17 security/nbaudit: Unmaintained since 2002 2014-04-17 security/saint: Unmaintained since 2002 2014-04-17 graphics/gozer: Unmaintained since 2002 2014-04-17 misc/pdfmap: Unmaintained since 2002 2014-04-17 devel/showgrammar: Unmaintained since 2002 2014-04-17 biology/libgenome: Unmaintained since 2002 2014-04-17 deskutils/narval: Unmaintained since 2002 2014-04-17 devel/fampp: Unmaintained since 2002 2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002 2014-04-17 misc/wmfirew: Unmaintained since 2002 2014-04-17 x11-wm/e16utils: Unmaintained since 2002 2014-04-17 misc/salias: Unmaintained since 2002 2014-04-17 print/latex2slides: Unmaintained since 2002 2014-04-17 lang/sxm: Unmaintained since 2002 2014-04-17 textproc/pybook: Unmaintained since 2002 2014-04-17 mail/mailcrypt: Unmaintained since 2002 2014-04-17 japanese/elvis: Unmaintained since 2002 2014-04-17 devel/prototype: Unmaintained since 2002 2014-04-17 print/wprint: Unmaintained since 2002 2014-04-17 science/euler: Unmaintained since 2002 2014-04-17 multimedia/gopchop: Unmaintained since 2002 2014-04-17 science/gdis: Unmaintained since 2002 2014-04-17 net/googolplex: Unmaintained since 2002 2014-04-17 lang/logo: Unmaintained since 2002 2014-04-17 textproc/roap: Unmaintained since 2002 2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002 2014-04-17 games/yamsweeper: Unmaintained since 2002 2014-04-17 net-mgmt/echolot: Unmaintained since 2002 2014-04-17 security/pam_smb: Unmaintained since 2002 2014-04-18 devel/lua-redis-parser: Broken for more than 6 months 2014-04-18 biology/finchtv: Broken for more than 6 months 2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
* lang/gcc-aux + gnatdroid-armv7: Update to 16 April prereleasemarino2014-04-185-799/+26
|
* Update to the 20140416 snapshot of GCC 4.9.0 which coincides withgerald2014-04-182-4/+5
| | | | | | RC1 of that release. Extend full-regression-test by running contrib/test_summary.
* Add a patch so the port no longer requires procfs.tijl2014-04-172-0/+37
| | | | | PR: ports/188326 Approved by: Neal Nelson <ports@nicandneal.net> (maintainer)
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-1713-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Remove lang/dragonegg-devel46. It has C++ library incompatibilitiesbrooks2014-04-175-173/+0
| | | | that are impractical to resolve and is unmaintained upstream.
* - Update to 05_20140406gahr2014-04-153-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The chapters in the manual about primitive actions and the foreign function interface have been improved. * The names of the C types used in interpreter and runtime library have been refactored to use camel case. * The elements in the unions valueUnion (in data.h) and rtlValueUnion (in data_rtl.h and s7c.sd7) have been refactored to use names with camel case. * The library bigint.s7i has been changed to define the operators radix and RADIX with the actions BIG_radix and BIG_RADIX. This results in a significant performance improvement when large numbers are converted. * Interpreter and compiler have been improved to support the actions BIG_radix and BIG_RADIX. * Testcases for the operators radix and RADIX have been added to chkbig.sd7. * The compiler has been improved to do an optimization for the action INT_MDIV when the divisor is known at compile time. When the dividend is known to be positive or zero it is casted to an unsigned integer and the quotient is casted back to a signed integer. Dividing an unsigned integer by a constant is known to be faster than dividing a signed integer. * The functions bigRadix, bigRadixPow2, bigRadix2To36 and uBigDivideByDigit have been added to big_rtl.c * The function bigRadix has been added to big_gmp.c. * The functions stri_to_cstri8_buf and cstri8_buf_to_stri have been added to striutl.c. * In traceutl.c the function mapTraceFlags has been improved to work correctly when the parameter trace_level defines several options. * The function printTraceOptions has been added to traceutl.c. * In arr_rtl.c the definition of getArgv has been improved to use less #ifdef directives in the function body.
* Fix up conflict with lang/dmd1.cy2014-04-151-2/+2
|
* lang/dmd is no longer the primary dmd port as it is no longer supportedcy2014-04-159-1/+2
| | | | | by digitalmars.com. It logically switches places with dmd2. dmd2 retains the dmd2 name while lang/dmd is renamed to dmd1.
* Update 2.064.2 --> 2.065.0cy2014-04-156-54/+48
|
* Stagify.cy2014-04-152-31/+31
|
* - Reassign to the heap at maintainer's requestculot2014-04-143-3/+3
| | | | | | With hat: portmgr-lurker PR: ports/188514 Submitted by: Nils M Holm <nmh@t3x.org>
* Add USES=fortran as another case where the run-time library path isgerald2014-04-131-1/+2
| | | | | | set transparently. Reported by: Dmitry Sivachenko <trtrmitya@gmail.com>
* Update to the 20140412 snapshot of GCXC 4.7.4.gerald2014-04-132-4/+5
| | | | Extend full-regression-test by running contrib/test_summary.
* Remove an (obsolete) CONFLICTS with a former state of lang/gcc.gerald2014-04-132-7/+5
| | | | | | | | | Replace USE_BZIP2 by USES=tar:bzip2. Extend full-regression-test by running contrib/test_summary. No longer install rebuild-gcj-db46 (which requires bash among others) and its man page.
* Add USES=fortran as another case where the run-time library path isgerald2014-04-131-1/+2
| | | | | | set transparently. Reported by: Dmitry Sivachenko <trtrmitya@gmail.com>
* Remove expired port:rene2014-04-134-54/+0
| | | | 2014-04-12 lang/f77: Unmaintained since 2001
* Remove expired ports:rene2014-04-139-436/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-12 net/pvm++: Unmaintained since 2001 2014-04-12 devel/ixlib: Unmaintained since 2001 2014-04-12 mail/althea: Unmaintained since 2001 2014-04-12 graphics/claraocr: Unmaintained since 2001 2014-04-12 graphics/qvplay: Unmaintained since 2001 2014-04-12 print/guitartex: Unmaintained since 2001 2014-04-12 print/pnm2ppa: Unmaintained since 2001 2014-04-12 graphics/opendis: Unmaintained since 2001 2014-04-12 net/gnome-mud: Unmaintained since 2001 2014-04-12 graphics/maverik: Unmaintained since 2001 2014-04-12 biology/rasmol: Unmaintained since 2001 2014-04-12 mail/mail2procmailrc: Unmaintained since 2001 2014-04-12 science/felt: Unmaintained since 2001 2014-04-12 textproc/pardiff: Unmaintained since 2001 2014-04-12 lang/klone: Unmaintained since 2001 2014-04-12 net/rmsg: Unmaintained since 2001 2014-04-12 net/sharity-light: Unmaintained since 2001 2014-04-12 biology/genpak: Unmaintained since 2001 2014-04-12 net/forg: Unmaintained since 2001 2014-04-12 misc/txt2regex: Unmaintained since 2001 2014-04-12 textproc/ipdf: Unmaintained since 2001 2014-04-12 graphics/plotmtv: Unmaintained since 2001 2014-04-12 devel/happydoc: Unmaintained since 2001 2014-04-12 print/cpp2latex: Unmaintained since 2001 2014-04-12 graphics/svg2swf: Unmaintained since 2001 2014-04-12 devel/flick: Unmaintained since 2001 2014-04-12 mail/smail: Unmaintained since 2001 2014-04-12 net/net-http: Unmaintained since 2001 2014-04-12 security/cfv: Unmaintained since 2001 2014-04-12 graphics/camediaplay: Unmaintained since 2001 2014-04-12 math/umatrix: Unmaintained since 2001
* lang/adacontrol: Upgrade version 1.15r5 => 1.16r10marino2014-04-132-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rule changes according to HISTORY file since version 1.15r5: New rules: ---------- positional_associations (took over style (positional_association)) type_usage unit_pattern unsafe_elaboration Changes to existing rules: -------------------------- No_Operator_Usage: added observed relational Changed syntax Filtering on indexing in addition to logical operators Style (Multiple_Elements): separated keywords from other subrules (Casing_Identifier, original): Check closing identifier, allow multiple casing options. Positional_Association: removed, now subrule of Positional_Associations. Parameter_Order, Formal_Parameter_Order: modes are separated by "|". Multiple_Element: checks proper presentation of "end", "for ... loop" With_Clauses: Handle correctly case of with clauses required due to a use clause or pragma Elaborate for the same package in the context clauses. Use_Clauses Added subrules type, type_global, type_local. Array_Declarations: Slightly changed the syntax of the component subrule. Case_Statements: Added subrule values_if_others Declarations: Added subrules box_defaulted_formal_function, name_defaulted_formal_function, box_defaulted_formal_procedure, name_defaulted_formal_procedure, null_defaulted_formal_procedure, non_ravenscar_task, access_constrained_array_type, access_unconstrained_array_type, access_def_discriminated_type, access_nondef_discriminated_type, access_unknown_discriminated_type, access_formal_type, access_language_type, equality_operator Better placement of some messages Dependencies: Added subrules public_child, private_child Expressions: Added subrules in, not_in, static_membership, and_array, and_logical, and_binary, or_array, or_logical, or_binary, xor_array, xor_logical, xor_binary, upward_conversion, downward_conversion, extension_aggregate, extendable_aggregate, array_positional_others, array_named_others, unconverted_fixed_multiplying_op Subrule Mixed_Operators considers membership tests and short circuit forms Local_Hiding: Added modifiers Not_Identical_Renaming, Not_Different_Families Global_References: Added subrules read, written Multiple_Assignments: The rule has been renamed to "Assignments" Added subrule sliding. Added criterion total. Naming_Convention: Added specific patterns by object and functions type names and categories Added subrules regular_static_constant, regular_nonstatic_constant Object declarations: Added subrule type. Parameter_Declarations: Added subrules tagged_parameters, class_wide_parameters. Added callables dispatching_function, dispatching_parameter Reduceable_Scope: Don't suggest moving declarations to a task specification Representation_Clauses: Added subrule no_bit_order_layout Statements: Added subrules named_exit, exit_plain_loop, simple_block, unnamed_simple_block, redispatching_call. Normalized behaviour of subrule exit.
* Update to the 20140410 snapshot of GCC 4.8.3.gerald2014-04-133-3/+11
| | | | | | Add pkg-message that references the need to use -Wl,-rpath=... . [1] PR: 185902 [1]
* Update to the 20140406 snapshot of GCC 4.9.0.gerald2014-04-134-5/+13
| | | | | | | | | Add pkg-message that references the need to use -Wl,-rpath=... . [1] No longer install rebuild-gcj-db49 (which requires bash among others) and its man page. PR: 185902 [1]
* lang/gnatdroid-armv7 (&gcc-aux): Fix socket support and gnat.dg testsuitemarino2014-04-138-87/+589
| | | | | | | | | | | | | | The socket support on Gnatdroid was broken, and it had to be fixed at lang/gcc-aux. Until now, the dejagnu testsuite did not work on remote targets. To fix this, support files had to be installed at ${LOCALBASE}/share/dejagnu. Dejagnu was not made a run dependency, conditional or otherwise. The test targets for gnatdroid are really maintainer targets. Running the gnat.dg testsuite confirms that everything works in the cross-compiler except stack checking (there's no support in gcc for this just yet).
* Support stagebapt2014-04-122-19/+9
|
* - Update to 2.767wen2014-04-124-44/+3
|
* Remove expired ports:rene2014-04-119-1187/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-10 www/p5-CGI-modules: No more public distfiles 2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules 2014-03-10 www/sbox-dtc: No more public distfiles 2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc 2014-03-10 textproc/glimpse: No more public distfiles 2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse 2014-04-10 misc/tkman: Depends on expired textproc/glimpse 2014-04-09 devel/asl: Unmaintained since 1997 2014-04-09 net/pcnfsd: Unmaintained since 1997 2014-04-10 cad/chipmunk: Unmaintained since 1999 2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated. 2014-04-10 www/mambo: Broken for more than 6 months 2014-04-10 devel/lua-rds-parser: Broken for more than 6 months 2014-04-10 editors/the: Unmaintained since 1999 2014-04-10 japanese/exmh2: Unmaintained since 1999 2014-04-10 net/freewais-sf: Unmaintained since 1999 2014-04-10 editors/elvis: Unmaintained since 1999 2014-04-10 japanese/sed: Unmaintained since 1999 2014-04-10 x11-fm/xfm: Unmaintained since 1999 2014-04-10 print/rtf2latex: Unmaintained since 1999 2014-04-10 graphics/fbm: Unmaintained since 1999 2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000 2014-04-11 emulators/prodosemu: Unmaintained since 2000 2014-04-11 security/gtkportscan: Unmaintained since 2000 2014-04-11 graphics/xmfract: Unmaintained since 2000 2014-04-11 databases/xmbase-grok: Unmaintained since 2000 2014-04-11 emulators/svr4_base: Unmaintained since 2000 2014-04-11 math/freefem: Unmaintained since 2000 2014-04-11 graphics/tiff2png: Unmaintained since 2000 2014-04-11 math/wingz: Unmaintained since 2000 2014-04-11 lang/STk: Unmaintained since 2000 2014-04-11 graphics/kdc2tiff: Unmaintained since 2000 2014-04-11 math/xlispstat: Unmaintained since 2000 2014-04-11 databases/typhoon: Unmaintained since 2000 2014-04-11 graphics/dc20ctrl: Unmaintained since 2000 2014-04-11 www/fhttpd: Unmaintained since 2000 2014-04-11 graphics/xmorph: Unmaintained since 2000 2014-04-11 editors/axe: Unmaintained since 2000 2014-04-11 www/cgic: Unmaintained since 2000
* Remove lang/tcltutor, this port depends on expired ports misc/tkman andrene2014-04-116-124/+0
| | | | textproc/glimpse, is unstaged, and the last "real" commit was eight years ago.
* - Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILEsunpoet2014-04-115-6/+6
|
* Update checksums.olgeni2014-04-111-2/+2
| | | | The main distfile was rerolled to add a single README file.
* - Try to unbreak; it looks like r322706 left out another race, which happensdanfe2014-04-113-34/+31
| | | | | | | | with -jX build: `libyor.a' is not built atomically, so depend on the cookie file that is dropped after all parts of libyor.a are completed (search for ``oinsert'' targets inside ${WRKSRC}/yorick/Makefile to get the idea) - While here, fix/sort pkg-plist, cleanup the Makefile and port description, use relative symbolic links
* lang/gcc-aux: Fix typo in long description with slight cleanupmarino2014-04-111-4/+3
|
* lang/gcc-aux: significantly reduce c++ testsuite diff file sizemarino2014-04-103-4614/+311
| | | | | | | The majority of the 234k c++ testsuite patch can be eliminated with REINPLACE_CMD at the post-extract phase. Now it's 1/100th the size at 2.3k. No revbump necessary; the testsuite isn't even a default option. The same treatment can be done to lang/gcc47-aux later.
* lang/gnatdroid-arm5(7): Fix ARMv7, disable ARMv5marino2014-04-102-72/+68
| | | | | | | | | | | | ARMv5 gnatdroid can't currently be built because sigtramp-armdroid.c uses thumb instructions that ARMv5 doesn't know. Until this is fixed, set the port to ignore. Both gnatdroid ports now using gcc-aux's Makefile.version for it's portrevision versions. Both now stop using CONFIGURE_ARGS because it processes the values in an unexpected way. Both get a revbump due to gcc-aux's binutils-caused revbump.
* Add lang/erlang-runtime17, an Erlang runtime for version 17.olgeni2014-04-1012-0/+353
|
* lang/gcc-aux: Add binutils requirement for FreeBSDmarino2014-04-102-0/+10
| | | | | | | | | | | | | | | | This patch was previously developed but lost somewhere along the way. The linker and assembly must be explicitly defined otherwise it is defined as "ld" and "as" and as such is affected by the value of PATH. We don't want this, and it actually breaks the gnatdroid cross compilers. For FreeBSD, use the binutils port like the gcc ports do. DragonFly has binutils 2.24 in base so let's keep using the base binutils on that platform. Also the Makefile.version file now defines the PORTREVISION for all the ports that use it to make future updating easier. Binutils patch omission partly detected by jenkins failure (thx swills)
* lang/gnatdroid-*: Support multiple API, base on gcc-aux (gcc 4.9)marino2014-04-1010-1076/+349
| | | | | | | | | | | | | | | | This represents major changes with gnatdroid. The sysroot is no longer API 9 or 19, but a choice of API 8, 9, 15, 16, 17, 18, or 19. The prefix is not androidX but just "android". The binutils port had to be adjusted due to the prefix change. Finally, gnatdroid-armv(5,7) was substancially reworked to use gcc-aux (4.9) instead of gcc47-aux (4.7). This means the new ARM unwinder is in use (zero cost exceptions). Only 6 ACATS tests are failing, they are related to the missing stack check capability. Future work will speed up ACATS remote device testing and hopefully enable gnat.dg testing too.
* lang/gcc-aux: Upgrade from 30 March snapshot to 6 Aprilmarino2014-04-0910-44/+810
| | | | | | | | | | Since the April 6 snapshot, a lot of work has entered the GCC tree to fix the arm-android GNAT port. Currently it passes everything except stack checking. A lot of the additional lines in diff-ada will be removed with the next snapshot. Future plans also include significantly reducing the size of the diff-cxx-testsuite file too.
* Now that mod_php is a separate port, allow to deselect all SAPIs.ale2014-04-092-14/+30
| | | | | PR: ports/188386 Submitted by: Joel Parker <rootrider@shellfront.org>
* Reset maintainer.gjb2014-04-091-1/+1
| | | | Sponsored by: The FreeBSD Foundation
* Force users to update their options file if APACHE was selected.ale2014-04-082-0/+10
|
* Welcome Python 3.4 to the FreeBSD Ports Tree!koobs2014-04-0813-1/+5353
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The FreeBSD Python Team warmly welcomes Python 3.4 to the Ports tree: - Add lang/python34 - Add devel/py-setuptools34 - Add Python 3.4.0 docs to lang/python-doc Release Announcement and Major Features: https://www.python.org/download/releases/3.4.0/ This also marks the next stage of a cleaner, much-closer-to-upstream approach to Python on FreeBSD, that builds upon the hard work of the entire FreeBSD Python team over the last year. This port is built "entirely" from scratch, retiring as much of the legacy, workarounds, patches and hacks from the existing Python ports as possible. Of particular note: static + shared dual-build is gone, as it was flaky at best, grossly untested upstream and caused more issues than it solved. It is replaced by a shared build by default. The static python library remains installed and usable. Major changes in this structure are: - Replace dual static and shared in-tree build with shared-only. - Use options helpers - Replace plat-freebsd* hacks with a lighter weight alternative - Strip all libraries and shared extensions - Only retain patches that are absolutely necessary - Replace static disabled_module_list with one from upstream - Retain NIS and sparc64 workarounds from python33 - Deprecate SEM option, no longer optional. - Deprecate PTH option, no longer maintained or supported upstream - Deprecate FPECTL option, no longer maintained or supported upstream - Add upstream issue references & breadcrumb annotations where possible Tested by: many (Special thanks to Andrew Berg) Reviewed by: xmj, nemysis, antoine
* Update to 3.4.0.romain2014-04-085-475/+486
|
* Properly remove man/man1/rebuild-gcj-db47.1.gz by removing thegerald2014-04-081-1/+1
| | | | | | uncompressed version since post-install runs before compress-man. Submitted by: mat
* Update to the 20140320 snapshot of GCC 4.8.3.gerald2014-04-083-8/+8
| | | | | | | | | Replace USE_BZIP2 by USES=tar:bzip2. No longer install rebuild-gcj-db48 (which requires bash among others) and its man page. Extend full-regression-test by running contrib/test_summary.
* USES=tar:bzip2mat2014-04-083-3/+3
| | | | Sponsored by: Absolight
* - Update to 3.2.7sunpoet2014-04-073-5/+6
| | | | | | Changes: http://www.egenix.com/products/python/mxBase/changelog.html PR: 188310 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* Update to the 20140405 snapshot of GCC 4.7.4.gerald2014-04-073-5/+5
| | | | | No longer install rebuild-gcj-db47 (which requires bash among others) and its man page.
* lang/gcc-aux: set Makefile.common includes like gcc47-auxmarino2014-04-061-1/+1
|
* lang/gnatdroid-*: Update sysroot to Android API level 9 -> level 19marino2014-04-0614-65/+165
| | | | | | | | | | | This is the first of two steps to update the gnatdroid ARM cross- compilers. The sysroot was 10 versions behind the current API level of 19. The latest API level drops ARMv5 support, but the API is backwards compatible, so if applications restrict themselves to level 18 features, then ARMv5 should still be usable. The next step is to base the cross compilers on GCC 4.9 instead of the GCC 4.7-based gcc47-aux port.
* - Update to 1.0.1sunpoet2014-04-063-120/+212
| | | | | | | | | - Add LICENSE - Pass maintainership to submitter Changes: http://pecl.php.net/package-changelog.php?package=perl PR: ports/188295 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Fix shebangsunpoet2014-04-061-17/+23
| | | | | | - Use USES=tar:xz - Bump PORTREVISION for package change - Space/Tab twiddle
* Mark broken, fails to buildantoine2014-04-061-0/+2
| | | | | | | | | | | | | | | | | | | | On 8 and 9: Generating i386 object code for Tcl ... In file included from OCS/Tcl.c:80: ./Tcl.hc.c: In function 'execFun': ./Tcl.hc.c:264: error: 'Tcl_Interp' has no member named 'result' ./Tcl.hc.c: In function 'execCom': ./Tcl.hc.c:308: error: 'Tcl_Interp' has no member named 'result' ./Tcl.hc.c:311: error: 'Tcl_Interp' has no member named 'result' ... On 10 and head: OCS/INLINE.c:19:36: error: non-void function 'init_AINLINE' should return a value [-Wreturn-type] static int visited=0; if(visited) return; visited=1; ^ Reported by: pkg-fallout (maybe since august 2013) With hat: portmgr
* Mark broken: fails to linkantoine2014-04-061-0/+2
| | | | | | | | | | cc -O2 -Wl,-E -o yorick main.o yinit.o -L. -L../drat -L../hex -lyor -L/usr/local/lib -lX11 -lm yinit.o(.text+0x15): In function `on_launch': : undefined reference to `y_launch' yinit.o(.data+0x0): undefined reference to `yk_yor' *** Error code 1 Reported by: pkg-fallout since february 2014
* Allow staging/packaging as a regular user:antoine2014-04-051-3/+28
| | | | | | | | | - pycompile only once, previously it would pycompile 3 imported modules (getopt, struct and py_compile) and make them read-only, and later try to pycompile them again and fail - ranlib before installing archive read-only With hat: portmgr
* - Update to 0.20.1 [1]wen2014-04-052-5/+6
| | | | | | | | - Add LICENSE - Pass maintainership to submitter PR: 188231 [1] Submitted by: Vitaly Magerya <vmagerya@gmail.com> [1]
* - Stage supportrene2014-04-052-24/+38
| | | | | | | | - Include bsd.port.mk only once PR: ports/187639 Submitted by: ohauer@ Approved by: maintainer timeout (erik@bz.bzflag.bz , 19 days)
* Update to 5.4.27 release.ale2014-04-042-3/+3
|
* Update to 5.5.11 release.ale2014-04-042-3/+3
| | | | | PR: ports/188238 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
* Update to 1.7.11 and (attempt to) remove NO_STAGE.knu2014-04-042-16/+15
|
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-032-4/+3
| | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc.
* Switch back to a static pkg-plistantoine2014-04-032-2/+394
| | | | | | | PYDISTUTILS_AUTOPLIST misses all the .py[oc] files for this port Reported by: poudriere, check-orphans With hat: portmgr
* Do not violate stagedirantoine2014-04-023-9/+0
| | | | | Reported by: poudriere With hat: portmgr
* Remove expired ports:rene2014-04-0212-326/+0
| | | | | | | | | | | | | 2014-02-27 devel/hyena: Broken for more than 6 month 2014-04-01 print/pdfmod: Depends on expired devel/hyena, unstaged, uses old standards 2014-04-01 security/gnutls-devel: Stale, broken and vulnerable 2014-04-01 sysutils/epylog: distfiles no longer fetchable 2014-04-01 japanese/Wnn6: Unmaintained, interactive and restricted 2014-04-01 japanese/srd-fpw: Unmaintained, interactive and restricted 2014-04-01 japanese/mypaedia-fpw: Unmaintained, interactive and restricted 2014-04-01 news/dnews: Unmaintained, interactive and restricted 2014-04-01 devel/adasdl: Ancient, does not build on amd64; use devel/sdl_gnat instead 2014-04-01 lang/gnat: The Ada framework is based on lang/gcc-aux, use it instead
* Disable use of -fms-extensions to fix build with Clang 3.4.tijl2014-04-011-1/+1
|
* - Update to version 3.4.0 RC2.tijl2014-04-012-7/+6
| | | | | - USES=tar:bzip2. - Disable use of -fms-extensions to fix build with Clang 3.4.
* Update to the 20140329 snapshot of GCC 4.7.4.gerald2014-04-012-5/+4
| | | | Replace USE_BZIP2 by USES=tar:bzip2.
* - Remove temp file on deinstall[1]mat2014-04-019-45/+54
| | | | | | | | - Unshun all installation commands - Make PREFIX-clean Poked by: bdrewery [1] Sponsored by: Absolight
* Replace DEFAULT_VERSIONS with PHP_DEFAULT.ale2014-03-312-2/+2
|
* Replace DEFAULT_VERSIONS with PHP_DEFAULT.ale2014-03-314-4/+4
|
* Update to 2.10.4 release.ale2014-03-312-4/+4
|
* No-op, use DEFAULT_VERSIONS.ale2014-03-312-2/+2
| | | | | PR: ports/188061 Submitted by: Spil <spil.oss@gmail.com>
* lang/gcc-aux: Update to latest snapshot, 30 MAR 2014marino2014-03-312-3/+3
| | | | | This may fix some of the shared library building failures seen recently with the 16 MAR 2014 snapshot.
* Update to the 20140330 snapshot of GCC 4.9.0.gerald2014-03-312-3/+3
|
* - Update to version 2.2.2 [1]pawel2014-03-302-10/+9
| | | | | | | | - Use option helper PR: ports/187516 Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: maintainer timeout
* Remove expired ports:rene2014-03-3022-542/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame 2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame 2014-03-07 emulators/xmess: No more public distfiles 2014-03-07 benchmarks/xdd: No more public distfiles 2014-03-07 chinese/srecite: No more public distfiles 2014-03-07 games/hlstats: No more public distfiles 2014-03-07 audio/teamspeak_server: No more public distfiles 2014-03-07 games/utserver: No more public distfiles 2014-03-07 databases/p5-hp200lx-db: No more public distfiles 2014-03-07 audio/teamspeak_client: No more public distfiles 2014-03-10 german/vtiger: Depends on expiring www/vtiger 2014-03-10 www/gallery: No more public distfiles 2014-03-10 www/vtiger: No more public distfiles 2014-03-10 net/linux-nx-client: No more public distfiles 2014-03-10 emulators/extract-xiso: No more public distfiles 2014-03-10 www/trac-wantedpages: No more public distfiles 2014-03-10 www/trac-ldap: No more public distfiles 2014-03-10 www/trac-codetags: No more public distfiles 2014-03-10 www/trac-addcomment: No more public distfiles 2014-03-10 www/trac-nav: No more public distfiles 2014-03-10 www/baikal: No more public distfiles 2014-03-10 www/trac-pagetopdf: No more public distfiles 2014-03-10 sysutils/logmon: No more public distfiles 2014-03-10 www/trac-simpleticket: No more public distfiles 2014-03-10 www/trac-wikinegotiator: No more public distfiles 2014-03-10 www/trac-pagelist: No more public distfiles 2014-03-10 www/trac-remind: No more public distfiles 2014-03-10 www/trac-macropost: No more public distfiles 2014-03-10 mail/vexim: No more public distfiles 2014-03-10 lang/rscheme: No more public distfiles
* lang/ocaml: Restore CMP_LIB option in the definitionsmarino2014-03-301-1/+1
| | | | noticed by: sunpoet
* Mark broken: Fails to buildantoine2014-03-291-0/+2
| | | | | | | | | | | | This seems related to the implicit lang/python dependency removal Making all in arch Making all in i386 python ../utils/make-header.py --cif ccsp_cif_stubs.h ../config.h ../kernel/sched.c python:No such file or directory *** Error code 1 Reported by: pkg-fallout
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andpgj2014-03-295-18/+14
| | | | | | | | 9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
* - Stage supportantoine2014-03-292-25/+12
| | | | | - Conversion to OPTIONS - Remove support for deprecated NOPORTDATA
* Remove some references to deprecated NOPORTDATAantoine2014-03-291-4/+0
| | | | With hat: portmgr
* - Stageswills2014-03-292-15/+1183
| | | | | | | | - Small Makefile cleanups - Use real plist PR: ports/187508 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
* The configure scripts require a C++11 standard library as well as abrooks2014-03-281-1/+1
| | | | | | C++11 compiler. Reported by Andrzej Tobola <ato@iem.pw.edu.pl>
* PNET group: use EXPIRATION_DATE, not EXPIRATIONmarino2014-03-285-5/+5
|
* Expire PNET and all dependencies: Abandonware, alpha qualitymarino2014-03-285-5/+20
| | | | | | | | | | | | | | | | | PNET was never more than alpha quality software and IMO never deserved a place in ports. It has been abandoned for years and no releases since March 2007. To celebrate this dubious anniversary, I'm setting a countdown on these ports. As illustration, even pkgsrc, which doesn't throw anything way, eliminated their PNET ports over a year ago. I brought up the subject to Sylvio, the maintainer, well over a year ago but he's been MIA the entire time, so I am also resetting maintainership now as well. Checking on http://www.gnu.org/software/dotgnu/, it informs that the DotGNU project has been decommissioned since December 2012. Execution on May Day.
* Hopefully fix builds on systems where cc isn't a C++11 compiler.brooks2014-03-281-1/+1
|
* Welcome the new mod_php ports, in order to have default packages forale2014-03-288-34/+44
| | | | | | | | Apache PHP modules. Submitted by: marcus Reworked by: ale (me) Requested by: many, too many
* Update to the 20140323 snapshot of GCC 4.9.0.gerald2014-03-272-3/+3
| | | | | | Address a bug where -Wcast-qual would report an incorrect message. [1] PR: 179204 [1]
* Add new Ocaml port: lang/js_of_ocamlmarino2014-03-276-0/+65
| | | | | | | | | | | | | | | | | The initial version submitted in the PR was augmented by later changes seen in pkgsrc where the counterpart is maintained by the submitter. == Js_of_ocaml is a compiler of OCaml bytecode to Javascript. It makes it possible to run Ocaml programs in a Web browser. WWW: http://ocsigen.org/js_of_ocaml/ == PR: ports/176163 Submitted by: Jaap Boender Maintainer: Jaap Boender Stage support: Taken from pkgsrc
* 1: fix build with clang34.vanilla2014-03-272-5/+9
| | | | | | | 2: convert to new style of LIB_DEPENDS. 3: switch to tar:xz Submitted by: lev@ [1]
* lang/ocaml: Make expunge executablemarino2014-03-271-0/+2
| | | | devel/ocaml-lwt needs to use it.
* - Update to version 2.10.4 [1]pawel2014-03-272-4/+4
| | | | | | | - More precise LICENSE PR: ports/187953 [1] Submitted by: maintainer
* - Update to SWI Prolog 6.6.4johans2014-03-273-13/+3
| | | | - Remove patch file (now included upstream)
* ocaml update 1/4: lang/ocaml upgrade from 3.12 to 4.00marino2014-03-2710-350/+440
| | | | | | | | | | | | | | | | | | | There have been manual outstanding PRs on OCAML that have dragged on for well more than a year. In the meantime, FreeBSD has been painfully stucking on version 3.12 of Ocaml. Meanwhile, DragonFly's dports have been maintaining version 4.00. With a "Just do it" attitude, the dports version of Ocaml has been brought in. This doesn't have stage support, nor is the the latest version available. The idea is just get a working base Ocaml 4.00 in ports and then have the maintainer update the appropriate PRs. As a consequence, updates to omake, ocaml-findlib, and ocaml-images is also required and upcoming. Urged by: portmgr (bapt) Related PR: ports/173364 Related PR: ports/173453
* - Bump PORTREVISION. Freepascal compiler was updated to 2.6.4acm2014-03-261-1/+1
|
* - Update to 2.6.4acm2014-03-267-18/+19
|
* Import upstream git commit fe57756a5565ca1de89b976a8f2abd6315b1eb65 totijl2014-03-262-1/+21
| | | | | | | fix compilation with devel/readline 6.3. PR: ports/187730 Submitted by: Mamoru Iwaki <1wkmmr@gmail.com>
* Have OPTIONS_SUB also fill in SUB_LIST.mat2014-03-261-6/+0
| | | | | | Fix two ports that would have been broken with this change. With hat: portmgr
* Remove documentation for outdated stlbapt2014-03-254-42/+0
|
* Support stagebapt2014-03-251-15/+9
| | | | Stop trying to remove striping from INSTALL_PROGRAM is DEBUG is set, the framework already does that
* - Remove reference to lang/ruby-mode.el since it is goneswills2014-03-253-3/+0
| | | | | PR: ports/187895 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* - Mark BROKENantoine2014-03-251-1/+2
| | | | | | - Fix typo in expiration date With hat: portmgr
* - Add missing license fileswills2014-03-252-2/+58
| | | | | | | - Fix dupliate post-install target Pointyhat to: swills Reported by: QAT
* - Mark deprecated since upstream frequently rerolls the dist file and theswills2014-03-251-0/+3
| | | | | | online docs are good enough. PR: ports/187185
* - Stagifyswills2014-03-242-13/+19
| | | | | | | - Add license PR: ports/187611 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
* - Remove indefinite article from COMMENT.tijl2014-03-242-4/+19
| | | | | | | - USES=tar:bzip2. - USES=iconv and prefer nl_langinfo over locale_charset. [1] Reported by: antoine [1]
* - Fix patch broken in r292221swills2014-03-233-31/+31
| | | | | PR: ports/187472 Redported by: Jeremy Chadwick <jdc@koitsu.org>
* - Limit built parallelism as GHC is not fully jobs-safepgj2014-03-231-0/+2
| | | | | | PR: ports/186829 Reported by: Nikolai Lifanov <lifanov@mail.lifanov.com> Obtained from: FreeBSD Haskell
* lang/moscow_ml: Really add stage support this timemarino2014-03-232-19/+13
| | | | | | | Only files installed in the post-install target were being placed in stage directory. All the files installed in the install target were being put at ${PREFIX}, and this is most of them. Strangely, portsmon never complained about this.
* - Fix problem with checksumming Haskell Cabal metaportspgj2014-03-231-2/+1
| | | | | Submitted by: antonie Obtained from: FreeBSD Haskell
* lang/gcc-aux: Fix parallel jobs build (GCC bug)marino2014-03-227-19/+39
| | | | | | | | | | The cause for the build errors are due to a GCC makefile bug. C++ is now required to build gnattools, but libstdc++ was not listed as a dependency. The fix for this bug will be posted to GCC's bugzilla shortly. While here, bump gcc-aux to the latest snapshot (16 March). Now gcc-aux passes Redports 8x. Reported by: pkg-fallout
* - Unbreak build after the last lang/mono updatemva2014-03-211-0/+11
| | | | Reported by: pkg-fallout
* Support stagingehaupt2014-03-201-3/+2
|
* Fix plist.kwm2014-03-192-1/+3
| | | | Submitted by: antoine@
* Remove expired ports:antoine2014-03-1927-3008/+0
| | | | | 2014-03-18 databases/ludia: Broken since June 2013 2014-03-18 lang/schemetoc: Broken since July 2013
* - Update to 05_20140316gahr2014-03-172-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * The documentation file doc/install.txt has been improved to describe the command 'make install'. * The chapter about the foreign function interface in the manual has been improved. * In striutl.h the macros os_stri_alloc and os_stri_free have been improved to use a stack like allocation. Allocations done with os_stri_alloc must be freed with os_stri_free in the reverse order of their creation. The new macros reduce the runtime of stri_to_os_stri and cp_to_os_path to 66% of the old time. This reduces the time used by operating system calls. E.g.: The CPU time used by the program sydir7 is reduced to 83% of the old time. * The targets 'install' and 'uninstall' have been added to makefile, mk_linux.mak, mk_osx.mak, mk_clang.mak, mk_cygw.mak, mk_mingw.mak, mk_msys.mak, mk_nmake.mak, mk_msvc.mak, mk_bcc32.mak and mk_bccv5.mak. * The program setwpath.c has been added. This program sets the search path (PATH variable) under Windows. * The obsolete target 'hi' has been removed from the makefiles. * The functions initEmulatedCwd, cmdSetenv (both in cmd_rtl.c), setEmulatedCwd (in striutl.c) and freeArgVector (in cmd_unx.c) have been adjusted to work with the stack like allocation of os_stri_alloc and os_stri_free. * The functions heapAllocOsStri and heapFreeOsStri have been added to striutl.c. * Usages of MAX_SYMLINK_PATH_LENGTH in cmd_rtl.c have been replaced with MAX_OS_STRI_LEN.
* Update to the 20140316 snapshot of GCC 4.9.0.gerald2014-03-172-5/+4
| | | | Convert USE_BZIP2 to USES=tar:bzip2.
* Update to the 20140315 snapshot of GCC 4.7.4.gerald2014-03-172-3/+3
|
* Convert to USES=tar:*rene2014-03-161-1/+2
|
* Update to SWI Prolog 6.6.2johans2014-03-163-4/+13
|
* Fix the build of x11/rxvt-unicode with clang34, by defining a morethierry2014-03-152-2/+16
| | | | | | | | | | | | | | C++-friendly dNOOP. Note: don't apply the patch proposed in the PR, but a patch proposed by Craig A. Berry at http://perl5.git.perl.org/perl.git/commit/7db66e12883f0832ca80164b723768b848187bda as suggested by az@. PR: ports/187571 Submitted by: /me Reported by: Thomas Hoffmann <trh411 (at) gmail.com> Approved by: az
* lang/rust: update to 0.9eadler2014-03-155-61/+63
| | | | | | | | | | | | | - stagiy - mark as broken on 10+ - update to 0.9 - add new options - add LICENSE PR: ports/185868 PR: ports/185865 Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com> Approved by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
* Upgrade to r203994.brooks2014-03-156-118/+62
|
* lang/mono: Unbreak configure/runawaymarino2014-03-151-0/+2
| | | | | | | | | | | | Mono was set to build via clang unconditionally. Other than have a large, unnecessary dependency on clang33, this didn't bother DragonFly until recently. The 3.2.8 version has a conftest to test for a working __thread implementation (which DragonFly has), but for some reason the test locks up when built by clang. I built the conftest manually with gcc and it returned fine. In any case, DragonFly's gcc47 base compiler builds mono fine, so to unbreak the port on DragonFly, only specify clang on FreeBSD.
* Install header filespawel2014-03-142-12/+22
| | | | | PR: ports/186561 Submitted by: maintainer
* Support stagingehaupt2014-03-141-12/+9
|
* lang/asis: Remove obsolete passage about ASIS 2012/2013 in pkg-descrmarino2014-03-141-5/+0
|
* lang/asis: New version as result of gcc-aux upgrade to gcc49marino2014-03-147-76/+58
| | | | | | | | The ASIS source has to be matched with the compiler source of the compiler that builds it. ASIS is always tricky because it's matched to annual releases of GNAT GPL, and never to GNAT FSF. However, after disabling the useless (and faulty) strong version check, ASIS 2013 seems to work okay with gcc49. At least the two ports that use it seem to work ok.
* lang/adacontrol: Reaction to gcc-aux upgrade to gcc49marino2014-03-144-50/+23
| | | | | | | While the version remains the same, AdaControl comes with two flavors of distfiles: "old" and "new". The "old" distfile was appropriate for gcc47-aux, but the "new" one is required for the gcc49-based ada compiler. This change updates the distfile to be used to build adacontrol.
* lang/gcc-aux: Upgrade from gcc-4.7.3 to gcc49-20140302 snapshotmarino2014-03-1414-2698/+1461
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GCC4.9 hasn't been released yet, but the Ada portion of it is pretty stable and perfectly passes ACATS and gnat.dg testsuites. The only trick was to change the unwind mechanism on i386 away from KERN_PS_STRINGS because it will not work with 32-bit compatability mode on AMD64. This is because on AMD64, the signal trampoline is located on a random area on a shared page rather than a fixed location before KERN_PS_STRINGS. To support both true i386 and AMD64-32 compatibility mode, unwind now looks for frame pattern in all cases. Apparently stack checking has been broken on AMD64-32 until now. It is important to get the Ada Framework in ports to be based on gcc49 because this compiler supports the full Ada-2012 standard implementation, and in fact some new programs require this already. This port will stay on snapshots until 4.9.0 is released, then it will return to be based on releases. The Ada and C++ options have been removed. These are now always built. In fact, GCC now requires C++ to build, so new bootstraps had to be created. FreeBSD8 has its own bootstrap, and FreeBSD 9+ uses a pure static bootstrap (including GNAT tools) which should last a long time. Additionally a "Bootstrap" option was added, but this overrides all other options to create new bootstraps. It is not intended for general use. Most of the Ada Framework in ports has been pretested and adjusted to work with gcc49 out of the box, but some ports will need to be updated immediately, which will happen right after this one. The update to lang/gnat_util had to be synchronized with lang/gcc-aux because they share version information and the PORTREVISION needed to be reset.
* Tie libgnat_util.a to libasismarino2014-03-142-4/+6
| | | | | | | Rather than specify gnat_util every time ASIS is a dependency, set it as a library dependency for ASIS. LIB_DEPENDS doesn't work because it is a static library, so just manually add libgnat_util.a to BUILD_DEPENDS and RUN_DEPENDS, then adjust 3 ports accordingly.
* Support stagingehaupt2014-03-131-6/+7
|
* - Update to 05_20140302gahr2014-03-132-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * The function setSockOpt and the constant SO_REUSEADDR have been added to sockbase.s7i. Many thanks go to Domingo Alvarez Duarte for pointing out that this functionality was missing. * The function openInetListener in listener.s7i has been improved to succeed when the socket is reused (it calls setSockOpt with SO_REUSEADDR now). * The functions opendir and wopendir in dir_win.c and the function opendir in dir_dos.c have been improved to check for the maximum path length supported by Windows and DOS. * The functions act_string and act_okay have been removed from actutl.c. * The function exec_action in exec.c has been improved to use get_primact instead of act_okay. This results in a significant performance improvement in the case when WITH_ACTION_CHECK is defined and the option -tc is used. * The function str1Split has been removed from strlib.c. * Documentation comments have been added to arr_rtl.c, arrutl.c, cmd_unx.c, cmd_win.c, dir_dos.c, dir_rtl.c, dir_win.c, kbd_inf.c, kbd_poll.c, scanner.c and ut8_rtl.c. * Interpreter and compiler have been improved to support the action SOC_SET_OPT_BOOL.
* Unbreak relative paths for xbuildromain2014-03-122-0/+12
| | | | | PR: ports/187130 Submitted by: mva
* Deprecate a few old unmaintained portsantoine2014-03-122-0/+4
|
* Fix lang/pypy-devel's sysconfig.py file.dbn2014-03-122-3/+4
| | | | | | In python the 'purelib' and 'platlib' paths should contain 'site-packages' however the original pypy code does not thus the patch did not either however this is not consistent with distutils/sysconfig.py.
* Release a few ports I don't use anymore. Unfortunately I don't have time toflo2014-03-121-1/+1
| | | | maintain them properly currently.
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-1114-11/+14
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-116-31/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. This adds powerpc64 as a supported architecture (and removes ia64, though it can be supported by manually installing lang/gcc48). New binaries %%GNU_HOST%%-gcc-ar47, %%GNU_HOST%%-gcc-nm47, and %%GNU_HOST%%-gcc-ranlib47 are provided to support link-time optimization (LTO) which scales significantly better. And it adds support for indirect functions (IFUNCS), experimental support for transactional memory in the compiler as well as a supporting run-time library called libitm, a new string length optimization pass, and support for atomic operations specifying the C++11/C11 memory model. Version 3.1 of the OpenMP specification is now supported for the C, C++, and Fortran compilers. GCC accepts the options -std=c11 and -std=gnu11 for the C11 revision of the ISO C standard which inlcude support for unicode strings, nonreturning functions (_Noreturn and <stdnoreturn.h>), alignment support (_Alignas, _Alignof, max_align_t, <stdalign.h>), and a __builtin_complex built-in function. The C++ frontend now accepts the -std=c++11, -std=gnu++11, and -Wc++11-compat options and implements many C++11 features of the language including extended friends syntax, explicit override control, non-static data member initializers, user-defined literals, alias declarations, delegating constructors, atomic classes, and more. The C++ standard library and Fortran frontend have received many improvements. See http://gcc.gnu.org/gcc-4.7/changes.html for an extense list of changes; http://gcc.gnu.org/gcc-4.7/porting_to.html for information on how to port to that new version. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Convert l* to USES=zipbapt2014-03-1120-31/+21
|
* Remove expired ports:rene2014-03-108-237/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles 2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles 2014-03-10 irc/pure-xemacs21-mule: No more public distfiles 2014-03-10 lang/dice: No more public distfiles 2014-03-10 irc/dcc: No more public distfiles 2014-03-10 sysutils/backupme: No more public distfiles 2014-03-10 net/freeswitch-curl-devel: No more public distfiles 2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles 2014-03-10 emulators/cygne-sdl: No more public distfiles 2014-03-10 mail/newmail: No more public distfiles 2014-03-10 x11-toolkits/xscoop: No more public distfiles 2014-03-10 security/didentd: No more public distfiles 2014-03-10 sysutils/wait_on: No more public distfiles 2014-03-10 net/freeswitch-sbc-devel: No more public distfiles 2014-03-10 multimedia/gxanim: No more public distfiles 2014-03-10 www/nd: No more public distfiles 2014-03-10 lang/fbbi: No more public distfiles 2014-03-10 textproc/csv2xml: No more public distfiles 2014-03-10 www/trac-calendar: No more public distfiles 2014-03-10 misc/stan: No more public distfiles 2014-03-10 japanese/gtkicq: No more public distfiles 2014-03-10 net/nc6: No more public distfiles 2014-03-10 net/jpcap: No more public distfiles 2014-03-10 games/quake-extras: No more public distfiles 2014-03-10 net/asfrecorder: No more public distfiles 2014-03-10 sysutils/pyrenamer: No more public distfiles 2014-03-10 palm/synce-sync-engine: No more public distfiles 2014-03-10 www/linux-mplayer-plugin: No more public distfiles 2014-03-10 net-mgmt/airport: No more public distfiles 2014-03-10 textproc/manued.el: No more public distfiles 2014-03-10 sysutils/jailer: No more public distfiles 2014-03-10 sysutils/blimitd: No more public distfiles 2014-03-10 print/abntex: No more public distfiles 2014-03-10 sysutils/monkeytail: No more public distfiles 2014-03-10 dns/dns_mre: No more public distfiles 2014-03-10 japanese/libjcode: No more public distfiles 2014-03-10 sysutils/jailutils: No more public distfiles 2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles 2014-03-10 sysutils/hdup: No more public distfiles 2014-03-10 print/cups-smb-backend: No more public distfiles 2014-03-10 x11/settitle: No more public distfiles 2014-03-10 sysutils/anteater: No more public distfiles 2014-03-10 www/trac-pendingticket: No more public distfiles 2014-03-10 www/admuser: No more public distfiles 2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles 2014-03-10 www/metacafe_dl: No more public distfiles 2014-03-10 irc/irchat-pj-emacs21: No more public distfiles 2014-03-10 www/horde3-wicked: No more public distfiles 2014-03-10 java/drexelsnmp: No more public distfiles 2014-03-10 mail/sigit: No more public distfiles 2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles 2014-03-10 www/vtiger-customerportal: No more public distfiles 2014-03-10 irc/pure-emacs21: No more public distfiles 2014-03-10 www/extsm: No more public distfiles 2014-03-10 misc/cwish: No more public distfiles 2014-03-10 www/phpscheduleit: No more public distfiles 2014-03-10 palm/synce-serial: No more public distfiles 2014-03-10 palm/synce-vdccm: No more public distfiles 2014-03-10 net/freeswitch-insideout-devel: No more public distfiles 2014-03-10 sysutils/fusefs-fur: No more public distfiles 2014-03-10 mail/clamfilter: No more public distfiles 2014-03-10 textproc/cost: No more public distfiles 2014-03-10 palm/synce-gvfs: No more public distfiles 2014-03-10 net/nxserver: No more public distfiles 2014-03-10 sysutils/throttle: No more public distfiles 2014-03-10 japanese/aterm: No more public distfiles 2014-03-10 mail/teapop: No more public distfiles 2014-03-10 www/eldav.el: No more public distfiles 2014-03-10 graphics/gsnapshot: No more public distfiles 2014-03-10 japanese/zangband: No more public distfiles 2014-03-10 audio/xmms-wma: No more public distfiles 2014-03-10 misc/projectionlib: No more public distfiles
* Update python33: 3.3.4 --> 3.3.5.demon2014-03-104-48/+28
|
* Update to the 20140309 snapshot of GCC 4.9.0.gerald2014-03-102-4/+4
| | | | | This brings back bootstrap-lean which has been fixed upstream last week, thus consuming less disk space when building this port.
* Fix the build with newer compilers (such as GCC 4.7).gerald2014-03-103-0/+92
| | | | | | PR: 187395, 182136 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Approved by: maintainer (Jason Bacon <jwbacon@tds.net>)
* gcc47-aux: I guess .CURDIR wasn't missing after all...marino2014-03-101-1/+1
|
* lang/gnatdroid-armv(5,7): Keep based on gcc47 for nowmarino2014-03-102-8/+8
| | | | | | | The new gcc49-based Ada compiler will most likely be an improvement for this FreeBSD->Android Ada cross-compiler, but it will need extensive testing. Keep using gcc47 after gcc49 is brought in until testing is complete. Hopefully that will also result in C++ capability too...
* Duplicate port lang/gcc-aux => lang/gcc47-auxmarino2014-03-1015-0/+17723
| | | | | | | | | | | | A new version of the Ada compiler is coming imminently. Not all ports will immediately build with the gcc49-based compiler, so a few ports will be directed to use the current compiler in this new location instead. It will require a change in Uses/ada.mk (upcoming). Some ports will require updates to use upcoming lang/gcc-aux version. The last set of ports that will be converted is likely the gnatdroid ports as these will require a lot of time running testsuites, which takes some time wirelessly on the Android target.
* - Update to 1.2.1jlaffaye2014-03-102-4/+4
| | | | - Specify BSD license
* - Add a patch to fix header conflictsculot2014-03-091-0/+12
| | | | | | PR: ports/183361 Submitted by: Henri Hennebert <hlh@restart.be> Approved by: Takeshi MUTOH <mutoh@openedu.org> (maintainer)
* Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained ↵antoine2014-03-093-0/+6
| | | | since more than 12 years)
* Do not depend on both py-setuptools and py-setuptoolsXXantoine2014-03-091-2/+0
|
* Mark BROKEN: Checksum and size mismatchantoine2014-03-091-0/+1
|
* Update to the 20140302 snapshot of GCC 4.9.0.gerald2014-03-082-3/+3
|
* Stagify, use new lib_depends syntax. add libtool to USES.kwm2014-03-085-30/+19
| | | | | | | | Update www and pkg-descr in vala-vapi. PR: ports/186780 (based on) ports/186781 (based on) Submitted by: olivierd@
* - convert to autogenerated packing listrm2014-03-082-469/+35
| | | | | | | | | | | - support staging - convert to options helpers - install docs and examples into staging area unconditionally - unmute installation commands - bump PORTREVISION Requested by: miwi Approved by: portmgr (blanket)
* Bring lang/mlton back into shape.rene2014-03-0812-499/+553
| | | | | | | | | | | | | | | | | | | | | | | | | From the PR submitter: - Update to 20100608 - Support amd64 natively - Update DISTFILES location to use Sourceforge - Add LICENSE_FILE - Ensure add-local-cross script is executable - Clean up old patches, replace trivial patches by REINPLACE_CMD - Mark SMLNJ option as broken for now. - Mark jobs unsafe. From myself: - Unexpire. - Add stage support - Add USE_GCC=any - Convert to USES - New LIB_DEPENDS format - Remove pre-FreeBSD 7.0 compatibility - Pass maintainership to submitter PR: ports/177406 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: previous maintainer timeout (11 months)
* Update to 5.5.10 release.ale2014-03-072-3/+3
| | | | | PR: ports/187323 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
* Update to 5.4.26 release.ale2014-03-072-3/+3
|
* Stagify, overwrite symlinks otherwise they point into the stagedir.kwm2014-03-071-3/+5
| | | | Use new LIB_DEPENDS syntax.
* Use option helpers.kwm2014-03-071-55/+10
|
* Stagify, use option helper.kwm2014-03-071-60/+14
| | | | | Strip installed files so we don't end up with a ~170M large .a file and a ~50M large .so.
* Pet portscout.mat2014-03-073-2/+5
| | | | Sponsored by: Absolight
* - Stage supportmiwi2014-03-062-4/+3
| | | | | - Convert to autoplist - Bump PORTREVISION
* - Stage supportmiwi2014-03-062-4/+2
| | | | - Convert gmake to USES
* - Stage supportmiwi2014-03-062-6/+3
|
* Replace %%DATADIR%% in patched scan-build.brooks2014-03-053-3/+9
| | | | | PR: ports/187193, ports/187243 Submitted by: Li-Wen Hsu <lwhsu@FreeBSD.org>
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!makc2014-03-051-2/+2
| | | | | | | | | | | | | | | | | | deskutils/kdepim4: - Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1] misc/kdehier4: - add tests directory (r343428 commit to Templates/BSD.local.dist) security/kwallet: - moved to security/kwalletmanager (renamed upstream) x11/kdelibs: - remove workaround, which is not needed after global fix in Mk/bsd.kde4.mk (r315373) PR: ports/187259 [1] Submitted by: Tobias Berner <tcberner@gmail.com>
* lang/python33: Update to 3.3.4koobs2014-03-048-124/+120
| | | | | | | | | | | | | | | | | | | | | - Update to 3.3.4 - Update pkg-plist - Remove patch-CVE-2014-1912 (upstream) - Remove patch-issue20374 (upstream) - Repatch and rename patch-Modules__fcntlmodule.c - Add patch-issue-20695-Lib__test__test_urllibnet.py (tests) [1] - Add regression-test target for QA Changes: 3.3.4 - 09/02/2014 http://docs.python.org/3.3/whatsnew/changelog.html#python-3-3-4 Extra: - Update python-doc-html distinfo for Python 3.3 docs - Update bsd.python.mk to support the new version [1] http://bugs.python.org/issue20695
* lang/gcc-aux: Fix skip-bootstrap functionalitymarino2014-03-041-5/+5
| | | | | | | | | I don't know when the skip-bootstrap logic stopped working, but I'm reasonably sure it did once. Apparently PREFIX isn't defined at the time of the "if exists" evaluation. Using LOCALBASE instead will allow the compiler to build using the compiler on the system rather than the older bootstrap compiler. The bug was discovered while trying to move gcc-aux to a gcc49 base.
* lang/gcc-aux: Fix on DFly 3.5+ with test optionmarino2014-03-041-1/+1
| | | | | The BUILD_DEPENDS was redefined with test option was selected. Currently that only affects newer DragonFly (3.6 and Dev)
* KDE/FreeBSD team is happy to present Qt 5 in ports!makc2014-03-046-0/+334
| | | | | | | | | | Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports. Trivial update from 5.2.0-beta1 to 5.2.1 by me. Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for Qt-5.2.0 update. Approved by: portmgr (bapt) (for Mk/bsd.port.mk)
* Sync (and improve) the NO_PACKAGE and IGNORE statements and the entrygerald2014-03-031-2/+2
| | | | | | | in LEGAL. PR: 184682 Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
* - Reassign ports to the heaptabthorpe2014-03-021-1/+1
| | | | - Thank you hq@ for your years of service!
* Replace USE_GCC=4.2+ by USE_GCC=any. [1]gerald2014-03-022-2/+2
| | | | | | And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1]
* - Fix reference to STAGEDIR in some shebangsantoine2014-03-021-5/+5
| | | | - Use OPTIONS helpers
* - Fix build with readline 6.3 from portsantoine2014-03-012-0/+55
| | | | | | | the patch was backported from upstream (issue #20374) - Add missing USES=readline Obtained from: python
* - Fix build with readline 6.3 from portsantoine2014-03-012-0/+55
| | | | | | | the patch was backported from upstream (issue #20374) - Add missing USES=readline Obtained from: python
* - Fix build with readline 6.3 from portsantoine2014-03-012-1/+56
| | | | | | | | | | the patch was obtained from upstream (issue #20374) - Add missing USES=readline PR: ports/187176 Reported by: O. Hartmann Reviewed by: koobs Obtained from: python
* - Fix build with readline 6.3 from portsantoine2014-03-012-0/+56
| | | | | | | | | | the patch was obtained from upstream (issue #20374) - Add missing USES=readline PR: ports/187174 Reported by: O. Hartmann Reviewed by: koobs Obtained from: python
* - Convert to the new LIB_DEPENDS format.gerald2014-03-011-6/+2
| | | | | | | - Replace USE_GMAKE by USES=gmake. - Remove setting for FreeBSD 7.x and earlier which we no longer support. Approved by: portmgr (generic pre-approval)
* lang/python*: Backport security fix for CVE-2014-1912koobs2014-03-018-4/+202
| | | | | | | | | | | | | | | | | | | A vulnerability was reported [1] in Python's socket module, due to a boundary error within the sock_recvfrom_into() function, which could be exploited to cause a buffer overflow. This could be used to crash a Python application that uses the socket.recvfrom_info() function or, possibly, execute arbitrary code with the permissions of the user running vulnerable Python code. This vulnerable function, socket.recvfrom_into(), was introduced in Python 2.5. Earlier versions are not affected by this flaw. This is fixed in upstream branches for version 2.7, 3.1, 3.2 and 3.3. [1] http://bugs.python.org/issue20246 MFH: 2014Q1 Security: 8e5e6d42-a0fa-11e3-b09a-080027f2d077
* Remove expired ports:rene2014-03-0112-825/+0
| | | | | 2014-03-01 lang/clang31: No remaining dependencies 2014-03-01 devel/llvm31: No remaining dependencies (except clang31)
* PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, timerene2014-03-0128-1886/+0
| | | | | | | to say goodbye. Upstream unsupported it since 2011-01-06 (see http://php.net/eol.php ) Strip PHP 5.2 out of Mk/bsd.php.mk