From owner-svn-ports-head@FreeBSD.ORG Thu Dec 25 19:07:27 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF27BCC1; Thu, 25 Dec 2014 19:07:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAD61167A; Thu, 25 Dec 2014 19:07:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBPJ7RYT079729; Thu, 25 Dec 2014 19:07:27 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBPJ7Q7R079719; Thu, 25 Dec 2014 19:07:26 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412251907.sBPJ7Q7R079719@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 25 Dec 2014 19:07:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375595 - in head: . Mk graphics graphics/imlib graphics/kuickshow-kde4 japanese/netype X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2014 19:07:28 -0000 Author: bapt Date: Thu Dec 25 19:07:25 2014 New Revision: 375595 URL: https://svnweb.freebsd.org/changeset/ports/375595 QAT: https://qat.redports.org/buildarchive/r375595/ Log: Remove imlib1 It has become a patch spaghetti over the time and making it support newer version of various graphics libraries will be a nightmare It is time to say good bye to imlib1 With hat: portmgr Discussed with: antoine Approved by: kwm Deleted: head/graphics/imlib/ Modified: head/MOVED head/Mk/bsd.gnome.mk head/graphics/Makefile head/graphics/kuickshow-kde4/Makefile head/japanese/netype/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Dec 25 19:04:25 2014 (r375594) +++ head/MOVED Thu Dec 25 19:07:25 2014 (r375595) @@ -7343,3 +7343,4 @@ japanese/xjtext||2014-12-25|Abandonware, x11/peeper||2014-12-25|Abandonware, depends on imlib x11-toolkits/fpc-gnome1||2014-12-25|Depends on imlib graphics/fpc-imlib||2014-12-25|Depends on imlib +graphics/imlib||2014-12-25|Does not handle modern graphics libraries Modified: head/Mk/bsd.gnome.mk ============================================================================== --- head/Mk/bsd.gnome.mk Thu Dec 25 19:04:25 2014 (r375594) +++ head/Mk/bsd.gnome.mk Thu Dec 25 19:07:25 2014 (r375595) @@ -73,7 +73,7 @@ _USE_GNOME_ALL= esound intlhack intltool gnomeprefix # GNOME 1 components -_USE_GNOME_ALL+= gdkpixbuf glib12 gtk12 imlib +_USE_GNOME_ALL+= gdkpixbuf glib12 gtk12 # GNOME 2 components _USE_GNOME_ALL+= atk atspi cairo gal2 \ @@ -204,13 +204,6 @@ gdkpixbuf_MAKE_ENV= GDK_PIXBUF_CONFIG="$ gdkpixbuf_DETECT= ${GDK_PIXBUF_CONFIG} gdkpixbuf_USE_GNOME_IMPL=gtk12 -IMLIB_CONFIG?= ${LOCALBASE}/bin/imlib-config -imlib_LIB_DEPENDS= libImlib.so:${PORTSDIR}/graphics/imlib -imlib_CONFIGURE_ENV= IMLIB_CONFIG="${IMLIB_CONFIG}" -imlib_MAKE_ENV= IMLIB_CONFIG="${IMLIB_CONFIG}" -imlib_DETECT= ${IMLIB_CONFIG} -imlib_USE_GNOME_IMPL= gtk12 - gnomemimedata_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc gnomemimedata_BUILD_DEPENDS=${gnomemimedata_DETECT}:${PORTSDIR}/misc/gnome-mime-data gnomemimedata_RUN_DEPENDS=${gnomemimedata_DETECT}:${PORTSDIR}/misc/gnome-mime-data Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Thu Dec 25 19:04:25 2014 (r375594) +++ head/graphics/Makefile Thu Dec 25 19:07:25 2014 (r375595) @@ -356,7 +356,6 @@ SUBDIR += imc SUBDIR += imgtops SUBDIR += imgv - SUBDIR += imlib SUBDIR += imlib2 SUBDIR += imlib2_loaders SUBDIR += import-pictures Modified: head/graphics/kuickshow-kde4/Makefile ============================================================================== --- head/graphics/kuickshow-kde4/Makefile Thu Dec 25 19:04:25 2014 (r375594) +++ head/graphics/kuickshow-kde4/Makefile Thu Dec 25 19:07:25 2014 (r375595) @@ -12,6 +12,8 @@ DIST_SUBDIR= KDE/extragear MAINTAINER= kde@FreeBSD.org COMMENT= KDE image viewer +BROKEN= depends on imlib + USE_GNOME= imlib USE_KDE4= kdelibs kdeprefix kdehier automoc4 USE_QT4= corelib opengl qmake_build moc_build rcc_build uic_build Modified: head/japanese/netype/Makefile ============================================================================== --- head/japanese/netype/Makefile Thu Dec 25 19:04:25 2014 (r375594) +++ head/japanese/netype/Makefile Thu Dec 25 19:07:25 2014 (r375595) @@ -16,6 +16,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= mutoh@openedu.org COMMENT= Network Type Trainer client program +BROKEN= depends on imlib USE_GNOME= imlib GNU_CONFIGURE= yes