Bug 176759 - [patch] www/serf plist mentions serf_private.h, which it doesn't install
Summary: [patch] www/serf plist mentions serf_private.h, which it doesn't install
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: freebsd-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-08 18:30 UTC by hag
Modified: 2013-03-19 13:20 UTC (History)
0 users

See Also:


Attachments
file.diff (326 bytes, patch)
2013-03-08 18:30 UTC, hag
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hag 2013-03-08 18:30:00 UTC
	The plist for www/serf mentions include/serf-1/serf_private.h
	as an installed file, but serf doesn't install this.  My guess
	is that an earlier version of serf accidentally installed it.

	If you build binary packages on a seperate host from the
	runtime host, you'll find that you can't install your binary
	subversion package due to lack of a serf package.

Fix: commit fd233cf4e9d52f30f6a26c051601473fe6a16135
Author: Daniel Hagerty <hag@linnaean.org>
Date:   Sat Mar 2 19:39:09 2013 -0500

    serf_private.h isn't installed
How-To-Repeat: 	Attempt to build a serf package.  Will fail.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-08 18:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Eric Kraußer 2013-03-09 23:09:46 UTC
The patch works for me, too. Thank you!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-03-19 13:16:10 UTC
Author: ohauer
Date: Tue Mar 19 13:16:01 2013
New Revision: 314641
URL: http://svnweb.freebsd.org/changeset/ports/314641

Log:
  - fix pkg-plist
  
  PR:		176759
  Submitted by:	Daniel Hagerty <hag@linnaean.org>

Modified:
  head/www/serf/pkg-plist

Modified: head/www/serf/pkg-plist
==============================================================================
--- head/www/serf/pkg-plist	Tue Mar 19 13:04:30 2013	(r314640)
+++ head/www/serf/pkg-plist	Tue Mar 19 13:16:01 2013	(r314641)
@@ -1,7 +1,6 @@
 include/serf-1/serf.h
 include/serf-1/serf_bucket_types.h
 include/serf-1/serf_bucket_util.h
-include/serf-1/serf_private.h
 lib/libserf-1.a
 lib/libserf-1.la
 lib/libserf-1.so
_______________________________________________
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 Olli Hauer freebsd_committer freebsd_triage 2013-03-19 13:16:16 UTC
State Changed
From-To: open->closed

Committed,  
Thanks!