aboutsummaryrefslogtreecommitdiff
path: root/sysutils/graid5
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark as obsolete, prepare for removal in 6 months.Lev A. Serebryakov2021-02-191-0/+3
| | | | Notes: svn path=/head/; revision=566054
* Mark BROKEN on FreeBSD 13 and 14Antoine Brodin2021-02-161-0/+3
| | | | | | | | | | | | | | | | | | g_raid5.c:1567:2: error: too few arguments to function call, expected at least 3, have 1 G_RAID5_LOGREQ(bp, "[done err:%d dat:%02x adr:%p]", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./g_raid5.h:72:18: note: expanded from macro 'G_RAID5_LOGREQ' g_print_bio(bp); \ ~~~~~~~~~~~ ^ /usr/src/sys/geom/geom.h:347:6: note: 'g_print_bio' declared here void g_print_bio(const char *prefix, const struct bio *bp, const char *fmtsuffix, ...) __printflike(3, 4); ^ Reported by: pkg-fallout MFH: 2021Q1 Notes: svn path=/head/; revision=565429
* Remove wrong NO_PACKAGEAntoine Brodin2020-01-091-2/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=522537
* sysutils/graid5: Remove unhooked files/pkg-deinstall.inTobias Kortkamp2019-12-201-5/+0
| | | | | | | USES=kmod (via @kld) injects a script that runs kldxref anyway. Notes: svn path=/head/; revision=520472
* These ports now build on powerpc64.Mark Linimon2018-12-051-2/+0
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=486720
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-0/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441494
* Remove useless use of @cwdBaptiste Daroussin2014-12-082-6/+3
| | | | Notes: svn path=/head/; revision=374331
* Fix build on 8 and 9.Lev A. Serebryakov2014-07-102-3/+3
| | | | Notes: svn path=/head/; revision=361491
* STAGEfy. Use shell script instead of hardlink.Lev A. Serebryakov2014-07-043-18/+9
| | | | | | | | It could be not packaged anyeay, as it should be built for local kernel. Notes: svn path=/head/; revision=360615
* Update to version 1.3Lev A. Serebryakov2014-03-084-20/+20
| | | | | | | | Add support for 10 and 11 systems (versions prior this could cause crash on these). Add support for direct-dispatch as receiver (callee) only. Notes: svn path=/head/; revision=347531
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=327697
* Fix build - pass SRC_BASE to sub-makeLev A. Serebryakov2013-09-111-2/+6
| | | | Notes: svn path=/head/; revision=326979
* Fix building with clang on -CURRENT: make WARNS=2 for geom class libary, as inLev A. Serebryakov2013-09-072-3/+3
| | | | | | | base sources. Notes: svn path=/head/; revision=326630
* - include bsd.{pre,post}.port.mk, respectively.Jason Helfman2012-03-121-1/+3
| | | | | | | | Spotted by: ato@iem.pw.edu.pl Feature safe: yes Notes: svn path=/head/; revision=293174
* - drop unknown post-deinstall target and move into SUB_FILESJason Helfman2012-03-122-3/+8
| | | | | | | | | | | | - bump PORTREVISION accordingly PR: ports/164341 Submitted by: jgh@ Approved by: maintainer timeout ( 51 days ) Feature safe: yes Notes: svn path=/head/; revision=293150
* Restore usage of SRC_BASE lost in r1.5.Mark Linimon2011-12-121-2/+2
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=287219
* Fix one small bug, which could lead to panic in very rare circumstances.Lev A. Serebryakov2011-11-232-7/+6
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286311
* Standardize on SRC_BASE as set in bsd.port.mk.Mark Linimon2011-07-161-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=277813
* Cleanup pkg-plist.Lev A. Serebryakov2010-12-122-3/+4
| | | | | | | Reported by: Andrzej Tobola <ato AT iem.pw.edu.pl> Notes: svn path=/head/; revision=266129
* Fix build on -CURRENTLev A. Serebryakov2010-12-122-3/+3
| | | | Notes: svn path=/head/; revision=266121
* Add graid5 port: geom_raid5 class which implements software RAID5.Lev A. Serebryakov2010-12-114-0/+55
It is FreeBSD 8.x-ported version of old'n'good geom_raid5 by Arne Worner. Notes: svn path=/head/; revision=266043