Bug 137371 - x11/Terminal: make dependance on startup-notification really optional
Summary: x11/Terminal: make dependance on startup-notification really optional
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: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-03 00:30 UTC by Carlos Santos
Modified: 2009-08-16 15:40 UTC (History)
0 users

See Also:


Attachments
file.diff (624 bytes, patch)
2009-08-03 00:30 UTC, Carlos Santos
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Santos 2009-08-03 00:30:04 UTC
Support for startup notification is optional on x11/Terminal/Makefile, so it must not be keept fixed in LIB_DEPENDS.

Fix: Apply the attached patch.

Patch attached with submission follows:
How-To-Repeat: Build and install the Terminal port as of version 0.2.12.1 with the STARTUP option off. It will force the build and installation of x11/startup-notification even though it is not required.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-03 00:30:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-08-16 15:36:07 UTC
oliver      2009-08-16 14:35:54 UTC

  FreeBSD ports repository

  Modified files:
    x11/Terminal         Makefile 
  Log:
  make startup notification really optional
  
  PR:             ports/137371
  Submitted By:   "Carlos A. M. dos Santos" <unixmania@gmail.com>
  
  Revision  Changes    Path
  1.25      +1 -3      ports/x11/Terminal/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 Oliver Lehmann freebsd_committer freebsd_triage 2009-08-16 15:37:32 UTC
State Changed
From-To: open->closed

good catch - committed, thanks!