Bug 48180 - Maintainer-update of www/amaya port
Summary: Maintainer-update of www/amaya port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-11 18:10 UTC by Adam Kranzel
Modified: 2003-02-15 11:15 UTC (History)
0 users

See Also:


Attachments
file.diff (176 bytes, patch)
2003-02-11 18:10 UTC, Adam Kranzel
no flags Details | Diff
file.diff (2.00 KB, patch)
2003-02-11 18:10 UTC, Adam Kranzel
no flags Details | Diff
file.diff (1.13 KB, patch)
2003-02-11 18:10 UTC, Adam Kranzel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kranzel 2003-02-11 18:10:09 UTC
	The included patch updates the www/amaya port from 7.1 to 7.2.
	The patch was submitted to me by 'KATO Tsuguru' <tkato@prontomail.com>,
	so please give him credit for it.

Fix: PORTNAME=	amaya
-PORTVERSION=	7.1
+PORTVERSION=	7.2
 CATEGORIES=	www
 MASTER_SITES=	http://www.w3.org/Amaya/Distribution/ \
 		ftp://ftp.w3.org/pub/amaya/
@@ -58,7 +58,7 @@
 .if ${DICT} != "none"
 	${INSTALL_DATA} ${WRKDIR}/*.dic ${PREFIX}/Amaya/dicopar
 	${MV} ${TMPPLIST} ${TMPPLIST}.new
-	cd ${WRKDIR} && ls -1 *.dic | \
+	cd ${WRKDIR} && ${LS} -1 *.dic | \
 		${SED} -e 's|^|Amaya/dicopar/|' > ${TMPPLIST}
 	${CAT} ${TMPPLIST}.new >> ${TMPPLIST}
 	${RM} ${TMPPLIST}.new
-GTK_INCLUDES="`gtk-config --cflags`"
 +GTK_INCLUDES="`imlib-config --cflags-gdk`"

--GTK_LIBRARIES="`gtk-config --libs` -lgdk_imlib"
+-GTK_LIBRARIES="`gtk-config --libs`"
 +GTK_LIBRARIES="`imlib-config --libs-gdk`"
-
- GTK_OPTIONS="-D_GTK -D_SVGANIM -D_SVGLIB"
-   no_motif=yes
-@@ -6937,6 +6937,8 @@
+ if test "${with_gl}" != "yes" ; then
+  GTK_LIBRARIES="${GTK_LIBRARIES} -lgdk_imlib"
+ fi
+@@ -7019,6 +7019,9 @@
  if test "$with_dav" = "yes" ; then

      dav_frag=$srcdir/davlib/Makefile.dav
 +else
++
 +    dav_frag=/dev/null
  fi
How-To-Repeat: 	n/a
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2003-02-15 11:14:42 UTC
State Changed
From-To: open->closed

Committed by Christian Weisgerber <naddy@FreeBSD.org> already.