Update PAPI port to support Intel Atom/Core/Core2 processors. The patch file is compressed via lzma, then applied shar and then renamed into .txt in order to get it passed through the www send-pr. Fix: Patch attached with submission follows:
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->skreuzer I'll take it.
skreuzer 2009-07-15 17:58:52 UTC FreeBSD ports repository Modified files: devel/papi Makefile pkg-plist devel/papi/files patch-freebsd.c Added files: devel/papi/files patch-Makefile.freebsd patch-freebsd.h patch-freebsd__map-atom.c patch-freebsd__map-atom.h patch-freebsd__map-core.c patch-freebsd__map-core.h patch-freebsd__map-core2-extreme.c patch-freebsd__map-core2-extreme.h patch-freebsd__map-core2.c patch-freebsd__map-core2.h patch-freebsd__map.c patch-freebsd__map.h Log: Add support for Intel Atom/Core/Core2 processors Install tests to DATADIR/{ctests,ftests} instead of PREFIX/{ctests,ftests} PR: ports/136757 Submitted by: Harald Servat <redcrash@gmail.com> Approved by: wxs (mentor) Revision Changes Path 1.14 +5 -4 ports/devel/papi/Makefile 1.1 +40 -0 ports/devel/papi/files/patch-Makefile.freebsd (new) 1.2 +37 -4 ports/devel/papi/files/patch-freebsd.c 1.1 +25 -0 ports/devel/papi/files/patch-freebsd.h (new) 1.1 +267 -0 ports/devel/papi/files/patch-freebsd__map-atom.c (new) 1.1 +253 -0 ports/devel/papi/files/patch-freebsd__map-atom.h (new) 1.1 +171 -0 ports/devel/papi/files/patch-freebsd__map-core.c (new) 1.1 +158 -0 ports/devel/papi/files/patch-freebsd__map-core.h (new) 1.1 +279 -0 ports/devel/papi/files/patch-freebsd__map-core2-extreme.c (new) 1.1 +232 -0 ports/devel/papi/files/patch-freebsd__map-core2-extreme.h (new) 1.1 +277 -0 ports/devel/papi/files/patch-freebsd__map-core2.c (new) 1.1 +230 -0 ports/devel/papi/files/patch-freebsd__map-core2.h (new) 1.1 +33 -0 ports/devel/papi/files/patch-freebsd__map.c (new) 1.1 +35 -0 ports/devel/papi/files/patch-freebsd__map.h (new) 1.4 +87 -85 ports/devel/papi/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
The patch has been committed, but I made a couple of changes. I removed all the patches that only modified comments in the source file. Those changes should be applied upstream. Also, I broke down the patch-freebsd-dir into one patch per file with the preferred patch naming convention. I also made a change to where the port installs its ctests and ftests. Rather then putting them in PREFIX, it now puts them in DATADIR. -- Steven Kreuzer http://www.exit2shell.com/~skreuzer
State Changed From-To: open->closed Committed. Thanks!