notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: mail/eps/Makefile
SVNWeb

Number of commits found: 24

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  b587cc2  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 12 Nov 2021
[ 14:48 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:ad2853a39a19a8297fe13f40d051f52aac0be274  commit hash:ad2853a39a19a8297fe13f40d051f52aac0be274  commit hash:ad2853a39a19a8297fe13f40d051f52aac0be274  ad2853a 
mail/eps: fix build on armv7

Same issue as on other architectures.
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 2 Jan 2021
[ 01:46 linimon search for other commits by this committer ] Original commit   Revision:559904 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:549834
Canonicalize CFLAGS across all powerpc variants.
Wed, 27 May 2020
[ 14:55 danfe search for other commits by this committer ] Original commit   Revision:536694 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3).
Tue, 14 Apr 2020
[ 10:49 pkubaj search for other commits by this committer ] Original commit   Revision:531666
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 search for other commits by this committer ] Original commit   Revision:528652
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 search for other commits by this committer ] Original commit   Revision:480069
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 search for other commits by this committer ] Original commit   Revision:480047
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 search for other commits by this committer ] Original commit   Revision:474058 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:444252
Maintainer's email address bounces (no mailbox here by that name).
[ 00:29 linimon search for other commits by this committer ] Original commit   Revision:444251 (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:345330
Support staging
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Tue, 30 Jul 2013
[ 12:18 bapt search for other commits by this committer ] Original commit   Revision:323955
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 search for other commits by this committer ] Original commit  (Only the first 10 of 287 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with M
Thu, 6 Mar 2008
[ 13:44 tabthorpe search for other commits by this committer ] Original commit 
- Update to 1.7

PR:             ports/121319
Submitted by:   Ismail YENIGUL <ismail enderunix.org> (maintainer)
Tue, 9 Oct 2007
[ 20:03 tabthorpe search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports starting with M
Thu, 21 Jul 2005
[ 16:46 garga search for other commits by this committer ] Original commit 
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 View all of this commit message)

Number of commits found: 24