Date: Thu, 21 Jul 2005 23:00:21 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83862: Update port: x11-wm/libdockapp to 0.6.1 Message-ID: <20050721230021.352915fc.tkato432@yahoo.com> Resent-Message-ID: <200507211410.j6LEA6CP031154@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83862 >Category: ports >Synopsis: Update port: x11-wm/libdockapp to 0.6.1 >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: Thu Jul 21 14:10:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: >Description: - Update to version 0.6.1 Remove file: files/patch-src_daargs.c >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/libdockapp/Makefile x11-wm/libdockapp/Makefile --- /usr/ports/x11-wm/libdockapp/Makefile Wed Jun 15 23:07:43 2005 +++ x11-wm/libdockapp/Makefile Thu Jul 21 02:46:09 2005 @@ -6,8 +6,7 @@ # PORTNAME= libdockapp -PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTVERSION= 0.6.1 CATEGORIES= x11-wm MASTER_SITES= http://solfertje.student.utwente.nl/~dalroi/libdockapp/files/ @@ -19,10 +18,15 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes +USE_REINPLACE= yes USE_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --without-font --without-examples INSTALLS_SHLIB= yes + +post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure post-install: @${MKDIR} ${PREFIX}/lib/X11/fonts/dockapp diff -urN /usr/ports/x11-wm/libdockapp/distinfo x11-wm/libdockapp/distinfo --- /usr/ports/x11-wm/libdockapp/distinfo Mon Jun 13 03:48:56 2005 +++ x11-wm/libdockapp/distinfo Thu Jul 21 01:31:07 2005 @@ -1,2 +1,2 @@ -MD5 (libdockapp-0.6.0.tar.bz2) = fcad826f544c67f8fdde2802f46fd330 -SIZE (libdockapp-0.6.0.tar.bz2) = 308705 +MD5 (libdockapp-0.6.1.tar.bz2) = ec1219c355516d63b6e2ee1e4cb10c30 +SIZE (libdockapp-0.6.1.tar.bz2) = 155920 diff -urN /usr/ports/x11-wm/libdockapp/files/patch-src_daargs.c x11-wm/libdockapp/files/patch-src_daargs.c --- /usr/ports/x11-wm/libdockapp/files/patch-src_daargs.c Wed Jun 15 20:43:41 2005 +++ x11-wm/libdockapp/files/patch-src_daargs.c Thu Jan 1 09:00:00 1970 @@ -1,15 +0,0 @@ ---- src/daargs.c.orig Thu Apr 21 04:05:04 2005 -+++ src/daargs.c Wed Jun 15 21:32:35 2005 -@@ -85,8 +85,11 @@ - for (j = 0; j < count; j++) { - DAProgramOption *option = &options[j]; - -+ /* A number of ports depend on the old libdockapp behaviour -+ * which permitted short form options longer than one character -+ */ - if ((option->longForm && strcmp(option->longForm, optStr) == 0) || -- (option->shortForm && contains(option->shortForm, optStr))) -+ (option->shortForm && strcmp(option->shortForm, optStr) == 0)) - { - found = 1; - i = parseOption(option, i, argc, argv); >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050721230021.352915fc.tkato432>