non port: mail/meta1/Makefile |
Number of commits found: 94 |
Thursday, 8 Jun 2023
|
17:14 Dirk Meyer (dinoex)
mail/meta1: fix order of options
e355b66 |
Wednesday, 17 May 2023
|
16:30 Muhammad Moinur Rahman (bofh)
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket)
9b178ff |
Saturday, 29 Apr 2023
|
17:32 Muhammad Moinur Rahman (bofh)
mail/meta1: Unbreak on HEAD
- Utilize OPTIONSNG while I am here
Approved by: portmgr (blanket)
be22e4e |
Monday, 26 Sep 2022
|
16:42 Dirk Meyer (dinoex)
mail/meta1: update to 1.1.Alpha19.0
59508f2 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Thursday, 11 Aug 2022
|
13:24 Dirk Meyer (dinoex)
mail/meta1: update to 1.1.Alpha18.0
5d5853e |
Monday, 28 Feb 2022
|
09:21 Dirk Meyer (dinoex)
mail/meta1: remove option BDB
PR: 262210
6c23436 |
Tuesday, 22 Feb 2022
|
11:46 Dirk Meyer (dinoex)
mail/meta1: update to 1.1.Alpha17.0
fa92b79 |
Thursday, 25 Nov 2021
|
21:40 Stefan Eßer (se)
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
04b9da4 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
09:24 Dirk Meyer (dinoex)
- update to 1-1.1.Alpha16.0
f73bf4b |
Sunday, 4 Oct 2020
|
19:49 dinoex
- add fix for possible DANE problem
 |
Monday, 22 Jun 2020
|
09:24 dinoex
- update to 1-1.1.Alpha15.2
 |
Sunday, 14 Jun 2020
|
17:04 dinoex
- update to 1-1.1.Alpha15.1
- drop PKGNAMESUFFIX
 |
Thursday, 11 Jun 2020
|
21:58 dinoex
- update to 1-1.1.Alpha15.0
 |
Monday, 4 May 2020
|
11:11 dinoex
- fix build with -fno-common
 |
Wednesday, 1 Jan 2020
|
08:08 dinoex
- update to 1-1.1.Alpha14.1
 |
Wednesday, 9 Oct 2019
|
12:06 bapt
Drop the ipv6 virtual category for m* category as it is not relevant anymore
 |
Tuesday, 20 Aug 2019
|
22:15 dinoex
- update to 1.1.Alpha13.0
 |
Monday, 4 Feb 2019
|
15:51 dinoex
- update to 1.1.Alpha12.0
 |
Thursday, 13 Dec 2018
|
00:09 dinoex
- update to 1.1.Alpha11.0
 |
Monday, 30 Apr 2018
|
05:00 dinoex
- update to 1.1.Alpha9.0
 |
Wednesday, 14 Mar 2018
|
21:40 dinoex
- update to 1.1.Alpha9.0
 |
Saturday, 17 Feb 2018
|
11:35 dinoex
- fix linking with openssl-devel
 |
Thursday, 6 Jul 2017
|
12:03 dinoex
- update to 1.1.Alpha8.0
 |
Sunday, 25 Jun 2017
|
00:29 linimon
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)
 |
Tuesday, 11 Apr 2017
|
15:21 mat
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.
There are two cases:
- The upstream versionning is compatible with our versionning, or using
DISTVERSION's magic leads to a compatible PORTVERSION, use
DISTVERSION. If it is possible to use DISTVERSIONPREFIX and
DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
DISTVERSION's magic does not lead to a correct PORTVERSION, then set
PORTVERSION to the equivalent of our versionning, and set DISTNAME.
It is possible to use a third variable where you store upstream's
version and use it to compute PORTVERSION and/or DISTNAME, like the
dns/bind9* ports do.
Sponsored by: Absolight
 |
Tuesday, 22 Nov 2016
|
19:58 dinoex
- update to meta1-1.1.Alpha7.0
- add license
 |
Tuesday, 6 Sep 2016
|
20:41 dinoex
- update to 1.1.Alpha6.0
 |
Thursday, 11 Aug 2016
|
19:51 dinoex
- cleanup options
 |
Monday, 8 Aug 2016
|
13:46 mat
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight
 |
Monday, 23 May 2016
|
20:35 amdmi3
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 2 Jan 2016
|
10:40 dinoex
- update to 1.1.Alpha2.0
 |
Saturday, 21 Nov 2015
|
17:36 dinoex
- make portlint happier
 |
Thursday, 4 Jun 2015
|
18:54 dinoex
- remove NEED_ROOT
PR: 200547
- fix GROUPS, USERS
- enable option IPV6 per default
- do not create default config on install
- fix most regression tests
- add pkg-message for new installs
 |
Monday, 18 May 2015
|
19:24 dinoex
- update to meta1-1.1.Alpha1.0
 |
Saturday, 18 Apr 2015
|
09:47 tijl
- Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
 |
Friday, 2 Jan 2015
|
16:56 dinoex
- fix build after removal of Berkeley DB port
 |
Thursday, 21 Aug 2014
|
22:50 mandree
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
 |
Tuesday, 15 Jul 2014
|
16:14 adamw
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
 |
Friday, 11 Apr 2014
|
17:31 dinoex
- update to 1.0.Beta0.0
- use STAGEDIR
- preserve users and groups
 |
Sunday, 9 Mar 2014
|
19:06 dinoex
- update to 1-1.0.Alpha22.0
 |
18:50 dinoex
- update to 1-1.0.Alpha21.0
 |
18:42 dinoex
- update to 1.0.Alpha20.0
 |
Saturday, 21 Dec 2013
|
20:11 dinoex
- update to 1.0.Alpha19.0
- use OPTIONS_SUB
- use OPT_CONFIGURE_ENABLE
 |
Sunday, 1 Dec 2013
|
14:38 dinoex
- update to 1.0.Alpha18.0
 |
Saturday, 21 Sep 2013
|
11:06 dinoex
- fix misplaced NO_STAGE in slaveports and ifdefs
 |
Friday, 20 Sep 2013
|
19:59 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
 |
Friday, 30 Aug 2013
|
19:14 dinoex
- update to 1.0.Alpha15.0
 |
Wednesday, 1 May 2013
|
04:38 dinoex
- add OPTION DKIM
Submitted by: alastair
- add OPTION MSP
 |
Saturday, 29 Dec 2012
|
17:00 dinoex
- update to 1.0.Alpha14.0
 |
Monday, 10 Dec 2012
|
15:10 ume
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
 |
Sunday, 9 Dec 2012
|
21:35 dinoex
- update to 2.0.Alpha13.0
 |
21:33 dinoex
- update to 1.0.Alpha12.0
PR: 172891
Submitted by: Alastair Hogge
 |
Friday, 26 Oct 2012
|
16:59 dinoex
- fix mangpages and cleanup prefix
Submitted by: agh
Feature safe: yes
 |
Saturday, 13 Oct 2012
|
13:39 dinoex
- cleanup comments
Feature safe: yes
 |
Thursday, 26 Jul 2012
|
17:11 dinoex
- use OPTIONS_DEFINE
PR: 169846
Submitted by: Alastair Hogge
 |
Monday, 16 Jul 2012
|
03:44 dinoex
- update to meta1-1.0.Alpha11.0
PR: 169846
Submitted by: Alastair Hogge
 |
Saturday, 3 Sep 2011
|
11:07 dinoex
- update to 1.0.Alpha5.0
 |
Saturday, 13 Aug 2011
|
13:45 dinoex
- update to 1.0.Alpha4.0
 |
Wednesday, 11 May 2011
|
20:16 dinoex
- update to 1.0.Alpha1.0
 |
Saturday, 2 Apr 2011
|
18:49 dinoex
- update to 1.0.Alpha0.0
 |
18:29 dinoex
- udpate to 1.0.PreAlpha42.0
 |
Wednesday, 29 Dec 2010
|
20:04 pgollucci
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
 |
Friday, 20 Aug 2010
|
06:47 dinoex
- update to 1-1.0.PreAlpha36
 |
Monday, 7 Jun 2010
|
17:24 dinoex
- update to 1.0.PreAlpha35.0
 |
Saturday, 5 Jun 2010
|
04:16 dinoex
- note GROUPS/USERS does not work here
 |
Friday, 26 Mar 2010
|
14:17 dinoex
- update to 1-1.0.PreAlpha34
 |
Friday, 26 Feb 2010
|
18:02 dinoex
- update to 1.0.PreAlpha33
Feature safe: yes
 |
Sunday, 24 Jan 2010
|
20:33 dinoex
- update to 1.0.PreAlpha32.0
 |
Saturday, 16 Jan 2010
|
08:48 dinoex
- update to .0.PreAlpha31.0
 |
Monday, 24 Aug 2009
|
20:39 dinoex
- update to 1.0.PreAlpha30.0
 |
Monday, 27 Jul 2009
|
07:32 dinoex
- disable checks on BUILDING_INDEX
Suggested by: cperciva
 |
Thursday, 4 Jun 2009
|
04:56 dinoex
- update to 1.0.PreAlpha29
 |
Saturday, 6 Sep 2008
|
08:07 dinoex
- fix typo
Reported by: Dmitry Marakasov
 |
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
 |
Wednesday, 16 Jul 2008
|
14:08 dinoex
- update to 1.0.PreAlpha27
 |
Saturday, 17 May 2008
|
07:55 dinoex
- update to 1.0.PreAlpha26.0
 |
Tuesday, 26 Feb 2008
|
15:18 dinoex
- update to 1.0.PreAlpha25.0
 |
Saturday, 9 Feb 2008
|
11:31 dinoex
- udate to 1.0.PreAlpha24.0.
 |
Wednesday, 30 Jan 2008
|
14:32 dinoex
- update to 1.0.PreAlpha23.0
 |
Tuesday, 11 Dec 2007
|
20:18 dinoex
- update to 1.0.PreAlpha22
 |
20:17 dinoex
- update to 1.0.PreAlpha21
 |
Tuesday, 9 Oct 2007
|
13:31 dinoex
- update to 1.0.PreAlpha20
 |
Thursday, 4 Oct 2007
|
01:49 edwin
Remove always-false/true conditions based on OSVERSION 500000
 |
Sunday, 30 Sep 2007
|
04:23 dinoex
- update to 1.0.PreAlpha19
 |
Thursday, 19 Jul 2007
|
10:17 dinoex
- update to 1.0.PreAlpha18.0
 |
Tuesday, 26 Jun 2007
|
16:48 dinoex
- use MANUAL_PACKAGE_BUILD
Suggested by: pav
 |
16:40 dinoex
- mark IGNORE for pointyhat
Approved by: pav (portmgr)
 |
Wednesday, 20 Jun 2007
|
10:01 dinoex
- detect broken sysvipc
 |
Saturday, 16 Jun 2007
|
04:51 dinoex
- disable regression-test on pointyhat
 |
Sunday, 10 Jun 2007
|
13:20 dinoex
MeTA1 is a message transfer agent that has been designed with
these main topics in minds:
* Security
* Reliability
* Efficiency
* Configurability
* Extendibility
MeTA1 consists of five main modules of which only one runs as root:
* mcp: the main control program is similar to inetd(8):
it starts all other MeTA1 modules and watches over their execution.
mcp runs as root in order to bind to port 25 and to change the uid
of the processes it starts.
* smtps: the SMTP server receives e-mails.
* smtpc: the SMTP client sends e-mails.
* smar: the address resolver provides lookups in various maps
including DNS for mail routing.
* qmgr: the queue manager controls the flow of e-mails through the
SMTP servers and clients.
 |
Number of commits found: 94 |