This is a new port of gwenhywfar, a multi-platform helper library for networking and security applications. This hopefully is a first step to build the infrastructure to fix http://www.freebsd.org/cgi/query-pr.cgi?pr=78443. Any help is appreciated as I can't go any faster than I do now. Please also bear with me (very) patiently -- my usual response time currently are of a similar order 8-S (hence the maintainer as it is now 8-S). How-To-Repeat: Be without gwenhywfar?
To Whom It May Concern ...I now either have broken or repaired my system. Whatever, the port does not compile anymore. Just in case anyone else had the same problem and was getting to worry. Sigh. Never mind. All the best, Peter. -- 5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail +++ GMX - die erste Adresse für Mail, Message, More +++
Responsible Changed From-To: freebsd-ports-bugs->lawrance Grab
Some changes to make: The configure script needs a little tweaking. Look for 'mkdir gwenhywfar' and replace the &> with 2> so mkdir doesn't get backgrounded. It's not a good idea to use pkg-plist together with PLIST_FILES. Add the share/examples/gwenhywfar stuff to pkg-plist and use %%NOPORTDOCS%% and %%EXAMPLESDIR%% macros. No need to add docs to the plist yourself, just install them into ${PORTDOCS} and set PORTDOCS=* (see porter's handbook for more) Add --program-prefix="" to CONFIGURE_ARGS so the binaries don't get installed as i386-portbld-blahblah-xmlmerge. Some of the stuff in the tools/ directory seems to need $(LTLIBINTL) added to the relevant _LDADD variable in Makefile.in Also, would you be willing to maintain this port?
State Changed From-To: open->closed A newer version was committed, thanks!