1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Update to 200101251009.

This commit is contained in:
Maxim Sobolev 2001-02-07 15:15:07 +00:00
parent bb9b725c29
commit 5449161a2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38062
6 changed files with 30 additions and 24 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (Xenophilia-1.2.x-200012301145.tar.gz) = 7c93a0ff40a03a0e83666de00da176b2
MD5 (Xenophilia-1.2.x-200101251009.tar.gz) = 4ce8734f8856cc71aef6cce7597ff2d2

View File

@ -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)

View File

@ -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

View File

@ -1 +1 @@
MD5 (Xenophilia-1.2.x-200012301145.tar.gz) = 7c93a0ff40a03a0e83666de00da176b2
MD5 (Xenophilia-1.2.x-200101251009.tar.gz) = 4ce8734f8856cc71aef6cce7597ff2d2

View File

@ -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)