Date: Sat, 13 Sep 2014 13:19:40 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368094 - in head/emulators/rtc: . files Message-ID: <201409131319.s8DDJedo014417@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Sep 13 13:19:39 2014 New Revision: 368094 URL: http://svnweb.freebsd.org/changeset/ports/368094 QAT: https://qat.redports.org/buildarchive/r368094/ Log: - Allow staging as a regular user - Fix build on head Modified: head/emulators/rtc/Makefile head/emulators/rtc/files/Makefile Modified: head/emulators/rtc/Makefile ============================================================================== --- head/emulators/rtc/Makefile Sat Sep 13 13:07:52 2014 (r368093) +++ head/emulators/rtc/Makefile Sat Sep 13 13:19:39 2014 (r368094) @@ -26,7 +26,7 @@ MAKE_ARGS= KMODDIR="${KMODDIR}" CDEV_MAJ PLIST_SUB= DEVDIR="${DEVDIR}" CDEV_MAJOR="${CDEV_MAJOR}" \ RTC_H_DIR="${RTC_H_DIR}" -USES= kmod +USES= kmod uidfix do-extract: @${MKDIR} ${WRKSRC} Modified: head/emulators/rtc/files/Makefile ============================================================================== --- head/emulators/rtc/files/Makefile Sat Sep 13 13:07:52 2014 (r368093) +++ head/emulators/rtc/files/Makefile Sat Sep 13 13:19:39 2014 (r368094) @@ -44,10 +44,6 @@ CFLAGS+= ${INCLUDE} -DCDEV_MAJOR_=${CDEV all: vnode_if.h -@: - @${ECHO} ${.TARGET} "->" ${SYS} - @ln -s ${SYS} ${.TARGET} - #afterinstall: device device:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409131319.s8DDJedo014417>