ports/68099: [PATCH] japanese/eblook : New version 1.6

KIMURA Yasuhiro yasu at utahime.org
Sat Jun 19 03:30:26 UTC 2004


>Number:         68099
>Category:       ports
>Synopsis:       [PATCH] japanese/eblook : New version 1.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 19 03:30:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD eastasia.home.utahime.org 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Fri May 28 04:49:31 JST 2004 root at eastasia.home.utahime.org:/usr/obj/usr1/cvsup/releng_4_10/src/sys/EASTASIA i386


	
>Description:
	

	- Update to new version 1.6
	- Remove unnecessary dependence on automake/autoconf
	- Clean up to fix some of portlint warning

>How-To-Repeat:
	
>Fix:

	

--- eblook.patch begins here ---
diff -ruN eblook.dist/Makefile eblook/Makefile
--- eblook.dist/Makefile	Sat Jun  5 11:54:26 2004
+++ eblook/Makefile	Sat Jun 19 12:17:36 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	eblook
-PORTVERSION=	1.5.1
-PORTREVISION=	2
+PORTVERSION=	1.6
 CATEGORIES=	japanese textproc
 MASTER_SITES=	http://openlab.ring.gr.jp/edict/eblook/dist/
 DIST_SUBDIR=	eb
@@ -15,24 +14,21 @@
 MAINTAINER=	shige at FreeBSD.org
 COMMENT=	Interactive EB interface command for seraching words in electoric dictionaries
 
-DOCDIR=		share/doc/eblook
-
-LIB_DEPENDS=    eb.7:${PORTSDIR}/japanese/eb
+LIB_DEPENDS=	eb.7:${PORTSDIR}/japanese/eb
 
 GNU_CONFIGURE=	yes
-USE_AUTOMAKE_VER=	14
-USE_AUTOCONF_VER=	213
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--with-eb-includes=${PREFIX}/include \
 		--with-eb-libraries=${PREFIX}/lib
 
-PLIST_SUB=	DOCDIR=${DOCDIR}
+INFO=		eblook
 
 post-install:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/${DOCDIR}
-	@for i in AUTHORS COPYING ChangeLog NEWS README ; do \
-		${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${DOCDIR} ;\
-	done
+	@${MKDIR} ${DOCSDIR}
+.for file in AUTHORS COPYING ChangeLog NEWS README
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
 .endif
 
 .include <bsd.port.mk>
diff -ruN eblook.dist/distinfo eblook/distinfo
--- eblook.dist/distinfo	Wed Mar 31 18:53:39 2004
+++ eblook/distinfo	Sat Jun 19 11:11:00 2004
@@ -1,2 +1,2 @@
-MD5 (eb/eblook-1.5.1.tar.gz) = 5e1c84fd450813c1ad2c732a8d645719
-SIZE (eb/eblook-1.5.1.tar.gz) = 195934
+MD5 (eb/eblook-1.6.tar.gz) = bb7c38367c62d26e9acb0e7ed299872c
+SIZE (eb/eblook-1.6.tar.gz) = 418216
diff -ruN eblook.dist/pkg-plist eblook/pkg-plist
--- eblook.dist/pkg-plist	Sat Aug 21 01:21:51 1999
+++ eblook/pkg-plist	Sat Jun 19 12:09:23 2004
@@ -1,10 +1,7 @@
 bin/eblook
- at unexec install-info --delete %D/info/eblook.info %D/info/dir
-info/eblook.info
- at exec install-info %D/info/eblook.info %D/info/dir
-%%DOCDIR%%/AUTHORS
-%%DOCDIR%%/COPYING
-%%DOCDIR%%/ChangeLog
-%%DOCDIR%%/NEWS
-%%DOCDIR%%/README
- at dirrm %%DOCDIR%%
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- eblook.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list