Bug 54363 - [fixes] devel/libvanesse_{socket,adt}: correct Makefile odd behavior.
Summary: [fixes] devel/libvanesse_{socket,adt}: correct Makefile odd behavior.
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-11 10:20 UTC by Clement Laforet
Modified: 2003-07-11 12:39 UTC (History)
1 user (show)

See Also:


Attachments
libvanessa_socket.diff (920 bytes, patch)
2003-07-11 10:20 UTC, Clement Laforet
no flags Details | Diff
file.diff (822 bytes, patch)
2003-07-11 10:20 UTC, Clement Laforet
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Clement Laforet 2003-07-11 10:20:12 UTC
	[1] : Reported by daichi (long time ago...)
	if you build the port twice, build fails for vanessa_socket_pipe program.
	It seems that libtool uses old reference to libvanessa_socket (i.e. obsolete
	ldconfig reference), this patch fix the problem.
		* New file : add files/patch-vanessa_socket_pipe-Makefile.in

	[2] : Reported by kris (and bento)
	libvanessa_adt test/ subdir is removed from Makefile due to oddities :
	a) same as [1]
	b) dynamic_array_test is randomly installed (and useless).

Fix: [1]

[2]
How-To-Repeat: 	play with devel/libvanesse_{socket,adt} ports.
Comment 1 Daichi GOTO freebsd_committer freebsd_triage 2003-07-11 12:38:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!