ports/60077: Update port: x11-wm/libepplet to 0.7

KATO Tsuguru tkato at prontomail.com
Tue Dec 9 14:30:14 UTC 2003


>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 at 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 <bsd.port.mk>
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 <GL/glut.h>
+ #include <GL/glx.h>
+ #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:



More information about the freebsd-ports-bugs mailing list