Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20060220_14 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
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) |
20060220_13 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 ) |
20060220_13 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
20060220_13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20060220_13 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
20060220_12 05 Aug 2016 00:28:22 |
marino |
mail/thunderbird-dictionaries: Rework (options invalid)
It is not valid to define PORT_OPTIONS variable directly (this is done
through OPTIONS_DEFINE and related variables) and definitely they can't
be modified after inclusions of bsd.port.pre.mk or bsd.port.options.mk
fragments.
Since the port needed to be reworked anyway, I simplified it a lot. I
removed a shell command (with 3 pipes!) completely. I saw several ways
to create ${ALLDICTS} with basic makefile techniques, but in the end
it wasn't even necessary.
I eliminated the "ALL" option. It didn't make sense. If "ALL" was set,
it would override the individual language options (leading to possible
confusion) and the "ALL" option was set by default, and then it even (Only the first 15 lines of the commit message are shown above ) |
20060220_11 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
20060220_11 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
20060220_11 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) |
20060220_10 09 Apr 2014 15:14:54 |
bapt |
Support stage |
20060220_10 11 Mar 2014 06:40:22 |
antoine |
Unbreak |
20060220_10 10 Mar 2014 20:55:22 |
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) |
20060220_9 10 Mar 2014 16:25:34 |
bapt |
Convert m* to USES=zip |
20060220_9 26 Oct 2013 00:52:36 |
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 (Only the first 15 lines of the commit message are shown above ) |
20060220_8 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
20060220_8 14 Jul 2013 16:22:29 |
marino |
mail/thunderbird-dictionaries: Fix extraction phase typo
The extra "$" results in none of the distfiles are extracted into the work
directory when bmake is used. Apparently fmake is more tolerant as there
are no failed logs on portmon.
Approved by: bapt (mentor) |
20060220_8 05 Jun 2013 21:46:50 |
jgh |
- adoption of optionsNG
- while here separate options and dictionaries into separate files
Approved by: portmgr (bapt) |
20060220_8 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
20060220_7 22 Aug 2011 14:41:49 |
pav |
- Catch up with Thunderbird 6
Submitted by: Matthew Luckie (maintainer) |
20060220_6 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
20060220_6 26 Jun 2010 14:29:46 |
beat |
- Switch run dependency from Thunderbird 2.0 to 3.0
- Bump PORTREVISION
Feature safe: yes
Approved by: Matthew Luckie <mjl AT luckie.org.nz> (maintainer) |
20060220_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
20060220_4 06 Jun 2008 13:43:09 |
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) |
20060220_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}. |
20060220_2 24 Apr 2007 02:54:49 |
edwin |
[patch] mail/thunderbird-dictionaries update for thunderbird 2.0.0.0
thunderbird 2.0.0.0 changes where it expects to find dictionaries from
${PREFIX}/lib/thunderbird/components/myspell to
${PREFIX}/lib/thunderbird/dictionaries.
this patch updates the port for this version of thunderbird.
PR: ports/112057
Submitted by: Matthew Luckie <mjl@luckie.org.nz> |
20060220_1 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
20060220 02 May 2006 14:46:57 |
garga |
- Use recently added MASTER_SITE_MOZDEV
PR: ports/96451 (part of)
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Approved by: maintainer |
20060220 23 Feb 2006 19:42:02 |
tmclaugh |
- Include EN_GB dictionary in port [1]
- Remove alternate Russian dictionary not installed from distinfo
- Correctly install zu-ZA dictionary
PR: 93572
Submitted by: Karol Kwiatkowski <freebsd@orchid.homeunix.org> [1]
Approved by: portmgr (kris) |
20060219 19 Feb 2006 08:58:10 |
tmclaugh |
Add thunderbird-dictionaries
- Dictionaries for Mozilla Thunderbird
PR: 93550
Submitted by: Matthew Luckie <mjl@luckie.org.nz> |