Date: Wed, 18 Feb 2004 22:00:30 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/63011: Update port: x11-wm/epplets Message-ID: <20040218220030.1d8d4e37.tkato@prontomail.com> Resent-Message-ID: <200402181310.i1IDAJlC067949@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63011 >Category: ports >Synopsis: Update port: x11-wm/epplets >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: Wed Feb 18 05:10:19 PST 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix build Remove file: files/patch-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/epplets/Makefile x11-wm/epplets/Makefile --- /usr/ports/x11-wm/epplets/Makefile Wed Feb 18 14:17:05 2004 +++ x11-wm/epplets/Makefile Wed Feb 18 14:43:42 2004 @@ -22,7 +22,7 @@ enlightenment:${PORTSDIR}/x11-wm/enlightenment USE_X_PREFIX= yes -USE_GNOME= esound +USE_GNOME= esound lthack USE_GL= yes USE_REINPLACE= yes USE_GMAKE= yes @@ -35,10 +35,6 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502102 -BROKEN= "Does not compile (missing dependency)" -.endif - .if ${ARCH} == "i386" APM_PROGS= E-Power.epplet PLIST_SUB+= APM_PROGS="" @@ -47,8 +43,13 @@ PLIST_SUB+= APM_PROGS="@comment " .endif +post-extract: + @${RM} -f ${WRKSRC}/api/epplet.h* + post-patch: - @${REINPLACE_CMD} -e \ - 's|@APM_PROGS@|${APM_PROGS}|g' ${WRKSRC}/epplets/Makefile.in + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's| ../api/epplet.h||g ; \ + s|@APM_PROGS@|${APM_PROGS}|g' + @${REINPLACE_CMD} -e 's| api/epplet.h||g' ${WRKSRC}/configure .include <bsd.port.post.mk> diff -urN /usr/ports/x11-wm/epplets/files/patch-configure x11-wm/epplets/files/patch-configure --- /usr/ports/x11-wm/epplets/files/patch-configure Wed Dec 10 05:31:10 2003 +++ x11-wm/epplets/files/patch-configure Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040218220030.1d8d4e37.tkato>