non port: mail/crm114/Makefile |
SVNWeb
|
Number of commits found: 53 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
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 )
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 1 Oct 2020
|
[ 06:27 fernape ]
mail/crm114: fix build with -fno-common
PR: 249989
Submitted by: glebius@FreeBSD.org
|
Sun, 30 Aug 2020
|
[ 09:47 zeising ] (Only the first 10 of 68 ports in this commit are shown above. )
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)
|
Fri, 28 Aug 2020
|
[ 18:03 tcberner ]
mail/crmi114x buid on current and deprecate
|
Mon, 21 Oct 2019
|
[ 18:39 mandree ]
mail/crm114: strip gettext-runtime requisite
PR: 226608
Reported by: Igor Sysoev
|
Sun, 8 Sep 2019
|
[ 20:38 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
|
Thu, 8 Dec 2016
|
[ 19:23 tijl ] (Only the first 10 of 122 ports in this commit are shown above. )
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.
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 15 Jul 2014
|
[ 16:14 adamw ] (Only the first 10 of 44 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Mon, 7 Jul 2014
|
[ 15:31 olgeni ] (Only the first 10 of 193 ports in this commit are shown above. )
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)
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
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 )
|
Sun, 8 Jun 2014
|
[ 19:51 olgeni ] (Only the first 10 of 101 ports in this commit are shown above. )
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
|
Mon, 19 May 2014
|
[ 03:37 miwi ]
- Stage support
PR: 189892
Submitted by: maintainer
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Wed, 4 Sep 2013
|
[ 18:06 madpilot ] (Only the first 10 of 129 ports in this commit are shown above. )
- 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)
|
Sun, 2 Jun 2013
|
[ 14:42 danfe ]
Use standard PGO_DESC from the pool.
|
Sat, 1 Jun 2013
|
[ 23:18 bapt ]
Convert to new options framework
|
Sat, 27 Apr 2013
|
[ 11:59 mva ] (Only the first 10 of 219 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Mon, 11 Jan 2010
|
[ 06:19 pgollucci ]
- Update to 20100106
PR: ports/142503
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
|
Fri, 25 Dec 2009
|
[ 21:20 miwi ]
- Update to 20091225
PR: 142023
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
|
Tue, 22 Dec 2009
|
[ 11:36 miwi ]
- Chase libtre shlib bump
|
Wed, 13 May 2009
|
[ 16:03 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)
|
Wed, 22 Apr 2009
|
[ 01:58 lioux ]
Fix typo on COMMENT
|
[ 01:27 lioux ]
Add WITH_PGO to build with Profile-Guided Optimization
PR: 133356
Approved by: maintainer
|
Fri, 13 Feb 2009
|
[ 17:10 tabthorpe ]
- Pass maintainership to submitter
Submitted by: hideo via freebsd-ports@
|
Thu, 7 Aug 2008
|
[ 04:36 lioux ]
o rewriteutil.crm requires the same crm binary location fix as the
other crm recipes
o Bump PORTREVISION due to crm recipe change
|
Fri, 6 Jun 2008
|
[ 13:43 edwin ] (Only the first 10 of 159 ports in this commit are shown above. )
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)
|
Fri, 25 Apr 2008
|
[ 16:11 miwi ]
- Update to 114
PR: 122304
Submitted by: Corey Halpin <chalpin+d+1207418886.2e431b@cs.wisc.edu>
|
Mon, 21 Jan 2008
|
[ 22:28 miwi ]
- Update to 119870
PR: 119870
Submitted by: Corey Halpin <chalpin@cs.wisc.edu>
|
Fri, 7 Sep 2007
|
[ 21:22 lofi ]
Update to 20070810
|
Thu, 9 Aug 2007
|
[ 23:27 lofi ]
Update to 20070731.
|
[ 21:53 kris ]
BROKEN: Unfetchable
|
Fri, 6 Jul 2007
|
[ 08:38 miwi ]
- Update to 20070622
PR: 114351
Submitted by: Corey Halpin <chalpin@cs.wisc.edu>
|
Sun, 27 May 2007
|
[ 22:31 miwi ]
- Update to 20070428
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (via privat mail)
|
Tue, 1 May 2007
|
[ 16:34 miwi ]
- Update MASTER_SITES
|
Tue, 24 Apr 2007
|
[ 22:30 miwi ]
- Update to 20070406
PR: 112018
Submitted by: Corey Halpin <chalpin@cs.wisc.edu>
|
Wed, 28 Mar 2007
|
[ 20:46 miwi ]
- Update to 20070301
PR: 110976
Submitted by: Corey Halpin <chalpin@cs.wisc.edu>
|
Tue, 27 Feb 2007
|
[ 09:57 linimon ]
Reset meno.abels@adviser.com due to maintainer-timeouts and no response
to email.
Hat: portmgr
|
Fri, 12 Jan 2007
|
[ 23:53 gabor ]
- Update to 20061103
PR: ports/107294
Submitted by: Corey Halpin <chalpin@cs.wisc.edu>
Approved by: erwin (mentor),
maintainer timeout
|
Sat, 29 Apr 2006
|
[ 13:30 lawrance ]
Update to 20060118.
PR: ports/92812
Submitted by: hideo <hideo@lastamericanempire.com>
Approved by: Meno Abels <Meno.Abels@Adviser.com> (maintainer)
|
Mon, 18 Jul 2005
|
[ 17:56 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)
|
Fri, 10 Jun 2005
|
[ 12:02 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)
|
[ 08:04 lawrance ]
Update to 20041231 ("well-tested" version)
PR: ports/79345
Submitted by: Garrett Wollman <wollman@freebsd.org>
Approved by: maintainer (timeout 2 months)
|
Tue, 26 Oct 2004
|
[ 15:34 krion ]
Chase libraries for new textproc/libtre version.
|
Mon, 10 May 2004
|
[ 10:51 krion ]
- Chase libraries for new textproc/libtre version
|
Mon, 8 Mar 2004
|
[ 10:26 krion ]
- Add RUN_DEPENDS
* Make use of b64decode
PR: ports/63912
Submitted by: maintainer
|
Mon, 1 Mar 2004
|
[ 21:11 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)
|
Tue, 24 Feb 2004
|
[ 14:17 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>
|
Number of commits found: 53 |