Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2002 18:37:41 -0500 (CDT)
From:      Eric Schnoebelen <eric@mr-bill.cirr.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37546: Upgrade sysutils/LPRng to 3.8.10
Message-ID:  <200204282337.g3SNbfR03139@mr-bill.cirr.com>

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

>Number:         37546
>Category:       ports
>Synopsis:       Upgrade sysutils/LPRng to 3.8.10
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 28 16:40:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Eric Schnoebelen
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Central Iowa (Model) Railroad
>Environment:
System: FreeBSD mr-bill.cirr.com 4.5-STABLE FreeBSD 4.5-STABLE #35: Sat Feb 2 07:08:49 CST 2002 root@mr-bill.cirr.com:/usr/obj/usr/src/sys/GENERIC i386

>Description:
	sysutils/LPRng is out of date, and has issues with root
	attempting to print a file that doesn't have a world readable
	directory path.
>How-To-Repeat:
	
>Fix:
--- orig/Makefile	Sun Apr 28 15:27:46 2002
+++ Makefile	Sun Apr 28 15:28:30 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	LPRng
-PORTVERSION=	3.7.6
+PORTVERSION=	3.8.10
 CATEGORIES=	sysutils print
 MASTER_SITES=	ftp://ftp.lprng.com/pub/%SUBDIR%/ \
 		ftp://ftp.astart.com/pub/%SUBDIR%/ \
--- orig/patch-ai	Sun Nov 11 15:21:15 2001
+++ files/patch-ai	Sun Apr 28 16:56:22 2002
@@ -1,5 +1,5 @@
---- man/Makefile.in.orig	Mon Jan  8 11:19:50 2001
-+++ man/Makefile.in	Wed Jul  4 01:58:15 2001
+--- man/Makefile.in.orig	Sun Mar 31 21:50:56 2002
++++ man/Makefile.in	Sun Apr 28 16:56:03 2002
 @@ -18,7 +18,7 @@
  INSTALL=@INSTALL@
  
@@ -9,21 +9,21 @@
  
  ## fix up prefix to be a make variable
  prefix = @prefix@
-@@ -66,8 +66,11 @@
+@@ -111,8 +111,11 @@
  		    ${SRC}/mkinstalldirs $(DESTDIR)$(MAN)/man$${suffix}; \
  	    fi; \
- 	    for i in ${SRC}/*.$$suffix; do \
+ 	    for i in *.$$suffix; do \
 -		echo   $(INSTALL) -m 644 $$i $(DESTDIR)$(MAN)/man$$suffix/`basename $$i`$(MANEXT); \
 -		$(INSTALL)   -m 644 $$i $(DESTDIR)$(MAN)/man$$suffix/`basename $$i`$(MANEXT); \
 +		echo $(COMPRESS) $$i ; \
-+		$(COMPRESS) < $$i >_; \
-+		echo $(INSTALL) -m 644 _ $(DESTDIR)$(MAN)/man$$suffix/`basename $$i`$(MANEXT); \
-+		$(INSTALL) -m 644 _ $(DESTDIR)$(MAN)/man$$suffix/`basename $$i`$(MANEXT); \
-+		rm _; \
++		$(COMPRESS) < $$i >_ ; \
++		echo   $(INSTALL) -m 644 _ $(DESTDIR)$(MAN)/man$$suffix/`basename $$i`$(MANEXT); \
++		$(INSTALL)   -m 644 _  $(DESTDIR)$(MAN)/man$$suffix/`basename $$i`$(MANEXT); \
++		rm _ ; \
  	    done; \
  	  fi; \
  	done;
-@@ -81,7 +84,6 @@
+@@ -126,7 +129,6 @@
  	    done; \
  	  fi; \
  	done;
--- orig/distfile	Sun Nov 11 15:21:14 2001
+++ distinfo	Sun Apr 28 18:32:57 2002
@@ -1 +1 @@
-MD5 (LPRng-3.7.6.tgz) = 5dbc702b4052f754bfdb310d873de4f2
+MD5 (LPRng-3.8.10.tgz) = 3127e3793b94bd4a403a3809b1d8467b
>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?200204282337.g3SNbfR03139>