Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 20:43:03 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368595 - in head: editors/zoinks games/hex graphics/bbrb graphics/gimageview graphics/gtkgraph graphics/imagesort graphics/imlib graphics/kuickshow-kde4 graphics/picturebook graphics/p...
Message-ID:  <201409192043.s8JKh3Yk031679@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Sep 19 20:43:03 2014
New Revision: 368595
URL: http://svnweb.freebsd.org/changeset/ports/368595
QAT: https://qat.redports.org/buildarchive/r368595/

Log:
  graphics/imlib:
  - Remove :oldver from USES=libtool and bump dependent ports

Modified:
  head/editors/zoinks/Makefile
  head/games/hex/Makefile
  head/graphics/bbrb/Makefile
  head/graphics/gimageview/Makefile
  head/graphics/gtkgraph/Makefile
  head/graphics/imagesort/Makefile
  head/graphics/imlib/Makefile
  head/graphics/imlib/pkg-plist
  head/graphics/kuickshow-kde4/Makefile
  head/graphics/picturebook/Makefile
  head/graphics/pixelize/Makefile
  head/graphics/show/Makefile
  head/graphics/xzgv/Makefile
  head/japanese/ebview/Makefile
  head/japanese/netype/Makefile
  head/japanese/xjtext/Makefile
  head/misc/magicpoint/Makefile
  head/sysutils/usbhotkey/Makefile
  head/x11-wm/fvwm2/Makefile
  head/x11/metisse/Makefile
  head/x11/peeper/Makefile

Modified: head/editors/zoinks/Makefile
==============================================================================
--- head/editors/zoinks/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/editors/zoinks/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,6 +3,7 @@
 
 PORTNAME=	zoinks
 PORTVERSION=	0.4.1
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	http://zoinks.mikelockwood.com/download/
 

Modified: head/games/hex/Makefile
==============================================================================
--- head/games/hex/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/games/hex/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hex
 PORTVERSION=	0.0.2
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	games
 MASTER_SITES=	http://www.earth.li/projectpurple/files/
 

Modified: head/graphics/bbrb/Makefile
==============================================================================
--- head/graphics/bbrb/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/graphics/bbrb/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bbrb
 PORTVERSION=	0.4.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 

Modified: head/graphics/gimageview/Makefile
==============================================================================
--- head/graphics/gimageview/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/graphics/gimageview/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gimageview
 PORTVERSION=	0.2.27
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	graphics
 MASTER_SITES=	SF/gtkmmviewer/${PORTNAME}/${PORTVERSION}
 

Modified: head/graphics/gtkgraph/Makefile
==============================================================================
--- head/graphics/gtkgraph/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/graphics/gtkgraph/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gtkgraph
 PORTVERSION=	0.6.1
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	graphics math
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR= jedgar

Modified: head/graphics/imagesort/Makefile
==============================================================================
--- head/graphics/imagesort/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/graphics/imagesort/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	imagesort
 PORTVERSION=	2.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	graphics
 MASTER_SITES=	SUNSITE/apps/graphics/viewers/X
 

Modified: head/graphics/imlib/Makefile
==============================================================================
--- head/graphics/imlib/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/graphics/imlib/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -16,19 +16,13 @@ LIB_DEPENDS=	libpng15.so:${PORTSDIR}/gra
 		libtiff.so:${PORTSDIR}/graphics/tiff \
 		libgif.so:${PORTSDIR}/graphics/giflib
 
-# TODO: Remove :oldver together with version-info patching in pre-configure.
-USES=		gmake libtool:oldver pathfix tar:bzip2
+USES=		gmake libtool pathfix tar:bzip2
 USE_XORG=	sm xext x11
 USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc/imlib --disable-modules
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
-LDFLAGS+=	-L${LOCALBASE}/lib
-
-pre-configure:
-	@${REINPLACE_CMD} -e "s|10:15:9|5:0:0|" ${WRKSRC}/*/Makefile.in
-	@${REINPLACE_CMD} -e "s|glib-config|${GLIB_CONFIG}|" ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e "s|@SUPPORT_LIBS@|-L${LOCALBASE}/lib @SUPPORT_LIBS@|" ${WRKSRC}/imlib-config.in
+LIBS+=		-L${LOCALBASE}/lib
 
 .include <bsd.port.mk>

Modified: head/graphics/imlib/pkg-plist
==============================================================================
--- head/graphics/imlib/pkg-plist	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/graphics/imlib/pkg-plist	Fri Sep 19 20:43:03 2014	(r368595)
@@ -11,36 +11,28 @@ include/gdk_imlib.h
 include/gdk_imlib_private.h
 include/gdk_imlib_types.h
 lib/libImlib.a
-lib/libImlib.la
 lib/libImlib.so
-lib/libImlib.so.5
+lib/libImlib.so.1
+lib/libImlib.so.1.9.15
 lib/libgdk_imlib.a
-lib/libgdk_imlib.la
 lib/libgdk_imlib.so
-lib/libgdk_imlib.so.5
+lib/libgdk_imlib.so.1
+lib/libgdk_imlib.so.1.9.15
 lib/libimlib-bmp.a
-lib/libimlib-bmp.la
 lib/libimlib-bmp.so
 lib/libimlib-gif.a
-lib/libimlib-gif.la
 lib/libimlib-gif.so
 lib/libimlib-jpeg.a
-lib/libimlib-jpeg.la
 lib/libimlib-jpeg.so
 lib/libimlib-png.a
-lib/libimlib-png.la
 lib/libimlib-png.so
 lib/libimlib-ppm.a
-lib/libimlib-ppm.la
 lib/libimlib-ppm.so
 lib/libimlib-ps.a
-lib/libimlib-ps.la
 lib/libimlib-ps.so
 lib/libimlib-tiff.a
-lib/libimlib-tiff.la
 lib/libimlib-tiff.so
 lib/libimlib-xpm.a
-lib/libimlib-xpm.la
 lib/libimlib-xpm.so
 libdata/pkgconfig/imlib.pc
 libdata/pkgconfig/imlibgdk.pc

Modified: head/graphics/kuickshow-kde4/Makefile
==============================================================================
--- head/graphics/kuickshow-kde4/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/graphics/kuickshow-kde4/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kuickshow
 PORTVERSION=	${APP_VER}.${EXTRA_VER}
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/extragear
 DISTNAME=	${PORTNAME}-${APP_VER}-kde${EXTRA_VER}

Modified: head/graphics/picturebook/Makefile
==============================================================================
--- head/graphics/picturebook/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/graphics/picturebook/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	picturebook
 PORTVERSION=	20010422
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics
 MASTER_SITES=	http://samba.org/picturebook/
 DISTNAME=	capture

Modified: head/graphics/pixelize/Makefile
==============================================================================
--- head/graphics/pixelize/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/graphics/pixelize/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pixelize
 PORTVERSION=	1.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://lashwhip.com/pub/ \
 		http://www.c-s.li/ports/ \

Modified: head/graphics/show/Makefile
==============================================================================
--- head/graphics/show/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/graphics/show/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	show
 PORTVERSION=	2.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.ibiblio.org/propaganda/ \
 		http://www.freebsdbrasil.com.br/~jmelo/

Modified: head/graphics/xzgv/Makefile
==============================================================================
--- head/graphics/xzgv/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/graphics/xzgv/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xzgv
 PORTVERSION=	0.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
 

Modified: head/japanese/ebview/Makefile
==============================================================================
--- head/japanese/ebview/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/japanese/ebview/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ebview
 PORTVERSION=	0.2.1
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	japanese
 MASTER_SITES=	SF
 

Modified: head/japanese/netype/Makefile
==============================================================================
--- head/japanese/netype/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/japanese/netype/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	netype
 PORTVERSION=	0.1.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	japanese
 MASTER_SITES=	http://www.i.his.fukui-u.ac.jp/~funakami/software/netype/src/
 DISTNAME=	${PORTNAME}-0.1.0

Modified: head/japanese/xjtext/Makefile
==============================================================================
--- head/japanese/xjtext/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/japanese/xjtext/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xjtext
 PORTVERSION=	1.3
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	japanese
 MASTER_SITES=	http://plaza.harmonix.ne.jp/~onizuka/
 DISTNAME=	XJTEXT-${PORTVERSION}

Modified: head/misc/magicpoint/Makefile
==============================================================================
--- head/misc/magicpoint/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/misc/magicpoint/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	magicpoint
 PORTVERSION=	1.13a
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES?=	misc
 MASTER_SITES=	ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/
 

Modified: head/sysutils/usbhotkey/Makefile
==============================================================================
--- head/sysutils/usbhotkey/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/sysutils/usbhotkey/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,6 +3,7 @@
 
 PORTNAME=	usbhotkey
 PORTVERSION=	0.4
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 

Modified: head/x11-wm/fvwm2/Makefile
==============================================================================
--- head/x11-wm/fvwm2/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/x11-wm/fvwm2/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fvwm
 PORTVERSION=	2.6.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11-wm
 MASTER_SITES=	ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
 		http://www.fvwm.org/generated/icon_download/

Modified: head/x11/metisse/Makefile
==============================================================================
--- head/x11/metisse/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/x11/metisse/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	metisse
 PORTVERSION=	0.4.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11
 MASTER_SITES=	http://insitu.lri.fr/metisse/download/metisse/
 

Modified: head/x11/peeper/Makefile
==============================================================================
--- head/x11/peeper/Makefile	Fri Sep 19 19:57:32 2014	(r368594)
+++ head/x11/peeper/Makefile	Fri Sep 19 20:43:03 2014	(r368595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	peeper
 PORTVERSION=	0.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	x11
 MASTER_SITES=	http://peeper.sourceforge.net/
 



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