1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Update to 1.18. I added something to make this link with -lintl.

PR:		20510
Submitted by:	andrew@chg.ru
This commit is contained in:
Will Andrews 2000-08-11 01:14:11 +00:00
parent d8d67b3c29
commit 582c564dc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31498
4 changed files with 10 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= downloader
PORTVERSION= 1.17
PORTVERSION= 1.18
CATEGORIES= ftp
MASTER_SITES= http://www.krasu.ru/soft/chuchelo/files/ \
ftp://ftp.server51.freshmeat.net/pub/d4x/ \
@ -19,16 +19,16 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
MSGFMT_CMD= ${LOCALBASE}/bin/msgfmt
WRKSRC= ${WRKDIR}/${DISTNAME}/main
CONFIGURE_ENV= LIBS="-lintl"
MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
MSGFMT_CMD="${MSGFMT_CMD}"
MAN1= nt.1
D4X_DOC= ChangeLog FAQ FAQ.de FAQ.es FAQ.fr FAQ.gr LICENSE \
NAMES PLANS README README.de README.es README.gr README.ru THANKS TODO TROUBLES
D4X_DOC= ChangeLog FAQ FAQ.de FAQ.es FAQ.fr FAQ.gr LICENSE \
NAMES PLANS README README.de README.es README.gr \
README.pl README.pt_BR README.ru THANKS TODO TROUBLES
post-install:
${INSTALL_MAN} ${WRKSRC}/../nt.1 ${PREFIX}/man/man1

View File

@ -1 +1 @@
MD5 (nt-1.17.tar.gz) = 4194dc1be77f46e8bebb9cd497eb7e68
MD5 (nt-1.18.tar.gz) = 1e8acf534517d71f2f743c285f6b40f1

View File

@ -40,7 +40,7 @@
-
-GTKLIBS=$(shell $(GTKCONFIG) --libs) $(shell $(GLIBCONFIG) --libs)
-GTKFLAGS=$(shell $(GTKCONFIG) --cflags) $(shell $(GLIBCONFIG) --cflags)
+GTKLIBS=`${GTK_CONFIG} --libs`
+GTKLIBS=`${GTK_CONFIG} --libs` -lintl
+GTKFLAGS=`${GTK_CONFIG} --cflags`
LDFLAGS=$(PTHREAD) $(GTKLIBS)
-CXXFLAGS += $(GTKFLAGS) $(NLS) -DLOCALE=\"${LOCALEDIR}\"

View File

@ -4,7 +4,7 @@ share/doc/downloader/FAQ
share/doc/downloader/FAQ.de
share/doc/downloader/FAQ.es
share/doc/downloader/FAQ.fr
share/doc/downloader/FAQ.gr
share/doc/downloader/FAQ.gr
share/doc/downloader/LICENSE
share/doc/downloader/NAMES
share/doc/downloader/PLANS
@ -12,6 +12,8 @@ share/doc/downloader/README
share/doc/downloader/README.de
share/doc/downloader/README.es
share/doc/downloader/README.gr
share/doc/downloader/README.pl
share/doc/downloader/README.pt_BR
share/doc/downloader/README.ru
share/doc/downloader/THANKS
share/doc/downloader/TODO