Bug 80795 - [new port] devel/gwenhywfar
Summary: [new port] devel/gwenhywfar
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sam Lawrance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-08 21:10 UTC by pcc
Modified: 2005-06-08 16:08 UTC (History)
0 users

See Also:


Attachments
file.shar (8.12 KB, text/plain)
2005-05-08 21:10 UTC, pcc
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description pcc 2005-05-08 21:10:03 UTC
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?
Comment 1 pcc 2005-05-16 20:08:30 UTC
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 +++
Comment 2 Sam Lawrance freebsd_committer freebsd_triage 2005-05-18 05:20:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lawrance

Grab
Comment 3 Sam Lawrance freebsd_committer freebsd_triage 2005-06-04 16:10:02 UTC
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?
Comment 4 Sam Lawrance freebsd_committer freebsd_triage 2005-06-08 16:07:48 UTC
State Changed
From-To: open->closed

A newer version was committed, thanks!