Re: creating steghide portfile, won't build
"Mark Duling" <[email protected]>
| Newsgroups | gmane.os.opendarwin.darwinports |
|---|---|
| Message-ID | <[email protected]> |
"zuzu (sean)" <[email protected]> writes: >Technically, libjpeg is optional (if you never want to encapsulate >your data with JPEG), what's causing the level one error is a failure >with libmhash. > >The three checks which returned a no value include: > >checking for mhash_init in -lmhash... no >checking for mcrypt_generic in -lmcrypt... no >checking for jpeg_read_coefficients in -ljpeg... no > > >With the Portfile changes you recommended, the configure stage >completes (the no values change to yes). > >configure.env CPPFLAGS=-I${prefix}/include \ > CFLAGS=-I${prefix}/include \ > LDFLAGS=-L${prefix}/lib > > >But now the actual build fails. Errors with SampleValue.h, AuData.h, >and AudioData.h, in trying to build AuFile.o Well that's progress. The FreeBSD port patches src/AuSampleValues.cc file if that helps. You might also want to take a look at the portage port to see patches they made. http://www.freebsd.org/cgi/cvsweb.cgi/ports/security/steghide/files/ http://rsync1.it.gentoo.org/gentoo-portage/app-crypt/steghide/?C=N;O=A Maybe that will help out. Mark