1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to version 4.0.

This commit is contained in:
Dmitry Sivachenko 2013-04-30 14:12:58 +00:00
parent aade7b1f91
commit 8973ce98ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316932
3 changed files with 9 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= uftp
PORTVERSION= 3.7.2
PORTVERSION= 4.0
PORTEPOCH= 1
CATEGORIES= ftp
MASTER_SITES= http://www.tcnj.edu/~bush/downloads/

View File

@ -1,2 +1,2 @@
SHA256 (uftp-3.7.2.tar) = cc257888a843add440070ddc73de347f5174ea1fe19a9a8650598e136baa6087
SIZE (uftp-3.7.2.tar) = 849920
SHA256 (uftp-4.0.tar) = 61796011b5f95841276a895a2eaa4cc4de854adc3db0967b58c626260feab47b
SIZE (uftp-4.0.tar) = 1146880

View File

@ -1,6 +1,6 @@
--- makefile.orig 2010-07-19 06:03:27.000000000 +0400
+++ makefile 2010-07-23 11:11:06.000000000 +0400
@@ -39,14 +39,15 @@ CRYPT_LIB=-lcrypto
--- makefile.orig 2013-04-27 22:20:19.000000000 +0400
+++ makefile 2013-04-30 18:10:21.000000000 +0400
@@ -42,15 +42,16 @@
endif
# defaults
@ -11,11 +11,12 @@
-CFLAGS=
+LDLIBS+=-lm $(CRYPT_LIB)
+CFLAGS?=
MTFLAGS=
# FreeBSD
ifeq ("FreeBSD", "$(UNAME_S)")
-OPTIONS=-g -Wall -DHAS_GETIFADDRS $(ENC_OPTS)
+OPTIONS=-Wall -DHAS_GETIFADDRS $(ENC_OPTS)
-OPTIONS=-g -Wall -DHAS_GETIFADDRS -DNO_DUAL -DNO_MCAST_JOIN $(ENC_OPTS)
+OPTIONS=-Wall -DHAS_GETIFADDRS -DNO_DUAL -DNO_MCAST_JOIN $(ENC_OPTS)
+OPENSSL=/usr
endif