Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 1999 13:30:02 -0700 (PDT)
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/13360: print/cdlabelgen fails to install [PATCH]
Message-ID:  <199908252030.NAA25607@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/13360; it has been noted by GNATS.

From: Juergen Lock <nox@jelal.kn-bremen.de>
To: andrews@technologist.com
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/13360: print/cdlabelgen fails to install [PATCH]
Date: Wed, 25 Aug 1999 21:03:04 +0200 (MET DST)

 In article <199908242304.TAA68628@shadow.blackdawn.com> you write:
 
 >>Description:
 >
 >Hrmm.. I just cvsup'd ports-supfile about half an hour ago and
 >attempted to install a newer version of cdlablgen. But I got this
 >error:
 >
 >install -m 0644 ./postscript/template.ps /usr/local/share/cdlabelgen
 >set -e;  for file in template.ps recycle.ps recycle.epsi mp3.eps
 >cdda.eps      cd.eps penguin.eps debian-color.eps debian-bw.eps; do 
 >install -m 0644 postscript/$file /usr/local/share/cdlabelgen/;  done
 >install: postscript/template.ps: No such file or directory
 >...
 
 Oops!  Looks like my patch-ab in the 1.5.0 update PR (12970) didn't
 get committed, here is it again...
 
 Index: patches/patch-ab
 @@ -0,0 +1,9 @@
 +Index: Makefile
 +@@ -25,7 +25,6 @@
 + 	$(INSTALL_DIR) $(BASE_DIR)/bin
 + 	$(INSTALL) cdlabelgen $(BASE_DIR)/bin
 + 	$(INSTALL_DIR) $(BASE_DIR)/share/cdlabelgen
 +-	$(INSTALL_FILE) $(TEMPLATE) $(BASE_DIR)/share/cdlabelgen
 + 	set -e; \
 + 	for file in $(POSTSCRIPT); do \
 + 		$(INSTALL_FILE) postscript/$$file $(BASE_DIR)/share/cdlabelgen/; \
 
  (Your patch should also work but i haven't tried.)
 
  Regards,
 -- 
 Juergen Lock <nox.foo@jelal.kn-bremen.de>
 (remove dot foo from address to reply)
 


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?199908252030.NAA25607>