Bug 170801 - [PATCH] print/cups-base: fix PYTHON ports option
Summary: [PATCH] print/cups-base: fix PYTHON ports option
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-20 23:10 UTC by Artis Caune
Modified: 2012-08-22 19:48 UTC (History)
0 users

See Also:


Attachments
file.diff (419 bytes, patch)
2012-08-20 23:10 UTC, Artis Caune
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Artis Caune 2012-08-20 23:10:12 UTC
There is a typo in Makefile for PYTHON ports option

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-20 23:10:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-22 19:00:18 UTC
Author: dinoex
Date: Wed Aug 22 17:59:57 2012
New Revision: 302949
URL: http://svn.freebsd.org/changeset/ports/302949

Log:
  - fix option PYTHON
  PR:		170801
  Submitted by:	Artis Caune

Modified:
  head/print/cups-base/Makefile

Modified: head/print/cups-base/Makefile
==============================================================================
--- head/print/cups-base/Makefile	Wed Aug 22 17:40:21 2012	(r302948)
+++ head/print/cups-base/Makefile	Wed Aug 22 17:59:57 2012	(r302949)
@@ -167,7 +167,7 @@ PLIST_SUB+=		WITH_PDFTOPS=""
 PLIST_SUB+=		WITH_PDFTOPS="@comment "
 .endif
 
-.if !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && ${PORT_OPTIONS:MPYTHON)}
+.if !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && ${PORT_OPTIONS:MPYTHON}
 CONFIGURE_ARGS+=	--with-python
 USE_PYTHON=		yes
 .include "${PORTSDIR}/Mk/bsd.python.mk"
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2012-08-22 19:48:04 UTC
State Changed
From-To: open->closed

committed, thanks.