non port: net/cyphesis/Makefile |
Number of commits found: 80 |
Friday, 6 Jan 2017
|
08:45 jbeich
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
|
Tuesday, 3 Jan 2017
|
10:59 mat
Deprecate ports broken for FreeBSD 10.3-
Sponsored by: Absolight
|
Wednesday, 23 Nov 2016
|
12:45 jbeich
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
|
Tuesday, 25 Oct 2016
|
19:09 antoine
Do not hand roll PYTHON_CMD
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wednesday, 25 Mar 2015
|
23:51 marino
net category: Remove $PTHREAD_LIBS
openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks
but they weren't fixed.
approved by: PTHREAD blanket
|
Friday, 2 Jan 2015
|
18:46 pi
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
* mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
allocated but not used bits before resizing.
* tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
* src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.
PR: 193264
Approved by: cpm@fbsd.es (maintainer)
|
Friday, 12 Sep 2014
|
18:43 adamw
Add manpages to plist. PORTREVISION bump for this.
While here, move some stuff over to USES.
|
Wednesday, 10 Sep 2014
|
20:50 gerald
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Wednesday, 30 Jul 2014
|
03:57 pi
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
|
Tuesday, 29 Jul 2014
|
18:41 adamw
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Sunday, 15 Jun 2014
|
14:08 oliver
mark as BROKEN on FreeBSD 10 only
|
Saturday, 14 Jun 2014
|
11:11 oliver
mark as BROKEN (Does not compile with clang)
|
Sunday, 23 Mar 2014
|
09:45 oliver
switch from GCC to Clang
bump PORTREVISION
|
Sunday, 16 Mar 2014
|
22:33 gerald
Now that the default version of GCC in the Ports Collection (per
lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace
USE_GCC=4.7+ by USE_GCC=yes.
Approved by: portmgr (mat)
|
Monday, 10 Mar 2014
|
20:55 gerald
Update the default version of GCC used in the Ports Collection from
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)
|
Friday, 28 Feb 2014
|
16:42 oliver
update to 0.6.2
|
Friday, 21 Feb 2014
|
13:38 ehaupt
Remove trailing whitespaces from category net
|
Monday, 10 Feb 2014
|
13:54 ehaupt
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Friday, 7 Feb 2014
|
11:44 bapt
Chase boost and icu bump
While here convert some LIB_DEPENDS
|
Monday, 13 Jan 2014
|
21:00 rene
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
Thursday, 12 Dec 2013
|
14:23 bapt
Convert LIB_DEPENDS for ports depending on boost
|
Thursday, 21 Nov 2013
|
08:19 oliver
update devel/atlas-devel to 0.6.3 which now requires a C++-11 compiler
new .so version changes in affected ports
change some ports to use USE_GCC=4.7+ (tested with 4.7 and 4.8) as this is
needed for dependencies to devel/atlas-devel
finally fix the compilation error in games/ember for at least FreeBSD 9
|
Saturday, 26 Oct 2013
|
00:52 gerald
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
|
Friday, 20 Sep 2013
|
22:10 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Tuesday, 10 Sep 2013
|
20:01 bapt
Add an explicit dependency on pkgconf
|
12:20 rm
- remove leading indefinite article from COMMENT
- convert USE_GMAKE to USES equivalent
- relax USE_PYTHON check: 2.7 is now supported
- add trailing slash to WWW in pkg-descr
Approved by: oliver (maintainer, by mail)
|
Friday, 3 May 2013
|
16:36 ehaupt
Chase security/libgcrypt update
|
Tuesday, 19 Mar 2013
|
13:04 eadler
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
|
Thursday, 31 Jan 2013
|
13:38 bapt
Chase boost update
|
Saturday, 19 Jan 2013
|
10:09 oliver
update of the worldfordge suite
devel/eris: 1.3.21
devel/mercator: 0.3.2
devel/varconf: 1.0.0
math/wfmath: 1.0.1
net/cyphesis: 0.6.0
net/skstream: 0.3.9
games/ember: 0.7.0
|
Friday, 9 Dec 2011
|
10:23 oliver
update varconf to 0.6.7
update eris to 1.3.19
update ember to 0.6.2
Feature safe: yes
|
Sunday, 3 Jul 2011
|
11:40 swills
- Chase the libgcrypt shared lib version
|
Friday, 29 Apr 2011
|
05:56 oliver
big WorldForge update:
update eris to 1.3.18
update wfmath to 0.3.11
update skstream to 0.3.8
update mercator to 0.3.0
update ember to 0.6.1
update cyphesis to 0.5.26
|
Tuesday, 8 Mar 2011
|
07:39 oliver
undo last commit as it was a "in work" version of the Makefile
set USE_PYTHON to 2.5-2.6
|
06:37 oliver
force the usage of python 2.2 - 2.6 as 2.7 is not supported by the
configure script
Noted by: pav
|
Thursday, 20 Jan 2011
|
11:45 oliver
update devel/mercator to 0.2.9
Feature safe: yes
|
Thursday, 9 Sep 2010
|
06:11 oliver
bump mercator library version
bump PORTREVISION
|
Tuesday, 7 Sep 2010
|
15:17 oliver
update devel/mercator to 0.2.8
update net/skstream to 0.3.7
bump PORTREVISION on affected ports
|
Tuesday, 27 Jul 2010
|
01:25 wxs
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
Saturday, 2 Jan 2010
|
09:16 oliver
update wfmath to 0.3.10
|
Wednesday, 2 Dec 2009
|
14:49 oliver
update devel/atlas-devel to 0.6.2
|
Sunday, 20 Sep 2009
|
17:43 oliver
update cyphesis to 0.5.21
Feature safe: yes
|
Saturday, 22 Aug 2009
|
00:32 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with N
|
Monday, 8 Jun 2009
|
22:30 miwi
- Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
|
Tuesday, 12 May 2009
|
16:56 oliver
update to 0.5.20
|
Sunday, 12 Apr 2009
|
08:56 oliver
reinclude bin/cyphesis
bump PORTREVISION
|
Sunday, 5 Apr 2009
|
08:15 oliver
update mercator to 0.2.7
update cyphesis to 0.5.19
bump portrevision on ember
|
Tuesday, 6 Jan 2009
|
13:01 rafan
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478
|
Friday, 5 Dec 2008
|
16:05 oliver
update to 0.5.18
|
Friday, 14 Nov 2008
|
21:13 oliver
update to 0.5.17
|
Thursday, 28 Aug 2008
|
04:17 oliver
update mercator to 0.2.6
|
Wednesday, 2 Jul 2008
|
18:23 oliver
update to 0.5.16
|
Friday, 6 Jun 2008
|
13:50 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Thursday, 28 Feb 2008
|
21:47 arved
Chase libgcrypt library version
|
Tuesday, 11 Dec 2007
|
21:24 oliver
update to 0.5.15
|
Tuesday, 24 Jul 2007
|
15:10 rafan
- Remove --mandir and --infodir from CONFIGURE_ARGS. They are now default
in bsd.port.mk.
Tested with: my tinderbox on i386 6
Approved by: portmgr
|
Monday, 16 Jul 2007
|
19:37 oliver
update to 0.5.13
|
Friday, 25 May 2007
|
09:44 oliver
update to 0.5.12
|
Sunday, 21 Jan 2007
|
10:29 oliver
update to 0.5.11
|
Sunday, 12 Nov 2006
|
22:33 oliver
chase skstream update
bump PORTREVISION
portlint
|
Tuesday, 3 Oct 2006
|
12:04 oliver
update to 0.5.10
|
Tuesday, 5 Sep 2006
|
05:23 oliver
update to 0.5.9
|
Monday, 21 Aug 2006
|
14:54 oliver
update wfmath to 0.3.5
|
Tuesday, 4 Jul 2006
|
16:20 oliver
update to 0.5.8
|
Tuesday, 16 May 2006
|
04:26 oliver
update to 0.5.7
|
Thursday, 11 May 2006
|
22:49 edwin
Remove USE_REINPLACE from all categories starting with N
|
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Monday, 23 Jan 2006
|
05:41 oliver
update to 0.5.6
|
Monday, 16 Jan 2006
|
06:27 oliver
update to varconf 0.6.4
|
Sunday, 18 Dec 2005
|
09:24 oliver
update to 0.5.5
|
Monday, 28 Nov 2005
|
16:05 oliver
update to 0.5.4
|
Monday, 21 Nov 2005
|
16:23 oliver
update to 0.5.3
|
Tuesday, 15 Nov 2005
|
06:52 ade
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Saturday, 29 Oct 2005
|
08:05 oliver
I accidentally commented IGNORE for OSVERSION < 500000 out.
|
Tuesday, 25 Oct 2005
|
20:11 oliver
update to 0.5.2
|
Thursday, 20 Oct 2005
|
13:50 oliver
update Atlas-C++ to 0.5.0.r(c)1
|
Friday, 7 Oct 2005
|
12:39 oliver
upgrade to 0.5.1
mark as IGNORE for FreeBSD below 5 (0.5.0 also didn't compiled on <5)
|
Sunday, 2 Oct 2005
|
19:54 oliver
remove 2 left-over directories
bump PORTREVISION
|
19:10 oliver
Add cyphesis, a server for WorldForge games
WWW: http://www.worldforge.org/dev/eng/servers/cyphesis
|
Number of commits found: 80 |