Bug 123296 - [PATCH] devel/py-qt4-qscintilla2: Fix warning of 'make index' when no python is installed.
Summary: [PATCH] devel/py-qt4-qscintilla2: Fix warning of 'make index' when no python ...
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: 2008-05-01 13:30 UTC by Yasuhiro Kimura
Modified: 2008-05-02 10:50 UTC (History)
0 users

See Also:


Attachments
patch-py-qt4-qscintilla2 (500 bytes, text/plain)
2008-05-01 13:30 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2008-05-01 13:30:01 UTC
	When no python is installed (and py-qt4-qscintilla2 neither),
	make index warns with following messages:

	maybe# make index
	Generating INDEX-7 - please wait../usr/local/bin/python2.5: not found
	"Makefile", line 43: warning: "/usr/local/bin/python2.5 -c "import sys; print sys.version[:3]"" returned non-zero status

How-To-Repeat: 	1. Deinstall any version of python.
	2. Go to /usr/ports
	3. type 'make index' and return key.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-01 13:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-01 13:30:11 UTC
Maintainer of devel/py-qt4-qscintilla2,

Please note that PR ports/123296 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/123296

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-01 13:30:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2008-05-01 14:16:55 UTC
Responsible Changed
From-To: freebsd-python->miwi

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-05-02 10:47:40 UTC
miwi        2008-05-02 09:47:35 UTC

  FreeBSD ports repository

  Modified files:
    devel/py-qt4-qscintilla2 Makefile 
  Log:
  - Fix INDEX warnings
  
  PR:             123296
  Submitted by:   Yasuhiro KIMURA <yasu@utahime.org>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.6       +1 -1      ports/devel/py-qt4-qscintilla2/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 2008-05-02 10:47:42 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!