From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 9 06:30:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDA6816A4CF for ; Tue, 9 Dec 2003 06:30:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BAEA43D2D for ; Tue, 9 Dec 2003 06:30:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hB9EU7FY052023 for ; Tue, 9 Dec 2003 06:30:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hB9EU72Z052021; Tue, 9 Dec 2003 06:30:07 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 9 Dec 2003 06:30:07 -0800 (PST) Resent-Message-Id: <200312091430.hB9EU72Z052021@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7454916A4D4 for ; Tue, 9 Dec 2003 06:17:23 -0800 (PST) Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9416E43D31 for ; Tue, 9 Dec 2003 06:17:19 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.217.121]) by hfep02.dion.ne.jp with SMTP id <20031209141715013.QZPY@hfep02.dion.ne.jp> for ; Tue, 9 Dec 2003 23:17:15 +0900 Message-Id: <20031209231528.1dfe21ce.tkato@prontomail.com> Date: Tue, 9 Dec 2003 23:15:28 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/60077: Update port: x11-wm/libepplet to 0.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 14:30:14 -0000 >Number: 60077 >Category: ports >Synopsis: Update port: x11-wm/libepplet to 0.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 09 06:30:07 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE-p1 i386 >Organization: >Environment: >Description: - Update to version 0.7 New file: files/patch-Makefile.in files/patch-api::epplet.h files/patch-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/libepplet/Makefile x11-wm/libepplet/Makefile --- /usr/ports/x11-wm/libepplet/Makefile Sun Jul 6 21:05:43 2003 +++ x11-wm/libepplet/Makefile Mon Dec 8 23:44:08 2003 @@ -6,27 +6,27 @@ # PORTNAME= libepplet -PORTVERSION= 0.5 +PORTVERSION= 0.7 CATEGORIES= x11-wm devel -MASTER_SITES= ftp://kde.planetmirror.com/pub/enlightenment/epplets/ \ - ftp://ftp.dti.ad.jp/pub/X/enlightenment/epplets/ -DISTNAME= epplet-base-${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= enlightenment +DISTNAME= epplets-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for building enlightenment dock applications -WRKSRC= ${WRKDIR}/Epplets-${PORTVERSION} - -USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= imlib +USE_GL= yes +USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_ENV= EROOT=${X11BASE}/share/enlightenment \ - EBIN=${X11BASE}/bin -CONFIGURE_ARGS= --enable-fsstd +CONFIGURE_ENV= EROOT="${X11BASE}/share/enlightenment" \ + EBIN="${X11BASE}/bin" \ + CPPFLAGS="${CPPFLAGS}" \ + LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes -pre-patch: - @${REINPLACE_CMD} -e 's|api epplets|api|g' ${WRKSRC}/Makefile.in +CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU ${PTHREAD_LIBS} .include diff -urN /usr/ports/x11-wm/libepplet/distinfo x11-wm/libepplet/distinfo --- /usr/ports/x11-wm/libepplet/distinfo Tue Jul 18 14:38:00 2000 +++ x11-wm/libepplet/distinfo Mon Dec 8 02:19:47 2003 @@ -1 +1 @@ -MD5 (epplet-base-0.5.tar.gz) = 6be063dcff76dcdef0f2bfdba4cd111d +MD5 (epplets-0.7.tar.gz) = b28331134d22ba5305c48dc0948f9e95 diff -urN /usr/ports/x11-wm/libepplet/files/patch-Makefile.in x11-wm/libepplet/files/patch-Makefile.in --- /usr/ports/x11-wm/libepplet/files/patch-Makefile.in Thu Jan 1 09:00:00 1970 +++ x11-wm/libepplet/files/patch-Makefile.in Mon Dec 8 02:20:36 2003 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Nov 6 07:09:39 2003 ++++ Makefile.in Mon Dec 8 02:20:28 2003 +@@ -107,7 +107,7 @@ + + AUTOMAKE_OPTIONS = foreign + +-SUBDIRS = api epplets debian ++SUBDIRS = api debian + + EXTRA_DIST = autogen.sh epplets.spec + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff -urN /usr/ports/x11-wm/libepplet/files/patch-api::epplet.h.in x11-wm/libepplet/files/patch-api::epplet.h.in --- /usr/ports/x11-wm/libepplet/files/patch-api::epplet.h.in Thu Jan 1 09:00:00 1970 +++ x11-wm/libepplet/files/patch-api::epplet.h.in Mon Dec 8 23:44:31 2003 @@ -0,0 +1,10 @@ +--- api/epplet.h.in.orig Fri Jun 30 08:54:24 2000 ++++ api/epplet.h.in Mon Dec 8 23:43:09 2003 +@@ -28,7 +28,6 @@ + + /* preliminary OpenGL Checking */ + #ifdef HAVE_LIBGL +-#include + #include + #endif + diff -urN /usr/ports/x11-wm/libepplet/files/patch-configure x11-wm/libepplet/files/patch-configure --- /usr/ports/x11-wm/libepplet/files/patch-configure Thu Jan 1 09:00:00 1970 +++ x11-wm/libepplet/files/patch-configure Mon Dec 8 02:20:57 2003 @@ -0,0 +1,10 @@ +--- configure.orig Tue Aug 26 12:12:44 2003 ++++ configure Mon Dec 8 02:20:46 2003 +@@ -5414,6 +5414,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' >Release-Note: >Audit-Trail: >Unformatted: