View | Details | Raw Unified | Return to bug 14192
Collapse All | Expand All

(-)xphotohunter/Makefile (-2 / +2 lines)
Lines 6-13 Link Here
6
# $FreeBSD: ports/games/xphotohunter/Makefile,v 1.1.1.1 1999/09/07 11:41:37 foxfair Exp $
6
# $FreeBSD: ports/games/xphotohunter/Makefile,v 1.1.1.1 1999/09/07 11:41:37 foxfair Exp $
7
#
7
#
8
8
9
DISTNAME=	xphotohunter-1.3
9
DISTNAME=	xphotohunter-1.4
10
PKGNAME=	zh-xphotohunter-1.3
10
PKGNAME=	zh-xphotohunter-1.4
11
CATEGORIES=	chinese games
11
CATEGORIES=	chinese games
12
MASTER_SITES=	http://www.oz.nthu.edu.tw/~u860905/Xphotohunter/
12
MASTER_SITES=	http://www.oz.nthu.edu.tw/~u860905/Xphotohunter/
13
13
(-)xphotohunter/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (xphotohunter-1.3.tar.gz) = 037d4eb152fd02e8011eb889b25af737
1
MD5 (xphotohunter-1.4.tar.gz) = 8f0bbde73a3ac6bc0ddfceb07925d06e
(-)xphotohunter/patches/patch-aa (-18 / +12 lines)
Lines 1-31 Link Here
1
--- Makefile.orig	Sat Jul 17 01:24:06 1999
1
--- Makefile.orig	Sat Sep 25 00:57:55 1999
2
+++ Makefile	Fri Aug 13 01:07:41 1999
2
+++ Makefile	Fri Oct  8 03:09:28 1999
3
@@ -5,17 +5,17 @@
3
@@ -5,19 +5,19 @@
4
 # if you want to install executive files in another directory, edit the following line. 
4
 # If you want to install executive files in another directory, edit the following line. 
5
 BINDIR=/usr/local/bin
5
 BINDIR=/usr/local/bin
6
 # where your locale dir is
6
 # Where your locale dir is
7
-LOCALEDIR=/usr/share/locale
7
-LOCALEDIR=/usr/share/locale
8
+LOCALEDIR=/usr/local/share/locale
8
+LOCALEDIR=/usr/local/share/locale
9
 
9
 
10
 SHELL=sh
10
 CC=gcc 
11
 CC=gcc 
11
 DEFS=-DDEFAULT_DIR=\"$(DATADIR)\"
12
 DEFS=-DDATA_DIR=\"$(DATADIR)\"
12
 #INCLUDES=-I./ -I/usr/include -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/local/include
13
 #INCLUDES=-I./ -I/usr/include -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/local/include
13
-#INCLUDES=-I./ -I/usr/include -I/usr/X11R6/include -I/usr/local/include `gtk-config --cflags`  
14
 #INCLUDES=-I./ -I/usr/include -I/usr/X11R6/include -I/usr/local/include `gtk-config --cflags`  
14
-INCLUDES=`gtk-config --cflags`
15
-INCLUDES=`gtk-config --cflags`
15
+#INCLUDES=-I./ -I/usr/include -I/usr/X11R6/include -I/usr/local/include `gtk12-config --cflags`  
16
+INCLUDES=`gtk12-config --cflags`
16
+INCLUDES=`gtk12-config --cflags`
17
 # the sequence of the "-l" is important when you compile staticly. 
17
 # The sequence of the "-l" is important when you compile staticly. 
18
 #LIBS=-L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib -lgtk -lgdk_imlib -lgdk -lglib -ljpeg -ltiff -lpng -lz -lgif  -lXi -lXext -lX11 -lm
18
 #LIBS=-L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib -lgtk -lgdk_imlib -lgdk -lglib -ljpeg -ltiff -lpng \
19
-#LIBS=-L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib `gtk-config --libs`
19
 #           -lz -lgif  -lXi -lXext -lX11 -lm
20
 #LIBS=-L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib `gtk-config --libs`
20
-LIBS=-lgdk_imlib -ljpeg -ltiff -lpng -lz -lgif  `gtk-config --libs` -lXi -lXext -lX11 -lm
21
-LIBS=-lgdk_imlib -ljpeg -ltiff -lpng -lz -lgif  `gtk-config --libs` -lXi -lXext -lX11 -lm
21
+#LIBS=-L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib `gtk12-config --libs`
22
+LIBS=-lgdk_imlib -ljpeg -ltiff -lpng -lz -lgif  `gtk12-config --libs` -lXi -lXext -lX11 -lm
22
+LIBS=-lgdk_imlib -ljpeg -ltiff -lpng -lz -lgif  `gtk12-config --libs` -lXi -lXext -lX11 -lm
23
 CFLAGS= -g -O2 -Wall 
23
 CFLAGS= -g -O2 -Wall 
24
 
24
 
25
 INSTALL = /usr/bin/install -c
25
 INSTALL = /usr/bin/install -c
26
@@ -66,4 +66,4 @@
27
 	$(RM) $(OBJS) $(DYNAMIC)
28
 clean-all: clean clean-dynamic
29
 
30
-	
31
+	
(-)xphotohunter/pkg/PLIST (-2 / +5 lines)
Lines 1-5 Link Here
1
bin/xphotohunter
1
bin/xphotohunter
2
share/locale/zh_TW.Big5/LC_MESSAGES/xphotohunter.mo
2
share/locale/zh_TW.Big5/LC_MESSAGES/xphotohunter.mo
3
share/xphotohunter/locale/zh_TW.Big5/xphotohunter.po
4
share/xphotohunter/locale/zh_TW.Big5/Rule.txt
5
share/xphotohunter/locale/zh_TW.Big5/License.txt
3
share/xphotohunter/Picture/0.ppp
6
share/xphotohunter/Picture/0.ppp
4
share/xphotohunter/Picture/0a.jpg
7
share/xphotohunter/Picture/0a.jpg
5
share/xphotohunter/Picture/0b.jpg
8
share/xphotohunter/Picture/0b.jpg
Lines 64-75 Link Here
64
share/xphotohunter/README.chinese
67
share/xphotohunter/README.chinese
65
share/xphotohunter/README.english
68
share/xphotohunter/README.english
66
share/xphotohunter/License.txt
69
share/xphotohunter/License.txt
67
share/xphotohunter/License.txt.english
68
share/xphotohunter/Rule.txt
70
share/xphotohunter/Rule.txt
69
share/xphotohunter/Rule.txt.english
70
share/xphotohunter/GPL
71
share/xphotohunter/GPL
71
share/xphotohunter/xphotohunter.dat
72
share/xphotohunter/xphotohunter.dat
72
share/xphotohunter/xphotohunter.rc
73
share/xphotohunter/xphotohunter.rc
73
share/xphotohunter/xphotohunter.po
74
share/xphotohunter/xphotohunter.po
75
@dirrm share/xphotohunter/locale/zh_TW.Big5
76
@dirrm share/xphotohunter/locale
74
@dirrm share/xphotohunter/Picture
77
@dirrm share/xphotohunter/Picture
75
@dirrm share/xphotohunter
78
@dirrm share/xphotohunter

Return to bug 14192