Bug 151228 - [PATCH] devel/librcc: optionalize gtk1/2, fix plist
Summary: [PATCH] devel/librcc: optionalize gtk1/2, fix plist
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: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-05 15:00 UTC by Dmitry Marakasov
Modified: 2010-10-05 16:30 UTC (History)
1 user (show)

See Also:


Attachments
librcc-0.2.9_5.patch (2.86 KB, patch)
2010-10-05 15:00 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2010-10-05 15:00:02 UTC
librcc has incorrect plist when built without GTK2:

http://people.freebsd.org/~amdmi3/librcc-nogtk2-0.2.9_4.log

Fix that, and also, make both gtk1 and gtk2 optional.

Port maintainer (fluffy@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-05 15:00:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fluffy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-05 16:21:49 UTC
fluffy      2010-10-05 15:21:43 UTC

  FreeBSD ports repository

  Modified files:
    devel/librcc         Makefile pkg-plist 
  Log:
  - Optionalize gtk1/2
  - Fix plist without gtk2
  
  PR:             151228
  Submitted by:   Dmitry Marakasov <amdmi3 AT amdmi3 DOT ru>
  
  Revision  Changes    Path
  1.10      +16 -7     ports/devel/librcc/Makefile
  1.4       +6 -6      ports/devel/librcc/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 Dima Panov freebsd_committer freebsd_triage 2010-10-05 16:21:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!