aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20140611 snapshot of GCC 4.9.1.Gerald Pfeifer2014-06-132-3/+3
| | | | Notes: svn path=/head/; revision=357646
* Fix plist orphansMathieu Arnold2014-06-123-0/+3
| | | | | | | | Noticed by: miwi Sponsored by: Absolight Notes: svn path=/head/; revision=357601
* Update to the 20140608 snapshot of GCC 4.10.Gerald Pfeifer2014-06-122-3/+3
| | | | Notes: svn path=/head/; revision=357553
* Reset the 99 ports still listed under sylvio@John Marino2014-06-111-1/+1
| | | | | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357526
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-119-28/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* - Remove leading, undefined article from COMMENTNicola Vitale2014-06-112-22/+17
| | | | | | | | | - Use options helpers - Add support for stage dir - Update link of WWW site Notes: svn path=/head/; revision=357419
* lang/ocaml: Remove DEF_OPT option (non-default option)John Marino2014-06-102-21/+6
| | | | | | | | | | | | | The option reacts poorly with ocamlp4, and phasing out DEF_OPT completely will prevent a lot of breakage with ports that also interact with ocamlp4. PR: 189176 Submitted by: Anil Madhavapeddy Prepared by: maintainer (Michael Gruenewald) Notes: svn path=/head/; revision=357402
* Unbreak in HEADCarlo Strub2014-06-101-1/+4
| | | | | | | | PR: 190501 Submitted by: vmagerya@gmail.com (maintainer) Notes: svn path=/head/; revision=357387
* Update lang/pypy-devel to 2.3.1.David Naylor2014-06-103-6/+10
| | | | | | | | | | | | ChangeLog: * The built-in struct module was renamed to _struct, solving issues with IDLE and other modules * Support for compilation with gcc-4.9 * A CFFI-based version of the gdbm module is now included in our binary bundle * Many issues were resolved since the 2.3 release on May 8 Notes: svn path=/head/; revision=357358
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-1011-120/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* lang/perl5.18: fix warning in Math/BigInt.pmKurt Jaeger2014-06-102-1/+12
| | | | | | | | | | See also https://rt.cpan.org/Public/Bug/Display.html?id=80182 PR: ports/185541 Approved-by: tobez (maintainer timeout), jadawin (mentor) Notes: svn path=/head/; revision=357287
* lang/perl5.16: fix warning in Math/BigInt.pmKurt Jaeger2014-06-102-1/+12
| | | | | | | | | | See also https://rt.cpan.org/Public/Bug/Display.html?id=80182 PR: ports/185541 Approved-by: tobez (maintainer timeout), jadawin (mentor) Notes: svn path=/head/; revision=357286
* lang/perl5.20: fix warning in Math/BigInt.pmKurt Jaeger2014-06-102-1/+12
| | | | | | | | | | See also https://rt.cpan.org/Public/Bug/Display.html?id=80182 PR: ports/185541 Approved-by: tobez (maintainer timeout), jadawin (mentor) Notes: svn path=/head/; revision=357283
* Reset maintainership.Mark Linimon2014-06-103-3/+3
| | | | | | | | | | | | | | | PR: 190858 PR: 190859 PR: 190860 PR: 190861 PR: 190862 PR: 190863 PR: 190864 Submitted by: former maintainer Approved by: portmgr (blanket) Notes: svn path=/head/; revision=357273
* Update project information and COMMENT.Akinori MUSHA2014-06-102-3/+3
| | | | Notes: svn path=/head/; revision=357260
* Update to 1.13.2, remove NO_STAGE and drop XEmacs support.Akinori MUSHA2014-06-103-23/+11
| | | | Notes: svn path=/head/; revision=357259
* Update to the 20140605 snapshot of GCC 4.8.4.Gerald Pfeifer2014-06-106-3/+386
| | | | | | | | | | | | | | | | | | Add support for "-fstack-protector-strong". This extends the WITH_SSP_PORTS Makefile option in FreeBSD which adds "-fstack-protector" and "-fstack-protector-all" command-line options that add extra code to check for buffer overflows to ports built that way, cf. https://gcc.gnu.org/onlinedocs/gcc-4.8.3/gcc/Optimize-Options.html While this was a good first step, those switches offer too little protection or too much overhead and so Google contributed a balanced "-fstack-protector-strong". [1] PR: 186852 [1] Submitted by: software-freebsd@interfasys.ch [1] Notes: svn path=/head/; revision=357238
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-085-21/+21
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* Fix LIB_DEPENDSAntoine Brodin2014-06-081-1/+1
| | | | Notes: svn path=/head/; revision=357036
* Remove indefinite articles from COMMENT where I'm maintainer.Jimmy Olgeni2014-06-085-5/+5
| | | | Notes: svn path=/head/; revision=357013
* Upgrade to version 9.2.Jimmy Olgeni2014-06-085-53/+274
| | | | | | | | | - On FreeBSD < 9 (amd64) it will USE_GCC to get a newer assembler. - Add LICENSE. - Upgrade LIB_DEPENDS format. Notes: svn path=/head/; revision=356999
* Stagify.Vanilla I. Shu2014-06-081-4/+3
| | | | Notes: svn path=/head/; revision=356983
* Stagify.Vanilla I. Shu2014-06-081-4/+3
| | | | Notes: svn path=/head/; revision=356982
* 1: Upgrade to 9.5.1.Vanilla I. Shu2014-06-083-33/+26
| | | | | | | | 2: Stagify. 3: add USE_GCC Notes: svn path=/head/; revision=356977
* Fix compilation issue with (certain versions of) clangJohan van Selst2014-06-071-0/+2
| | | | Notes: svn path=/head/; revision=356908
* Micro Python is a lean and fast implementation of the Python 3 programmingMarcus von Appen2014-06-078-0/+105
| | | | | | | | | language that is optimised to run on a microcontroller. WWW: http://www.micropython.org Notes: svn path=/head/; revision=356895
* Make Caudium version automatically depend on the version of Pike 7.8Johan van Selst2014-06-072-1/+8
| | | | Notes: svn path=/head/; revision=356893
* Update to Pike 7.8.866 (stable release)Johan van Selst2014-06-072-3/+3
| | | | Notes: svn path=/head/; revision=356891
* - Update to 1.9.2Guido Falsi2014-06-063-10/+7
| | | | | | | | | | - Stagify PR: 190385 Submitted by: lichray@gmail.com (maintainer) Notes: svn path=/head/; revision=356848
* Fix license perms to allow package distributionBaptiste Daroussin2014-06-061-1/+1
| | | | | | | Reported by: theraven Notes: svn path=/head/; revision=356791
* Update to the 20140604 snapshot of GCC 4.9.1.Gerald Pfeifer2014-06-062-3/+3
| | | | Notes: svn path=/head/; revision=356790
* - Support stagingCarlo Strub2014-06-052-7/+10
| | | | | | | | | | | - Strip binaries - Pet portlint PR: 190504 Submitted by: vmagerya@gmail.com (maintainer) Notes: svn path=/head/; revision=356715
* Add CPE information.Dag-Erling Smørgrav2014-06-041-1/+3
| | | | | | | With hat: ports-secteam Notes: svn path=/head/; revision=356522
* Add CPE information.Dag-Erling Smørgrav2014-06-041-1/+3
| | | | | | | With hat: ports-secteam Notes: svn path=/head/; revision=356521
* Add CPE information.Dag-Erling Smørgrav2014-06-041-1/+3
| | | | | | | With hat: ports-secteam Notes: svn path=/head/; revision=356520
* Add CPE information.Dag-Erling Smørgrav2014-06-041-1/+1
| | | | | | | With hat: ports-secteam Notes: svn path=/head/; revision=356519
* Add CPE information.Dag-Erling Smørgrav2014-06-041-1/+1
| | | | | | | With hat: ports-secteam Notes: svn path=/head/; revision=356518
* Add CPE information.Dag-Erling Smørgrav2014-06-041-1/+1
| | | | | | | With hat: ports-secteam Notes: svn path=/head/; revision=356517
* Add CPE information.Dag-Erling Smørgrav2014-06-041-1/+1
| | | | | | | With hat: ports-secteam Notes: svn path=/head/; revision=356516
* - Update to 1.71.17Martin Wilke2014-06-042-3/+3
| | | | | | | | PR: 189651 Approved by: maintaner timeout Notes: svn path=/head/; revision=356455
* Upgrade v8-devel to 3.27.7.Vanilla I. Shu2014-06-034-16/+5
| | | | Notes: svn path=/head/; revision=356351
* Update to 5.4.29 release.Alex Dupre2014-06-032-3/+3
| | | | Notes: svn path=/head/; revision=356332
* Update to 5.5.13 release.Alex Dupre2014-06-032-3/+3
| | | | Notes: svn path=/head/; revision=356331
* Update to 2.11.1 release.Alex Dupre2014-06-032-3/+3
| | | | Notes: svn path=/head/; revision=356325
* Update to 2.11.1 release.Alex Dupre2014-06-032-9/+6
| | | | | | | | PR: 190089 Submitted by: maintainer Notes: svn path=/head/; revision=356324
* - Update to 05_20140601Pietro Cerutti2014-06-033-23/+73
| | | | | | | | | | | | | | | | | | | | | | | | | * The compiler has been refactored. Code has been moved from s7c.sd7 to several compiler libraries. The compiler libraries are licensed with the GPL and can be found in seed7/lib/comp. The refactored compiler is the first compiler of the 3.0 series. * The chapter in the manual about the foreign function interface has been improved. * Checks for parse and str have been added to chkflt.sd7 and chkint.sd7. * In chkccomp.c code has been moved from main() to the new functions numericSizes and numericProperties. * Usages of the macro logError have been added to cmd_rtl.c and cmd_unx.c. * The stack size defined in mk_mingc.mak, mk_mingw.mak, mk_msys.mak and mk_nmake.mak has been changed from 4194304 to 8388608. * The function cstri_buf_to_stri has been added to striutl.c. * The generation of float literals in the compiler has been improved to avoid that precision is lost. * Interpreter and compiler have been improved to support the actions BLN_EQ and BLN_NE. Notes: svn path=/head/; revision=356302
* - Convert USE_XZ to USESDmitry Marakasov2014-06-032-22/+11
| | | | | | | | | - Switch to USES=libtool, drop .la files - Strip libraries - Fix broken shebang Notes: svn path=/head/; revision=356278
* Update python34 port 3.4.0 --> 3.4.1.Dmitry Sivachenko2014-06-023-72/+80
| | | | | | | Reviewed by: koobs Notes: svn path=/head/; revision=356221
* Update SWI Prolog to 6.6.6Johan van Selst2014-06-023-4/+4
| | | | Notes: svn path=/head/; revision=356214
* Update to the 20140601 snapshot of GCC 4.10.Gerald Pfeifer2014-06-022-6/+3
| | | | | | | | | This has a workaround for clang pretending to be GCC but not being compatible, so we no longer need to require GCC to build, even on amd64. Notes: svn path=/head/; revision=356195