readme: base it on /usr/ports/infrastructure/templates/README.template,
like the readme in every other port

setting LDFLAGS in the port Makefile isn't doing anything as-is.
you shouldn't override CFLAGS just add to it. what you probably actually
want is to remove those two lines and the patch to configure.ac and set
"CONFIGURE_ENV= LDFLAGS=-pthread"

split LIB_DEPENDS onto separate lines i.e.

LIB_DEPENDS =           devel/glib2 \
                        net/neon

patches have nonstandard file names. to clean them up, "make patch",
"rm patches/*", "make update-patches". this will look for .orig files in
the work dir, and generate a patch between them and the non-.orig version,
and save them under the expected filename in the port dir.

Reply via email to