Summary: | [patch] net/miredo fix build for option WITHOUT_NLS | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | dirk.meyer <dirk.meyer> | ||||
Component: | Individual Port(s) | Assignee: | Munechika Sumikawa <sumikawa> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
dirk.meyer
2009-05-21 05:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->sumikawa Over to maintainer (via the GNATS Auto Assign Tool) sumikawa 2009-05-21 05:56:42 UTC FreeBSD ports repository Modified files: net/miredo Makefile pkg-plist Removed files: net/miredo/files isatapd.in Log: 1. remove unnessary starup file 2. change localstatedir to use /var/run 3. miredo.conf remove fix 4. Fix complie error with WITHOUT_NLS=yes PR: ports/134772 (3 and 4) Submitted by: dirk.meyer@dinoex.sub.org (3 and 4) Revision Changes Path 1.10 +6 -11 ports/net/miredo/Makefile 1.3 +0 -26 ports/net/miredo/files/isatapd.in (dead) 1.4 +1 -1 ports/net/miredo/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Commited, thanks. In the case of @dirrmtry var/run, I've changed localstatedir. |