Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2002 15:16:49 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/44978: Update port: print/psmark
Message-ID:  <200211052316.gA5NGn4s062018@www.freebsd.org>

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

>Number:         44978
>Category:       ports
>Synopsis:       Update port: print/psmark
>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:   Tue Nov 05 15:20:06 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.7-RELEASE i386
>Organization:
>Environment:
>Description:
- Support CC properly

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/print/psmark/Makefile print/psmark/Makefile
--- /usr/ports/print/psmark/Makefile	Wed Sep 11 05:34:26 2002
+++ print/psmark/Makefile	Sat Nov  2 16:24:42 2002
@@ -8,6 +8,7 @@
 
 PORTNAME=	psmark
 PORTVERSION=	2.0
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	http://www.antitachyon.com/download/
 DISTNAME=	${PORTNAME}-v${PORTVERSION}
@@ -15,12 +16,11 @@
 MAINTAINER=	ports@FreeBSD.org
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
-USE_REINPLACE=	yes
 
 MAN1=	psmark.1
 
-post-patch:
-	@${REINPLACE_CMD} -e "s|^CFLAGS|#CFLAGS|g" ${WRKSRC}/Makefile
+do-build:
+	@cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/psmark ${PREFIX}/bin

>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?200211052316.gA5NGn4s062018>