| Summary: | New port: devel/cpuflags - Determine compiler flags to best target current cpu | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Quentin Stievenart <acieroid> | ||||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Quentin Stievenart
2010-02-28 14:50:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. * Quentin Stievenart (acieroid@awesom.eu) wrote: > Port of pkgsrc's devel/cpuflags Thirt party sources shouldn't be kept in the portstree - you'll have to make a tarball with cpuflags sources and put somewhere people can download it from. If there's problem with that, I can put it on my own or FreeBSD mirrors. Also, are you sure that the version is 1.41 (Makefile says 1.14), and what's USE_LANGUAGES line for? As a side note, *.out, *.mk, Makefile, subr_Linux, subr_NetBSD, subr_SunOS are not needed at all. I also doubt if manpage should be installed, as it contains mostly NetBSD-specific mk stuff. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru State Changed From-To: open->feedback Ask for submitter fix. Dmitry Marakasov a écrit : > * Quentin Stievenart (acieroid@awesom.eu) wrote: > > > Port of pkgsrc's devel/cpuflags > > Thirt party sources shouldn't be kept in the portstree - you'll > have to make a tarball with cpuflags sources and put somewhere > people can download it from. If there's problem with that, I can > put it on my own or FreeBSD mirrors. > > Also, are you sure that the version is 1.41 (Makefile says 1.14), > and what's USE_LANGUAGES line for? > > As a side note, *.out, *.mk, Makefile, subr_Linux, subr_NetBSD, > subr_SunOS are not needed at all. I also doubt if manpage should be > installed, as it contains mostly NetBSD-specific mk stuff. > > -- > Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D > amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru Sorry about all the stuff in files/, but it's the way they did in pkgsrc. I uploaded a tarball on a server, but can't promise this server will never be down. I removed all the non-FreeBSD stuff and the manual, and adapted the Makefile (USE_LANGUAGE was something from pkgsrc). But the version is the 1.41 (http://pkgsrc.se/devel/cpuflags), not as said in the Makefile. State Changed From-To: feedback->closed New port added, with minor changes. Thanks! amdmi3 2010-04-15 11:54:26 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/cpuflags Makefile distinfo pkg-descr pkg-plist
devel/cpuflags/files patch-Makefile
Log:
cpuflags returns the appropriate gcc flags to optimise compilation for the
current CPU.
PR: 144363
Submitted by: Quentin Stievenart <acieroid@awesom.eu>
Revision Changes Path
1.3875 +1 -0 ports/devel/Makefile
1.1 +19 -0 ports/devel/cpuflags/Makefile (new)
1.1 +3 -0 ports/devel/cpuflags/distinfo (new)
1.1 +27 -0 ports/devel/cpuflags/files/patch-Makefile (new)
1.1 +2 -0 ports/devel/cpuflags/pkg-descr (new)
1.1 +5 -0 ports/devel/cpuflags/pkg-plist (new)
_______________________________________________
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"
|