Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2003 23:30:56 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48043: Update port: print/hpijs to 1.3.1
Message-ID:  <20030207233056.1699639e.tkato@prontomail.com>

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

>Number:         48043
>Category:       ports
>Synopsis:       Update port: print/hpijs to 1.3.1
>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 07 06:40:02 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 1.3.1

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/print/hpijs/Makefile print/hpijs/Makefile
--- /usr/ports/print/hpijs/Makefile	Mon Nov 11 19:00:56 2002
+++ print/hpijs/Makefile	Fri Feb  7 22:46:10 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	hpijs
-PORTVERSION=	1.3
+PORTVERSION=	1.3.1
 CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	hpinkjet
@@ -20,20 +20,20 @@
 
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 
-CPPFLAGS=	`${IJS_CONFIG} --cflags` -DHAVE_INTTYPES_H=1
+CPPFLAGS=	`${IJS_CONFIG} --cflags`
 LDFLAGS=	`${IJS_CONFIG} --libs`
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|CFLAGS="-O2 -Wall"|CFLAGS="\$$CFLAGS"|g ; \
-		 s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS"|g' \
-			${WRKSRC}/configure
+		 s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS"|g ; \
+		 s|<malloc\.h>|<stdlib.h>|g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's| ijs.[cho]||g ; \
 		 s| ijs_client.h||g ; \
 		 s| ijs_server.[cho]||g ; \
 		 s| ijs_exec_unix.[co]||g' ${WRKSRC}/Makefile.in
-	@${REINPLACE_CMD} -e 's|#include <malloc.h>||g' ${WRKSRC}/platform.h
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/hpijs ${PREFIX}/bin
diff -urN /usr/ports/print/hpijs/distinfo print/hpijs/distinfo
--- /usr/ports/print/hpijs/distinfo	Fri Nov  8 21:25:13 2002
+++ print/hpijs/distinfo	Fri Feb  7 22:27:18 2003
@@ -1 +1 @@
-MD5 (ghostscript/hpijs-1.3.tar.gz) = 9d0b79d0fae39f3efc5b8db60f51a8fa
+MD5 (ghostscript/hpijs-1.3.1.tar.gz) = a2ae6ce240dd40747ea0e3731c549f81
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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