svn commit: r354112 - in head/www/opera: . files

Dirk Meyer dinoex at FreeBSD.org
Thu May 15 12:40:50 UTC 2014


Author: dinoex
Date: Thu May 15 12:40:49 2014
New Revision: 354112
URL: http://svnweb.freebsd.org/changeset/ports/354112
QAT: https://qat.redports.org/buildarchive/r354112/

Log:
  - add libmap.conf
  This fixes issues after xorg update,
  as share lib versions going backwards.
  Tested by:	Sergey V. Dyatko

Added:
  head/www/opera/files/
  head/www/opera/files/libmap.conf   (contents, props changed)
Modified:
  head/www/opera/Makefile
  head/www/opera/pkg-plist

Modified: head/www/opera/Makefile
==============================================================================
--- head/www/opera/Makefile	Thu May 15 12:11:21 2014	(r354111)
+++ head/www/opera/Makefile	Thu May 15 12:40:49 2014	(r354112)
@@ -2,7 +2,7 @@
 
 PORTNAME=	opera
 PORTVERSION=	${OPERA_VER}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www ipv6
 MASTER_SITES=	ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}/ \
 		ftp://opera.inode.at/${MASTER_SITES_VER_PATH}/ \
@@ -118,6 +118,9 @@ do-configure:
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/opera ${STAGEDIR}${PREFIX}/bin/
 	${TAR} -C ${WRKSRC} -cf - lib man share | ${TAR} -C ${STAGEDIR}${PREFIX} -xf -
+	${MKDIR} ${STAGEDIR}${PREFIX}/etc/libmap.d
+	${INSTALL_DATA} ${FILESDIR}/libmap.conf \
+		${STAGEDIR}${PREFIX}/etc/libmap.d/opera.conf
 
 # target to build distinfo for both arch
 makesum-all:

Added: head/www/opera/files/libmap.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/opera/files/libmap.conf	Thu May 15 12:40:49 2014	(r354112)
@@ -0,0 +1,2 @@
+libfreetype.so.9	libfreetype.so.6
+libxml2.so.5	libxml2.so.2

Modified: head/www/opera/pkg-plist
==============================================================================
--- head/www/opera/pkg-plist	Thu May 15 12:11:21 2014	(r354111)
+++ head/www/opera/pkg-plist	Thu May 15 12:40:49 2014	(r354112)
@@ -1,4 +1,5 @@
 bin/opera
+etc/libmap.d/opera.conf
 lib/opera/gstreamer/plugins/libgstoperamatroska.so
 lib/opera/gstreamer/plugins/libgstoperavp8.so
 lib/opera/liboperagtk2.so
@@ -473,3 +474,4 @@ share/mime/packages/opera-extension.xml
 @dirrm lib/opera/gstreamer/plugins
 @dirrm lib/opera/gstreamer
 @dirrm lib/opera
+ at dirrmtry etc/libmap.d


More information about the svn-ports-head mailing list