Upgrade to version 0.16.3

This commit is contained in:
kevlo 2000-01-21 12:25:36 +00:00
parent b4dd6230a3
commit 72478c7a66
5 changed files with 1286 additions and 664 deletions

View File

@ -1,18 +1,19 @@
# $OpenBSD: Makefile,v 1.4 2000/01/20 04:54:03 brad Exp $
# $OpenBSD: Makefile,v 1.5 2000/01/21 12:25:36 kevlo Exp $
DISTNAME= enlightenment-0.15.5
DISTNAME= enlightenment-0.16.3
CATEGORIES= x11
MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/enlightenment/
ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/
MAINTAINER= op21@squish.org
LIB_DEPENDS= esd.2.15:${PORTSDIR}/audio/esound \
Fnlib.0.4:${PORTSDIR}/graphics/fnlib \
LIB_DEPENDS= esd.2.16:${PORTSDIR}/audio/esound \
Fnlib.0.5:${PORTSDIR}/graphics/fnlib \
gif.4.1:${PORTSDIR}/graphics/giflib \
Imlib.19:${PORTSDIR}/graphics/imlib \
tiff.35:${PORTSDIR}/graphics/tiff \
ttf.1.3:${PORTSDIR}/print/freetype \
ghttp:${PORTSDIR}/www/libghttp
ghttp.1:${PORTSDIR}/www/libghttp
USE_X11= yes
USE_GMAKE= yes

View File

@ -1,3 +1,3 @@
MD5 (enlightenment-0.15.5.tar.gz) = b6af96b4a5d6d9ed4e3fd53795adabae
RMD160 (enlightenment-0.15.5.tar.gz) = 5e52a02c5b5693be9b9370d52d8f9e3740837c67
SHA1 (enlightenment-0.15.5.tar.gz) = 853406ad42da638aeb59d73bf61e7acd097b38f5
MD5 (enlightenment-0.16.3.tar.gz) = 91f10c299dbaf5e711e94be593cfc3dd
RMD160 (enlightenment-0.16.3.tar.gz) = 2ae4ce2353195206c35bd51ce138e4e5993be908
SHA1 (enlightenment-0.16.3.tar.gz) = 237b5df8c6cb1870ac80dd1233261b1ea5338733

View File

@ -1,11 +1,11 @@
--- econfig.h.orig Sun Apr 18 23:35:10 1999
+++ econfig.h Sun Apr 18 23:35:39 1999
@@ -58,7 +58,7 @@
#define HAVE_STRCASECMP 1
--- dox/dox.h.orig Thu Jan 20 00:01:45 2000
+++ dox/dox.h Thu Jan 20 00:02:04 2000
@@ -53,7 +53,7 @@
#include <sys/resource.h>
#include <sys/ipc.h>
#include <sys/shm.h>
-#include <freetype.h>
+#include <freetype/freetype.h>
/* Define if you have the <alloca.h> header file. */
-#define HAVE_ALLOCA_H 1
+/* #undef HAVE_ALLOCA_H */
#define FILEPATH_LEN_MAX 4096
/* Define if you have the Fridge library (-lFridge). */
/* #undef HAVE_LIBFRIDGE */

View File

@ -0,0 +1,11 @@
--- src/E.h.orig Thu Jan 20 08:07:41 2000
+++ src/E.h Thu Jan 20 08:07:52 2000
@@ -73,7 +73,7 @@
#include <sys/resource.h>
#include <sys/ipc.h>
#include <sys/shm.h>
-#include <freetype.h>
+#include <freetype/freetype.h>
#include "econfig.h"
/* workaround for 64bit architectures - xlib expects 32bit CARDINALS to be */

File diff suppressed because it is too large Load Diff