svn commit: r455911 - head/sysutils/x86info/files

Antoine Brodin antoine at FreeBSD.org
Sun Dec 10 20:44:26 UTC 2017


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 \


More information about the svn-ports-all mailing list