Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2001 22:21:57 +0100 (CET)
From:      knarf@camelot.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24743: a2ps port installs files in /
Message-ID:  <200101302121.f0ULLvW68466@robin.camelot.de>

next in thread | raw e-mail | index | archive | help

>Number:         24743
>Category:       ports
>Synopsis:       a2ps port installs files in /
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 30 13:30:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Frank Bartels
>Release:        FreeBSD 3.5-RELEASE i386
>Organization:
CameloT e.K.
>Environment:

FreeBSD with ports but no emacs installed.

>Description:

Installing a2ps-a4 port installs the following files:

-r--r--r--  1 root  wheel   3937 Jan 30 21:58 /a2ps-print.el
-r--r--r--  1 root  wheel  11168 Jan 30 21:58 /a2ps.el

>How-To-Repeat:

cd /var/db/pkg && pkg_delete *emacs* && cd /usr/ports/print/a2ps-a4 \\
&& make install && ls -l /a2ps*

(works only if there are no dependencies on a2ps like apsfilter)

>Fix:

This works for me:
	
--- a2ps-4.13/contrib/Makefile.in.ORIG	Thu Feb 24 19:00:57 2000
+++ a2ps-4.13/contrib/Makefile.in	Tue Jan 30 22:07:49 2001
@@ -154,7 +154,11 @@
 #
 
 
+.ifdef ${EMACS} == "no"
+SUBDIRS = sample
+.else
 SUBDIRS = sample emacs
+.endif
 
 bin_SCRIPTS = card fixps pdiff psmandup psset texi2dvi4a2ps
 bin_PROGRAMS = fixnt

>Release-Note:
>Audit-Trail:
>Unformatted:
 Frank Bartels


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?200101302121.f0ULLvW68466>