1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Update to 0.5.5.

This commit is contained in:
Hajimu UMEMOTO 2001-02-05 10:17:50 +00:00
parent 8516eadb3c
commit a18104e621
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37969
6 changed files with 24 additions and 20 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gkrellmms
PORTVERSION= 0.5.4
PORTVERSION= 0.5.5
CATEGORIES= audio
MASTER_SITES= http://gkrellm.luon.net/files/

View File

@ -1 +1 @@
MD5 (gkrellmms-0.5.4.tar.gz) = a2cbe4fc0d5cfc667b35b44e8fd6d927
MD5 (gkrellmms-0.5.5.tar.gz) = 51dcb7e48873ce56632e0f2148360178

View File

@ -1,8 +1,8 @@
Index: Makefile
diff -u Makefile.orig Makefile
--- Makefile.orig Sun Jul 2 01:45:19 2000
+++ Makefile Fri Sep 15 03:30:01 2000
@@ -3,27 +3,27 @@
--- Makefile.orig Sun Jan 21 05:28:38 2001
+++ Makefile Mon Feb 5 19:01:26 2001
@@ -3,29 +3,29 @@
# You may want to rename the binary-file.
BIN_FILENAME = gkrellmms
@ -12,14 +12,16 @@ diff -u Makefile.orig Makefile
+GTK_LIB = `$(GTK_CONFIG) --libs gthread`
IMLIB_INCLUDE = `imlib-config --cflags-gdk`
IMLIB_LIB = `imlib-config --libs-gdk`
XMMS_INCLUDE = `xmms-config --cflags`
XMMS_LIB = `xmms-config --libs`
-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE)
+CFLAGS += -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE)
LIBS = $(GTK_LIB) $(IMLIB_LIB)
-LFLAGS = -shared -lpthread -lxmms
-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) $(XMMS_INCLUDE)
+CFLAGS += -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) $(XMMS_INCLUDE)
LIBS = $(GTK_LIB) $(IMLIB_LIB) $(XMMS_LIB)
-LFLAGS = -shared -lpthread
-
-CC = gcc $(CFLAGS) $(FLAGS)
+LFLAGS = -shared -lxmms
+LFLAGS = -shared
OBJS = gkrellmms.o options.o playlist.o

View File

@ -6,7 +6,7 @@
#
PORTNAME= gkrellmms
PORTVERSION= 0.5.4
PORTVERSION= 0.5.5
CATEGORIES= audio
MASTER_SITES= http://gkrellm.luon.net/files/

View File

@ -1 +1 @@
MD5 (gkrellmms-0.5.4.tar.gz) = a2cbe4fc0d5cfc667b35b44e8fd6d927
MD5 (gkrellmms-0.5.5.tar.gz) = 51dcb7e48873ce56632e0f2148360178

View File

@ -1,8 +1,8 @@
Index: Makefile
diff -u Makefile.orig Makefile
--- Makefile.orig Sun Jul 2 01:45:19 2000
+++ Makefile Fri Sep 15 03:30:01 2000
@@ -3,27 +3,27 @@
--- Makefile.orig Sun Jan 21 05:28:38 2001
+++ Makefile Mon Feb 5 19:01:26 2001
@@ -3,29 +3,29 @@
# You may want to rename the binary-file.
BIN_FILENAME = gkrellmms
@ -12,14 +12,16 @@ diff -u Makefile.orig Makefile
+GTK_LIB = `$(GTK_CONFIG) --libs gthread`
IMLIB_INCLUDE = `imlib-config --cflags-gdk`
IMLIB_LIB = `imlib-config --libs-gdk`
XMMS_INCLUDE = `xmms-config --cflags`
XMMS_LIB = `xmms-config --libs`
-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE)
+CFLAGS += -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE)
LIBS = $(GTK_LIB) $(IMLIB_LIB)
-LFLAGS = -shared -lpthread -lxmms
-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) $(XMMS_INCLUDE)
+CFLAGS += -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) $(XMMS_INCLUDE)
LIBS = $(GTK_LIB) $(IMLIB_LIB) $(XMMS_LIB)
-LFLAGS = -shared -lpthread
-
-CC = gcc $(CFLAGS) $(FLAGS)
+LFLAGS = -shared -lxmms
+LFLAGS = -shared
OBJS = gkrellmms.o options.o playlist.o