svn commit: r341258 - in head/misc/dahdi-kmod26: . files

Rene Ladan rene at FreeBSD.org
Sun Jan 26 18:52:06 UTC 2014


Author: rene
Date: Sun Jan 26 18:52:05 2014
New Revision: 341258
URL: http://svnweb.freebsd.org/changeset/ports/341258
QAT: https://qat.redports.org/buildarchive/r341258/

Log:
  - Stage support
  - Remove obsolete NO_PACKAGE
  - Remove IGNORE check for obsolete versions of FreeBSD
  
  Approved by:	portmgr (infrastructure blanket)

Added:
  head/misc/dahdi-kmod26/files/patch-bsd-kmod__Makefile.inc   (contents, props changed)
Modified:
  head/misc/dahdi-kmod26/Makefile

Modified: head/misc/dahdi-kmod26/Makefile
==============================================================================
--- head/misc/dahdi-kmod26/Makefile	Sun Jan 26 18:42:43 2014	(r341257)
+++ head/misc/dahdi-kmod26/Makefile	Sun Jan 26 18:52:05 2014	(r341258)
@@ -40,7 +40,6 @@ WRKSRC=		${WRKDIR}/${DISTNAME}
 #EXTRA_PATCHES=	${WRKDIR}/zaphfc-${ZAPHFC_VERSION}
 #PATCH_STRIP=	-p1
 MAKEFILE=	BSDmakefile
-NO_PACKAGE=	Should be in sync with the kernel to work correctly
 USE_RC_SUBR=	dahdi
 MAKE_ARGS=	NO_FETCH=yes WITHOUT_HEADERS=yes #ADDITIONAL_DRIVERS="wcb1xxp"
 GROUPS=		dahdi
@@ -48,16 +47,10 @@ GROUPS=		dahdi
 ONLY_FOR_ARCHS=	i386 amd64 sparc64
 CONFLICTS=	zaptel-[0-9]* dahdi-kmod-*
 
-NO_STAGE=	yes
-
 KMODDIR=	${PREFIX}/lib/dahdi
 USES=		kmod
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 703000 || (${OSVERSION} >= 800000 && ${OSVERSION} < 800108)
-IGNORE=		requires firmware(9) support for kernel modules with hyphens
-.endif
-
 .if ${ARCH} == "i386" || ${ARCH} == "amd64"
 PLIST_SUB+=	X86=""
 _vpmadt032=	VPMADT032

Added: head/misc/dahdi-kmod26/files/patch-bsd-kmod__Makefile.inc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/dahdi-kmod26/files/patch-bsd-kmod__Makefile.inc	Sun Jan 26 18:52:05 2014	(r341258)
@@ -0,0 +1,8 @@
+--- bsd-kmod/Makefile.inc.orig	2012-02-26 21:53:27.000000000 +0100
++++ bsd-kmod/Makefile.inc	2014-01-26 19:46:54.000000000 +0100
+@@ -19,4 +19,4 @@
+ TOUCH?=		touch
+ 
+ beforeinstall:
+-	${MKDIR} ${KMODDIR}
++	${MKDIR} ${DESTDIR}${KMODDIR}


More information about the svn-ports-all mailing list