| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes:
svn path=/head/; revision=479406
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
Notes:
svn path=/head/; revision=475857
|
|
|
|
|
|
|
| |
version 1.1.0 (via revision 464079).
Notes:
svn path=/head/; revision=464084
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Notes:
svn path=/head/; revision=449591
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
Notes:
svn path=/head/; revision=437439
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=436248
|
|
|
|
|
|
|
|
|
| |
PR: 215841
Submitted by: zi@ (me)
Approved by: moggie@elasticmind.net (maintainer)
Notes:
svn path=/head/; revision=430904
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=430235
|
|
|
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Notes:
svn path=/head/; revision=426566
|
|
|
|
|
|
|
|
|
| |
matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
their usage
Notes:
svn path=/head/; revision=426080
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=425823
|
|
|
|
|
|
|
|
|
|
|
| |
Unknown modifier 'U'
Syntax error: Unterminated quoted string
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=424412
|
|
|
|
|
|
|
|
|
| |
by default anyway and don't need to be listed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415742
|
|
|
|
|
|
|
|
|
| |
When built with Clang on i386 ratbox segfaults at startup.
PR: 207268
Notes:
svn path=/head/; revision=411355
|
|
|
|
|
|
|
|
|
|
|
|
| |
- bsd.port.options.mk must be included before targets are defined
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Differential Revision: D5479
MFH: 2016Q1
Notes:
svn path=/head/; revision=410482
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix linking with ports' ssl libs
- Fix `contrib` build (used base openssl headers)
- Re-work EGD detection
- Use options helpers
- Simplify REINPLACE with :U defaults
PR: 195796
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Differential Revision: D5286
Notes:
svn path=/head/; revision=408952
|
|
|
|
| |
Notes:
svn path=/head/; revision=405728
|
|
|
|
| |
Notes:
svn path=/head/; revision=405724
|
|
|
|
|
|
|
|
|
|
|
| |
simplifying the port
PR: 203564
Submitted by: amdmi3
Approved by: maintainer timeout (moggie@elasticmind.net, 2 weeks)
Notes:
svn path=/head/; revision=400037
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.
japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything. Just don't hide anything at all
like the textproc/scim configure script does.
multimedia/schroedinger: Apply an upstream patch.
textproc/scim-input-pad: Same as japanese/scim-honoka.
PR: 201922
Approved by: portmgr (antoine)
Exp-run by: antoine
Notes:
svn path=/head/; revision=393429
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fully strip binaries unless DEBUG enabled
Create /var dirs in rc script start_precmd instead of in package
Make rc script pass rclint
Upstream has accepted the LibreSSL patches but their releases are far
apart, so patching in ports tree for now.
PR: 198506
Notes:
svn path=/head/; revision=385077
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=384689
|
|
|
|
|
|
|
| |
WITH_OPENSSL_BASE=yes
Notes:
svn path=/head/; revision=378050
|
|
|
|
|
|
|
| |
PR: 195796
Notes:
svn path=/head/; revision=377064
|
|
|
|
| |
Notes:
svn path=/head/; revision=371570
|
|
|
|
|
|
|
|
|
|
|
|
| |
them available by default. Also added MAKE_JOBS_UNSAFE
to avoid intermittent build failures.
PR: ports/181481
Submitted by: John Marshall <John.Marshall@riverwillow.com.au>
Approved by: bapt (mentor)
Notes:
svn path=/head/; revision=368658
|
|
|
|
| |
Notes:
svn path=/head/; revision=367091
|
|
|
|
|
|
|
|
|
|
| |
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=360588
|
|
|
|
| |
Notes:
svn path=/head/; revision=360116
|
|
|
|
|
|
|
|
| |
Partially strip binaries
Convert to USES=libtool
Notes:
svn path=/head/; revision=360115
|
|
|
|
|
|
|
|
| |
Submitted by: Michael Clay
Approved by: moggie <moggie@elasticmind.net> (maintainer)
Notes:
svn path=/head/; revision=331770
|
|
|
|
|
|
|
| |
irc)
Notes:
svn path=/head/; revision=327736
|
|
|
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=327418
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
caused a conflict that wasn't resolved.
PR: ports/174878
Submitted by: Moggie <moggie@elasticmind.net> (maintainer)
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Submitted by: Chris Petrik
Submitted by: sbz
Pointyhat to: crees
Notes:
svn path=/head/; revision=309927
|
|
|
|
|
|
|
|
|
|
|
| |
Admins are advised to upgrade immediately.
PR: ports/174878
Submitted by: moggie <moggie@elasticmind.net> (maintainer)
Security: http://www.ratbox.org/ASA-2012-12-31.txt
Notes:
svn path=/head/; revision=309810
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
|
|
|
|
| |
closure. We thank Parodius for the hosting services they provided.
PR: ports/169570
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
Approved by: culot (mentor)
Notes:
svn path=/head/; revision=300607
|
|
|
|
|
|
|
|
| |
PR: ports/167556
Approved by: maintainer (moggie@elasticmind.net)
Notes:
svn path=/head/; revision=296447
|
|
|
|
|
|
|
|
|
| |
PR: ports/166931
Submitted by: moggie <moggie@elasticmind.net> (maintainer)
Reviewed by: scheidell (me)
Notes:
svn path=/head/; revision=294844
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
| |
PR: ports/163433
Submitted by: crees
Approved by: maintainer
Notes:
svn path=/head/; revision=287661
|
|
|
|
|
|
|
|
| |
PR: ports/157611
Approved by: rene (mentor, implicit), Moggie (maintainer)
Notes:
svn path=/head/; revision=277128
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
| |
PR: 143242
Submitted by: moggie <moggie@elasticmind.net> (maintainer)
With hat: secteam
Feature safe: http://www.vuxml.org/freebsd/192609c8-0c51-11df-82a0-00248c9b4be7.html
Notes:
svn path=/head/; revision=248768
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ircd-ratbox 2.2.x needs write permissions to the directory containing
these files so it can manipulate their temporary counterparts during
the update process. To facilitate this, and to save the user from
having to make this change themselves, the '/usr/local/etc/ircd-ratbox/'
directory is now set to be owned by the IRCD user instead of root.
PR: ports/131060
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes:
svn path=/head/; revision=227027
|
|
|
|
|
|
|
|
|
| |
PR: ports/119784
Submitted by: Lewis <moggie@elasticmind.net>
Approved by: linimon (mentor)
Notes:
svn path=/head/; revision=205820
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to fix a few very minor bugs.
- Included ircd-shortcut.pl in ircd-ratbox tarball.
- Added port support for configuring services names and parameters within the ircd-shortcut.pl build script
(requested by ratbox users and makes things a bit nicer).
- Fixed a pkg-plist inconsistency when compiling old port and building with support for services.
- Added perl5 build requirement for ircd-shortcut.pl.
PR: ports/119784
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Approved by: linimon (mentor)
Notes:
svn path=/head/; revision=205819
|
|
|
|
|
|
|
|
|
|
| |
- Improve config handling.
PR: 117548
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes:
svn path=/head/; revision=202188
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sync ircd-ratbox to ircd-ratbox-devel.
Pointy hat to: edwin@
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
Notes:
svn path=/head/; revision=200292
|