1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Change maintainer's email

- 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)
This commit is contained in:
Rong-En Fan 2007-07-28 15:04:57 +00:00
parent 976cadd0a2
commit 38c71f7b1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196469
2 changed files with 18 additions and 6 deletions

View File

@ -10,23 +10,35 @@ PORTVERSION= 20070416
CATEGORIES= sysutils kld
MASTER_SITES= http://www.alpha-tierchen.de/pub/FreeBSD/ports/distfiles/
MAINTAINER= bkoenig@cs.tu-berlin.de
MAINTAINER= bkoenig@alpha-tierchen.de
COMMENT= Execute .NET applications from command line
NO_PACKAGE= should be recompiled for a particular FreeBSD kernel
ONLY_FOR_ARCHS= i386 arm
USE_BZIP2= yes
KMODDIR?= /boot/modules
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
SRC_BASE?= /usr/src
PLIST_SUB= KMODDIR=${KMODDIR}
MAKE_ENV+= KMODDIR=${KMODDIR}
PLIST_FILES= "@cwd %%KMODDIR%%"
PLIST_FILES+= mono.ko
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600009
IGNORE= requires FreeBSD 6.0 or higher
.endif
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel source to be installed
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (mono-kmod-20070416.tar.bz2) = 2bf7aeda953fe7adef9aba87b5260459
SHA256 (mono-kmod-20070416.tar.bz2) = 1a534504a4eb8ab13761e05d7d34ab6a59ce4be21cde3c4c8251c6b9a5cb8539
SIZE (mono-kmod-20070416.tar.bz2) = 2174
MD5 (mono-kmod-20070416.tar.bz2) = a0a0c11053f2aa2131d5368428fbabd4
SHA256 (mono-kmod-20070416.tar.bz2) = 60184982ae9e977330356e54a0c51867bc75c257c1089d198e38eccc18dda326
SIZE (mono-kmod-20070416.tar.bz2) = 2171