Bug 114277 - devel/libslang2: incorrect installation of libraries
Summary: devel/libslang2: incorrect installation of libraries
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-04 04:30 UTC by Conrad J. Sabatier
Modified: 2007-07-04 14:10 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad J. Sabatier 2007-07-04 04:30:03 UTC
	devel/libslang2 installs libraries incorrectly, installing 
	libslang.so.2 as a symbolic link pointing to itself, instead of 
	as the actual shared library file.

	Here's a listing of the "lib" dir from an example installation 
	using PREFIX=/tmp/libslang2:

drwxr-xr-x  4 root  wheel      512 Jul  3 22:18 X11
-r--r--r--  1 root  wheel  1513652 Jul  3 22:18 libslang.a
lrwxr-xr-x  1 root  wheel       13 Jul  3 22:18 libslang.so -> libslang.so.2
lrwxr-xr-x  1 root  wheel       13 Jul  3 22:18 libslang.so.2 -> libslang.so.2
drwxr-xr-x  3 root  wheel      512 Jul  3 22:18 slang

Fix: 

Unknown just yet.  Problem seems to be in the package's Makefile, 
	not the port's.
How-To-Repeat: 	make install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-04 04:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-04 14:07:49 UTC
garga       2007-07-04 13:07:42 UTC

  FreeBSD ports repository

  Modified files:
    devel/libslang2      Makefile pkg-plist 
  Added files:
    devel/libslang2/files patch-configure 
  Log:
  - Fix libs installation
  - Bump PORTREVISION
  
  PR:             ports/114277
  Submitted by:   Conrad J. Sabatier <conrads@cox.net>
  
  Revision  Changes    Path
  1.12      +1 -0      ports/devel/libslang2/Makefile
  1.1       +18 -0     ports/devel/libslang2/files/patch-configure (new)
  1.8       +2 -1      ports/devel/libslang2/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 Renato Botelho freebsd_committer freebsd_triage 2007-07-04 14:08:34 UTC
State Changed
From-To: open->closed

Fixed. Thanks!