Bug 108629 - /usr/ports/Makefile index target references unavailable program
Summary: /usr/ports/Makefile index target references unavailable program
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: 2007-01-31 21:20 UTC by ahd
Modified: 2007-01-31 22:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ahd 2007-01-31 21:20:19 UTC
	
	Doing a build of the ports index on a clean machine (no ports installed) results in 
	an error reported:

	    Generating INDEX-6 - please wait..pkg-config: not found
	    "Makefile", line 40: warning: "pkg-config --libs pthread-stubs" returned non-zero status

Fix: 

Not known WHICH makefile is doing this.

	Workaround is:
		cd /usr/ports/devel/pkg-config
		make install
How-To-Repeat: 	
	Delete all installed packages actually just pkg-config), and then:

	    cd /usr/ports
	    make index
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-01-31 21:28:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Grab, my fault.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-31 22:41:24 UTC
miwi        2007-01-31 22:41:17 UTC

  FreeBSD ports repository

  Modified files:
    x11/libxcb           Makefile 
  Log:
  - Unbreak index
  - Bump PORTREVISION
  
  PR:             108629
  Submitted by:   Drew Derbyshire <ahd@kew.com>
  Approved by:     Ashish Shukla <wahjava@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.4       +2 -3      ports/x11/libxcb/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 3 Martin Wilke freebsd_committer freebsd_triage 2007-01-31 22:41:51 UTC
State Changed
From-To: open->closed

Fixed. Thanks for your Submitted.