Date: Fri, 22 Dec 2000 08:15:08 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/23765: Update port: x11-wm/libepplets Message-ID: <200012221615.eBMGF8J75128@freefall.freebsd.org> Resent-Message-ID: <200012221620.eBMGK2n76160@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23765 >Category: ports >Synopsis: Update port: x11-wm/libepplets >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 22 08:20:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Add secondary site to MASTER_SITES - Fix dependency - Use USE_LIBTOOL >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/libepplet/Makefile x11-wm/libepplet/Makefile --- /usr/ports/x11-wm/libepplet/Makefile Tue Jul 18 14:37:54 2000 +++ x11-wm/libepplet/Makefile Fri Dec 22 04:26:48 2000 @@ -8,24 +8,24 @@ PORTNAME= libepplet PORTVERSION= 0.5 CATEGORIES= x11-wm devel -MASTER_SITES= ftp://ftp.enlightenment.org/e/epplets/ +MASTER_SITES= ftp://ftp.enlightenment.org/e/epplets/ \ + ftp://ftp.dti.ad.jp/pub/X/enlightenment/epplets/ + DISTNAME= epplet-base-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment - -WRKSRC= ${WRKDIR}/Epplets-0.5 +WRKSRC= ${WRKDIR}/Epplets-${PORTVERSION} USE_X_PREFIX= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-fsstd +USE_IMLIB= yes +USE_LIBTOOL= yes CONFIGURE_ENV= EROOT=${X11BASE}/share/enlightenment \ - EBIN=${X11BASE}/bin \ - LIBS="-L${LOCALBASE}/lib -lintl" \ - X_LIBS="-lxpg4" + EBIN=${X11BASE}/bin +CONFIGURE_ARGS= --enable-fsstd +INSTALLS_SHLIB= yes -MAKE_ENV= ${ECHO} -n; cd ${WRKSRC}/api; +pre-patch: + @${PERL} -pi -e 's|api epplets|api|g' ${WRKSRC}/Makefile.in .include <bsd.port.mk> diff -urN /usr/ports/x11-wm/libepplet/pkg-plist x11-wm/libepplet/pkg-plist --- /usr/ports/x11-wm/libepplet/pkg-plist Tue Jul 18 14:38:04 2000 +++ x11-wm/libepplet/pkg-plist Fri Dec 22 03:21:31 2000 @@ -1,5 +1,4 @@ include/epplet.h lib/libepplet.a -lib/libepplet.la lib/libepplet.so lib/libepplet.so.1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012221615.eBMGF8J75128>