git: Revert "Makefile.usr - Switch to pkgsrc-2012Q2."

2012-09-29 Thread Justin C. Sherrill
commit 4450992f79d16ec3e509db2fd628ebebd556873e Author: Justin C. Sherrill Date: Sat Sep 29 22:23:13 2012 -0400 Revert "Makefile.usr - Switch to pkgsrc-2012Q2." This reverts commit f22a9489615d510c36982f39cd47f93d42a1c0aa. This does not match the current batch of pkgsrc b

git: Makefile.usr - Switch to pkgsrc-2012Q2.

2012-09-29 Thread Antonio Huete Jimenez
commit f22a9489615d510c36982f39cd47f93d42a1c0aa Author: Antonio Huete Jimenez Date: Sun Sep 30 01:40:23 2012 +0200 Makefile.usr - Switch to pkgsrc-2012Q2. Summary of changes: etc/Makefile.usr |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/

git: ixgbe: Remove useless locking directives

2012-09-29 Thread Francois Tigeot
commit ad6f6c40284a0b4790621c49bc9509a40dd892cf Author: François Tigeot Date: Sat Sep 29 19:41:04 2012 +0200 ixgbe: Remove useless locking directives Summary of changes: sys/dev/netif/ixgbe/ixgbe.c |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) http://gitweb.dragonf

git: ixgbe: Remove link handler tasklet remnants

2012-09-29 Thread Francois Tigeot
commit 2d86dede7b0fd09ea839c47aeb47f2c41597b171 Author: François Tigeot Date: Sat Sep 29 14:12:23 2012 +0200 ixgbe: Remove link handler tasklet remnants Summary of changes: sys/dev/netif/ixgbe/ixgbe.c |8 1 files changed, 0 insertions(+), 8 deletions(-) http://gitweb.drago

git: gmp/mpfr relocation: Forgot to commit one file

2012-09-29 Thread John Marino
commit 804071baac84c9dd7329bc5c335891305e15432f Author: John Marino Date: Sat Sep 29 21:15:06 2012 +0200 gmp/mpfr relocation: Forgot to commit one file Summary of changes: gnu/usr.bin/cc44/Makefile |1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org

git: vendor/MPC created Import mpc-1.0.1 to new vendor branch

2012-09-29 Thread John Marino
at d30dc8cbe5ed74e7ab2ffa3db0566878cb175860 (commit) -- DragonFly BSD source repository

git: Relocate libgmp and libmpfr world makefiles

2012-09-29 Thread John Marino
commit 2290a76e7a4bdc5290ff0b489ac84b494f3580f3 Author: John Marino Date: Sat Sep 29 19:57:07 2012 +0200 Relocate libgmp and libmpfr world makefiles This action prepares for the import of GCC 4.7 into base. GCC 4.4, unlike GCC 4.1, requires gmp and mpfr, and these libraries

git: mpc: Add DragonFly READMEs and world makefiles

2012-09-29 Thread John Marino
commit ca555a3a74071975d21fb76b75ad142377c96b1b Author: John Marino Date: Sat Sep 29 19:39:13 2012 +0200 mpc: Add DragonFly READMEs and world makefiles Summary of changes: contrib/{libedit => mpc}/README.DELETED |9 +- contrib/mpc/README.DRAGONFLY| 12 +++ gnu/usr.bin/m

git: bsd.lib.mk: Prevent "profiling impossible" warning

2012-09-29 Thread John Marino
commit 2ec8bbd1f0e7c4305e1d93e07156c26a7bf20989 Author: John Marino Date: Sat Sep 29 18:25:58 2012 +0200 bsd.lib.mk: Prevent "profiling impossible" warning The flag combination of "-pg" and "-ffunction-sections" do not mix. GCC will emit the warning: "-ffunction-sections disab