Bug 160157 - [PATCH] sysutils/flyback: eliminate py-pysqlite2x dependency
Summary: [PATCH] sysutils/flyback: eliminate py-pysqlite2x dependency
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: Lars Engels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-24 21:50 UTC by R.Mahmatkhanov
Modified: 2011-08-28 17:20 UTC (History)
0 users

See Also:


Attachments
file.diff (694 bytes, patch)
2011-08-24 21:50 UTC, R.Mahmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description R.Mahmatkhanov 2011-08-24 21:43:35 UTC
Just forgot to add that you can just grep for `sqlite` in ${WRKSRC} to 
be sure that it has nothing to do with sqlite ot py-sqlite.

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.
Comment 1 R.Mahmatkhanov 2011-08-24 21:50:01 UTC
This port doesn't need databases/py-pysqlite2x dependency. Actually it doesn't use any database backend at all, so remove this. 
I also checked deps for debian packages on mastersite (but for more fresh flyback version) - there is no pysqlite too:

Depends: python, python-glade2, python-gnome2, git-core

While here use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE} as mastersite.

Fix: Patch attached with submission follows:
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-24 21:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lme

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-08-28 17:14:08 UTC
lme         2011-08-28 16:13:54 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/flyback     Makefile 
  Log:
  Remove unneeded run depdency on py-pysqlite2x
  
  PR:             ports/160157
  Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
  Approved by:    Maintainer (me)
  
  Revision  Changes    Path
  1.7       +3 -4      ports/sysutils/flyback/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 4 Lars Engels freebsd_committer freebsd_triage 2011-08-28 17:14:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!