Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20210816_1 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
20210816_1 12 Dec 2023 16:40:01 |
Muhammad Moinur Rahman (bofh) |
lang/mlton: Refactor
- Remove previously maintained by as these are informations are no longer
allowed in Makefile
- Remove FreeBSD 11 related bootstrap files as FreeBSD 11 is no longer a
supported version in the tree
- Remove non-default OPTION WINE and MINGW32 as mingw32* has been
removed from the tree
Approved by: portmgr (blanket) |
20210816_1 20 Mar 2023 16:34:41 |
Muhammad Moinur Rahman (bofh) Author: Timothy Beyer |
lang/mlton: Fix BUILD
- Memory usage has been so extreme that building on i386 build servers
often fails due to slightly imperfect conditions. This is like
because the zone pass was intended to be disabled on modern versions,
but was unintentionally? hardcoded to a specific older version
(corrected).
- Simple fix where bootstrap images for FreeBSD versions >= 13 were
unavailable (if compat13x is needed, then I will add it to
dependencies, but it shouldn't be necessary), so it should build on
FreeBSD 14.x with this change
- While I(bofh) am here pet portclippy/portfmt
- Utilize OPTIONSNG as best as possible
PR: 261820
Approved by: MAINTAINER |
20210816 19 Dec 2022 14:44:58 |
Muhammad Moinur Rahman (bofh) |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket) |
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) |
20210816 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 ) |
20210816 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
20210816 20 Oct 2021 07:42:18 |
Koichiro Iwao (meta) Author: Timothy Beyer |
lang/mlton: Update to 20210816
and fix build for FreeBSD 12 and 13.
PR: 259261 |
20100608_8 04 Jun 2021 05:53:21 |
Gerald Pfeifer (gerald) |
*/*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj |
20100608_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20100608_8 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 |
20100608_7 24 Apr 2019 19:15:06 |
jbeich |
Switch to -fstack-protector-strong and enable on more architectures
PR: 237273
Exp-run by: antoine
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D19907 |
20100608_7 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 |
20100608_6 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 |
20100608_5 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
20100608_4 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 |
20100608_3 12 Jul 2017 18:11:55 |
antoine |
Un-forbid on i386, vm bug was fixed in base r320843 and merged to stable/11
and releng/11.1
MFH: 2017Q3 |
20100608_3 08 Jul 2017 13:09:49 |
antoine |
Forbid on i386
With hat: portmgr
MFH: 2017Q3 |
20100608_3 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 |
20100608_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. |
20100608_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
20100608_1 01 Oct 2015 22:07:24 |
amdmi3 |
- Fix shebangs
- Switch to options helpers
- Silenct patching
Approved by: portmgr blanket |
20100608 31 Oct 2014 22:52:41 |
bapt |
Avoid useless @exec |
20100608 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
20100608 30 Jul 2014 20:25:51 |
antoine |
Attempt to unbreak INDEX
No idea if this builds (it didn't)
With hat: portmgr |
20100608 15 Jul 2014 15:49:34 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
I'm not touching ruby19/ruby20/ruby21, but they also check for :MDOCS
without defining it in OPTIONS_DEFINE. |
20100608 07 Mar 2014 17:57:08 |
rene |
Bring lang/mlton back into shape.
From the PR submitter:
- Update to 20100608
- Support amd64 natively
- Update DISTFILES location to use Sourceforge
- Add LICENSE_FILE
- Ensure add-local-cross script is executable
- Clean up old patches, replace trivial patches by REINPLACE_CMD
- Mark SMLNJ option as broken for now.
- Mark jobs unsafe.
From myself:
- Unexpire.
- Add stage support
- Add USE_GCC=any
- Convert to USES
- New LIB_DEPENDS format
- Remove pre-FreeBSD 7.0 compatibility
- Pass maintainership to submitter
PR: ports/177406
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Approved by: previous maintainer timeout (11 months) |
20070826_10 27 Jan 2014 17:35:27 |
bapt |
Deprecate ports broken for more than 6 month |
20070826_10 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
20070826_10 18 Jul 2013 09:40:07 |
bapt |
Mark as broken:
'Shared object "libgmp.so.7" not found, required by "mlton-compile"
Reported by: pointyhat and pkg-fallout |
20070826_10 12 May 2013 06:05:03 |
bapt |
Convert to new options framework |
20070826_10 11 May 2013 17:58:56 |
hrs |
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk. |
20070826_10 06 May 2013 02:00:41 |
hrs |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
20070826_10 07 Mar 2013 15:31:54 |
ak |
- Fix all new cases of 'No newline at end of file' in the ports tree
Approved by: portmgr (bapt) |
20070826_10 18 Feb 2013 18:22:11 |
rm |
- fix build with newer math/gmp in ports tree. Newer versions of gmp do not
define __gmp_const. This patch addresses the compile time errors with an
ifndef.
while here:
- trim Makefile header
- remove indefinite article from COMMENT
- remove deprecated attribution from pkg-descr and make tab -> space change
in WWW field
PR: 176229
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Approved by: maintainer (implicit, because the port was broken) |
20070826_10 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
20070826_9 25 Dec 2011 17:24:01 |
stephen |
- Chase math/mingw32-libgmp4 moving to math/mingw32-libgmp.
- Bump portrevision.
PR: ports/163187 and ports/163520
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> |
20070826_8 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
20070826_8 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
20070826_7 22 Jun 2010 22:08:57 |
pgj |
- Unbreak build
- Update master sites
- Prevent building documentation when NOPORTDOCS defined
- Fix dependency on math/mingw32-libgmp4
- Adapt boostrap to the recent GMP update
- Respect LOCALBASE (added by pgj)
PR: ports/147278
Submitted by: Vitaly Magerya <vmagerya@gmail.com>
Approved by: maintainer
Feature safe: yes |
20070826_7 19 Apr 2010 10:43:43 |
ale |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
20070826_6 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
20070826_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
20070826_4 08 Dec 2009 14:30:09 |
pav |
This port has been broken for 3+ months, thus
- Mark DEPRECATED and schedule for expiration in one month
With hat: portmgr |
20070826_4 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
20070826_3 13 Jun 2009 10:31:41 |
erwin |
Mark BROKEN: does not build. |
20070826_3 13 May 2009 09:46:02 |
ale |
Chase libgmp and bump PORTREVISION. |
20070826_2 05 Jan 2009 20:36:33 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
20070826_2 10 Dec 2008 08:44:24 |
stefan |
This patch adds three features to the lang/mlton port:
* Support for FreeBSD 6.x
* Support for compilation with SML/NJ
* Cross-compilation with mingw32
PR: 124061
Submitted by: Timothy Bourke <timbob@bigpond.com>
Approved by: maintainer |
20070826_1 06 Jun 2008 13:41:15 |
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) |
20070826 26 Jan 2008 01:02:33 |
tabthorpe |
- Update to 20070826
PR: ports/118979
Submitted by: Jesper Louis Andersen <jesper.louis.andersen gmail.com>
(maintainer)
Sponsored by: FreeBSD Bug-a-thon #3 |
20051202_3 12 Dec 2007 03:22:18 |
linimon |
Hand maintainership over to jlouis@mongers.org. While here, pet portlint.
Requested by: old maintainer |
20051202_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
20051202_2 17 Sep 2006 02:34:32 |
kris |
BROKEN except on 6.x: this now appears to be a 6.x binary, and the
mythical compat6x port is required to run it on 7.x |
20051202_2 29 Jun 2006 15:09:44 |
daichi |
lang/mlton: removing BROKEN
PR: ports/99584
Submitted by: Jesper Louis Andersen <jlouis@mongers.org>
Approved by: Stephen Weeks <sweeks@sweeks.com> (maintainer) |
20051202_1 21 May 2006 22:00:28 |
kris |
BROKEN: Prebuilt binary depends on old version of libgmp |
20051202_1 10 May 2006 14:46:48 |
ale |
Chase gmp library and bump PORTREVISION. |
20051202 09 May 2006 20:52:24 |
edwin |
Remove USE_REINPLACE from the categories starting with L |
20051202 05 Jan 2006 10:05:36 |
pav |
- Update to 20051202
PR: ports/90097
Submitted by: Geoffrey Mainland <mainland@apeiron.net>
Approved by: maintainer |
20041109 17 Dec 2005 18:50:53 |
kris |
BROKEN: Unfetchable |
20041109 01 Dec 2005 01:56:43 |
edwin |
RESURRECT PORT: lang/mlton
Although Stephen Weeks was the original maintainer of this
port and still should be (unless he'd prefer not to be, in
which case I volunteer), I made the first push to get this
port included and will commit to resolving any problems
that crop up from here on out. I think it's important to
have MLton in the ports tree as it is a great ML compiler.
The new lang/twelf port would also benefit, as it is a good
bit faster when compiled with MLton :)
PR: ports/89684
Submitted by: Geoffrey Mainland <mainland@apeiron.net> |
20040227 18 Feb 2005 23:44:49 |
kris |
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them. |
20040227 18 Dec 2004 23:02:35 |
kris |
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS. |
20040227 08 Dec 2004 10:17:50 |
krion |
BROKEN: Size mismatch |
20040227 11 Oct 2004 00:14:10 |
kris |
This port includes a 5.x binary that links to libm.so.2, which is part
of the compiler bootstrap. Drop it back to use the 4.x binary version
with compat4x instead so it will run on 5.3.
Approved by: portmgr |
20040227 21 Aug 2004 15:42:34 |
thierry |
Add mlton 20040227, an optimizing Standard ML compiler.
PR: 44295
Submitted by: Stephen Weeks |