1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Update to version 0.4.3.

This commit is contained in:
Anders Nordby 2002-08-14 06:48:58 +00:00
parent ec95d356cf
commit 92e196d087
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64487
7 changed files with 30 additions and 35 deletions

View File

@ -6,13 +6,11 @@
#
PORTNAME= gnokii
PORTVERSION= 0.4.0.p20
PORTVERSION= 0.4.3
PORTEPOCH= 1
CATEGORIES= comms
MASTER_SITES= ftp://ftp.gnokii.org/pub/gnokii/pre/ \
ftp://urtica.linuxnews.pl/pub/people/pkot/gnokii/ \
MASTER_SITES= ftp://ftp.gnokii.org/pub/gnokii/ \
http://freesoftware.fsf.org/download/gnokii/
DISTNAME= ${PORTNAME}-0.4.0pre20
MAINTAINER= anders@FreeBSD.org

View File

@ -1 +1 @@
MD5 (gnokii-0.4.0pre20.tar.gz) = 65eac9f3a4f5d7f050058eb76c121ae8
MD5 (gnokii-0.4.3.tar.gz) = ecf5c04d1bef362cc0b4940e2c647e09

View File

@ -1,5 +1,5 @@
--- Docs/Makefile.orig Fri May 10 00:31:47 2002
+++ Docs/Makefile Wed May 22 03:09:44 2002
--- Docs/Makefile.orig Thu Aug 8 23:07:58 2002
+++ Docs/Makefile Thu Aug 8 23:08:44 2002
@@ -32,19 +32,20 @@
@echo

View File

@ -1,12 +0,0 @@
--- Makefile.orig Wed May 22 02:17:56 2002
+++ Makefile Wed May 22 02:19:41 2002
@@ -157,6 +157,9 @@
fi; \
done
+ @if [ "x$(USE_NLS)" = xyes ]; then \
+ $(MAKE) -C $(PO_DIR) install; \
+ fi
@if [ "$(GTK_LIBS)" ]; then \
for dir in $(GTK_DIRS); do \
if [ -e $$dir/Makefile ]; then \

View File

@ -1,16 +1,17 @@
--- Makefile.global.in.orig Fri May 10 00:31:47 2002
+++ Makefile.global.in Wed May 22 02:22:26 2002
--- Makefile.global.in.orig Mon Aug 5 18:21:20 2002
+++ Makefile.global.in Thu Aug 8 23:39:06 2002
@@ -22,13 +22,13 @@
bindir = @bindir@
sbindir = @sbindir@
-xbindir = ${prefix}/X11R6/bin/
-xbindir = @XGNOKIIDIR@/bin/
+xbindir = ${prefix}/bin/
libdir = @libdir@
xgnokii_libdir = @XGNOKIIDIR@/@XPACKAGE@
-xgnokii_libdir = @XGNOKIIDIR@/share/@XPACKAGE@
+xgnokii_libdir = ${prefix}/share/@XPACKAGE@
man1dir = @mandir@/man1/
man8dir = @mandir@/man8/
-xmandir = ${prefix}/X11R6/man/man1/
-xmandir = @XGNOKIIDIR@/man/man1/
-docdir = ${prefix}/doc/${PACKAGE}
+xmandir = ${man1dir}
+docdir = ${prefix}/share/doc/${PACKAGE}

View File

@ -1,14 +1,6 @@
--- configure.orig Fri May 10 00:31:53 2002
+++ configure Wed May 22 02:04:02 2002
@@ -661,7 +661,6 @@
-CFLAGS="-O2 -Wall"
ALL_LINGUAS="cs de et fi nl sk pl it sl"
echo $ac_n "checking for include/config.h.in""... $ac_c" 1>&6
@@ -1970,8 +1969,8 @@
--- configure.orig Thu Aug 8 23:11:28 2002
+++ configure Thu Aug 8 23:12:05 2002
@@ -1973,8 +1973,8 @@
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6

View File

@ -0,0 +1,16 @@
--- gnokii/Makefile.orig Mon Aug 5 18:21:20 2002
+++ gnokii/Makefile Thu Aug 8 23:26:03 2002
@@ -25,12 +25,10 @@
GNOKII_LIB=libgnokii.so
endif
-LDLIBS += -L$(TOPDIR)/common -lgnokii
-
all: gnokii
gnokii: $(OBJS) $(TOPDIR)/common/gsm-filetypes.o $(TOPDIR)/common/$(GNOKII_LIB)
- $(CC) $(LDFLAGS) $(OBJS) $(TOPDIR)/common/gsm-filetypes.o $(LDLIBS) -o $@
+ $(CC) $(LDFLAGS) $(OBJS) $(TOPDIR)/common/gsm-filetypes.o -L$(TOPDIR)/common -lgnokii $(LDLIBS) -o $@
$(TOPDIR)/getopt/libgetopt.a:
$(MAKE) -C $(TOPDIR)/getopt