Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2001 20:59:26 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/25872: Update port: www/amaya to 4.3.1
Message-ID:  <200103170459.f2H4xQn40784@freefall.freebsd.org>

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

>Number:         25872
>Category:       ports
>Synopsis:       Update port: www/amaya to 4.3.1
>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:   Fri Mar 16 21:00:04 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 4.3.1

New file:
files/patch-ac  files/patch-ad

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/www/amaya/Makefile www/amaya/Makefile
--- /usr/ports/www/amaya/Makefile	Wed Jan 17 20:39:17 2001
+++ www/amaya/Makefile	Sat Mar 17 09:24:07 2001
@@ -6,20 +6,28 @@
 #
 
 PORTNAME=	amaya
-PORTVERSION=	4.2.1
+PORTVERSION=	4.3.1
 CATEGORIES=	www
 MASTER_SITES=	http://www.w3.org/Amaya/Distribution/ \
 		ftp://ftp.w3.org/pub/amaya/
 DISTNAME=	${PORTNAME}-src-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports@freebsd.org
+MAINTAINER=	ports@FreeBSD.org
+
+LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
+		png.4:${PORTSDIR}/graphics/png
+
+DIST_SUBDIR=	amaya
+WRKSRC=		${WRKDIR}/Amaya/obj
 
 USE_MOTIF=	yes
-USE_XLIB=	yes
 USE_GMAKE=	yes
-DIST_SUBDIR=	amaya
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
+GNU_CONFIGURE=	yes
+CONFIGURE_SCRIPT=	../configure
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS=	--with-more-shared
 
 DICT?=		none
 
@@ -37,12 +45,6 @@
 .endif
 .endif
 
-WRKSRC=		${WRKDIR}/Amaya/obj
-
-GNU_CONFIGURE=	yes
-CONFIGURE_SCRIPT=	../configure
-CONFIGURE_ARGS=	--with-amaya
-
 pre-fetch:
 .if ${DICT} == "none"
 	@${ECHO_MSG} Several spellchecking dictionaries are available.  To use
@@ -56,16 +58,12 @@
 	${CP} ${WRKSRC}/Options.orig ${WRKSRC}/Options
 
 post-install:
-.for file in amaya print
-	strip ${PREFIX}/Amaya/applis/bin/${file}
-.endfor
-	${INSTALL_DATA} ${WRKSRC}/../amaya/COPYRIGHT.html\
-	${PREFIX}/Amaya/amaya/
+	${INSTALL_DATA} ${WRKSRC}/../amaya/COPYRIGHT.html ${PREFIX}/Amaya/amaya
 .if ${DICT} != "none"
-	${INSTALL_DATA} ${WRKDIR}/*.dic ${PREFIX}/Amaya/dicopar/
+	${INSTALL_DATA} ${WRKDIR}/*.dic ${PREFIX}/Amaya/dicopar
 	${MV} ${TMPPLIST} ${TMPPLIST}.new
-	cd ${WRKDIR} && ls -1 *.dic | perl -pi -e 's|^|Amaya/dicopar/|'\
-	> ${TMPPLIST}
+	cd ${WRKDIR} && ls -1 *.dic | \
+		${PERL} -pi -e 's|^|Amaya/dicopar/|' > ${TMPPLIST}
 	${CAT} ${TMPPLIST}.new >> ${TMPPLIST}
 	${RM} ${TMPPLIST}.new
 .endif
diff -urN /usr/ports/www/amaya/distinfo www/amaya/distinfo
--- /usr/ports/www/amaya/distinfo	Thu Jan  4 14:19:28 2001
+++ www/amaya/distinfo	Sat Mar 17 09:19:04 2001
@@ -1,4 +1,4 @@
-MD5 (amaya/amaya-src-4.2.1.tgz) = 2d8af7c6e76544bb92f22abd5c589d86
+MD5 (amaya/amaya-src-4.3.1.tgz) = 3b2e54b68cafbd57ca05f6dd19b0339b
 MD5 (amaya/Dutch.tgz) = 3edb9cce5ce160d7270b23808c1d5981
 MD5 (amaya/English.tgz) = e06eb8accd75b3e65d7ffa552244b011
 MD5 (amaya/French.tgz) = 791bc87281b27f10a987815aa7d10108
diff -urN /usr/ports/www/amaya/files/patch-ac www/amaya/files/patch-ac
--- /usr/ports/www/amaya/files/patch-ac	Thu Jan  1 09:00:00 1970
+++ www/amaya/files/patch-ac	Sat Mar 17 08:53:41 2001
@@ -0,0 +1,22 @@
+--- ../Options.in.orig	Fri Sep 15 23:24:26 2000
++++ ../Options.in	Sat Mar 17 08:53:21 2001
+@@ -9,7 +9,7 @@
+ SHELL	= /bin/sh
+ 
+ CC	= @CC@
+-CFLAGS	= @CFLAGS@
++CFLAGS	= @CFLAGS@ @CPPFLAGS@
+ CPP     = @CPP@
+ LD	= @CC@
+ LDFLAGS	= @LDFLAGS@
+@@ -24,8 +24,8 @@
+ DIFF	= @DIFF@
+ INSTALL	= @INSTALL@
+ 
+-INSTALL_DATA= $(INSTALL) -m 444
+-INSTALL_BIN= $(INSTALL) -m 755
++INSTALL_DATA=@INSTALL_DATA@
++INSTALL_BIN=@INSTALL_PROGRAM@
+ 
+ CEXTRACT_FLAGS=@CEXTRACT_FLAGS@
+ 
diff -urN /usr/ports/www/amaya/files/patch-ad www/amaya/files/patch-ad
--- /usr/ports/www/amaya/files/patch-ad	Thu Jan  1 09:00:00 1970
+++ www/amaya/files/patch-ad	Sat Mar 17 02:06:46 2001
@@ -0,0 +1,11 @@
+--- ../configure.orig	Wed Feb 28 19:34:16 2001
++++ ../configure	Sat Mar 17 01:03:09 2001
+@@ -1651,7 +1651,7 @@
+   :
+ fi
+ 
+-if test "$with_graphic-libs" = "no" ; then
++if test "$with_more_shared" = "yes" ; then
+     echo $ac_n "checking for libjpeg version = 6b""... $ac_c" 1>&6
+ echo "configure:1657: checking for libjpeg version = 6b" >&5
+     cat > conftest.$ac_ext <<EOF
diff -urN /usr/ports/www/amaya/pkg-plist www/amaya/pkg-plist
--- /usr/ports/www/amaya/pkg-plist	Thu Jan  4 14:19:29 2001
+++ www/amaya/pkg-plist	Sat Mar 17 09:11:48 2001
@@ -108,14 +108,18 @@
 Amaya/doc/Icons/Back.gif
 Amaya/doc/Icons/Browser.gif
 Amaya/doc/Icons/CacheMenu.gif
+Amaya/doc/Icons/CacheMenufr.gif
 Amaya/doc/Icons/ColorMenu.gif
+Amaya/doc/Icons/ColorMenufr.gif
 Amaya/doc/Icons/Cour.gif
 Amaya/doc/Icons/DL.gif
 Amaya/doc/Icons/Editor.gif
 Amaya/doc/Icons/Em.gif
 Amaya/doc/Icons/Forward.gif
 Amaya/doc/Icons/GeneralMenu.gif
+Amaya/doc/Icons/GeneralMenufr.gif
 Amaya/doc/Icons/GeomMenu.gif
+Amaya/doc/Icons/GeomMenufr.gif
 Amaya/doc/Icons/Graph.gif
 Amaya/doc/Icons/H1.gif
 Amaya/doc/Icons/H2.gif
@@ -123,6 +127,7 @@
 Amaya/doc/Icons/IDMenu.png
 Amaya/doc/Icons/Image.gif
 Amaya/doc/Icons/LangueNegotiation.gif
+Amaya/doc/Icons/LangueNegotiationfr.gif
 Amaya/doc/Icons/Link.gif
 Amaya/doc/Icons/Math.gif
 Amaya/doc/Icons/NumList.gif
@@ -130,27 +135,36 @@
 Amaya/doc/Icons/Plugin.gif
 Amaya/doc/Icons/Print.gif
 Amaya/doc/Icons/ProfilesMenu.gif
+Amaya/doc/Icons/ProfilesMenufr.gif
 Amaya/doc/Icons/ProxyMenu.gif
+Amaya/doc/Icons/ProxyMenufr.gif
 Amaya/doc/Icons/PublishMenu.gif
+Amaya/doc/Icons/PublishMenufr.gif
 Amaya/doc/Icons/Reload.png
 Amaya/doc/Icons/SaveAs.gif
+Amaya/doc/Icons/SaveAsfr.gif
 Amaya/doc/Icons/SourceJava.gif
 Amaya/doc/Icons/Sources.gif
 Amaya/doc/Icons/Strong.gif
 Amaya/doc/Icons/TemplatesMenu.gif
+Amaya/doc/Icons/TemplatesMenufr.gif
 Amaya/doc/Icons/amaya.gif
 Amaya/doc/Icons/annot.png
 Amaya/doc/Icons/annotationicon.png
+Amaya/doc/Icons/annotationiconfr.gif
 Amaya/doc/Icons/annotationsmenu.png
 Amaya/doc/Icons/annotationsmenu_fr.png
 Amaya/doc/Icons/annotationwindow.png
+Amaya/doc/Icons/annotationwindowfr.gif
 Amaya/doc/Icons/annotorp.png
 Amaya/doc/Icons/background.gif
 Amaya/doc/Icons/bug.gif
 Amaya/doc/Icons/check.gif
 Amaya/doc/Icons/configurebox.png
+Amaya/doc/Icons/configureboxfr.png
 Amaya/doc/Icons/cross.gif
 Amaya/doc/Icons/css.gif
+Amaya/doc/Icons/cssfr.gif
 Amaya/doc/Icons/doc48x.gif
 Amaya/doc/Icons/drapeau-F.gif
 Amaya/doc/Icons/eyec.gif
@@ -159,7 +173,9 @@
 Amaya/doc/Icons/home.gif
 Amaya/doc/Icons/left.gif
 Amaya/doc/Icons/linkwindow.png
+Amaya/doc/Icons/linkwindowfr.gif
 Amaya/doc/Icons/localfilter.png
+Amaya/doc/Icons/localfilterfr.gif
 Amaya/doc/Icons/opera.gif
 Amaya/doc/Icons/put.gif
 Amaya/doc/Icons/question.gif
@@ -168,8 +184,8 @@
 Amaya/doc/Icons/target.gif
 Amaya/doc/Icons/ui.gif
 Amaya/doc/Icons/up.gif
-Amaya/doc/Icons/warning.gif
 Amaya/doc/Icons/w3c-amaya.gif
+Amaya/doc/Icons/warning.gif
 Amaya/doc/amaya/Access.html
 Amaya/doc/amaya/Access.html.fr
 Amaya/doc/amaya/Annotations.html

>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?200103170459.f2H4xQn40784>