aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-05-29 16:40:32 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-05-29 16:40:32 +0000
commit31eaadb9a047d1bd4c7906063e3ab7d1fecb5b01 (patch)
tree635bd2b99d58640e2ebb2a219a335b68381e81aa /x11-themes
parent9b00ca944e6c698f245e457a7030c3b275fea136 (diff)
downloadports-31eaadb9a047d1bd4c7906063e3ab7d1fecb5b01.tar.gz
ports-31eaadb9a047d1bd4c7906063e3ab7d1fecb5b01.zip
Update to 200105060708.
Notes
Notes: svn path=/head/; revision=43276
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/xenophilia/Makefile5
-rw-r--r--x11-themes/xenophilia/distinfo2
-rw-r--r--x11-themes/xenophilia/files/patch-aa52
3 files changed, 31 insertions, 28 deletions
diff --git a/x11-themes/xenophilia/Makefile b/x11-themes/xenophilia/Makefile
index b9ed568291ed..3000b8061c3b 100644
--- a/x11-themes/xenophilia/Makefile
+++ b/x11-themes/xenophilia/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xenophilia
-PORTVERSION= 200101251009
+PORTVERSION= 200105060708
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_THEMES}
MASTER_SITE_SUBDIR= gtk
@@ -14,10 +14,11 @@ DISTNAME= Xenophilia-1.2.x-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
-WRKSRC= ${WRKDIR}/Xenophilia-0.6
+WRKSRC= ${WRKDIR}/Xenophilia-0.7
USE_X_PREFIX= yes
USE_GTK= yes
ALL_TARGET= # empty
+MAKE_ENV= GTK-CONFIG="${GTK_CONFIG}"
.include <bsd.port.mk>
diff --git a/x11-themes/xenophilia/distinfo b/x11-themes/xenophilia/distinfo
index 4c921015da3b..9f74da8b1547 100644
--- a/x11-themes/xenophilia/distinfo
+++ b/x11-themes/xenophilia/distinfo
@@ -1 +1 @@
-MD5 (Xenophilia-1.2.x-200101251009.tar.gz) = 4ce8734f8856cc71aef6cce7597ff2d2
+MD5 (Xenophilia-1.2.x-200105060708.tar.gz) = c6bc873959a4ea299c0c80d10f7dd109
diff --git a/x11-themes/xenophilia/files/patch-aa b/x11-themes/xenophilia/files/patch-aa
index 503616c4b3b8..3375b461f069 100644
--- a/x11-themes/xenophilia/files/patch-aa
+++ b/x11-themes/xenophilia/files/patch-aa
@@ -1,39 +1,41 @@
$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
+--- Makefile.orig Mon Apr 9 01:16:34 2001
++++ Makefile Tue May 29 19:37:05 2001
+@@ -9,14 +9,15 @@
+ #FONTDIR = /usr/lib/X11/fonts/local
--PREFIX = `gtk-config --prefix`
--FONTDIR = /usr/lib/X11/fonts/misc
-+#PREFIX = `gtk-config --prefix`
-+FONTDIR = $(PREFIX)/X11/fonts/misc
+ # Works on my Red Hat Linux system:
+-GTK-CONFIG = gtk-config
+-PREFIX = `$(GTK-CONFIG) --prefix`
++GTK-CONFIG ?= gtk-config
++PREFIX ?= `$(GTK-CONFIG) --prefix`
+ FONTDIR = /usr/lib/X11/fonts/misc
--CC = gcc -pipe -ansi
--CFLAGS = -O2 `gtk-config --cflags` -DG_DISABLE_CHECKS
--LIBS = `gtk-config --libs`
-+CC ?= gcc -pipe -ansi
-+GTK_CFLAGS != $(GTK_CONFIG) --cflags
-+CFLAGS = $(GTK_CFLAGS) -DG_DISABLE_CHECKS
-+LIBS != $(GTK_CONFIG) --libs
+-CC = gcc -pipe
+-CFLAGS = -O2 -fomit-frame-pointer `$(GTK-CONFIG) --cflags` -DG_DISABLE_CHECKS
++CC ?= gcc -pipe
++GTK_CFLAGS != $(GTK-CONFIG) --cflags
++CFLAGS += $(GTK_CFLAGS) -DG_DISABLE_CHECKS
+ #CFLAGS = `$(GTK-CONFIG) --cflags`
+-LIBS = `$(GTK-CONFIG) --libs`
++LIBS != $(GTK-CONFIG) --libs
- #Use these for FreeBSD:
- #PREFIX = `gtk12-config --prefix`
-@@ -28,8 +29,8 @@
- 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.6
--SHORTNAME = libxeno.so.0
+ #-- End of Configuration --
+@@ -35,8 +36,8 @@
+ OBJECTS = xeno_theme_main.o xeno_theme_rc.o xeno_theme_style.o xeno_theme_draw.o \
+ xeno_theme_color.o xeno_theme_images.o xeno_theme_patches.o
+
+-SONAME = libxeno.so.$(VERSION)
+-SHORTNAME = libxeno.so.$(MAJOR)
+SONAME = libxeno.so
+SHORTNAME = libxeno.so
TINYNAME = libxeno.so
- OLDNAME = libxeno.so.0.5
-@@ -38,19 +39,25 @@
+ #-- Targets ----------------------------------------
+@@ -44,19 +45,25 @@
$(LINK) $(GTKLIBS) $(OBJECTS) -shared -Wl,-soname,$(SHORTNAME) -o $(SONAME)
install-libs: $(SONAME)