non port: mail/eps/Makefile |
SVNWeb
|
Number of commits found: 24 |
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 )
|
Fri, 12 Nov 2021
|
[ 14:48 Piotr Kubaj (pkubaj) ] ad2853a
mail/eps: fix build on armv7
Same issue as on other architectures.
|
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.
|
Sat, 2 Jan 2021
|
[ 01:46 linimon ] (Only the first 10 of 34 ports in this commit are shown above. )
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket)
|
Wed, 23 Sep 2020
|
[ 19:33 linimon ]
Canonicalize CFLAGS across all powerpc variants.
|
Wed, 27 May 2020
|
[ 14:55 danfe ] (Only the first 10 of 37 ports in this commit are shown above. )
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3).
|
Tue, 14 Apr 2020
|
[ 10:49 pkubaj ]
mail/eps: fix build on powerpc with clang
Add -fPIC:
ld: error: can't create dynamic relocation R_PPC_ADDR16_LO against local symbol
in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext'
to allow text relocations in the output
>>> defined in mime.o
>>> referenced by mime.c
>>> mime.o:(mime_content_type)
|
Wed, 18 Mar 2020
|
[ 15:18 pkubaj ]
mail/eps: fix build on powerpc64 elfv2
lld needs -fPIC:
ld: error: relocation R_PPC64_TOC16_LO cannot be used against symbol _i_headers;
recompile with -fPIC
>>> defined in email.o
>>> referenced by email.c
>>> email.o:(email_header_internal)
|
Tue, 18 Sep 2018
|
[ 19:20 emaste ]
Bump PORTREVISION for changed CFLAGS
I adjusted CFLAGS in several ports to allow linking with lld on i386 but
missed the corresponding PORTREVISION bump.
Related commits:
r480023 r480045 r480047 r480048 r480049 r480061 r480062 r480068
Reported by: antoine
Approved by: antoine
|
[ 17:46 emaste ]
mail/eps: add -fPIC on i386, to allow linking with lld
By default lld does not allow non-PIC code where PIC is required.
Other architectures already apply -fPIC; do so for i386 as well.
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation
|
Sat, 7 Jul 2018
|
[ 06:44 linimon ] (Only the first 10 of 22 ports in this commit are shown above. )
Mark these ports as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint and modernize.
Approved by: portmgr (tier-2 blanket)
|
Sun, 25 Jun 2017
|
[ 00:44 linimon ]
Maintainer's email address bounces (no mailbox here by that name).
|
[ 00:29 linimon ] (Only the first 10 of 81 ports in this commit are shown above. )
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket)
|
Fri, 21 Feb 2014
|
[ 08:43 ehaupt ]
Support staging
|
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)
|
Tue, 30 Jul 2013
|
[ 12:18 bapt ]
Build with standard gnu89 which will create a usable libeps.a with clang.
This allows mail/epstools to properly build with clang.
Bump port revision libeps.a has to be regenerated
While here:
- convert to optionsng
- trim header
|
Sat, 22 Aug 2009
|
[ 00:28 amdmi3 ] (Only the first 10 of 287 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with M
|
Thu, 6 Mar 2008
|
[ 13:44 tabthorpe ]
- Update to 1.7
PR: ports/121319
Submitted by: Ismail YENIGUL <ismail enderunix.org> (maintainer)
|
Tue, 9 Oct 2007
|
[ 20:03 tabthorpe ]
- Unbreak for amd, set CFLAGS+= -fPIC
Submitted by: pointyhat via pavmail
Reviewed by: miwi@
Approved by: ismail enderunix.org (maintainer, via private email) miwi
(co-mentor)
|
Thu, 4 Oct 2007
|
[ 16:05 tabthorpe ]
- Update to 1.6
PR: ports/116894
Submitted by: Ismail YENIGUL <ismail enderunix.org> (maintainer)
Approved by: miwi (co-mentor)
|
Wed, 22 Aug 2007
|
[ 14:37 ahze ]
- Install header files in include/eps instead of include/ to not conflict
with ffmpeg
PR: ports/115038
Approved by: maintainer timeout
|
Wed, 10 May 2006
|
[ 22:37 edwin ] (Only the first 10 of 328 ports in this commit are shown above. )
Remove USE_REINPLACE from ports starting with M
|
Thu, 21 Jul 2005
|
[ 16:46 garga ]
EPS (Email Parsing System) is intended to give people the ability
to write their own email processing tools.
Whether you want to process incoming and outgoing emails,
or just analyze a message,
this package is intended to aid in that endeavor.
Features
* Written in C
* API is documented
* Fast and efficient
Usage
How we use EPS and how others use EPS
(Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 24 |