- Update to version 1.7.8

PR:		132748
Submitted by:	KATO Tsuguru <tkato432 at yahoo dot com>
This commit is contained in:
Dmitry Marakasov 2009-03-18 00:49:06 +00:00
parent 8d956aca26
commit 6903616a35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230327
4 changed files with 9 additions and 14 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= devil
PORTVERSION= 1.7.7
PORTVERSION= 1.7.8
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= SF/openil
@ -102,6 +102,8 @@ post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/s|docs||g' ${WRKSRC}/Makefile.am
@${REINPLACE_CMD} -e '/^pkgdir=/s|$$(libdir)/|$$(prefix)/libdata/|g' \
${WRKSRC}/data/Makefile.am
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \
${WRKSRC}/src-ILU/ilur/ilur.c
post-install:
.if !defined(NOPORTDOCS)

View file

@ -1,3 +1,3 @@
MD5 (DevIL-1.7.7.tar.gz) = 23839e37e20dc85ee2a1188fb6d8920f
SHA256 (DevIL-1.7.7.tar.gz) = 208f1684109a9da99860515cf4900402713a05f888f5b373ea01910009927da8
SIZE (DevIL-1.7.7.tar.gz) = 1482814
MD5 (DevIL-1.7.8.tar.gz) = 7918f215524589435e5ec2e8736d5e1d
SHA256 (DevIL-1.7.8.tar.gz) = 682ffa3fc894686156337b8ce473c954bf3f4fb0f3ecac159c73db632d28a8fd
SIZE (DevIL-1.7.8.tar.gz) = 2051993

View file

@ -1,10 +0,0 @@
--- configure.ac.orig 2009-02-07 03:17:37.000000000 +0900
+++ configure.ac 2009-02-19 00:18:55.000000000 +0900
@@ -303,6 +303,7 @@
TEST_FORMAT([sgi], [SGI])
TEST_FORMAT([tga], [TGA])
TEST_FORMAT([tiff],[TIF], [SETTLE_TIFF])
+TEST_FORMAT([vtf], [VTF])
TEST_FORMAT([xpm], [XPM])
TEST_FORMAT([wal], [WAL])
TEST_FORMAT([wdp], [WDP])

View file

@ -1,3 +1,4 @@
bin/ilur
include/IL/devil_cpp_wrapper.hpp
include/IL/il.h
include/IL/ilu.h
@ -25,4 +26,6 @@ libdata/pkgconfig/ILU.pc
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%/examples
@dirrm %%DATADIR%%
@dirrm include/IL