[MacPorts] #20381: nzbget 0.6.0 - updated portfile for latest release
#20381: nzbget 0.6.0 - updated portfile for latest release ----------------------------------------+----------------------------------- Reporter: arno+macports@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: nzbget, nzb, usenet | Port: nzbget ----------------------------------------+----------------------------------- Version bump for nzbget to the latest release. Also, the patches included with the existing Portfile (0.2.3) are no longer needed. -- Ticket URL: <http://trac.macports.org/ticket/20381> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20381: nzbget 0.6.0 - updated portfile for latest release ----------------------------------------+----------------------------------- Reporter: arno+macports@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: nzbget, nzb, usenet | Port: nzbget ----------------------------------------+----------------------------------- Comment(by toby@…): ugh. diff please -- Ticket URL: <http://trac.macports.org/ticket/20381#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20381: nzbget 0.6.0 - updated portfile for latest release ----------------------------------------+----------------------------------- Reporter: arno+macports@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: nzbget, nzb, usenet | Port: nzbget ----------------------------------------+----------------------------------- Comment(by arno+macports@…): Here you go. Also, note that nzbget now requires the new libpar2 port that I posted (#20380). -- Ticket URL: <http://trac.macports.org/ticket/20381#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20381: nzbget 0.6.0 - updated portfile for latest release ----------------------------------------+----------------------------------- Reporter: arno+macports@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: nzbget, nzb, usenet | Port: nzbget ----------------------------------------+----------------------------------- Comment(by jmr@…): If you can't avoid making whitespace changes in the first place, at least tell diff to ignore them. -- Ticket URL: <http://trac.macports.org/ticket/20381#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20381: nzbget 0.6.0 - updated portfile for latest release ----------------------------------------+----------------------------------- Reporter: arno+macports@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: nzbget, nzb, usenet | Port: nzbget ----------------------------------------+----------------------------------- Comment(by arno+macports@…): I followed the instructions in the guide which don't specify ignoring whitespace. And the only whitespace instructions I see (after searching further just now) are on the "New Committers" page. Sorry for missing that. I figured that since almost everything in this Portfile changed with this update it'd be easier to simply upload the full file. In the future I'll limit any whitespace changes. -- Ticket URL: <http://trac.macports.org/ticket/20381#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20381: nzbget 0.6.0 - updated portfile for latest release ----------------------------------------+----------------------------------- Reporter: arno+macports@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: nzbget, nzb, usenet | Port: nzbget ----------------------------------------+----------------------------------- Comment(by toby@…): Whitespace changes are fine, it's just hard to evaluate a change that contains both code changes and whitespace changes. And I was feeling lazy when I made my initial comment. ;) -- Ticket URL: <http://trac.macports.org/ticket/20381#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20381: nzbget 0.6.0 - updated portfile for latest release ----------------------------------------+----------------------------------- Reporter: arno+macports@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: nzbget, nzb, usenet | Port: nzbget ----------------------------------------+----------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) Comment: 0.6.0 doesn't build for me on either Tiger or Leopard, with different errors. On Leopard it says: {{{ Undefined symbols: "_gcry_control", referenced from: tls_lib_init(char**) in TLS.o }}} That symbol is from gcrypt. On Tiger it says: {{{ Thread.cpp: In member function 'void Semaphore::CreateSemObj(int)': Thread.cpp:138: error: ISO C++ forbids comparison between pointer and integer }}} I don't know what the deal is there. -- Ticket URL: <http://trac.macports.org/ticket/20381#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20381: nzbget 0.6.0 - updated portfile for latest release ----------------------------------------+----------------------------------- Reporter: arno+macports@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: nzbget, nzb, usenet | Port: nzbget ----------------------------------------+----------------------------------- Comment(by arno+macports@…): At least for Leopard, it looks like your configure picked gnutls, while mine picked ssl. I'm checking now to see if that makes a difference and I need to specify which is used. -- Ticket URL: <http://trac.macports.org/ticket/20381#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20381: nzbget 0.6.0 - updated portfile for latest release ----------------------------------------+----------------------------------- Reporter: arno+macports@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: nzbget, nzb, usenet | Port: nzbget ----------------------------------------+----------------------------------- Comment(by arno+macports@…): Replying to [comment:7 arno+macports@…]:
At least for Leopard, it looks like your configure picked gnutls, while mine picked ssl. I'm checking now to see if that makes a difference and I need to specify which is used. Yep, I get the same error when forcing gnutls. I've added openssl as a dependency, forced the use of that library, and re-added the Portfile and diff. (I'm including both because of the magnitude of changes).
-- Ticket URL: <http://trac.macports.org/ticket/20381#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20381: nzbget 0.6.0 - updated portfile for latest release -----------------------------------------+---------------------------------- Reporter: arno+macports@… | Owner: macports-tickets@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: nzbget, nzb, usenet Port: nzbget | -----------------------------------------+---------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => fixed Comment: Thanks, it builds on Leopard now. I committed the new portfile in r54796 and filed #20517 for the build failure on Tiger. -- Ticket URL: <http://trac.macports.org/ticket/20381#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts