Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2001 17:50:17 -0300 (BRT)
From:      Antonio Carlos Venancio Junior <floripa@zoing.net>
To:        ports@freebsd.org
Subject:   Re: ports/25747: Error in /usr/ports/Mk/bsd.port.mk
Message-ID:  <XFMail.010312175017.floripa@zoing.net>
In-Reply-To: <20010312222838.A70902@rapier.smartspace.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
Neil,


        The only problem is that you cant do "make deinstall" on ports with
that.
        Look at this:

----------
su-2.04# cd /usr/ports/x11-toolkits/xforms/
su-2.04# make clean
===>  Cleaning for XFree86-3.3.6_7
===>  Cleaning for xforms-0.88,1
su-2.04# make build
===>  Extracting for xforms-0.88,1
>> Checksum OK for bxform-088-elf.tgz.
===>   xforms-0.88,1 depends on shared library: X11.6 - found
===>  Patching for xforms-0.88,1
===>  Applying FreeBSD patches for xforms-0.88,1
===>  Configuring for xforms-0.88,1
===>  Building for xforms-0.88,1
su-2.04# make deinstall
===>  Deinstalling for xforms-0.88,1
===>   xforms-0.88,1 not installed, skipping
----------

        See? ;)
        I fixed that replacing "," with "." in /usr/ports/Mk/bsd.port.mk.

----------
su-2.04# make deinstall
===>  Deinstalling for xforms-0.88.1
su-2.04# make install
===>  Installing for xforms-0.88.1
===>   xforms-0.88.1 depends on shared library: X11.6 - found
cp FORMS/libforms.a /usr/X11R6/lib;chmod 644 /usr/X11R6/lib/libforms.a
cp DESIGN/fdesign /usr/X11R6/bin; chmod 711 /usr/X11R6/bin/fdesign
cp fd2ps/fd2ps /usr/X11R6/bin; chmod 711 /usr/X11R6/bin/fd2ps
cp FORMS/forms.h /usr/X11R6/include; chmod 644 /usr/X11R6/include/forms.h
cp FORMS/xforms.5 /usr/X11R6/man/man5;  chmod 644 /usr/X11R6/man/man5/xforms.5
cp DESIGN/fdesign.1 /usr/X11R6/man/man1; chmod 644 /usr/X11R6/man/man1/fdesign.1
cp fd2ps/fd2ps.1 /usr/X11R6/man/man1; chmod 644 /usr/X11R6/man/man1/fd2ps.1
===>   Generating temporary packing list
===>   Compressing manual pages for xforms-0.88.1
===>   Running ldconfig
/sbin/ldconfig -m /usr/X11R6/lib
===>   Registering installation for xforms-0.88.1
----------

        Than now it works.

On 12-Mar-01 Neil Blakey-Milner wrote:
> On Mon 2001-03-12 (12:19), floripa@zoing.net wrote:
>> there is an error on line 594 of /usr/ports/Mk/bsd.port.mk
> 
> Where?  What problem does it cause?
> 
> Neil
> -- 
> Neil Blakey-Milner
> nbm@mithrandr.moria.org

-- 

Cya


Antonio
[ floripa@zoing.net | antonio@showZ.com.br | antonio@inf.ufsc.br ]
[ http://floripa.zoing.net | http://www.zoing.net | http://www.showZ.com.br ]
[ ICQ# 9253680 | Floripa | MySQL | PHP | FreeBSD - The Power to Serve ]
---
The debate rages on: Is PL/I Bachtrian or Dromedary?


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?XFMail.010312175017.floripa>