| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=357646
|
|
|
|
|
|
|
|
| |
Noticed by: miwi
Sponsored by: Absolight
Notes:
svn path=/head/; revision=357601
|
|
|
|
| |
Notes:
svn path=/head/; revision=357553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
- Use options helpers
- Add support for stage dir
- Update link of WWW site
Notes:
svn path=/head/; revision=357419
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 190501
Submitted by: vmagerya@gmail.com (maintainer)
Notes:
svn path=/head/; revision=357387
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=357260
|
|
|
|
| |
Notes:
svn path=/head/; revision=357259
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=357070
|
|
|
|
| |
Notes:
svn path=/head/; revision=357036
|
|
|
|
| |
Notes:
svn path=/head/; revision=357013
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=356983
|
|
|
|
| |
Notes:
svn path=/head/; revision=356982
|
|
|
|
|
|
|
|
| |
2: Stagify.
3: add USE_GCC
Notes:
svn path=/head/; revision=356977
|
|
|
|
| |
Notes:
svn path=/head/; revision=356908
|
|
|
|
|
|
|
|
|
| |
language that is optimised to run on a microcontroller.
WWW: http://www.micropython.org
Notes:
svn path=/head/; revision=356895
|
|
|
|
| |
Notes:
svn path=/head/; revision=356893
|
|
|
|
| |
Notes:
svn path=/head/; revision=356891
|
|
|
|
|
|
|
|
|
|
| |
- Stagify
PR: 190385
Submitted by: lichray@gmail.com (maintainer)
Notes:
svn path=/head/; revision=356848
|
|
|
|
|
|
|
| |
Reported by: theraven
Notes:
svn path=/head/; revision=356791
|
|
|
|
| |
Notes:
svn path=/head/; revision=356790
|
|
|
|
|
|
|
|
|
|
|
| |
- Strip binaries
- Pet portlint
PR: 190504
Submitted by: vmagerya@gmail.com (maintainer)
Notes:
svn path=/head/; revision=356715
|
|
|
|
|
|
|
| |
With hat: ports-secteam
Notes:
svn path=/head/; revision=356522
|
|
|
|
|
|
|
| |
With hat: ports-secteam
Notes:
svn path=/head/; revision=356521
|
|
|
|
|
|
|
| |
With hat: ports-secteam
Notes:
svn path=/head/; revision=356520
|
|
|
|
|
|
|
| |
With hat: ports-secteam
Notes:
svn path=/head/; revision=356519
|
|
|
|
|
|
|
| |
With hat: ports-secteam
Notes:
svn path=/head/; revision=356518
|
|
|
|
|
|
|
| |
With hat: ports-secteam
Notes:
svn path=/head/; revision=356517
|
|
|
|
|
|
|
| |
With hat: ports-secteam
Notes:
svn path=/head/; revision=356516
|
|
|
|
|
|
|
|
| |
PR: 189651
Approved by: maintaner timeout
Notes:
svn path=/head/; revision=356455
|
|
|
|
| |
Notes:
svn path=/head/; revision=356351
|
|
|
|
| |
Notes:
svn path=/head/; revision=356332
|
|
|
|
| |
Notes:
svn path=/head/; revision=356331
|
|
|
|
| |
Notes:
svn path=/head/; revision=356325
|
|
|
|
|
|
|
|
| |
PR: 190089
Submitted by: maintainer
Notes:
svn path=/head/; revision=356324
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
- Switch to USES=libtool, drop .la files
- Strip libraries
- Fix broken shebang
Notes:
svn path=/head/; revision=356278
|
|
|
|
|
|
|
| |
Reviewed by: koobs
Notes:
svn path=/head/; revision=356221
|
|
|
|
| |
Notes:
svn path=/head/; revision=356214
|
|
|
|
|
|
|
|
|
| |
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
|