Date: Sun, 18 Jan 2009 00:37:16 GMT From: Rodrigo OSORIO <rodrigo@bebik.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/130670: www/wml : pkg-plist error Message-ID: <200901180037.n0I0bGJh076420@www.freebsd.org> Resent-Message-ID: <200901180040.n0I0e0vu077312@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130670 >Category: ports >Synopsis: www/wml : pkg-plist error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 18 00:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Rodrigo OSORIO >Release: 7.0 Release >Organization: >Environment: FreeBSD secour 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: During the commit of changes for the port update a mistake was introduce* in the pkg-plist file disallowing clean deinstall and stopping package generation in all platforms. * but it's also my fault I sent few bogus patches. >How-To-Repeat: cd /usr/ports/www/wml && make install && make package >Fix: This problem can be solved by applying the patch attached to this PR. Patch attached with submission follows: --- Makefile.orig 2009-01-18 01:21:27.000000000 +0100 +++ Makefile 2009-01-18 01:18:17.000000000 +0100 @@ -19,7 +19,7 @@ BUILD_DEPENDS= lynx:${PORTSDIR}/www/lynx \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser -PLIST_SUB= WML_ARCH=${ARCH}-freebsd +PLIST_SUB= WML_ARCH=${ARCH}-freebsd-64int USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901180037.n0I0bGJh076420>