Bug 180096 - [patch] x11/xorg-libraries: add missing dependency
Summary: [patch] x11/xorg-libraries: add missing dependency
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-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-29 18:10 UTC by Tijl Coosemans
Modified: 2013-12-03 21:10 UTC (History)
0 users

See Also:


Attachments
xorg-libraries.patch (753 bytes, patch)
2013-06-29 18:10 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans freebsd_committer freebsd_triage 2013-06-29 18:10:01 UTC
Add a missing xorg library to the xorg-libraries meta port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-29 18:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-x11

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-03 21:00:40 UTC
Author: tijl
Date: Tue Dec  3 21:00:32 2013
New Revision: 335592
URL: http://svnweb.freebsd.org/changeset/ports/335592

Log:
  Add libXp to xorg-libraries.
  
  PR:		ports/180096
  Approved by:	x11 (zeising,eadler)

Modified:
  head/x11/xorg-libraries/Makefile

Modified: head/x11/xorg-libraries/Makefile
==============================================================================
--- head/x11/xorg-libraries/Makefile	Tue Dec  3 20:19:05 2013	(r335591)
+++ head/x11/xorg-libraries/Makefile	Tue Dec  3 21:00:32 2013	(r335592)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xorg-libraries
 PORTVERSION=	7.7
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -39,6 +40,7 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgcon
 		${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile \
 		${LOCALBASE}/libdata/pkgconfig/xkbui.pc:${PORTSDIR}/x11/libxkbui \
 		${LOCALBASE}/libdata/pkgconfig/xmu.pc:${PORTSDIR}/x11-toolkits/libXmu \
+		${LOCALBASE}/libdata/pkgconfig/xp.pc:${PORTSDIR}/x11/libXp \
 		${LOCALBASE}/libdata/pkgconfig/xpm.pc:${PORTSDIR}/x11/libXpm \
 		${LOCALBASE}/libdata/pkgconfig/xrandr.pc:${PORTSDIR}/x11/libXrandr \
 		${LOCALBASE}/libdata/pkgconfig/xrender.pc:${PORTSDIR}/x11/libXrender \
_______________________________________________
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 Tijl Coosemans freebsd_committer freebsd_triage 2013-12-03 21:05:49 UTC
State Changed
From-To: open->closed

Committed in r335592.