Date: Sun, 26 Jan 2014 18:35:10 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341256 - in head/misc/dahdi-kmod: . files Message-ID: <201401261835.s0QIZAKl073160@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun Jan 26 18:35:10 2014 New Revision: 341256 URL: http://svnweb.freebsd.org/changeset/ports/341256 QAT: https://qat.redports.org/buildarchive/r341256/ Log: - Stage support - Remove obsolete NO_PACKAGE - Remove IGNORE check for obsolete versions of FreeBSD - Fix typo introduced in converting this port to USES=kmod Approved by: portmgr (infrastructure blanket) Added: head/misc/dahdi-kmod/files/patch-freebsd__freebsd__Makefile.inc (contents, props changed) Modified: head/misc/dahdi-kmod/Makefile Modified: head/misc/dahdi-kmod/Makefile ============================================================================== --- head/misc/dahdi-kmod/Makefile Sun Jan 26 18:30:23 2014 (r341255) +++ head/misc/dahdi-kmod/Makefile Sun Jan 26 18:35:10 2014 (r341256) @@ -36,7 +36,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/freebsd 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= ADDITIONAL_DRIVERS="wcb1xxp" NO_FETCH=yes GROUPS= dahdi @@ -44,18 +43,12 @@ GROUPS= dahdi ONLY_FOR_ARCHS= i386 amd64 sparc64 CONFLICTS= zaptel-[0-9]* dahdi-kmod26-* -NO_STAGE= yes - USES= kmod -KMODDDIR= ${PREFIX}/lib/dahdi +KMODDIR= ${PREFIX}/lib/dahdi .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-kmod/files/patch-freebsd__freebsd__Makefile.inc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/dahdi-kmod/files/patch-freebsd__freebsd__Makefile.inc Sun Jan 26 18:35:10 2014 (r341256) @@ -0,0 +1,8 @@ +--- freebsd/freebsd/Makefile.inc.orig 2010-09-01 08:54:06.000000000 +0200 ++++ freebsd/freebsd/Makefile.inc 2014-01-26 19:12:09.000000000 +0100 +@@ -19,4 +19,4 @@ + TOUCH?= touch + + beforeinstall: +- ${MKDIR} ${KMODDIR} ++ ${MKDIR} ${DESTDIR}${KMODDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401261835.s0QIZAKl073160>