Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 2017 20:44:24 +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: r455911 - head/sysutils/x86info/files
Message-ID:  <201712102044.vBAKiOjX023767@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 10 20:44:24 2017
New Revision: 455911
URL: https://svnweb.freebsd.org/changeset/ports/455911

Log:
  Remove part of the patch generated by post-patch, and unbreak with python3

Modified:
  head/sysutils/x86info/files/patch-lsmsr_Makefile

Modified: head/sysutils/x86info/files/patch-lsmsr_Makefile
==============================================================================
--- head/sysutils/x86info/files/patch-lsmsr_Makefile	Sun Dec 10 20:36:28 2017	(r455910)
+++ head/sysutils/x86info/files/patch-lsmsr_Makefile	Sun Dec 10 20:44:24 2017	(r455911)
@@ -13,12 +13,3 @@
  CFLAGS += -Wstrict-prototypes -Wmissing-prototypes
  CFLAGS += -Wswitch-enum
  CFLAGS += -Wundef
-@@ -40,7 +38,7 @@ LSMSR_TMP_HEADERS=AMD_k8.h \
- 	generic_msr.h
- 
- %.h: %.regs createheader.py
--	@python createheader.py $< `basename $< .regs` >$@
-+	@/usr/local/bin/python2.7 createheader.py $< `basename $< .regs` >$@
- 
- LSMSR_SRC = \
- 	lsmsr.c \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712102044.vBAKiOjX023767>