Commit Graph

27 Commits

Author SHA1 Message Date
Mathieu Arnold
2614c95748 Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
2019-08-14 08:48:50 +00:00
Antoine Brodin
1f975b31bc Mark BROKEN on FreeBSD 12 and 13
Reported by:	pkg-fallout
MFH:		2019Q2
2019-04-06 06:08:05 +00:00
Mark Linimon
e19c44cecf These ports now build on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-12-11 17:03:52 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Max Khon
072d56f36f Unbreak on CURRENT 2017-10-18 06:26:08 +00:00
Mark Linimon
b9bf240d32 Mark some ports failing on armv6: implicit declaration of function
'cp15_pmccntr_get' is invalid in C99.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 15:33: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
Mark Linimon
7907e35cf0 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-16 00:35:05 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Baptiste Daroussin
a81b1d9028 Remove what is already set by USES=kmod
Submitted by:	rene
2014-10-02 17:32:34 +00:00
Gleb Smirnoff
4f3b9e2911 Fix build on head.
Approved by:	bapt
2014-10-02 16:23:31 +00:00
Baptiste Daroussin
f8065aa02c Make sure the package respect SRC_BASE
Use the kmod framework
Cleanup the plist

Reported by:	glebius
2014-10-02 15:45:42 +00:00
Max Khon
13a556aef8 Unbreak on -CURRENT. 2014-09-13 19:54:53 +00:00
Max Khon
b7de037a28 Fix manpage handling. 2014-08-31 20:30:39 +00:00
Max Khon
d80cb0c345 - Staging support.
- Take maintainership back.
2014-08-31 19:54:43 +00:00
Max Khon
8384c159e3 Unbreak on -CURRENT. 2014-08-31 18:35:40 +00:00
Max Khon
20d57d13be Unbreak on -CURRENT. 2014-08-31 18:30:43 +00:00
Baptiste Daroussin
32b38a45c4 Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-24 15:57:24 +00:00
Max Khon
620e45df29 Unbreak on FreeBSD 11 (32-bit ifi_mtu). 2014-06-05 10:21:03 +00:00
Max Khon
e8b880d3a2 Unbreak on -CURRENT: M_DONTWAIT -> M_NOWAIT. 2014-02-09 05:53:16 +00:00
Max Khon
f0205e7ffd Unbreak build on FreeBSD 10 (new mbuf API). 2013-11-18 14:44:49 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
2013-09-20 12:54:54 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Alexey Dokuchaev
110e096b4a Kill EOL whitespace. 2011-07-05 07:43:27 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Max Khon
d35ce612b1 New port: FreeBSD driver for ATA over Ethernet (AoE)
Port author is Stacey D. Son. Two additional patches are added:
- a patch to fix build on FreeBSD 7 and later [1]
- a patch to fix device detection >2TB [2]

Submitted by:	pluknet [1], fjoe [2]
Tested by:	George Mamalakis
2010-09-14 13:30:54 +00:00