Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2017 02:39:36 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445565 - in head: emulators/aqemu emulators/bochs emulators/kcemu emulators/virtualbox-ose graphics/osg graphics/osg-devel net/krdc net/libvncserver
Message-ID:  <201707120239.v6C2daA5022190@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Wed Jul 12 02:39:35 2017
New Revision: 445565
URL: https://svnweb.freebsd.org/changeset/ports/445565

Log:
  Bump PORTREVISION of several ports that depends of net/libvncserver to
  reflect the changes made on r445054.
  
  PR:			ports/220565 (based on)
  Submitted by:		Martin Birgmeier <la5lbtyi@aon.at>
  Sponsored by:		iXsystems, Inc.

Modified:
  head/emulators/aqemu/Makefile
  head/emulators/bochs/Makefile
  head/emulators/kcemu/Makefile
  head/emulators/virtualbox-ose/Makefile
  head/graphics/osg-devel/Makefile
  head/graphics/osg/Makefile
  head/net/krdc/Makefile
  head/net/libvncserver/Makefile

Modified: head/emulators/aqemu/Makefile
==============================================================================
--- head/emulators/aqemu/Makefile	Wed Jul 12 02:33:36 2017	(r445564)
+++ head/emulators/aqemu/Makefile	Wed Jul 12 02:39:35 2017	(r445565)
@@ -2,7 +2,7 @@
 
 PORTNAME=	aqemu
 PORTVERSION=	0.8.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S,.0$,,}/
 

Modified: head/emulators/bochs/Makefile
==============================================================================
--- head/emulators/bochs/Makefile	Wed Jul 12 02:33:36 2017	(r445564)
+++ head/emulators/bochs/Makefile	Wed Jul 12 02:39:35 2017	(r445565)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bochs
 PORTVERSION=	2.6.8
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	2
 CATEGORIES=	emulators
 MASTER_SITES=	SF

Modified: head/emulators/kcemu/Makefile
==============================================================================
--- head/emulators/kcemu/Makefile	Wed Jul 12 02:33:36 2017	(r445564)
+++ head/emulators/kcemu/Makefile	Wed Jul 12 02:39:35 2017	(r445565)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kcemu
 PORTVERSION=	0.5.1
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/KCemu/KCemu-${PORTVERSION}
 DISTNAME=	KCemu-${PORTVERSION}

Modified: head/emulators/virtualbox-ose/Makefile
==============================================================================
--- head/emulators/virtualbox-ose/Makefile	Wed Jul 12 02:33:36 2017	(r445564)
+++ head/emulators/virtualbox-ose/Makefile	Wed Jul 12 02:39:35 2017	(r445565)
@@ -3,7 +3,7 @@
 
 PORTNAME=	virtualbox-ose
 PORTVERSION=	5.1.22
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	http://download.virtualbox.org/virtualbox/${PORTVERSION}/
 DISTFILES=	VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}

Modified: head/graphics/osg-devel/Makefile
==============================================================================
--- head/graphics/osg-devel/Makefile	Wed Jul 12 02:33:36 2017	(r445564)
+++ head/graphics/osg-devel/Makefile	Wed Jul 12 02:39:35 2017	(r445565)
@@ -3,7 +3,7 @@
 
 PORTNAME=	osg
 PORTVERSION=	3.5.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://trac.openscenegraph.org/downloads/developer_releases/ \
 		http://mirror.amdmi3.ru/distfiles/

Modified: head/graphics/osg/Makefile
==============================================================================
--- head/graphics/osg/Makefile	Wed Jul 12 02:33:36 2017	(r445564)
+++ head/graphics/osg/Makefile	Wed Jul 12 02:39:35 2017	(r445565)
@@ -3,7 +3,7 @@
 
 PORTNAME=	osg
 PORTVERSION=	3.4.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://trac.openscenegraph.org/downloads/developer_releases/ \
 		http://mirror.amdmi3.ru/distfiles/

Modified: head/net/krdc/Makefile
==============================================================================
--- head/net/krdc/Makefile	Wed Jul 12 02:33:36 2017	(r445564)
+++ head/net/krdc/Makefile	Wed Jul 12 02:39:35 2017	(r445565)
@@ -2,7 +2,7 @@
 
 PORTNAME=	krdc
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net kde kde-kde4
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/net/libvncserver/Makefile
==============================================================================
--- head/net/libvncserver/Makefile	Wed Jul 12 02:33:36 2017	(r445564)
+++ head/net/libvncserver/Makefile	Wed Jul 12 02:39:35 2017	(r445565)
@@ -20,7 +20,7 @@ GH_ACCOUNT=	LibVNC
 USES=		autoreconf jpeg libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
+CPPFLAGS+=	-g -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707120239.v6C2daA5022190>