svn commit: r369412 - in head/devel/linux_kdump: . files

Antoine Brodin antoine at FreeBSD.org
Sat Sep 27 18:30:31 UTC 2014


Author: antoine
Date: Sat Sep 27 18:30:29 2014
New Revision: 369412
URL: http://svnweb.freebsd.org/changeset/ports/369412
QAT: https://qat.redports.org/buildarchive/r369412/

Log:
  - Remove bogus IGNORE
  - Allow staging as a regular user

Modified:
  head/devel/linux_kdump/Makefile
  head/devel/linux_kdump/files/patch-Makefile

Modified: head/devel/linux_kdump/Makefile
==============================================================================
--- head/devel/linux_kdump/Makefile	Sat Sep 27 18:23:11 2014	(r369411)
+++ head/devel/linux_kdump/Makefile	Sat Sep 27 18:30:29 2014	(r369412)
@@ -13,11 +13,11 @@ COMMENT=	Linux-compatibility ktrace.out 
 
 BUILD_DEPENDS=	${RUN_DEPENDS} # USE_LINUX_APPS only sets RUN_DEPENDS
 
+USES=		uidfix
 USE_LINUX=	yes
 USE_LINUX_APPS=	devtools
 
 ONLY_FOR_ARCHS=	i386 amd64
-NO_MANCOMPRESS=	yes
 PLIST_FILES=	bin/linux_kdump man/man1/linux_kdump.1.gz
 
 .include <bsd.port.pre.mk>
@@ -32,8 +32,5 @@ IGNORE=	requires kernel source present i
 .if !exists(${SRC_BASE}/usr.bin/ktrace/subr.c)
 IGNORE=	requires ktrace source present in ${SRC_BASE}/usr.bin/ktrace
 .endif
-.if ! (exists(${LINUXBASE}/etc/fedora-release) || exists(${LINUXBASE}/etc/centos-release))
-IGNORE=	does not build without a linux base, use the package instead
-.endif
 
 .include <bsd.port.post.mk>

Modified: head/devel/linux_kdump/files/patch-Makefile
==============================================================================
--- head/devel/linux_kdump/files/patch-Makefile	Sat Sep 27 18:23:11 2014	(r369411)
+++ head/devel/linux_kdump/files/patch-Makefile	Sat Sep 27 18:30:29 2014	(r369412)
@@ -1,6 +1,6 @@
---- ./Makefile.orig	2004-02-14 09:05:13.000000000 +0200
-+++ ./Makefile	2014-03-28 08:43:01.000000000 +0200
-@@ -2,14 +2,19 @@
+--- Makefile.orig	2004-02-14 07:05:13 UTC
++++ Makefile
+@@ -2,14 +2,18 @@
  
  PROG=	linux_kdump
  SRCS=	kdump.c linux_ioctl.c subr.c syscallnames.c
@@ -13,7 +13,6 @@
 -BINDIR=	/bin
 -DESTDIR=${PREFIX}
 -MANDIR=	/man/man
-+DESTDIR?=${STAGEDIR}${PREFIX}
 +BINDIR=	${PREFIX}/bin
 +MANDIR=	${PREFIX}/man/man
  SRCDIR?=/usr/src
@@ -24,7 +23,7 @@
  .PATH:	${SRCDIR}/usr.bin/ktrace
  
  default:	depend all
-@@ -23,4 +28,9 @@
+@@ -23,4 +27,9 @@
  linux_ioctl.c: mkioctls.linux
  	/bin/sh ${.CURDIR}/mkioctls.linux
  


More information about the svn-ports-head mailing list