[MacPorts] #22126: UPDATE: mdk 1.2.5
#22126: UPDATE: mdk 1.2.5 ----------------------------------+----------------------------------------- Reporter: aconchillo@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: ----------------------------------+----------------------------------------- New upstream release. Added gui variant description. I don't know how to remove the following lint warnings. $ port lint mdk ---> Verifying Portfile for mdk Warning: Dependency port:autoconf specified multiple times in depends_build Warning: Dependency port:automake specified multiple times in depends_build Warning: Dependency port:libtool specified multiple times in depends_build ---> 0 errors and 3 warnings found. -- Ticket URL: <http://trac.macports.org/ticket/22126> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22126: UPDATE: mdk 1.2.5 ----------------------------------+----------------------------------------- Reporter: aconchillo@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: haspatch maintainer | Port: mdk ----------------------------------+----------------------------------------- Changes (by jmr@…): * keywords: => haspatch maintainer * version: 1.8.1 => * type: defect => update * port: => mdk Old description:
New upstream release.
Added gui variant description. I don't know how to remove the following lint warnings.
$ port lint mdk ---> Verifying Portfile for mdk Warning: Dependency port:autoconf specified multiple times in depends_build Warning: Dependency port:automake specified multiple times in depends_build Warning: Dependency port:libtool specified multiple times in depends_build ---> 0 errors and 3 warnings found.
New description: New upstream release. Added gui variant description. I don't know how to remove the following lint warnings. {{{ $ port lint mdk ---> Verifying Portfile for mdk Warning: Dependency port:autoconf specified multiple times in depends_build Warning: Dependency port:automake specified multiple times in depends_build Warning: Dependency port:libtool specified multiple times in depends_build ---> 0 errors and 3 warnings found. }}} -- Comment: The lint warnings are kind of a base bug (both use_autoconf and use_automake add the same dependencies), but you should probably just do use_autoreconf instead of doing both of those plus running aclocal manually. -- Ticket URL: <http://trac.macports.org/ticket/22126#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22126: UPDATE: mdk 1.2.5 ----------------------------------+----------------------------------------- Reporter: aconchillo@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: haspatch maintainer | Port: mdk ----------------------------------+----------------------------------------- Comment(by aconchillo@…): I've tried use_autoreconf and the solution is not immediate. autoreconf does not call intltoolize which is used by mdk. Then I have called autoreconf, intltoolize and aclocat from post-extract, but I also got more errors. Is it possible to leave the lint warnings for use_automake and use_autoconf? It makes the Portfile easier and more readable. -- Ticket URL: <http://trac.macports.org/ticket/22126#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22126: UPDATE: mdk 1.2.5 -----------------------------------+---------------------------------------- Reporter: aconchillo@… | Owner: macports-tickets@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: haspatch maintainer Port: mdk | -----------------------------------+---------------------------------------- Changes (by jmr@…): * status: new => closed * resolution: => fixed Comment: Committed in r61556. Parallel building was failing, so I disabled it. -- Ticket URL: <http://trac.macports.org/ticket/22126#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts