diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-07 15:15:07 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-07 15:15:07 +0000 |
commit | 5449161a2c24e2d582455ba052ae22f897af1e63 (patch) | |
tree | b3b1b4e4725198404fad7196be9bc39922cf43a2 /x11-toolkits | |
parent | bb9b725c29172b3c5bb0976312a4a051f55513b6 (diff) | |
download | ports-5449161a2c24e2d582455ba052ae22f897af1e63.tar.gz ports-5449161a2c24e2d582455ba052ae22f897af1e63.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xenophilia/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/xenophilia/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/xenophilia/files/patch-aa | 21 |
3 files changed, 15 insertions, 12 deletions
diff --git a/x11-toolkits/xenophilia/Makefile b/x11-toolkits/xenophilia/Makefile index 761d26ae6d59..b9ed568291ed 100644 --- a/x11-toolkits/xenophilia/Makefile +++ b/x11-toolkits/xenophilia/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xenophilia -PORTVERSION= 200012301145 +PORTVERSION= 200101251009 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= gtk @@ -14,7 +14,7 @@ DISTNAME= Xenophilia-1.2.x-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -WRKSRC= ${WRKDIR}/Xenophilia-0.5 +WRKSRC= ${WRKDIR}/Xenophilia-0.6 USE_X_PREFIX= yes USE_GTK= yes diff --git a/x11-toolkits/xenophilia/distinfo b/x11-toolkits/xenophilia/distinfo index 230a32600588..4c921015da3b 100644 --- a/x11-toolkits/xenophilia/distinfo +++ b/x11-toolkits/xenophilia/distinfo @@ -1 +1 @@ -MD5 (Xenophilia-1.2.x-200012301145.tar.gz) = 7c93a0ff40a03a0e83666de00da176b2 +MD5 (Xenophilia-1.2.x-200101251009.tar.gz) = 4ce8734f8856cc71aef6cce7597ff2d2 diff --git a/x11-toolkits/xenophilia/files/patch-aa b/x11-toolkits/xenophilia/files/patch-aa index 1501d39300a1..503616c4b3b8 100644 --- a/x11-toolkits/xenophilia/files/patch-aa +++ b/x11-toolkits/xenophilia/files/patch-aa @@ -1,5 +1,8 @@ ---- Makefile.orig Sun Dec 10 00:22:37 2000 -+++ Makefile Mon Jan 8 02:45:58 2001 + +$FreeBSD$ + +--- Makefile.orig Thu Jan 25 13:55:15 2001 ++++ Makefile Wed Feb 7 16:01:50 2001 @@ -4,12 +4,13 @@ # Edit the entries below for your system: # In most cases you don't have to @@ -7,14 +10,14 @@ -PREFIX = `gtk-config --prefix` -FONTDIR = /usr/lib/X11/fonts/misc +#PREFIX = `gtk-config --prefix` -+FONTDIR = $(X11BASE)/lib/X11/fonts/misc ++FONTDIR = $(PREFIX)/X11/fonts/misc --CC = gcc --CFLAGS = `gtk-config --cflags` +-CC = gcc -pipe -ansi +-CFLAGS = -O2 `gtk-config --cflags` -DG_DISABLE_CHECKS -LIBS = `gtk-config --libs` -+CC ?= gcc ++CC ?= gcc -pipe -ansi +GTK_CFLAGS != $(GTK_CONFIG) --cflags -+CFLAGS += $(GTK_CFLAGS) -fPIC -DPIC ++CFLAGS = $(GTK_CFLAGS) -DG_DISABLE_CHECKS +LIBS != $(GTK_CONFIG) --libs #Use these for FreeBSD: @@ -23,12 +26,12 @@ OBJECTS = xeno_theme_main.o xeno_theme_patches.o xeno_theme_draw.o xeno_theme_color.o \ xeno_theme_images.o --SONAME = libxeno.so.0.5 +-SONAME = libxeno.so.0.6 -SHORTNAME = libxeno.so.0 +SONAME = libxeno.so +SHORTNAME = libxeno.so TINYNAME = libxeno.so - OLDNAME = libxeno.so.0.4 + OLDNAME = libxeno.so.0.5 @@ -38,19 +39,25 @@ $(LINK) $(GTKLIBS) $(OBJECTS) -shared -Wl,-soname,$(SHORTNAME) -o $(SONAME) |