Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2004 10:18:19 +0100 (CET)
From:      Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Lars.Koeller@Uni-Bielefeld.de
Subject:   ports/62777: [patch] graphics/jpeg2ps-letter: Fix plist (bento)
Message-ID:  <200402130918.i1D9IJhk013220@menelaos.informatik.rwth-aachen.de>
Resent-Message-ID: <200402130920.i1D9KNKn038091@freefall.freebsd.org>

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

>Number:         62777
>Category:       ports
>Synopsis:       [patch] graphics/jpeg2ps-letter: Fix plist (bento)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 13 01:20:23 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-STABLE FreeBSD 4.9-STABLE #12: Mon Dec 8 15:14:27 CET 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386


>Description:
- Fix PLIST and unbreak.
- Use PLIST_* while here.
- Automatically unbreaks slave port jpeg2ps-a4

Noticed by kris via bento.

cc: maintainer, please approve by replying to GNATS
>How-To-Repeat:
http://bento.freebsd.org/errorlogs/i386-5-latest/jpeg2ps-letter-1.9_1.log
>Fix:
Removed file: pkg-plist

--- jpeg2ps begins here ---
--- Makefile.orig	Fri Feb 13 10:10:54 2004
+++ Makefile	Fri Feb 13 10:12:37 2004
@@ -21,11 +21,10 @@
 
 MAN1=           jpeg2ps.1
 
-.include <bsd.port.pre.mk>
+PLIST_FILES=	bin/jpeg2ps %%DOCSDIR%%/jpeg2ps.txt
+PLIST_DIRS=	%%DOCSDIR%%
 
-.if ${OSVERSION} >= 502000
-BROKEN=		"Broken pkg-plist"
-.endif
+.include <bsd.port.pre.mk>
 
 .if ${PAPERSIZE} == a4
 post-patch:
--- jpeg2ps ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402130918.i1D9IJhk013220>