Index: head/sysutils/x86info/Makefile =================================================================== --- head/sysutils/x86info/Makefile (revision 289959) +++ head/sysutils/x86info/Makefile (revision 289960) @@ -1,47 +1,55 @@ # New ports collection makefile for: x86info # Date created: 26 Aug 2001 # Whom: Erik Greenwald # # $FreeBSD$ # PORTNAME= x86info -PORTVERSION= 1.29 -PORTREVISION= 0 +PORTVERSION= 1.30 CATEGORIES= sysutils -MASTER_SITES= http://codemonkey.org.uk/projects/x86info/ \ - http://codemonkey.org.uk/projects/x86info/old/ +MASTER_SITES= http://codemonkey.org.uk/projects/x86info/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Utility to display information about the systems x86 processor(s) +LICENSE= GPLv2 + +ONLY_FOR_ARCHS= i386 amd64 + LIB_DEPENDS= pci.3:${PORTSDIR}/devel/libpci -USE_GMAKE= yes -USE_PYTHON_BUILD= yes USE_GNOME= pkgconfig -LICENSE= GPLv2 +USE_PYTHON_BUILD=yes +USE_GMAKE= yes ALL_TARGET= x86info lsmsr -ONLY_FOR_ARCHS= i386 amd64 -PLIST_FILES= bin/x86info bin/lsmsr MAKE_JOBS_SAFE= yes -MAN1= x86info.1 -MAN8= lsmsr.8 +MAN1= x86info.1 +MAN8= lsmsr.8 +PLIST_FILES= bin/lsmsr bin/x86info + post-patch: - ${REINPLACE_CMD} -E -e 's,-g -O2,${CFLAGS},g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e \ + '/^CFLAGS/s| =| +=|g ; \ + /^CFLAGS/s| -g|| ; \ + /^CFLAGS/s| -O2|| ; \ + /^CFLAGS/s| -Werror|| ; \ + /^CC/s| =| ?=|' ${WRKSRC}/Makefile .include + .if ${OSVERSION} < 701102 BUILD_DEPENDS+= ${LOCALBASE}/include/cpu.h:${PORTSDIR}/sysutils/devcpu -CFLAGS+= -I"${LOCALBASE}"/include +CFLAGS+= -I${LOCALBASE}/include .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/x86info ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/lsmsr ${PREFIX}/bin ${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/,} ${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${MAN8:S,^,${WRKSRC}/,} ${MAN8PREFIX}/man/man8 .include Property changes on: head/sysutils/x86info/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/sysutils/x86info/distinfo =================================================================== --- head/sysutils/x86info/distinfo (revision 289959) +++ head/sysutils/x86info/distinfo (revision 289960) @@ -1,2 +1,2 @@ -SHA256 (x86info-1.29.tgz) = 9f9a36717af60194fcab2eee39f24a1fa5a01d50b848149da3b63ed39161555c -SIZE (x86info-1.29.tgz) = 87526 +SHA256 (x86info-1.30.tgz) = fe3009850e93a9c5fa38ed6bf74d72686043329fead8f1b2be4b5943d4fc9428 +SIZE (x86info-1.30.tgz) = 95727 Property changes on: head/sysutils/x86info/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/sysutils/x86info/files/patch-features.c =================================================================== --- head/sysutils/x86info/files/patch-features.c (revision 289959) +++ head/sysutils/x86info/files/patch-features.c (nonexistent) @@ -1,11 +0,0 @@ ---- features.c.orig 2011-09-16 16:57:57.000000000 -0700 -+++ features.c 2011-09-16 16:58:06.000000000 -0700 -@@ -469,7 +469,7 @@ - died = sigsetjmp(out, 1); - - if (!died) -- asm volatile("nopl 0(%eax)"); -+ asm volatile(".byte 0x0f,0x1f,0x00 /* nopl 0(%eax) */"); - - printf("Long NOPs supported: %s\n", died ? "no" : "yes"); - } Property changes on: head/sysutils/x86info/files/patch-features.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property