first attempt at porting something (fdkaac)

Kevin Oberman rkoberman at gmail.com
Fri Mar 29 20:28:18 UTC 2019


You might take a look at audio/fdk-aac/. Not only will it show you how to
do it, it will save you the trouble.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkoberman at gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683


On Fri, Mar 29, 2019 at 1:23 PM Per Gunnarsson via freebsd-ports <
freebsd-ports at freebsd.org> wrote:

> Hello!
>
> I have been trying to create a port of fdkaac (a command line tool for
> fdk-aac the library).
>
> When I compiled it first, I needed to run "autoreconf -i", after which
> ./configure, make, make install worked.
>
> Now I have created a Makefile, distinfo,  pkg-descr and pkg-plist.
>
> The download from github works, but the Makefile has a problem. I just
> nicked a Makefile and modified it, that is the way I learn how things work.
>
> First it seems to find fdk-aac, but then after autoreconf is run it
> doesn't find it any longer.
>
> The files for the port and the information I got about what went wrong
> is available in the directory
>
> https://mustafejen.se/~per/tmp/debug/Myfirstport
>
> Cheers!
>
> Per Gunnarsson
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
>


More information about the freebsd-ports mailing list