Bug 182971 - [PATCH] devel/qt4-qtsolutions-soap: fix build after patchs were added to the MASTER port.
Summary: [PATCH] devel/qt4-qtsolutions-soap: fix build after patchs were added to the ...
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: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-14 15:10 UTC by Mathieu Arnold
Modified: 2013-10-14 16:00 UTC (History)
1 user (show)

See Also:


Attachments
qt4-qtsolutions-soap-20110722_1.patch (386 bytes, patch)
2013-10-14 15:10 UTC, Mathieu Arnold
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold freebsd_committer freebsd_triage 2013-10-14 15:10:00 UTC
Port maintainer (gahr@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-14 15:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Pietro Cerutti freebsd_committer freebsd_triage 2013-10-14 15:21:35 UTC
Approved, thanks!

-- 
Pietro Cerutti
The FreeBSD Project
gahr@FreeBSD.org

PGP Public Key:
http://gahr.ch/pgp
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-14 15:26:52 UTC
Author: mat
Date: Mon Oct 14 14:26:39 2013
New Revision: 330330
URL: http://svnweb.freebsd.org/changeset/ports/330330

Log:
  Fix build after patchs were added to the MASTER port.
  
  PR:		ports/182971
  Submitted by:	mat (me)
  Approved by:	gahr (maintainer)

Modified:
  head/devel/qt4-qtsolutions-soap/Makefile

Modified: head/devel/qt4-qtsolutions-soap/Makefile
==============================================================================
--- head/devel/qt4-qtsolutions-soap/Makefile	Mon Oct 14 14:19:49 2013	(r330329)
+++ head/devel/qt4-qtsolutions-soap/Makefile	Mon Oct 14 14:26:39 2013	(r330330)
@@ -15,6 +15,8 @@ COMMENT=	QT4 Solutions SOAP Component
 
 DESCR=		${.CURDIR}/pkg-descr
 
+PATCHDIR=	${.CURDIR}/files
+
 SUB_PROJECT_NAME=	qtsoap
 LIBRARY_NAME=		libQtSolutions_SOAP-head.so
 LIBRARY_HEADERS=	qtsoap.h \
_______________________________________________
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 4 Mathieu Arnold freebsd_committer freebsd_triage 2013-10-14 15:36:17 UTC
State Changed
From-To: open->closed

Committed.