Opened 15 years ago

Closed 15 years ago

#20356 closed submission (fixed)

steghide 0.5.1 submission

Reported by: cforkin@… Owned by: skymoo (Adam Mercer)
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: steghide

Description

I'd like to submit the above port (this is my first macport, so please go easy on me).

Attachments (4)

Portfile (1.3 KB) - added by cforkin@… 15 years ago.
port file
patch-build-with-gcc-4.diff (5.7 KB) - added by cforkin@… 15 years ago.
patch file
patch-src-Makefile.am.diff (283 bytes) - added by cforkin@… 15 years ago.
patch file
patch-src-Makefile.in.diff (329 bytes) - added by cforkin@… 15 years ago.
patch file

Download all attachments as: .zip

Change History (7)

Changed 15 years ago by cforkin@…

Attachment: Portfile added

port file

Changed 15 years ago by cforkin@…

Attachment: patch-build-with-gcc-4.diff added

patch file

Changed 15 years ago by cforkin@…

Attachment: patch-src-Makefile.am.diff added

patch file

Changed 15 years ago by cforkin@…

Attachment: patch-src-Makefile.in.diff added

patch file

comment:1 Changed 15 years ago by skymoo (Adam Mercer)

Owner: changed from macports-tickets@… to ram@…
Status: newassigned

comment:2 Changed 15 years ago by skymoo (Adam Mercer)

Keywords: steghide removed
Port: steghide added

comment:3 Changed 15 years ago by skymoo (Adam Mercer)

Resolution: fixed
Status: assignedclosed

Seems to also have dependencies on libiconv, gettext, zlib, and libmcrypt:

$ otool -L /opt/local/bin/steghide
/opt/local/bin/steghide:
        /opt/local/lib/libintl.8.dylib (compatibility version 9.0.0, current version 9.2.0)
        /opt/local/lib/libiconv.2.dylib (compatibility version 8.0.0, current version 8.0.0)
        /opt/local/lib/libjpeg.62.dylib (compatibility version 63.0.0, current version 63.0.0)
        /opt/local/lib/libmcrypt.4.dylib (compatibility version 9.0.0, current version 9.8.0)
        /opt/local/lib/libmhash.2.dylib (compatibility version 3.0.0, current version 3.1.0)
        /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3)
        /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.4.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.4)
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
$ port provides /opt/local/lib/libintl.8.dylib
/opt/local/lib/libintl.8.dylib is provided by: gettext
$ port provides /opt/local/lib/libiconv.2.dylib
/opt/local/lib/libiconv.2.dylib is provided by: libiconv
$ port provides /opt/local/lib/libmcrypt.4.dylib
/opt/local/lib/libmcrypt.4.dylib is provided by: libmcrypt
$ port provides /opt/local/lib/libz.1.dylib
/opt/local/lib/libz.1.dylib is provided by: zlib
$

I've added the appropriate extra dependencies and committed in r54323, thanks

Note: See TracTickets for help on using tickets.