diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-07 19:26:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-07 19:26:44 +0800 |
commit | b41e80497ea5737b72524c8e336d75baffd061ba (patch) | |
tree | ce9ea334f4ad4ff01d2c26b9d4bf246c3024b664 /graphics/gozer | |
parent | fddb786f324fd1cbc7e5bc6002f0d965b2ebeb65 (diff) | |
download | freebsd-ports-gnome-b41e80497ea5737b72524c8e336d75baffd061ba.tar.gz freebsd-ports-gnome-b41e80497ea5737b72524c8e336d75baffd061ba.tar.zst freebsd-ports-gnome-b41e80497ea5737b72524c8e336d75baffd061ba.zip |
upgrade to 0.7
PR: 44974
Submitted by: Ports Fury
Diffstat (limited to 'graphics/gozer')
-rw-r--r-- | graphics/gozer/Makefile | 9 | ||||
-rw-r--r-- | graphics/gozer/distinfo | 2 | ||||
-rw-r--r-- | graphics/gozer/files/patch-ab | 8 |
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@ |