Bug 134772 - [patch] net/miredo fix build for option WITHOUT_NLS
Summary: [patch] net/miredo fix build for option WITHOUT_NLS
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: Munechika Sumikawa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-21 05:40 UTC by dirk.meyer
Modified: 2009-05-21 07:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.73 KB, patch)
2009-05-21 05:40 UTC, dirk.meyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dirk.meyer 2009-05-21 05:40:00 UTC
	a)
	Build fails:
[...]
===>  Patching for miredo-1.1.6
===>   miredo-1.1.6 depends on shared library: Judy.1 - found
===>  Configuring for miredo-1.1.6
[...]
checking Judy.h usability... no
checking Judy.h presence... no
checking for Judy.h... no
configure: WARNING: If you don't care about scalability, re-run configure with '--without-Judy'.
configure: error: Required Judy dynamic arrays library missing.
===>  Script "configure" failed unexpectedly.
[...]

	b)
	The remove of sample configuration file does not work.
	1.) %%TARGETDIR%% is not defined, replaced with "%D".
	2.) The path to the file in PORTDOCS has no prefix "%D".
	3.) The argument to rm has wrong path.
		"miredo/etc" must be "etc/miredo"

	c)
	Remove extra directories created by make install

Fix: apply this patch
How-To-Repeat: 
	$ make clean all WITHOUT_NLS=yes
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-21 05:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sumikawa

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-21 06:56:51 UTC
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"
Comment 3 Munechika Sumikawa freebsd_committer freebsd_triage 2009-05-21 06:57:00 UTC
State Changed
From-To: open->closed

Commited, thanks.  In the case of @dirrmtry var/run, I've changed localstatedir.