Bug 184129 - [PATCH] graphics/vips: fix typo in option description
Summary: [PATCH] graphics/vips: fix typo in option description
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: Mikhail Teterin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-20 23:00 UTC by Dmitry Marakasov
Modified: 2013-12-10 01:30 UTC (History)
1 user (show)

See Also:


Attachments
vips-7.26.3_7.patch (471 bytes, patch)
2013-11-20 23:00 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2013-11-20 23:00:00 UTC
See patch

Port maintainer (mi@aldan.algebra.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-20 23:00:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mi

mi@aldan.algebra.com => mi@ (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-20 23:00:15 UTC
Maintainer of graphics/vips,

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

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-20 23:00:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-12-10 01:25:24 UTC
Author: amdmi3
Date: Tue Dec 10 01:25:12 2013
New Revision: 336037
URL: http://svnweb.freebsd.org/changeset/ports/336037

Log:
  - Fix build on 10.x
  
  PR:		184129, 184347
  Submitted by:	amdmi3
  Approved by:	maintainer timeout

Modified:
  head/graphics/vips/Makefile

Modified: head/graphics/vips/Makefile
==============================================================================
--- head/graphics/vips/Makefile	Tue Dec 10 01:19:55 2013	(r336036)
+++ head/graphics/vips/Makefile	Tue Dec 10 01:25:12 2013	(r336037)
@@ -10,9 +10,9 @@ MASTER_SITES=	http://www.vips.ecs.soton.
 MAINTAINER=	mi@aldan.algebra.com
 COMMENT=	Free image processing system
 
-OPTIONS_DEFINE=	LIBOIL PYTHON
+OPTIONS_DEFINE=	LIBOIL PYTHON DOCS
 OPTIONS_DEFAULT=	LIBOIL
-LIBOIL_DESC=	Use leiboil for CPU-optimized primitives
+LIBOIL_DESC=	Use liboil for CPU-optimized primitives
 PYTHON_DESC=	Create Python bindings
 
 BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
@@ -81,4 +81,8 @@ LIB_DEPENDS+=	oil:${PORTSDIR}/devel/libo
 CONFIGURE_ARGS+=	--without-liboil
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e '/VIPS_CXX_LIBS="-lstdc++"/ d' \
+		${WRKSRC}/configure.in ${WRKSRC}/configure
+
 .include <bsd.port.post.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 5 Dmitry Marakasov freebsd_committer freebsd_triage 2013-12-10 01:26:48 UTC
State Changed
From-To: feedback->closed

Committed, thanks!