aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mono-kmod
Commit message (Collapse)AuthorAgeFilesLines
* Simplify plistBaptiste Daroussin2014-09-231-2/+1
| | | | Notes: svn path=/head/; revision=369021
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* - Support stageRene Ladan2014-01-271-9/+2
| | | | | | | | | | - Include bsd.port.mk once - Remove redundant variable declaration Approved by: portmgr (infrastructure blanket) Notes: svn path=/head/; revision=341386
* Convert to USES=kmod, which removes duplicated code and ensures that allRene Ladan2013-11-091-14/+4
| | | | | | | | | | | | | | | | required steps are followed. There are no user-visible changes. The exception is multimedia/ptx-kmod, which now installs the kernel module into /boot/modules instead of ${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle. PR: ports/183625 Submitted by: myself Approved by: portmgr (bdrewery) Exp-run by: bdrewery Notes: svn path=/head/; revision=333329
* 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
* - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referencedJason Helfman2012-07-011-2/+2
| | | | | | | | | PR: ports/169222 Submitted by: jgh@ Approved by: maintainer timeout ( 14 days ) Notes: svn path=/head/; revision=300348
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-4/+0
| | | | Notes: svn path=/head/; revision=225335
* - Allow to build on amd64Martin Wilke2008-06-211-1/+1
| | | | | | | | | PR: 124772 Submitted by: Douglas William Thrift <douglas@zweihander.ccs.ucsb.edu> Approved by: maintainer Notes: svn path=/head/; revision=215430
* - Fix buildRong-En Fan2007-08-031-0/+1
| | | | | | | Submitted by: maintainer via mail Notes: svn path=/head/; revision=197030
* - Change maintainer's emailRong-En Fan2007-07-282-6/+18
| | | | | | | | | | | | | | | | | | - Allow package build on i386 and arm as Mono currently runs on these two architecture only. Moreover, the kernel interface this module uses is quite stable and changes rarely. Maintainer tested a module built on 6.2-R works on 7.x. - Distfile is repackaging due to a small license wording change: - * 4. Neither the name of the university nor the names of its contributors + * 4. Neither the name of the author nor the names of its contributors - Set IGNORE for older FreeBSD release - Set IGNORE when kernel source does not present PR: ports/114804 Submitted by: Björn König <bkoenig at cs.tu-berlin.de> (maintainer) Notes: svn path=/head/; revision=196469
* These install kernel modules, so add new virtual category kld.Mark Linimon2007-06-291-1/+1
| | | | | | | | Pointed out by: Ulrich Spoerlein <uspoerlein at gmail dot com> Hat: portmgr Notes: svn path=/head/; revision=194469
* mono-kmod is a FreeBSD kernel module enables you to execute ECMA andAndrey Slusar2007-04-214-0/+52
.NET applications without preceding the native code generator in the command line. That means you can call a binary with "./hello.exe" instead of "mono hello.exe". WWW: http://www.alpha-tierchen.de/~bkoenig/mono-kmod/ PR: ports/111973 Submitted by: Björn König <bkoenig at cs.tu-berlin.de> Notes: svn path=/head/; revision=190533