Bug 144162 - [patch] graphics/php5-chartdirector fix typo in Makefile
Summary: [patch] graphics/php5-chartdirector fix typo in Makefile
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-21 09:10 UTC by Andrius Morkunas
Modified: 2010-02-26 10:10 UTC (History)
0 users

See Also:


Attachments
file.diff (415 bytes, patch)
2010-02-21 09:10 UTC, Andrius Morkunas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrius Morkunas 2010-02-21 09:10:04 UTC
ONLY_FOR_ARCH= i386 amd64
should be
ONLY_FOR_ARCHS= i386 amd64

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-02-21 09:10:24 UTC
Maintainer of graphics/php5-chartdirector,

Please note that PR ports/144162 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144162

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-02-21 09:10:26 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Scot Hetzel 2010-02-21 18:49:35 UTC
Go a head and commit the fix.

Scot
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2010-02-21 18:53:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-02-26 10:09:54 UTC
miwi        2010-02-26 10:09:45 UTC

  FreeBSD ports repository

  Modified files:
    audio/linux-nerodigitalaudio Makefile 
    graphics/php5-chartdirector Makefile 
  Log:
  - S/ONLY_FOR_ARCH/ONLY_FOR_ARCHS
  
  PR:             144162 144156
  Submitted by:   Andrius Morkunas <hinokind@gmail.com>
  Approved by:    maintainers
  Feature safe:   yes
  
  Revision  Changes    Path
  1.2       +1 -1      ports/audio/linux-nerodigitalaudio/Makefile
  1.7       +1 -1      ports/graphics/php5-chartdirector/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 6 Martin Wilke freebsd_committer freebsd_triage 2010-02-26 10:10:57 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!