Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 1999 03:27:39 +0800 (CST)
From:      clive@cirx.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14192: update to 1.4 and distfile unfetchable problem.
Message-ID:  <199910071927.DAA16940@cartier.cirx.org>

next in thread | raw e-mail | index | archive | help

>Number:         14192
>Category:       ports
>Synopsis:       update to 1.4 and distfile unfetchable problem.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct  7 12:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Clive Lin
>Release:        FreeBSD 4.0-19990928-CURRENT i386
>Organization:
No job for me
>Environment:

	FreeBSD 4.0-19990928-CURRENT #0: Wed Sep 29 04:48:44 GMT 1999     root@usw2.freebsd.org:/usr/src/sys/compile/GENERIC

>Description:

	The author updated version to 1.4 and removed the 1.3 distfile :X
	Now follow his steps.

>How-To-Repeat:

	

>Fix:


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

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910071927.DAA16940>