Bug 131870 - databases/libgda2: Sybase backend doesn't get installed
Summary: databases/libgda2: Sybase backend doesn't get installed
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-19 09:20 UTC by Scot Hetzel
Modified: 2009-03-03 03:40 UTC (History)
0 users

See Also:


Attachments
file.diff (809 bytes, patch)
2009-02-19 09:20 UTC, Scot Hetzel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scot Hetzel 2009-02-19 09:20:01 UTC
While running portmaster to reinstall databases/libgda2 due to the library bump of the openldap libraries, portmaster reported that several files were missing:

PREFIX/lib/libgda/providers/libgda-sybase.a
PREFIX/lib/libgda/providers/libgda-sybase.la
PREFIX/lib/libgda/providers/libgda-sybase.so

The reason for these missing libraries is due to the configure script has a check for "Sybase host system type".  This check only allows the Sybase backend to be build on linux systems.

Fix: The only fix I came up with is to mark the Sybase backend broken.

Patch attached with submission follows:
How-To-Repeat: install databases/libgda2 as follows:

cd /usr/ports/databases/libgda2
make install -DWITH_FREETDS -DWITH_SYBASE

Then uninstall the port:

make deinstall

This will then report that these 3 files are missing:

PREFIX/lib/libgda/providers/libgda-sybase.a
PREFIX/lib/libgda/providers/libgda-sybase.la
PREFIX/lib/libgda/providers/libgda-sybase.so
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-19 09:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-03 03:34:00 UTC
marcus      2009-03-03 03:33:51 UTC

  FreeBSD ports repository

  Modified files:
    databases/libgda2    Makefile 
  Log:
  Remove Sybase support as it is Linux-only.
  
  PR:             131870
  Submitted by:   Scot Hetzel <swhetzel@gmail.com>
  
  Revision  Changes    Path
  1.87      +5 -3      ports/databases/libgda2/Makefile
_______________________________________________
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 Joe Marcus Clarke freebsd_committer freebsd_triage 2009-03-03 03:34:01 UTC
State Changed
From-To: open->closed

Committed, thanks!