Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
27.0.50.20181225,2 25 Dec 2018 14:51:49 |
jrm |
editors/emacs-devel: Update to latest master-branch commit
Upstream commit log: https://github.com/emacs-mirror/emacs/commits/master |
27.0.50.20181210_1,2 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 |
27.0.50.20181210,2 11 Dec 2018 02:48:13 |
jrm |
editors/emacs-devel: Update to latest master-branch commit |
27.0.50.20181201,2 02 Dec 2018 01:35:00 |
jrm |
editors/emacs-devel: Update to latest master-branch commit |
27.0.50.20181126_1,2 27 Nov 2018 13:29:11 |
jrm |
editors/emacs-devel: Update to latest master-branch commit |
27.0.50.20181110_1,2 11 Nov 2018 00:43:02 |
jrm |
editors/emacs-devel: Update to latest master-branch commit |
27.0.50.20181022_1,2 10 Nov 2018 19:57:08 |
kwm |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
27.0.50.20181022,2 22 Oct 2018 23:47:04 |
jrm |
editors/emacs-devel: Update to latest master-branch commit
This fixes an issue with lisp/epg.el that caused messages about obsolete
timestamps. See https://github.com/emacs-mirror/emacs/commit/8602bd8 for
details. |
27.0.50.20181019,2 19 Oct 2018 18:57:10 |
jrm |
editors/emacs-devel: Update to latest master-branch commit
This fixes an issue, specific to FreeBSD i386, that caused a core dump during
build. Refer to https://github.com/emacs-mirror/emacs/commit/d2a07b9 for
details. |
27.0.50.20181011,2 11 Oct 2018 03:44:05 |
jrm |
editors/emacs-devel: Fix build on 10.4 and update
Recent changes in upstream's master branch mean a newer makeinfo than is
available in the 10.4 base system is required, so add print/texinfo to
BUILD_DEPENDS.
While here, also update to the tip of upstream's master branch and silence
portlint warnings about USE_GNOME without USES=gnome.
Reported by: pkg-fallout, antoine |
27.0.50.20181008,2 10 Oct 2018 00:52:23 |
ashish |
- Remove redundant GMP option added in r481628, as GMP support already
enabled since r477132 |
27.0.50.20181008,2 09 Oct 2018 12:37:49 |
ashish |
- Update to git snapshot a0605d9
- Add GMP option |
27.0.50.20180901,2 01 Sep 2018 23:50:33 |
jrm |
editors/emacs-devel: Update to latest master branch commit |
27.0.50.20180813,2 14 Aug 2018 01:28:08 |
jrm |
editors/emacs-devel: Update to latest master branch commit |
27.0.50.20180715_1,2 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
27.0.50.20180715,2 16 Jul 2018 16:26:39 |
ashish |
- Update to git snapshot 9593108 |
27.0.50.20180607,2 02 Jul 2018 06:27:48 |
yuri |
print/libotf: Update 0.9.13 -> 0.9.16
Port changes:
* Add LICENSE/LICENSE_FILE
* Add to USE_XORG
* Remove CPPFLAGS
PR: 228647
Submitted by: thierry
Approved by: nikola.lecic@anthesphoria.net (maintainer's timeout; 30 days) |
27.0.50.20180607,2 13 Jun 2018 02:23:30 |
jrm |
editors/emacs-devel: Restore configure patch to accept base makeinfo
The configure patch was removed in r472261, because I incorrectly thought
/usr/bin/makeinfo had been removed from base in 10.4.
Pointy-hat: jrm |
27.0.50.20180607,2 12 Jun 2018 16:03:56 |
jrm |
Emacs ports: Improve consistency between the two Emacs ports and...
- [1] Do not link liblockfile when MAILUTILS option is off. Users who want
mail functionality should turn on the MAILUTILS option. See PR 227799.
- [2] Create a link under exec_directory pointing to
${PREFIX}/bin/movemail. See upstream bug https://bugs.gnu.org/31737 and
PR 228833.
- Based on user feedback, change the package name for the nox flavor of
editors/emacs-devel from emacs-devel_nox to emacs-devel-nox. The
original motivation for naming the package emacs-devel_nox was so that
PKGNAMESUFFIX would match the flavor names for USES=emacs ports and
flavor names cannot contain '-'.
(Only the first 15 lines of the commit message are shown above ) |
27.0.50.20180529,2 30 May 2018 07:37:10 |
ashish |
- Update to git snapshot 0f48d18
- Add JSON option |
27.0.50.20180428,2 29 Apr 2018 07:13:41 |
ashish |
- Update to git snapshot bcee160 |
27.0.50.20180220_2,2 26 Apr 2018 13:49:09 |
jrm |
Emacs ports: Conform to 'Order of Variables in Port Makefiles' in PH |
27.0.50.20180220_2,2 26 Apr 2018 02:03:28 |
jrm |
Emacs ports: Tell configure to skip checks for sysinfo header
The build fails when devel/libsysinfo is pulled in. This can happen when
graphics/ImageMagick is built with the OPENMP knob on.
Reported by: Richard M. Timoney <richardt@maths.tcd.ie> |
27.0.50.20180220_1,2 05 Apr 2018 20:13:48 |
tobik |
www/webkit2-gtk3: Update to 2.20.0
- Add WAYLAND option
- Bump PORTREVISION of dependents
- Fix build of epiphany 3.24.2 with newer WebKit versions
PR: 223733
Submitted by: Greg V <greg@unrelenting.technology> (initial update to 2.18.3)
Reviewed by: Ting-Wei Lan <lantw44@gmail.com>
Approved by: gnome (maintainer timeout, too long)
Security: 1ce95bc7-3278-11e8-b527-00012e582166
MFH: 2018Q2
Differential Revision: https://reviews.freebsd.org/D14872 |
27.0.50.20180220,2 21 Feb 2018 23:59:44 |
jrm |
Emacs ports: Remove obsolete variable definitions
editors/emacs: The CANNA option was replaced by a flavor, so remove
CANNA_DESC.
editors/emacs and editors/emacs-devel: The X11 option was replaced by the
nox flavor, so remove WITHOUT_X11.
Reported by: ashish |
27.0.50.20180220,2 21 Feb 2018 23:59:37 |
jrm |
Emacs ports: Add USES=localbase:ldflags and MAILUTILS option
Refer to
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=10313
https://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00044.html |
27.0.50.20180220,2 21 Feb 2018 05:48:46 |
jrm |
editors/emacs-devel: Update to latest master branch commit |
27.0.50.20180122,2 20 Feb 2018 16:17:32 |
jrm |
editors/emacs,emacs-devel: After nox flavor, remove X11 option |
27.0.50.20180122,2 20 Feb 2018 16:17:16 |
jrm |
editors/emacs@nox, editors/emacs-devel@nox: Fix configure error
When liblockfile is installed, configure fails, but only for the @nox
flavors.
There is an emacs-devel@gnu.org mailing list thread discussing the issue.
https://lists.gnu.org/archive/html/emacs-devel/2018-02/msg00515.html
PR: 225902
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
27.0.50.20180122,2 01 Feb 2018 18:03:10 |
jrm |
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506 |
27.0.50.20171118,2 19 Nov 2017 09:10:35 |
ashish |
- Update to git snapshot 6b8e9b7
- Fix broken behaviour when port is compiled with IMAGEMAGICK option
and ImageMagick is built with OPENMP option[1]
PR: 223518[1]
Submitted by: Kalten <kalten@gmx.at>[1] |
27.0.50.20171109,2 10 Nov 2017 02:48:00 |
ashish |
- Update to git snapshot 00995c8
- Unbreak on aarch64, as per https://debbugs.gnu.org/28308 |
27.0.50.20171004,2 05 Oct 2017 02:00:34 |
ashish |
editors/emacs-devel:
- Update to git snapshot 92045f4
- Add OPTION for LCMS2 support
bsd.emacs.mk:
- Update emacs-devel block to reflect change in Emacs version |
26.0.50.20170912_1,2 28 Sep 2017 15:36:31 |
kwm |
ImageMagick to 6.9.9-15.
* Disable FPX (FlashPix) support by default. This image format is really
rare these days coupled with that there are known CVE's in libfpx and
it doesn't seem to be maintained these days. It doesn't make sense to
keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions
Bump other ports for the shared library bumps in IM 6.
PR: 222309 [1]
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1] |
26.0.50.20170912,2 13 Sep 2017 13:15:55 |
ashish |
- Update to git snapshot 49a42fb
- Remove the workaround added in previous commit
Security: https://www.vuxml.org/freebsd/47e2e52c-975c-11e7-942d-5404a68a61a2.html |
26.0.50.20170903,2 04 Sep 2017 13:42:18 |
ashish |
- Update to git snapshot 1b492fa
- Add a patch to workaround a configure issue reported upstream
at http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00020.html
- Update BROKEN message on AARCH64, as now it does not break on sbrk[1]
PR: 221961[1]
Reported by: Gergely Czuczy <gergely.czuczy@harmless.hu> |
26.0.50.20170712,2 13 Jul 2017 16:59:31 |
ashish |
- Update to git snapshot 01a98e9 |
26.0.50.20170610,2 11 Jun 2017 11:33:37 |
ashish |
- Update to git snapshot bdf4115 |
26.0.50.20170509_3,2 26 May 2017 08:20:19 |
kwm |
Chase ImageMagick shlib bump |
26.0.50.20170509_2,2 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
26.0.50.20170509_1,2 10 May 2017 07:55:44 |
rakuco |
Fix plist after r440524. |
26.0.50.20170509,2 10 May 2017 02:43:43 |
ashish |
- Update to git snapshot 5e2cf8c
- Un-IGNORE XWIDGETS option, as required version of WebKit is now
in ports tree |
26.0.50.20170415,2 17 Apr 2017 18:17:53 |
jrm |
editors/emacs-devel: Update to upstream commit 28718c4
Also add MAKE_JOBS_UNSAFE=yes.
Approved by: ashish (maintainer), swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10374 |
26.0.50.20170324,2 25 Mar 2017 17:38:51 |
ashish |
- Update to git snapshot 211d41a, fixes building as non-root user[1]
- Resurrect LLDB option with updated patchset from upstream[2]
[1] http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00622.html
[2] https://opensource.apple.com/source/lldb/lldb-76/utils/emacs/
Submitted by: jrm
Reported by: rakuco |
26.0.50.20170323,2 24 Mar 2017 05:01:56 |
ashish |
- Update to git snapshot 560d6f9
- Remove LLDB option, as patch does not cleanly apply anymore |
26.0.50.20170303,2 14 Mar 2017 03:04:13 |
ashish |
- Mark port as BROKEN for aarch64
- Remove now redundant BROKEN_* directive from slave port:
editors/emacs-nox11
Reported by: Gergely Czuczy <gergely.czuczy at harmless.hu> |
26.0.50.20170303,2 07 Mar 2017 16:09:43 |
ashish |
- Update to git snapshot 55c0c3e |
26.0.50.20170209,2 10 Feb 2017 12:54:13 |
jrm |
editors/emacs-devel: Pull in latest commit to master branch.
A fix was committed for an eshell bug that resulted in piped data being
silently dropped. Pull in that fix.
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15414
https://github.com/emacs-mirror/emacs/commit/2bfe83fcd3575d03f371a7d0e6b8c5d661bc5ac7
Approved by: ashish (maintainer) swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D9513 |
26.0.50.20170202,2 02 Feb 2017 12:52:29 |
jrm |
editors/emacs-devel: Update to latest commit on master branch
Approved by: ashish (maintainer, implicit), swills (mentor, implicit) |
26.0.50.20170121,2 24 Jan 2017 15:27:06 |
jrm |
editors/emacs-devel: Update to latest commit on master branch.
- Switch to using the supplied autoconf.sh, because it is required on 10.3 to
create nt/gnulib.mk.
- Patch to accept makeinfo versions as far back as 4.8, which is the version in
10.3 base.
Approved by: ashish (maintainer) swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9287 |
26.0.50.20161225,2 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
26.0.50.20161225,2 25 Dec 2016 04:52:42 |
jrm |
editors/emacs-devel: Update to pull in new concurrency features.
- Minimize the differences with editors/emacs.
- Do not require GCC to work around a clang bug. The OS versions for
which this was relevant are no longer supported.
- The check for X11 is handled with the X11 option and _IMPLIES, so
remove the redundant .if logic.
Approved by: swills (mentor) asish (maintainer)
Differential Revision: https://reviews.freebsd.org/D8796 |
25.2.50.20161001_1,2 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. |
25.2.50.20161001,2 03 Nov 2016 16:06:43 |
linimon |
Now builds on sparc64. Delete ia64 line as support was dropped.
Approved by: portmgr (tier-2 blanket) |
25.2.50.20161001,2 25 Oct 2016 22:28:22 |
mat |
Cleanup USE_GITHUB usage.
Sponsored by: Absolight |
25.2.50.20161001,2 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
25.2.50.20161001,2 02 Oct 2016 13:33:53 |
ashish |
- Fix typo, happened in r423103
PR: 212807 |
25.2.50.20161001,2 02 Oct 2016 05:07:22 |
ashish |
GNU Emacs updates
editors/emacs:
- Update to 25.1[1]
- Update CANNA patchset[2]
- Cleanup CONFLICTS_INSTALL list[1]
- Add LLDB option for lldb support (provided by 3rd party) to GUD[1]
- Add various other options, and re-order options[1]
- Incorporate games stuff in pkg-plist[1]
- Remove outdated diffs[1]
editors/emacs-nox11:
- Update to 25.1[3]
- Cleanup CONFLICTS_INSTALL list[3]
editors/emacs-devel:
- Update to git revision 25dca60d
Mk/bsd.emacs.mk:
- Update version numbers[4]
PR: 212807 [1], 212808 [3], 212809 [4]
Submitted by: Joseph Mingrone <jrm@ftfl.ca> [1][3][4]
TAKANO Yuji <takachan@running-dog.net> (private email) [2] |
25.1.r2,2 22 Aug 2016 03:58:43 |
ashish |
- Update to 25.1-rc2
PR: 212036
Submitted by: Joseph Mingrone <jrm@ftfl.ca> |
25.1.r1,2 27 Jul 2016 07:12:24 |
ashish |
editors/emacs-devel:
- Update to 25.1-rc1[1]
- Add IMPLIES condition for XWIDGETS option[1]
Mk/bsd.emacs.mk:
- Add block for emacs-nox11[2]
- Update emacs-devel block with new EMACS_VER
PR: 211356 [1]
Submitted by: Joseph Mingrone <jrm@ftfl.ca> [1],
matthew (via private email) [2] |
25.0.95_1,2 27 Jun 2016 10:49:15 |
ashish |
- Add *_IMPLIES for various options to track implicitly enabled OPTIONS
- Update options descriptions to reflect *_IMPLIES
- Add missing implicit dependencies
- Comment LTO experimental option
PR: 210291
Submitted by: Joseph Mingrone <jrm@ftfl.ca> |
25.0.95,2 13 Jun 2016 11:13:32 |
ashish |
- Update to 25.0.95 |
25.0.94,2 30 May 2016 01:12:46 |
ashish |
- Update to 25.0.94
PR: 209604
Submitted by: Joseph Mingrone <jrm@ftfl.ca> |
25.0.93,2 02 May 2016 13:45:35 |
ashish |
editors/emacs-devel[1]:
- Update to 25.0.93
- Re-organize options into logical groups
- Use OPTIONS helpers to specifiy implicit dependencies
- Convert FILENOTIFY into a radio option
- Remove dependency on unneeded ports for non-X11 systems
bsd.emacs.mk:
- Update version for editors/emacs-devel port
PR: 209054[1]
Submitted by: Joseph Mingrone <jrm@ftfl.ca>[1] |
25.0.92_1,2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
25.0.92_1,2 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
25.0.92,2 08 Mar 2016 14:43:36 |
ashish |
- Update to latest pretest version 25.0.92
- Unbreak on FreeBSD 9.x[1]
PR: 207271
Submitted by: Joseph Mingrone <jrm at ftfl dot ca>[1] |
25.0.90,2 07 Feb 2016 22:46:55 |
ashish |
- Update to latest pretest 25.0.90[1]
- Switch to GNU mirrors
- Add XWIDGET option[1]
- Fix portlint warnings[1]
PR: 206813
Submitted by: Joseph Mingrone <jrm at ftfl.ca>[1] |
25.0.50.20160102,2 04 Jan 2016 07:56:59 |
ashish |
- Update to git revision 0a7ad07[1]
- Cosmetic changes to Makefile[1]
- Update pkg-plist[1]
- Remove incorrect "tar:xz" from USES as the distfile is gzip-ed
since r402637
- Add MODULES option to add dynamic module support
PR: 205656
Submitted by: Joseph Mingrone <jrm at ftfl.ca>[1] |
25.0.50.20151126_1,2 03 Dec 2015 20:01:04 |
antoine |
Update giflib to 5.1.1
PR: 204492 |
25.0.50.20151126,2 30 Nov 2015 00:24:59 |
ashish |
- Update to git revision af40b76
- Switch to GitHub for MASTER_SITES
- Remove USE_AUTOTOOLS, and move it to USES instead
- Cosmetic changes to Makefile, and pkg-plist
- Remove pkg-install/pkg-deinstall scripts, not needed anymore
PR: 204842
Submitted by: Joseph Mingrone <jrm at ftfl.ca> |
25.0.50.20150810,2 26 Sep 2015 16:54:58 |
linimon |
Mark as broken on sparc64: fails to build.
Approved by: portmgr (sparc64 blanket) |
25.0.50.20150810,2 16 Sep 2015 13:03:46 |
mat |
It seems some people keep adding $FreeBSD$ to patch files.
Patches must not be changed by the vcs, this includes the
svn:keyword expansion. Set fbsd:nokeywords to a couple of patches.
With hat: portmgr
Sponsored by: Absolight |
25.0.50.20150810,2 10 Aug 2015 11:39:27 |
ashish |
- Update to git snapshot a9bb9d8f
- Add OPTION for building with Cairo graphics library support |
25.0.50.20150427,2 25 Jun 2015 22:35:20 |
amdmi3 |
- Mark BROKEN on 9.x:
Wrong type argument: listp, 1328729
Submitted by: pkg-fallout
Approved by: portmgr blanket |
25.0.50.20150427,2 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
25.0.50.20150427,2 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
25.0.50.20150427,2 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
25.0.50.20150427,2 27 Apr 2015 10:28:00 |
ashish |
GNU Emacs Updates
editors/emacs:
- Update to 24.5
- Remove dependency on GCC for i386 platform, if the bug is fixed
in the version in use
- Remove upstreamed diff
editors/emacs-devel:
- Update to git snapshot def0df01
- Remove git revision from PORTVERSION, rather encode it in
DISTNAME
- Remove dependency on GCC for i386 platform, if the bug is fixed
in the version in use
- Fix portlint warnings
Mk/bsd.emacs.mk:
- Update version number for editors/emacs
- Remove deprecated block for emacs23
PR: 199553 |
25.0.50.20150321.4a50af93,2 23 Mar 2015 14:12:31 |
ashish |
- Update to git snapshot 4a50af93
- Add an OPTION to enable support for LLDB debugger to GUD[1], provided
by third-party diff
- Add CPE information[2]
PR: 198022[1], 198239[2]
Submitted by: pfg[1], shun <shun.fbsd.pr at dropcut.net>[2] |
25.0.50.20150206.5c9ad35f,2 07 Feb 2015 20:03:01 |
ashish |
- Update to git snapshot 5c9ad35f
- Add git commit id to PORTVERSION as upstream has switched to git |
25.0.50.118251_5,2 18 Jan 2015 21:12:43 |
kwm |
Update ImageMagick to 6.9.0.4.
- Normalize the ImageMagick library name so it stays the same regardless of
what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
it useless.
PR: 194949 [1]
PR: 195227 [2]
Requested by: many [1]
Submitted by: software-freebsd@interfasys.ch [2] |
25.0.50.118251_4,2 14 Jan 2015 18:19:33 |
antoine |
Update graphics/giflib to 5.0.5
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self |
25.0.50.118251_3,2 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
25.0.50.118251_2,2 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
25.0.50.118251_2,2 20 Dec 2014 18:12:06 |
bapt |
Cleanup plist |
25.0.50.118251_2,2 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 ) |
25.0.50.118251_1,2 07 Nov 2014 12:52:22 |
ashish |
- Fix pkg-install script to correctly install emacs games scores files[1]
- Fix building port when ALSA option is enabled[2]
- Depend on desktop-file-utils when X11 option is enabled[3]
- Bump PORTREVISION to account for these changes
PR: 194624[1], 194862[2]
Submitted by: crest <crest at sahiro.org>[2]
Reported by: Joseph Mingrone <jrm at ftfl.ca>[1],
Richard Kuhns <rjk at wintek.com>[3] (via private email) |
25.0.50.118251,2 07 Nov 2014 09:55:23 |
kwm |
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here. |
25.0.50.118251,2 05 Nov 2014 13:17:17 |
ashish |
GNU Emacs Updates
editors/emacs:
- Update to 24.4[1]
- Remove all upstreamed diffs[1]
- Switch to static pkg-plist[1]
- Add OPTIONs for ACL, file notification, LTO, ALSA, and OSS[1]
- Reword IGNORE messages for portlint[1]
- Add fix for a Emacs TRAMP bug
- Update CANNA patchset[2]
editors/emacs-devel:
- Update to bzr snapshot revision 118251
- Add pkg-install, and pkg-deinstall file missed from r364499
- Switch to static pkg-plist (Only the first 15 lines of the commit message are shown above ) |
24.4.50.117676,2 27 Oct 2014 12:19:13 |
bapt |
Cleanup plist |
24.4.50.117676,2 10 Aug 2014 03:58:37 |
ashish |
- Update to bzr snapshot revision 117676
- Move /var/games/emacs stuff from pkg-plist into pkg-{de,}install as it's
not installed in $PREFIX, which causes issues with `check-plist' target
- Remove extra @dirrmtry entries |
24.4.50.117564,2 24 Jul 2014 14:38:02 |
ashish |
- Update to bzr snapshot revision 117564 |
24.4.50.117036_3,2 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
24.4.50.117036_2,2 21 Jul 2014 17:47:53 |
adamw |
Remove some instances of WITHOUT_X11 and use an X11 OPTION
instead. |
24.4.50.117036_2,2 29 Jun 2014 12:51:02 |
antoine |
Allow to build with texinfo from ports |
17 Jun 2014 20:05:31
|
kwm |
Update to 6.8.9-3 [1][3].
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]
JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
anymore at run-time.
PR: 185462 [1] (Only the first 15 lines of the commit message are shown above ) |
24.4.50.117036_1,2 04 May 2014 21:29:59 |
ashish |
- Update pkg-plist to include files present in STAGEDIR but missed
Reported by: swills (via private email) |
24.4.50.117036,2 02 May 2014 01:51:50 |
ashish |
- Update to bzr revision 24.4.50
- Update version of emacs-devel port in bsd.emacs.mk |
24.3.90_1,2 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |