summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-07 11:26:44 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-07 11:26:44 +0000
commit73acac4c01036c505597449b9620faf0ae5f3008 (patch)
tree523a122f4b3aa3e328c92040f30dc581934b8d09 /graphics
parentfix build on current (diff)
upgrade to 0.7
PR: 44974 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=69644
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gozer/Makefile9
-rw-r--r--graphics/gozer/distinfo2
-rw-r--r--graphics/gozer/files/patch-ab8
3 files changed, 10 insertions, 9 deletions
diff --git a/graphics/gozer/Makefile b/graphics/gozer/Makefile
index 3a01be2e3aa1..81895d61d8fa 100644
--- a/graphics/gozer/Makefile
+++ b/graphics/gozer/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gozer
-PORTVERSION= 0.5
+PORTVERSION= 0.7
CATEGORIES= graphics
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
@@ -18,12 +18,13 @@ LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-porbld-freebsd${OSREL}
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-porbld-freebsd${OSREL}
+CONFIGURE_ARGS= --with-giblib-prefix=${X11BASE}
+
+MAN1= gozer.1
.if defined(NOPORTDOCS)
MAKE_ENV= NO_DOC=yes
.endif
-MAN1= gozer.1
-
.include <bsd.port.mk>
diff --git a/graphics/gozer/distinfo b/graphics/gozer/distinfo
index 42e465d7f6e8..fd9ba58eb1cf 100644
--- a/graphics/gozer/distinfo
+++ b/graphics/gozer/distinfo
@@ -1 +1 @@
-MD5 (gozer-0.5.tar.gz) = 40129a4cf58209d39788f9a7b85cfb69
+MD5 (gozer-0.7.tar.gz) = 6eaa33a759d9c15967e0b7f008cc3d55
diff --git a/graphics/gozer/files/patch-ab b/graphics/gozer/files/patch-ab
index 2c1a57520920..65551368aab3 100644
--- a/graphics/gozer/files/patch-ab
+++ b/graphics/gozer/files/patch-ab
@@ -1,13 +1,13 @@
---- src/Makefile.in.orig Sat Jan 26 10:59:12 2002
-+++ src/Makefile.in Sat Jan 26 11:28:32 2002
+--- src/Makefile.in.orig Wed May 1 08:10:58 2002
++++ src/Makefile.in Wed Nov 6 04:06:28 2002
@@ -75,8 +75,8 @@
SUBDIRS = fonts
-LDFLAGS = -L/usr/X11R6/lib
-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
-+LDFLAGS =
-+INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
++LDFLAGS = @LDFLAGS@
++INCLUDES = $(X_CFLAGS) -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
LIBOBJS = @LIBOBJS@