Opened 13 years ago

Closed 13 years ago

#30315 closed defect (fixed)

makicns fails to build on Lion

Reported by: mkae (Marko Käning) Owned by: mkae (Marko Käning)
Priority: Normal Milestone:
Component: ports Version: 2.0.0
Keywords: haspatch Cc: pixilla (Bradley Giesbrecht)
Port: makeicns

Description

makeicns fails to build in its current MacPorts version.

Version 1.4.9 on BitBucket is already working fine.

The update of makeicns port itself is going to follow very soon. Please stay tuned.

---

Brad, something seems to be wrong with the warning message in case of an unknown system, since in makeicns' build log I saw something like "command commence before first target" (in line 49) instead of the expected warning message.

Change History (7)

comment:1 Changed 13 years ago by mkae (Marko Käning)

Owner: changed from macports-tickets@… to mk@…

comment:2 Changed 13 years ago by mkae (Marko Käning)

Here is the patch:

--- /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/makeicns/Portfile	2011-06-14 19:30:18.000000000 +0200
+++ Portfile.new	2011-07-23 14:12:06.000000000 +0200
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                makeicns
-version             1.4.8
+version             1.4.9
 categories          graphics
 maintainers         mk pixilla
 platforms           darwin
@@ -24,9 +24,9 @@
 
 worksrcdir          ${name}
 
-checksums           md5     e89c15d8e1481ce03fccbb6ad82695de \
-                    sha1    339c2ffa5cb5ea4d7853b613fdfb37d29aaf9f2b \
-                    rmd160  74d524d47e0c111c853316a8b0a96301acadf486
+checksums           md5     795ec620f15bfcebb5246319c1a96eab \
+                    sha1    02d393bad00a138dbba7b08d741e8d40a79e6c0f \
+                    rmd160  a8b30f785dc5ede73946bdb8786644d0867c0e1d
 
 use_configure       no

I'll commit it as soon as possible.

comment:3 Changed 13 years ago by mkae (Marko Käning)

Keywords: haspatch added

comment:4 Changed 13 years ago by pixilla (Bradley Giesbrecht)

I think we are dropping the md5 checksums on portfile updates.

comment:5 Changed 13 years ago by mkae (Marko Käning)

I think it was concluded that it doesn't hurt to have MD5 still in there...

comment:6 Changed 13 years ago by mkae (Marko Käning)

Done in r81020.

comment:7 Changed 13 years ago by mkae (Marko Käning)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.