Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.15.0_10 20 Apr 2024 14:22:24 |
Dimitry Andric (dim) |
audio/csound: fix build with clang 18
With clang 18, audio/csound fails to build:
/wrkdirs/usr/ports/audio/csound/work/csound-6.15.0/Opcodes/OSC.c:784:47: error:
incompatible function pointer types passing 'int32_t (const char *, const char
*, lo_arg **, int32_t, void *, void *)' (aka 'int (const char *, const char *,
lo_arg **, int, void *, void *)') to parameter of type 'lo_method_handler' (aka
'int (*)(const char *, const char *, lo_arg **, int, struct lo_message_ *, void
*)') [-Wincompatible-function-pointer-types]
784 | OSC_handler, p->port);
| ^~~~~~~~~~~
/usr/local/include/lo/lo_serverthread.h:151:72: note: passing argument to
parameter 'h' here
151 | const char *typespec, lo_method_handler
h,
| ^
This is because the callback functions OSC_handler() and OSC_ahandler()
have the wrong signature: liblo's headers use 'int' for the 'argc'
argument, and 'lo_message' for the 'data' argument. Fix the parameter
types of the functions to match the liblo declarations.
PR: 277999
Approved by: maintainer timeout (2 weeks)
MFH: 2024Q2 |
6.15.0_10 09 Aug 2023 16:03:07 |
Yuri Victorovich (yuri) |
audio/stk: Update 4.6.2 → 5.0.0
Also add audio backend options.
Reported by: portscout |
6.15.0_9 07 Aug 2023 16:34:07 |
Gleb Popov (arrowd) |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713 |
6.15.0_8 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
6.15.0_7 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.15.0_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.15.0_6 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
6.15.0_5 20 Jul 2022 14:35:24 |
Tobias C. Berner (tcberner) |
science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b81530f7e897abfbe18dd59f44265a1a0f .
Reported by: VVD <vvd@unislabs.com> |
6.15.0_4 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
6.15.0_4 16 Jun 2022 15:13:01 |
Po-Chuan Hsieh (sunpoet) |
*/*: Replace science/szip with science/libaec
- Bump PORTREVISION of dependent ports for dependency change
szip does not allow redistribution in binary form without proper commercial
license. Its LICENSE_PERMS should be set to no-auto-accept which blocks building
this port, therefore building dependent ports are also blocked. Switch all
dependent ports to science/libaec to avoid conflicts and license issue.
PR: 228743, 246097, 250165 |
6.15.0_3 22 Apr 2022 15:37:30 |
Piotr Kubaj (pkubaj) |
audio/csound: remove unneccesary CFLAGS_powerpc64 |
6.15.0_3 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
6.15.0_3 27 Nov 2021 10:09:44 |
Thomas Zander (riggs) |
audio/fluidsynth: Update to upstream version 2.2.4
MFH: 2021Q4 |
6.15.0_2 07 Oct 2021 12:33:43 |
Bernhard Froehlich (decke) |
audio/csound: Fix CPE vendor
Approved by: portmgr (blanket) |
6.15.0_2 05 Oct 2021 19:11:43 |
Bernhard Froehlich (decke) |
audio/csound: Add CPE information
Approved by: portmgr (blanket) |
6.15.0_2 04 Oct 2021 04:56:46 |
Thomas Zander (riggs) |
audio/fluidsynth: Update to upstream version 2.2.3
MFH: 2021Q4 |
6.15.0_1 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
6.15.0_1 02 Aug 2021 16:03:15 |
Yuri Victorovich (yuri) |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
6.15.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.15.0 18 Feb 2021 01:59:10 |
yuri |
audio/csound: Update 6.14.0 -> 6.15.0 |
6.14.0_3 12 Dec 2020 17:04:37 |
thierry |
- Upgrade math/eigen3 to 3.3.8;
- Add some dependencies which might be detected by Find_Package but not
registered;
- Bump PORTREVISION of consumers.
PR: 250833
Submitted by: /me
Approved by: tcberner@ (KDE / maintainer) + exp-run |
6.14.0_1 24 Sep 2020 20:36:09 |
yuri |
audio/csound: Remove unecessary python-2.7 requirement
PR: 249581
Reported by: swills |
6.14.0 21 Sep 2020 20:17:28 |
yuri |
audio/csound: Broken on 11 i386
MFH: 2020Q3 |
6.14.0 28 Aug 2020 18:12:18 |
tcberner |
audio/csound: fix build on recent current
Obtained
from: https://github.com/csound/csound/commit/c444e8f752c3acc31d364b901204e09eae2e791e |
6.14.0 17 Jun 2020 18:17:45 |
sunpoet |
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine |
6.14.0 27 Jan 2020 08:19:09 |
yuri |
audio/csound: Update 6.13.0-244 -> 6.14.0
Reported by: portscout |
6.13.0.244 12 Jan 2020 07:54:30 |
yuri |
audio/csound: Update 6.12.2-83 -> 6.13.0-244
Reviewed by: portscout |
6.12.2.83_9 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
6.12.2.83_8 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
6.12.2.83_8 29 Sep 2019 10:04:32 |
riggs |
Chase update to audio/fluidsynth; bump PORTREVISION of dependent ports
PR: 240890 |
6.12.2.83_7 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
6.12.2.83_6 13 Aug 2019 16:00:39 |
mat |
Convert to UCL & cleanup pkg-message (categories a-c) |
6.12.2.83_6 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
6.12.2.83_5 02 May 2019 18:17:23 |
tobik |
audio/csound: Unbreak build after r500286
===> Installing existing package /packages/All/stk-4.6.1.txz
[112i386-default-job-07] Installing stk-4.6.1...
[112i386-default-job-07] Extracting stk-4.6.1: .......... done
===> csound-6.12.2.83_4 depends on shared library: libstk-4.6.0.so - not found
Use version independent libstk.so symlink in LIB_DEPENDS, so that
it does not immediately break on audio/stk updates in the future.
Also bump revision for shared library name change
(libstk-4.6.0.so->libstk-4.6.1.so). |
6.12.2.83_4 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
6.12.2.83_3 07 Mar 2019 03:40:34 |
yuri |
audio/csound: fix build on powerpc*
PR: 236315
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
6.12.2.83_3 02 Mar 2019 16:55:53 |
riggs |
Chase update of fluidsynth to 2.0.3
PR: 233448 |
6.12.2.83_2 05 Jan 2019 22:46:54 |
sunpoet |
Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR: 233070
Submitted by: wen |
6.12.2.83_1 26 Dec 2018 09:06:35 |
tcberner |
Update math/eigen3 to 3.3.7
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7 |
6.12.2.83 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
6.12.2.83 12 Dec 2018 21:49:34 |
yuri |
audio/csound: Revert the unintentional change
Reported by: jbeich |
6.12.2.83 12 Dec 2018 19:57:07 |
yuri |
audio/csound: 6.12.2 -> 6.12.2-83
Reported by: GH issue notification |
6.12.2_3 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
6.12.2_2 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
6.12.2_1 25 Nov 2018 18:20:01 |
yuri |
audio/csound: Marked the FLUIDSYNTH option broken
It isn't compatible with the new FluidSynth 2.x.
PR: 233498 |
6.12.2 17 Nov 2018 22:00:06 |
yuri |
audio/csound: Fix the LINALG option using the workaround suggested by the
upstream |
6.12.2 17 Nov 2018 21:07:15 |
yuri |
Move audio/csound6 -> audio/csound
Having the version in its name doesn't make sense because this is a stable
package. |
5.19.01_9 12 Nov 2017 17:21:38 |
rene |
Remove expired ports:
2017-11-12 audio/smasher: Does not build with modern csound
2017-11-12 audio/csound: Not supported upstream anymore, use csound6 |
5.19.01_9 12 Oct 2017 08:01:46 |
bapt |
Mark csound as deprecated: latest release is on csound6
Latest csound5 was from 2012, its only consumer is audio/smasher
which is an abandonware (and also marked as deprecated) |
5.19.01_9 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(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 |
5.19.01_8 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
5.19.01_8 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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 |
5.19.01_7 04 Feb 2017 06:00:42 |
jbeich |
audio/csound: use libc++ and unbreak with gcc5 or later
$ ldd $(which csound5gui) | fgrep c++
libc++.so.1 => /usr/lib/libc++.so.1 (0x803309000)
libstdc++.so.6 => /usr/local/lib/gcc49/libstdc++.so.6 (0x803a22000)
libcsound64.so.5: undefined reference to `csp_dag_is_finished'
libcsound64.so.5: undefined reference to `csp_set_count'
libcsound64.so.5: undefined reference to `csp_set_get_num'
collect2: error: ld returned 1 exit status
PR: 216707
Reported by: antoine (via exp-run) |
5.19.01_6 22 Jan 2017 12:50:09 |
tcberner |
Update math/gmm++ to 5.1
Due to it requiring c++11 features now, the consumers audio/csound
and audio/csound6 we're version bumped, and set USE_CXXSTD.
* http://download.gna.org/getfem/html/homepage/whatsnew/5.0.html
* http://download.gna.org/getfem/html/homepage/whatsnew/5.1.html
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7730 |
5.19.01_5 10 Jan 2017 21:16:30 |
marino |
audio/csound6: USES+= alias |
5.19.01_5 09 Jan 2017 13:16:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
5.19.01_5 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
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. |
5.19.01_4 15 Sep 2016 16:03:44 |
pawel |
Convert to options helpers |
5.19.01_4 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
5.19.01_4 06 Apr 2016 15:22:52 |
marino |
audio/csound: Use OPSYS with OSVERSION |
5.19.01_4 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
5.19.01_4 13 Dec 2015 16:07:28 |
swills |
mark some of the ports that don't build on powerpc64 for me |
5.19.01_4 06 Nov 2015 15:52:57 |
amdmi3 |
- Fix build on 11.x
- Switch to options helpers |
5.19.01_4 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
5.19.01_4 30 May 2015 20:39:13 |
bapt |
Update portaudio to v19/Remove portaudio2 [1]
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer |
5.19.01_4 17 May 2015 16:44:51 |
amdmi3 |
- Add CPE info
- Add LICENSE_FILE
Approved by: portmgr blanket |
5.19.01_4 04 May 2015 00:33:15 |
eadler |
By request, reset maintainership of multiple ports
PR: 199903
Submitted by: "Chris Petrik" <chris@bsdjunk.com> |
5.19.01_4 20 Mar 2015 14:02:14 |
wen |
- Pass maintainership to submitter
PR: 198646
Submitted by: chris@bsdjunk.com |
5.19.01_4 22 Jan 2015 18:52:26 |
jbeich |
Pass CFLAGS and LDFLAGS by default to scons build, again
This fixes r355494 regression.
PR: 193434
Differential Revision: https://reviews.freebsd.org/D1602
Reviewed by: bapt
Approved by: bapt (mentor)
Approved by: portmgr (bapt) |
5.19.01_4 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
5.19.01_3 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
5.19.01_2 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
5.19.01_2 10 Sep 2014 20:50:37 |
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) |
5.19.01_1 22 Aug 2014 13:06:30 |
amdmi3 |
- Add PNG option to fix plist (libimage.so is optional)
- DSSI option requires alsa library
- Fix DOCS option |
5.19.01 15 Jul 2014 14:41:47 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
5.19.01 19 Feb 2014 23:47:51 |
danilo |
- Add a PORTSCOUT limit |
5.19.01 17 Feb 2014 14:17:54 |
bapt |
Convert USE_GCC into USES=compiler:openmp so that the day clang do support
openmp we can easily switch to using clang |
5.19.01 23 Jan 2014 23:09:44 |
danilo |
- Update from 5.18.02 to 5.19.01
- Convert USE_SCONS to USES
PR: ports/185715
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
5.18.02_1 15 Jan 2014 22:27:56 |
bapt |
Remove useless bsd.port.mk inclusions while here
do not install a well known license file. |
5.18.02_1 13 Jan 2014 21:00:04 |
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) |
11 Dec 2013 14:35:37
|
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
5.18.02_1 25 Nov 2013 00:03:39 |
linimon |
Reset maintainer at his request.
PR: ports/184260 |
5.18.02_1 02 Nov 2013 10:32:24 |
nemysis |
- Bump PORTREVISION for dependency change
- Fix portaudio2 dependency due to recent commit
Approved by: pawel / wg (mentors, implicit) |
5.18.02 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
5.18.02 20 Sep 2013 12:54:55 |
bdrewery |
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk (Only the first 15 lines of the commit message are shown above ) |
5.18.02 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
5.18.02 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
5.18.02 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
5.18.02 07 Mar 2013 03:25:11 |
bdrewery |
- Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines
PR: ports/175415 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with: bapt |
5.18.02 10 Dec 2012 01:20:17 |
eadler |
Revert Chris Petrik's ports to the pool. Thank you for all your work so far,
and should you desire to return just let us know.
PR: ports/174309
Submitted by: Chris Petrik |
5.18.02 03 Oct 2012 06:41:22 |
madpilot |
Revert Created by line to include only the nickname.
Requested by: trevor |
5.18.02 02 Oct 2012 06:53:38 |
madpilot |
- Update to 5.18.02
- Remove ABI version numbers from LIB_DEPENDS
- Add patch to avoid a rare segfault
- While here, trim Makefile headers
PR: ports/172109
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) |
5.17.11 09 Sep 2012 02:30:44 |
eadler |
Welcome back Chris Petrik <c.petrik.sosa@gmail.com>
PR: ports/171481 |
5.17.11 05 Jun 2012 20:32:40 |
sylvio |
- Update to version 5.17.11
New file:
files/patch-H__sysdep.h
Remove file:
files/patch-Opcodes__tl__fractalnoise.cpp
PR: ports/168588
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
5.17.6_1 01 Jun 2012 06:57:16 |
bapt |
Convert to new options framework |
5.17.6_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
5.17.6 21 Apr 2012 18:48:40 |
miwi |
- Update to 5.17.6
PR: 166874
Submitted by: Ports Fury |
5.16.6 19 Feb 2012 23:25:15 |
miwi |
- Update to 5.16.6
PR: 164984
Submitted by: Ports Fury |
5.15.0 28 Jan 2012 17:49:38 |
miwi |
- Update to 5.15.0
PR: 164147
Submitted by: Ports Fury |