Bug 120351 - [PATCH] multimedia/xmms: Properly respect OPTIONS
Summary: [PATCH] multimedia/xmms: Properly respect OPTIONS
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-07 15:50 UTC by Naram Qashat
Modified: 2008-02-08 07:30 UTC (History)
1 user (show)

See Also:


Attachments
xmms-1.2.11_2.patch (1.22 KB, patch)
2008-02-07 15:50 UTC, Naram Qashat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Naram Qashat 2008-02-07 15:50:03 UTC
- Properly respect OPTIONS (using !defined(WITHOUT_*) instead of defined(WITH_*)
  for OPTIONS set to on)

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

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-07 15:50:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-08 07:20:59 UTC
beech       2008-02-08 07:20:55 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/xmms      Makefile 
  Log:
  - Go with "old style" options defines
  - Makefile cleanup
  
  PR:             ports/120351
  Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com>
  
  Revision  Changes    Path
  1.95      +10 -10    ports/multimedia/xmms/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 Beech Rintoul freebsd_committer freebsd_triage 2008-02-08 07:26:46 UTC
State Changed
From-To: open->closed

Committed, Thanks!