Re: [kde-freebsd] ports/156901: [patch] devel/cmake breaks with CC containing spaces

2014-02-27 Thread miwi
Synopsis: [patch] devel/cmake breaks with CC containing spaces

State-Changed-From-To: open-closed
State-Changed-By: miwi
State-Changed-When: Thu Feb 27 15:08:14 UTC 2014
State-Changed-Why: 
this is fixed since ages.

http://www.freebsd.org/cgi/query-pr.cgi?pr=156901
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/156901: [patch] devel/cmake breaks with CC containing spaces

2011-09-25 Thread Alberto Villa
On Sat, Sep 24, 2011 at 7:47 PM, Dominic Fandrey kamik...@bsdforen.de wrote:
 No problem. Knowing where I stand makes it a lot easier for me, so
 thanks for telling me!

thank you for the work you have done so far, quite a big one! we'll
let you know when there is time for this
-- 
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/156901: [patch] devel/cmake breaks with CC containing spaces

2011-09-23 Thread Dominic Fandrey
The following reply was made to PR ports/156901; it has been noted by GNATS.

From: Dominic Fandrey kamik...@bsdforen.de
To: bug-follo...@freebsd.org, kamik...@bsdforen.de
Cc:  
Subject: Re: ports/156901: [patch] devel/cmake breaks with CC containing spaces
Date: Fri, 23 Sep 2011 18:19:13 +0200

 This is a multi-part message in MIME format.
 --050503030704080903050407
 Content-Type: text/plain; charset=ascii
 Content-Transfer-Encoding: 7bit
 
 The longer this is delayed, the more patches I will have to change.
 
 Regards,
 Kami
 
 --050503030704080903050407
 Content-Type: text/plain;
  name=patch-ports-Mk-bsd.cmake.mk.txt
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename=patch-ports-Mk-bsd.cmake.mk.txt
 
 --- Mk/bsd.cmake.mk.orig   2011-09-22 23:38:29.0 +0200
 +++ Mk/bsd.cmake.mk2011-09-22 23:42:13.0 +0200
 @@ -49,16 +49,10 @@
  #
  # Default environment and arguments to cmake
  #
 -CMAKE_ENV?=   ${CONFIGURE_ENV}
 -CMAKE_ARGS+=  -DCMAKE_C_COMPILER:STRING=${CC} \
 -  -DCMAKE_CXX_COMPILER:STRING=${CXX} \
 -  -DCMAKE_C_FLAGS:STRING=${CFLAGS} \
 -  -DCMAKE_C_FLAGS_DEBUG:STRING=${CFLAGS} \
 -  -DCMAKE_C_FLAGS_RELEASE:STRING=${CFLAGS} \
 -  -DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS} \
 -  -DCMAKE_CXX_FLAGS_DEBUG:STRING=${CXXFLAGS} \
 -  -DCMAKE_CXX_FLAGS_RELEASE:STRING=${CXXFLAGS} \
 -  
-DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_INSTALL_PREFIX} \
 +CMAKE_ENV?=   ${CONFIGURE_ENV} CC=${CC} CFLAGS=${CFLAGS} \
 +  CPP=${CPP} CPPFLAGS=${CPPFLAGS} \
 +  CXX=${CXX} CXXFLAGS=${CXXFLAGS}
 +CMAKE_ARGS+=  -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_INSTALL_PREFIX} \
-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} 
\
-DTHREADS_HAVE_PTHREAD_ARG:BOOL=YES
  
 
 --050503030704080903050407--
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/156901: [patch] devel/cmake breaks with CC containing spaces

2011-09-23 Thread Alberto Villa
On Friday 23 September 2011 16:20:08 Dominic Fandrey wrote:
  The longer this is delayed, the more patches I will have to change.

dominic,

your work is very welcome, but we're now in the process of testing and 
preparing qt4/pyqt4/kde4 updated version for the ports tree. we don't 
have the manpower to take care of this as well, and it's not something we 
can mix with the big kde patch, hence it will have to be postponed to - 
probably - after the ports slush
-- 
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla

Mene, mene, tekel, upharsin.


signature.asc
Description: This is a digitally signed message part.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/156901: [patch] devel/cmake breaks with CC containing spaces

2011-09-11 Thread Dominic Fandrey
On 03/09/2011 01:58, Alberto Villa wrote:
 On Saturday 03 September 2011 01:52:37 Dominic Fandrey wrote:
 If you're still interested in helping ... hold out a while longer.
 I'll try to give you a complete set of patches.
 
 we ARE still interested. thanks for your work!

Here is the complete patch set:
http://www.freebsd.org/cgi/query-pr.cgi?pr=156901#reply4

Please keep me informed about the exp-run.

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/156901: [patch] devel/cmake breaks with CC containing spaces

2011-09-06 Thread Dominic Fandrey
On 03/09/2011 01:58, Alberto Villa wrote:
 On Saturday 03 September 2011 01:52:37 Dominic Fandrey wrote:
 If you're still interested in helping ... hold out a while longer.
 I'll try to give you a complete set of patches.
 
 we ARE still interested. thanks for your work!

Just a little progress report. About 40% of my queue has been completed
by now. This time I'm fixing stuff on the go. Because I'm also
fixing dependencies this time, the list of patches has grown to 11,
so far. Fixing audio/nas required a small change in bsd.port.mk
(imake problem).

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/156901: [patch] devel/cmake breaks with CC containing spaces

2011-09-02 Thread Dominic Fandrey
On 19/07/2011 20:06, Max Brazhnikov wrote:
 On Fri, 15 Jul 2011 10:40:11 GMTFri, 15 Jul 2011 12:30:47 +0200, Dominic 
 Fandrey wrote:
 The following reply was made to PR ports/156901; it has been noted by
 GNATS.

 From: Dominic Fandrey kamik...@bsdforen.de
 To: bug-follo...@freebsd.org, kamik...@bsdforen.de
 Cc:
 Subject: Re: ports/156901: [patch] devel/cmake breaks with CC containing
 spaces Date: Fri, 15 Jul 2011 12:30:47 +0200

  This is a multi-part message in MIME format.
  --040400020806080003010108
  Content-Type: text/plain; charset=ascii
  Content-Transfer-Encoding: 7bit

  I think the results speak for themselves. I dedicated my box to
  this for more than 9 days, 1260 queue entries were processed.
  I hope there'll be some kind of reaction.

  Will take care of devel/kdebindings4-ruby after I get some sleep.
  I've been up for  30 hours.
 
 Dominic,
 
 Thank you very much for your work. Please send me patches for other failing 
 ports, I'll combine them all and will request exp-run on pointyhat.

My tinderbox is on it. I expect it will take ~1 week to complete.

If you're still interested in helping ... hold out a while longer.
I'll try to give you a complete set of patches.

Regards

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/156901: [patch] devel/cmake breaks with CC containing spaces

2011-09-02 Thread Alberto Villa
On Saturday 03 September 2011 01:52:37 Dominic Fandrey wrote:
 If you're still interested in helping ... hold out a while longer.
 I'll try to give you a complete set of patches.

we ARE still interested. thanks for your work!
-- 
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla

Enjoy yourself while you're still old.


signature.asc
Description: This is a digitally signed message part.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information