Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  4 Mar 2002 12:00:05 +0900 (JST)
From:      Mizuki Sasaki <mizuki@heaven.rim.or.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        mizuki@heaven.rim.or.jp
Subject:   ports/35525: update-port: graphics/jpeg2ps-letter
Message-ID:  <20020304030005.52A4EA20C@sharon.heaven.rim.or.jp>

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

>Number:         35525
>Category:       ports
>Synopsis:       update-port: graphics/jpeg2ps-letter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 03 19:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mizuki Sasaki
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
>Environment:
System: FreeBSD sharon.heaven.rim.or.jp 4.5-RELEASE FreeBSD 4.5-RELEASE #5: Sun Mar 3 23:43:48 JST 2002 mizuki@sharon.heaven.rim.or.jp:/usr/src/sys/compile/sharon i386

>Description:
	Update graphics/jpeg2ps-letter to 1.9
>How-To-Repeat:
>Fix:

--- jpeg2ps.patch begins here ---
diff -urN /usr/ports/graphics/jpeg2ps-letter/Makefile jpeg2ps-letter/Makefile
--- /usr/ports/graphics/jpeg2ps-letter/Makefile	Wed Feb  7 06:55:02 2001
+++ jpeg2ps-letter/Makefile	Sun Mar  3 18:22:16 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	jpeg2ps
-PORTVERSION=	1.8
+PORTVERSION=	1.9
 CATEGORIES=	graphics converters
 MASTER_SITES=	http://www.pdflib.com/jpeg2ps/
 PKGNAMESUFFIX=	-${PAPERSIZE}
@@ -16,6 +16,7 @@
 PAPERSIZE?=	letter
 
 INSTALL_TARGET=
+MAN1=		jpeg2ps.1
 
 .if ${PAPERSIZE} == a4
 post-patch:
@@ -26,6 +27,7 @@
 
 post-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/jpeg2ps ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/jpeg2ps.1 ${PREFIX}/man/man1
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${PREFIX}/share/doc/jpeg2ps
 	${INSTALL_DATA} ${WRKSRC}/jpeg2ps.txt ${PREFIX}/share/doc/jpeg2ps
diff -urN /usr/ports/graphics/jpeg2ps-letter/distinfo jpeg2ps-letter/distinfo
--- /usr/ports/graphics/jpeg2ps-letter/distinfo	Sat Dec 30 23:14:57 2000
+++ jpeg2ps-letter/distinfo	Sun Mar  3 16:46:42 2002
@@ -1 +1 @@
-MD5 (jpeg2ps-1.8.tar.gz) = 780c1cf2c3c7bdf464d23eb407f14702
+MD5 (jpeg2ps-1.9.tar.gz) = e654f6a584435e6717b6c2659c07db28
diff -urN /usr/ports/graphics/jpeg2ps-letter/files/patch-aa jpeg2ps-letter/files/patch-aa
--- /usr/ports/graphics/jpeg2ps-letter/files/patch-aa	Sat Dec 30 23:14:57 2000
+++ jpeg2ps-letter/files/patch-aa	Sun Mar  3 16:46:42 2002
@@ -1,23 +1,11 @@
-*** Makefile.org	Sat Dec 30 14:30:00 2000
---- Makefile	Sat Dec 30 14:38:10 2000
-***************
-*** 15,23 ****
-  # The following was reported to work for emx/gcc 0.9c fix04 under OS/2:
-  # make -f Makefile "CCFLAGS=-c -DA4 -DDOS -O2" "LDFLAGS=-Zexe -s"
-  
-! CC=gcc
-! CCFLAGS= -c -DA4
-! LD=gcc
-  LDFLAGS=
-  OBJ=o
-  EXE=
---- 15,23 ----
-  # The following was reported to work for emx/gcc 0.9c fix04 under OS/2:
-  # make -f Makefile "CCFLAGS=-c -DA4 -DDOS -O2" "LDFLAGS=-Zexe -s"
-  
-! CC=cc
-! CCFLAGS= -O -c
-! LD=cc
-  LDFLAGS=
-  OBJ=o
-  EXE=
+--- Makefile.orig	Mon Feb  4 20:39:21 2002
++++ Makefile	Sun Mar  3 16:15:23 2002
+@@ -14,7 +14,7 @@
+ # The following was reported to work for emx/gcc 0.9c fix04 under OS/2:
+ # make -f Makefile "CFLAGS=-c -DA4 -DDOS -O2" "LDFLAGS=-Zexe -s"
+ 
+-CFLAGS=-c -DA4
++CFLAGS=-O -c
+ LD=cc
+ LDFLAGS=
+ OBJ=o


>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?20020304030005.52A4EA20C>