Commit graph

77 commits

Author SHA1 Message Date
Rene Ladan
4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00
Vsevolod Stakhov
b66e4949cb security/libsodium: update to 1.0.19, bump dependent ports
PR:	278259
Reported by:	Andrey Korobkov <alster-vinterdalen.se>
2024-05-20 10:33:03 +00:00
Muhammad Moinur Rahman
bbab7f59e9 */*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
2023-12-31 01:37:05 +01:00
Muhammad Moinur Rahman
172c0c5438 mail/rmilter: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-07 17:24:45 +02:00
Muhammad Moinur Rahman
9b178ffd7e */*: 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)
2023-05-17 18:30:15 +02:00
Muhammad Moinur Rahman
09308d33eb mail/rmilter: Unbreak on HEAD
- Utilize OPTIONSNG

Approved by:	portmgr (blanket)
2023-05-03 03:29:49 +02:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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)
2022-09-07 23:10:59 +02:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Dirk Meyer
1421cc1eaf - update to 3.1 2020-01-01 20:53:40 +00:00
Tobias Kortkamp
6ad62105d8 mail: Add missing USES={gnome,php} 2019-11-08 14:18:06 +00:00
Piotr Kubaj
bb5a1cd4e9 mail/rmilter: unbreak on powerpc64
GCC9 defines __SIZEOF_POINTER__.

Approved by:	mentors (implicit approval)
2019-10-08 12:36:18 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Mark Linimon
32d4230d44 Mark these ports as buildable on armv6 after a trybroken run. (Also
tested with trybroken on armv7.)

The 'runaway process' ones are most likely just statistical.

Approved by:	portmgr (tier-2 blanket)
2017-12-08 01:46:00 +00:00
Sunpoet Po-Chuan Hsieh
f719d5fe8d Fix WWW
Approved by:	portmgr (blanket)
2017-06-26 19:36:43 +00:00
Mark Linimon
82c3cac0d2 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 16:04:19 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00
Vsevolod Stakhov
b7c5745446 - Update to 1.10.0 2016-11-21 12:37:48 +00:00
Vsevolod Stakhov
634d6a88e1 - Remove obsolete libmemcached dependency
- Add DKIM signing option

PR:		212302
Submitted by:	Alexander Moisseev <moiseev at mezonplus.ru>
2016-11-16 09:53:55 +00:00
Dmitry Marakasov
49e9732030 - Mark BROKEN on 9.x: error: Unsupported word size
Approved by:	portmgr blanket
2016-10-19 20:07:19 +00:00
Mark Linimon
cf46193208 Mark as broken on various tier-2 archs.
Approved by:	portmgr (tier-2 blanket)
2016-10-05 19:33:24 +00:00
Vsevolod Stakhov
a07d75da83 - Update to 1.9.2 2016-08-23 12:45:14 +00:00
Vsevolod Stakhov
88987574c2 - Update to 1.9.1 2016-08-01 13:36:32 +00:00
Vsevolod Stakhov
a1fe5d5b78 - Add pkgconfig dependency
- Fix openssl usage

Submitted by:	az
2016-07-25 20:40:15 +00:00
Vsevolod Stakhov
19fac4b7dc - Add missing dependency on glib 2016-07-25 15:43:17 +00:00
Vsevolod Stakhov
69d383f262 - Update to 1.9.0 2016-07-25 14:56:11 +00:00
Vsevolod Stakhov
08377dc6c5 - Update to 1.8.6 2016-06-20 10:24:36 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Vsevolod Stakhov
8592448984 - Update to 1.8.5 2016-05-15 20:00:39 +00:00
Vsevolod Stakhov
2325b7bd7d - Update to 1.8.4 2016-04-30 18:18:01 +00:00
Vsevolod Stakhov
7376e44267 - Update to 1.8.3 2016-04-29 19:17:44 +00:00
Vsevolod Stakhov
8476fd5f0a - Update to 1.8.2 2016-04-29 15:44:29 +00:00
Vsevolod Stakhov
34788c02dc - Update to 1.8.1 2016-04-21 16:39:20 +00:00
Vsevolod Stakhov
8f425da259 - Update to 1.8.0 2016-04-20 19:29:42 +00:00
Mathieu Arnold
34c548ae0a USE_RC_SUBR=yes has not done anything for a long time, remove it from
the few remaining ports and make it give an error.

Sponsored by:	Absolight
2016-04-14 11:00:23 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Vsevolod Stakhov
a3c1c4eb50 - Update to 1.7.5 2016-03-08 17:09:02 +00:00
Vsevolod Stakhov
0a8a98d555 - Update to 1.7.4 2016-02-22 15:38:25 +00:00
Dirk Meyer
15ff0ca966 - split libmilter from sendmail into a seperate port
- bump PORTREVISION
Submitted by:	matthew (Matthew Seaman)
2016-02-13 09:03:15 +00:00
Vsevolod Stakhov
bdb7890fcf - Update to 1.7.3 2016-02-07 10:46:00 +00:00
Vsevolod Stakhov
cd1f254bd1 - Update to 1.7.2 2016-01-31 11:59:45 +00:00
Vsevolod Stakhov
32c014eedd - Update to 1.7.1 2016-01-19 16:37:07 +00:00
Vsevolod Stakhov
8a34fa8f47 - Update rspamd to 1.1.0
- Update rmilter to 1.7.0
- Fix dependencies
- Add UPDATING entry
2016-01-18 17:38:01 +00:00
Vsevolod Stakhov
d8ce832ff3 - Update to 1.6.7 2015-11-30 15:36:10 +00:00
Vsevolod Stakhov
fb8ef8d5e4 - Update to 1.6.6
- Create a separate plist file
- Add @sample option to the sample file
- Rename rc script without .sh suffix
- Switch from postfix user to _rmilter dedicated user
- Add _rmilter:_rmilter to UIDs/GIDs
- Add UPDATING entry
2015-11-18 00:58:15 +00:00
Vsevolod Stakhov
5a6db92ec0 - Update to 1.6.5 2015-11-12 13:13:00 +00:00
Mathieu Arnold
07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00
Tijl Coosemans
724926ac15 mail/libspf2:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip

(Also some white space fixes in dependent ports)

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-17 15:59:40 +00:00