From 474482592e850cc8e3f405350c8ae0e81be12e7e Mon Sep 17 00:00:00 2001 From: danfe Date: Tue, 28 Feb 2012 17:50:17 +0000 Subject: - Cleanup MASTER_SITES per distilator - Adjust COMMENT, sort knobs in a more natural order - Incorporate post-patch sed(1) patching into existing patch-Makefile - Reindent Makefile header while I am here --- sysutils/x86info/Makefile | 25 ++++++++----------------- sysutils/x86info/files/patch-Makefile | 10 +++++----- 2 files changed, 13 insertions(+), 22 deletions(-) (limited to 'sysutils') diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile index 5871ee9bb6f6..2ffcf31a84c5 100644 --- a/sysutils/x86info/Makefile +++ b/sysutils/x86info/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: x86info -# Date created: 26 Aug 2001 -# Whom: Erik Greenwald +# Date created: 26 Aug 2001 +# Whom: Erik Greenwald # # $FreeBSD$ # @@ -8,37 +8,28 @@ PORTNAME= x86info PORTVERSION= 1.30 CATEGORIES= sysutils -MASTER_SITES= http://codemonkey.org.uk/projects/x86info/%SUBDIR%/ -MASTER_SITE_SUBDIR= . old +MASTER_SITES= http://codemonkey.org.uk/projects/x86info/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= Utility to display information about the systems x86 processor(s) +COMMENT= An x86 CPU identification utility LICENSE= GPLv2 -ONLY_FOR_ARCHS= i386 amd64 - LIB_DEPENDS= pci.3:${PORTSDIR}/devel/libpci -USE_GNOME= pkgconfig -USE_PYTHON_BUILD=yes +ONLY_FOR_ARCHS= i386 amd64 + USE_GMAKE= yes ALL_TARGET= x86info lsmsr +USE_GNOME= pkgconfig +USE_PYTHON_BUILD=yes MAKE_JOBS_SAFE= yes MAN1= x86info.1 MAN8= lsmsr.8 PLIST_FILES= bin/lsmsr bin/x86info -post-patch: - @${REINPLACE_CMD} -e \ - '/^CFLAGS/s| =| +=|g ; \ - /^CFLAGS/s| -g|| ; \ - /^CFLAGS/s| -O2|| ; \ - /^CFLAGS/s| -Werror|| ; \ - /^CC/s| =| ?=|' ${WRKSRC}/Makefile - .include .if ${OSVERSION} < 701102 diff --git a/sysutils/x86info/files/patch-Makefile b/sysutils/x86info/files/patch-Makefile index 4ad8193f2628..c9b2f2771fbc 100644 --- a/sysutils/x86info/files/patch-Makefile +++ b/sysutils/x86info/files/patch-Makefile @@ -1,17 +1,17 @@ --- Makefile.orig 2011-09-15 15:43:52.000000000 -0700 +++ Makefile 2011-09-15 15:44:01.000000000 -0700 -@@ -1,8 +1,9 @@ - VERSION=1.29 +@@ -1,8 +1,8 @@ + VERSION=1.30 - CFLAGS = -g -O2 -Werror -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -+CFLAGS+= `pkg-config --cflags libpci` +-CFLAGS = -g -O2 -Werror -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls ++CFLAGS += -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls `pkg-config --cflags libpci` LDFLAGS = -Wl,-z,relro,-z,now -CC = gcc +CC ?= gcc SHELL = /bin/sh -@@ -88,7 +89,7 @@ +@@ -91,7 +91,7 @@ X86INFO_OBJS = $(X86INFO_SRC:%.c=%.o) x86info: $(X86INFO_OBJS) -- cgit vel/electron4/files/serve-10.1.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Define LICENSE (LGPL21)danfe2011-11-191-3/+6
* Augment port description.danfe2011-11-191-1/+8
* Remove trailing whitespaces.ehaupt2011-11-193-3/+3
* update to 0.8.0.1048oliver2011-11-185-102/+18
* - unbreakgahr2011-11-172-8/+5
* - Unbreak - fix build with latest x11-toolkits/fltkgahr2011-11-162-7/+27
* Update to 0.2.9.rakuco2011-11-164-7/+13
* - Update to 3.0.0wen2011-11-142-3/+3
* Update distinfo. Upstream patched the original distfile to automate inclusioncrees2011-11-132-4/+2
* Mark as broken on powerpc-9: does not compile.linimon2011-11-111-0/+4
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)linimon2011-11-101-2/+2
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-096-6/+0
* Deprecate gtkextra, it will no more be depend on by anything in the tree at t...bapt2011-11-091-0/+3
* - Mark BROKEN: does not compilepav2011-11-091-0/+2
* Update tcl85/tk85 to 8.5.11mm2011-11-082-3/+3
* Reassign stas' ports back to the pool at his request, thanks for your yearstabthorpe2011-11-051-1/+1
* - Mark BROKEN: does not compile with new fltkpav2011-11-052-0/+4
* Fix build of swt-devel when webkit is installedeadler2011-11-041-7/+24
* - Mark MAKE_JOBS_UNSAFE as this fails for me with MAKE_JOBS enabledswills2011-11-041-0/+2
* Deprecate a bunch a gtk1 ports with no more any upstream or library abandoned...bapt2011-11-032-0/+6
* Remove ports@ ports that have been DEPRECATED for at least 1 monthdougb2011-11-0212-1774/+0
* Remove references to unsupported FreeBSD versions. Mostly of the form:dougb2011-11-021-7/+1
* x11-toolkits/gambas2-gb-qt has been broken for over a year.dougb2011-11-015-77/+0
* audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATEDdougb2011-11-015-48/+0
* Update poppler to 0.18.0.kwm2011-10-311-2/+2
* Fix build on FreeBSD 10kwm2011-10-301-0/+1
* - Fix build on FreeBSD 10miwi2011-10-301-0/+1
* Fix build on FreeBSD 10kwm2011-10-291-0/+1
* - Fix build on FreeBSD 10.0miwi2011-10-291-0/+1
* - Mark BROKEN: does not fetch: size mismatchpav2011-10-291-0/+2
* - Fix build on FreeBSD 10miwi2011-10-292-0/+2
* - Use correct USE_AUTOTOOLS libtool expressionpawel2011-10-293-1/+28
* - Update to 1.7.30gahr2011-10-273-18/+3
* Consistify spelling of "Xfce", and some other projects while there.rene2011-10-272-2/+2
* Fix -fno-tree-ter configure checkpawel2011-10-271-0/+1
* Adopt during Stas's hiatusbf2011-10-261-1/+1
* - Update to 1.3.0gahr2011-10-247-190/+74
* The vast majority of pkg-descr files had the following format when theydougb2011-10-2413-30/+11
* Remove more tags from pkg-descr files fo the form:dougb2011-10-244-10/+0
* - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-242-2/+2
* Re-assign to the Xfce team.rene2011-10-231-1/+1
* - Update to 804.030sunpoet2011-10-232-5/+3
* - Update to 2.4acm2011-10-213-6/+5
* - Updated to 2.8.12.1glarkin2011-10-205-699/+997
* - update pure-gen to 0.12eadler2011-10-192-3/+3
* - Update to 3.6.2eadler2011-10-194-66/+58
* Update to 0.90.7ehaupt2011-10-192-3/+6
* - Update to 804.029_502sunpoet2011-10-182-3/+3
* - Stop installing the rapper binary with raptor and bump PORTREVISION.avilla2011-10-172-6/+7
* - Update PyQt4 to 4.8.5.avilla2011-10-173-2/+2
* - Update to 804.029_501sunpoet2011-10-152-3/+3
* x11-toolkits/linux-pango also needs a reprieve ala graphics/linux-tiffdougb2011-10-155-0/+91
* As previously advertised, complete removal of vulnerable ports thatdougb2011-10-155-92/+0
* - Add p5-Tk-ToolBar 0.10sunpoet2011-10-105-0/+59
* - Add p5-Tk-CursorControl 0.4sunpoet2011-10-105-0/+48
* - Add p5-Tk-Role-Dialog 1.112380sunpoet2011-10-105-0/+62
* - Add p5-Tk-Action 1.093390sunpoet2011-10-105-0/+48
* - Add p5-Tk-Sugar 1.093190sunpoet2011-10-105-0/+48
* - Add p5-Tk-Role-HasWidgets 1.112380sunpoet2011-10-105-0/+50
* For ports that have an EXPIRATION_DATE which has already passed, butdougb2011-10-092-2/+3
* - Update to 804.029_500 (developer release) and unbreaksunpoet2011-10-043-21/+19
* - Mark BROKEN: does not compilepav2011-10-031-0/+2
* - Update to 2.29eadler2011-10-032-4/+3
* - Update to version 3.5.2pawel2011-10-022-9/+10
* - Chase repocopy of devel/py-zopeInterace to devel/py-zope.interfaceglarkin2011-09-301-2/+2
* Fix unresolved external reference in xview-clients under 9.0.cy2011-09-272-9/+32
* Mark FORBIDDEN the remaining ports that are vulnerable for more thandougb2011-09-261-0/+3
* Fix build under 9.0 (with new utmpx).cy2011-09-252-11/+94
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-2467-151/+132
* Fix version number in pkg-descrmm2011-09-191-1/+1
* add gtksourceview2 support; simplify handling of options;bf2011-09-182-146/+166
* - Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+sunpoet2011-09-171-1/+1
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+sunpoet2011-09-1714-14/+14
* - Update to 1.7.29gahr2011-09-152-3/+3
* Fix linking and sparc64 build; small clean-upbf2011-09-132-29/+20
* Use Eclipse archive site instead-- this port could really do with an update.crees2011-09-111-3/+2
* - Respect LOCALBASEamdmi32011-09-101-0/+2
* - Unbreak INDEX by not commenting out PKGNAMESUFFIXgahr2011-09-071-3/+4
* 2011-09-01 x11-wm/epiwm: Abandonwarebapt2011-09-0713-362/+0
* - Mark as broken after x11-toolkits/xforms updategahr2011-09-071-0/+2
* - Chase x11-toolkits/xforms shlib version bumpgahr2011-09-071-1/+1
* - Update to 1.0.93sp1gahr2011-09-077-120/+35
* Update to version 2.28pawel2011-09-052-3/+3
* - Security fix for reading GIF imagesdinoex2011-09-042-1/+12
* - Security fix for reading GIF imagesdinoex2011-09-042-1/+12
* Mark x11-toolkits/slgtk and dependent ports as DEPRECATED expiring 2011-12-31 asstefan2011-09-012-0/+6
* Update to 2.24.6.kwm2011-09-013-55/+4
* - Unbreak by fixing plistpav2011-09-012-2/+2
* - Mark BROKEN: incomplete plistpav2011-09-011-0/+2
* - Update to 0.67sunpoet2011-08-273-58/+84
* Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ...kwm2011-08-241-1/+2
* Chase poppler shlib bumps.kwm2011-08-241-1/+2
* Add missing dependency on qt4-xmlmakc2011-08-221-1/+1
* - Update to 1.1.5sylvio2011-08-202-6/+6
* Update version in descriptionmakc2011-08-202-2/+2
* Connect qwt6 portsmakc2011-08-201-0/+2
* Update to 6.0.1makc2011-08-2012-255/+403
* Update to 3.0.12.kwm2011-08-182-3/+3
* Fix typo: p5-Gtk2-Ex-Utils run-depends on p5-Gtk2 not on p5-Gtkbapt2011-08-171-2/+2
* bump PORTREVISION after patching headersbf2011-08-131-1/+1
* Adjust headers for use with lang/gcc46bf2011-08-132-3/+23
* Update to 2.9.1ehaupt2011-08-133-5/+15
* Update to 0.7.1ehaupt2011-08-125-29/+44
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-129-9/+8
* - Fix build on 7.xehaupt2011-08-113-21/+31
* Update to 5.2.2 [1]makc2011-08-1012-270/+284
* Transfer maintainer back to ports@FreeBSD.orgmm2011-08-093-3/+3
* Update to 8.6b2mm2011-08-094-88/+110
* - cleanup MASTER_SITESdinoex2011-08-091-1/+0
* - update to 0.9.0dinoex2011-08-088-63/+14
* - Add the pthread library to the pkg-config "libs" optiongahr2011-08-052-0/+2
* - Update to 1.7.28gahr2011-08-053-3/+18
* Add a upstream patch that revert a patch that was committed for 2.24.5. Thiskwm2011-08-042-1/+52
* Deprecate some perl@ ports that disappared from CPANbapt2011-08-031-0/+3
* Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-03