Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20100106_6 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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) |
20100106_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 ) |
20100106_6 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 ) |
20100106_6 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 ) |
20100106_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20100106_6 01 Oct 2020 06:27:08 |
fernape |
mail/crm114: fix build with -fno-common
PR: 249989
Submitted by: glebius@FreeBSD.org |
20100106_5 30 Aug 2020 09:47:50 |
zeising |
Extend expiration of ports broken with -fno-common
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date. The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall. This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.
MFH: 2020Q3 (maybe) |
20100106_4 28 Aug 2020 18:03:59 |
tcberner |
mail/crmi114x buid on current and deprecate |
20100106_4 21 Oct 2019 18:39:30 |
mandree |
mail/crm114: strip gettext-runtime requisite
PR: 226608
Reported by: Igor Sysoev |
20100106_3 08 Sep 2019 20:38:49 |
mandree |
Reduce number of requisites.
Corey has decided to give up maintainership. Thanks for your past efforts!
While here, run ${STRIP_CMD} on executables in bin/.
PR: 226608
Submitted by: Corey Halpin (maintainer)
Reported by: Igor Sysoev |
20100106_2 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
20100106_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
20100106_1 22 Nov 2014 18:42:44 |
antoine |
Cleanup plist |
20100106_1 15 Jul 2014 16:14:15 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
20100106_1 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
20100106_1 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
20100106_1 08 Jun 2014 19:51:28 |
olgeni |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
20100106_1 19 May 2014 03:37:11 |
miwi |
- Stage support
PR: 189892
Submitted by: maintainer |
20100106_1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
20100106_1 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
20100106_1 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
20100106_1 02 Jun 2013 14:42:24 |
danfe |
Use standard PGO_DESC from the pool. |
20100106_1 01 Jun 2013 23:18:20 |
bapt |
Convert to new options framework |
20100106_1 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
20100106_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
20100106_1 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
20100106_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
20100106 11 Jan 2010 06:19:28 |
pgollucci |
- Update to 20100106
PR: ports/142503
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) |
20091209_1 25 Dec 2009 21:20:23 |
miwi |
- Update to 20091225
PR: 142023
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) |
20090423_1 22 Dec 2009 11:36:23 |
miwi |
- Chase libtre shlib bump |
20090423 13 May 2009 16:03:17 |
beat |
- Update to 20090423
- Pass maintainership to submitter
Note: css files will have to be rebuilt to work against this version,
as the data file format has changed.
PR: ports/134213
Submitted by: Corey Halpin <chalpin AT cs.wisc.edu>
Approved by: hideo <hideo AT lastamericanempire.com> (old maintainer), miwi
(mentor) |
20080326_2 22 Apr 2009 01:58:13 |
lioux |
Fix typo on COMMENT |
20080326_2 22 Apr 2009 01:27:20 |
lioux |
Add WITH_PGO to build with Profile-Guided Optimization
PR: 133356
Approved by: maintainer |
20080326_2 13 Feb 2009 17:10:59 |
tabthorpe |
- Pass maintainership to submitter
Submitted by: hideo via freebsd-ports@ |
20080326_2 07 Aug 2008 04:36:40 |
lioux |
o rewriteutil.crm requires the same crm binary location fix as the
other crm recipes
o Bump PORTREVISION due to crm recipe change |
20080326_1 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) |
20080326 25 Apr 2008 16:11:05 |
miwi |
- Update to 114
PR: 122304
Submitted by: Corey Halpin <chalpin+d+1207418886.2e431b@cs.wisc.edu> |
20071201 21 Jan 2008 22:28:54 |
miwi |
- Update to 119870
PR: 119870
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> |
20070810 07 Sep 2007 21:22:15 |
lofi |
Update to 20070810 |
20070622 09 Aug 2007 23:27:05 |
lofi |
Update to 20070731. |
20070622 09 Aug 2007 21:53:26 |
kris |
BROKEN: Unfetchable |
20070622 06 Jul 2007 08:38:46 |
miwi |
- Update to 20070622
PR: 114351
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> |
20070428 27 May 2007 22:31:33 |
miwi |
- Update to 20070428
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (via privat mail) |
20070406 01 May 2007 16:34:47 |
miwi |
- Update MASTER_SITES |
20070406 24 Apr 2007 22:30:19 |
miwi |
- Update to 20070406
PR: 112018
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> |
20070301 28 Mar 2007 20:46:26 |
miwi |
- Update to 20070301
PR: 110976
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> |
20061103 27 Feb 2007 09:57:22 |
linimon |
Reset meno.abels@adviser.com due to maintainer-timeouts and no response
to email.
Hat: portmgr |
20061103 12 Jan 2007 23:53:43 |
gabor |
- Update to 20061103
PR: ports/107294
Submitted by: Corey Halpin <chalpin@cs.wisc.edu>
Approved by: erwin (mentor),
maintainer timeout |
20060118 29 Apr 2006 13:30:25 |
lawrance |
Update to 20060118.
PR: ports/92812
Submitted by: hideo <hideo@lastamericanempire.com>
Approved by: Meno Abels <Meno.Abels@Adviser.com> (maintainer) |
20050518 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
20050518 18 Jul 2005 17:56:03 |
garga |
update to 20050518
PR: ports/83661
Submitted by: Radim Kolar <hsn@netmag.cz>
Approved by: Meno Abels <Meno.Abels@Adviser.com> (maintainer), flz (mentor) |
20041231_1 10 Jun 2005 12:02:43 |
lawrance |
Add post-patch reinplace to fix a few of my botches
- don't static link (PORTREVISION++ for this)
- obey CFLAGS, LDFLAGS
- allow it to build on 4.x
as a result of
PR: ports/79345
Approved by: maintainer (timeout, 2 months) |
20041231 10 Jun 2005 08:04:38 |
lawrance |
Update to 20041231 ("well-tested" version)
PR: ports/79345
Submitted by: Garrett Wollman <wollman@freebsd.org>
Approved by: maintainer (timeout 2 months) |
20040221_2 26 Oct 2004 15:34:05 |
krion |
Chase libraries for new textproc/libtre version. |
20040221_2 18 Aug 2004 02:11:14 |
lioux |
Fix build with gcc 3.4
Approved by: maintainer |
20040221_2 10 May 2004 10:51:06 |
krion |
- Chase libraries for new textproc/libtre version |
20040221_1 08 Mar 2004 10:26:13 |
krion |
- Add RUN_DEPENDS
* Make use of b64decode
PR: ports/63912
Submitted by: maintainer |
20040221 06 Mar 2004 02:55:24 |
lioux |
Add trailing slash '/' to WWW tag URI address |
20040221 01 Mar 2004 21:11:38 |
pav |
- Update to 20040221
- Download and install contributed scripts and prelearned spam and nonspam
databases
PR: ports/63415
Submitted by: Meno Abels <meno.abels@adviser.com> (maintainer) |
20040212 26 Feb 2004 11:11:08 |
krion |
- Fix patch-Makefile
PR: ports/63380
Submitted by: maintainer |
20040212 24 Feb 2004 14:17:04 |
krion |
Add crm114 20040212,
CRM114 is a system to examine incoming e-mail, system log
streams, data files or other data streams, and to sort, filter,
or alter the incoming files or data streams according to the
user's wildest desires. Criteria for categorization of data can
be by satisfaction of regexes, by sparse binary polynomial
matching with a Bayesian Chain Rule evaluator, or by other
means. Accuracy of the SBPH/BCR classifier has been seen in
excess of 99 per cent, for 1/4 megabyte of learning text. In
other words, CRM114 learns, and it learns fast.
WWW: http://crm114.sourceforge.net
PR: ports/63304
Submitted by: Meno Abels <meno.abels@adviser.com> |