Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2002 15:45:57 +0000 (UTC)
From:      "Bjoern A.Zeeb" <bzeeb+freebsdports@zabbadoz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        bzeeb+freebsdports@zabbadoz.net
Subject:   ports/46656: Fix comm/hylafax pkg-plist
Message-ID:  <20021231154557.3D74B15343@mail.int.zabbadoz.net>

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

>Number:         46656
>Category:       ports
>Synopsis:       Fix comm/hylafax pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 31 08:00:19 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Bjoern A. Zeeb
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Zabbadoz.NeT
>Environment:
System: FreeBSD e0-0.zab2.int.zabbadoz.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Dec 27 22:08:07 UTC 2002 bz@e0-0.zab2.int.zabbadoz.net:/export/src/src/obj/export/src/src/RELENG_4/src/sys/ZAB2-2002122701 i386


>Description:
	pkg-plist entry and manpage forgotten
	@exec too much

>How-To-Repeat:
	make && touch xxx && make install

	jail-build# find /usr/local/ /var/ -newer xxx
	/usr/local/etc/rc.d
	/usr/local/bin
	/usr/local/lib
	/usr/local/man/man1
	/usr/local/man/man5
	/usr/local/man/man8
    ->	/usr/local/man/man8/faxlock.8c
	/usr/local/sbin
    ->	/usr/local/sbin/faxlock
	/var/db/pkg
	/var/db/pkg/jpeg-6b_1
	/var/db/pkg/jpeg-6b_1/+REQUIRED_BY
	/var/db/pkg/tiff-3.5.7
	/var/db/pkg/tiff-3.5.7/+REQUIRED_BY
	/var/spool

	make package && make deinstall && pkg_add hylafax-4.1.5.tgz

	jail-build# pkg_add hylafax-4.1.5.tgz  
	chown: /var/spool/hylafax/fax: No such file or directory
	pkg_add: command 'chown uucp:dialer /var/spool/hylafax/fax' failed

>Fix:

--- comms/hylafax/pkg-plist.orig	Tue Dec 31 14:04:25 2002
+++ comms/hylafax/pkg-plist	Tue Dec 31 14:59:19 2002
@@ -25,6 +25,7 @@
 sbin/faxdeluser
 sbin/faxgetty
 sbin/faxinfo
+sbin/faxlock
 sbin/faxmodem
 sbin/faxmsg
 sbin/faxq
@@ -135,7 +136,6 @@
 etc/hosts.hfaxd
 etc/lutRS18.pcf
 etc/xferfaxlog
-@exec chown uucp:dialer %D/fax
 @comment pkg_* can't deal with fifos if specified as a file
 @exec mkfifo %D/FIFO
 @exec chown uucp:dialer %D/FIFO
--- comms/hylafax/Makefile.orig	Tue Dec 31 14:04:59 2002
+++ comms/hylafax/Makefile	Tue Dec 31 14:05:45 2002
@@ -51,7 +51,7 @@
 	faxstate.8c faxcron.8c faxgetty.8c faxinfo.8c faxq.8c faxqclean.8c \
 	faxquit.8c faxrcvd.8c faxsend.8c faxsetup.8c faxwatch.8c hfaxd.8c \
 	mkcover.8c notify.8c pagesend.8c pdf2fax.8c pollrcvd.8c ps2fax.8c \
-	recvstats.8c \
+	recvstats.8c faxlock.8c \
 	tagtest.8c tiff2fax.8c tiffcheck.8c tsitest.8c wedged.8c \
 	xferfaxstats.8c
 

>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?20021231154557.3D74B15343>