Update to version 4.9.3
This commit is contained in:
parent
60e0c6e6b7
commit
60b2b0e721
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432096
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= uftp
|
||||
PORTVERSION= 4.9.2
|
||||
PORTVERSION= 4.9.3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= SF/uftp-multicast/source-tar
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (uftp-4.9.2.tar.gz) = b95e784b0f0f93cdd3b76df2432063abeff0554a5bc4a726f64cb78caa162a5f
|
||||
SIZE (uftp-4.9.2.tar.gz) = 242377
|
||||
TIMESTAMP = 1485065410
|
||||
SHA256 (uftp-4.9.3.tar.gz) = 9e9215af0315257c6cc4f40fbc6161057e861be1fff10a38a5564f699e99c78f
|
||||
SIZE (uftp-4.9.3.tar.gz) = 241037
|
||||
|
@ -1,23 +1,17 @@
|
||||
--- makefile.orig 2014-05-28 06:22:37.000000000 +0400
|
||||
+++ makefile 2014-05-28 14:38:28.000000000 +0400
|
||||
@@ -42,15 +42,16 @@
|
||||
endif
|
||||
--- makefile.orig 2017-01-22 10:46:20.278794000 +0300
|
||||
+++ makefile 2017-01-22 10:47:39.741756000 +0300
|
||||
@@ -43,12 +43,12 @@
|
||||
|
||||
# defaults
|
||||
-CC = gcc
|
||||
+CC ?= gcc
|
||||
OPTIONS=-g -Wall $(ENC_OPTS)
|
||||
-LDLIBS=-lc -lm $(CRYPT_LIB)
|
||||
-CFLAGS=
|
||||
+LDLIBS+=-lm $(CRYPT_LIB)
|
||||
+CFLAGS?=
|
||||
+LDLIBS=-lm $(CRYPT_LIB)
|
||||
MTFLAGS=
|
||||
|
||||
# FreeBSD
|
||||
ifeq ("FreeBSD", "$(UNAME_S)")
|
||||
-OPTIONS=-g -Wall -DHAS_GETIFADDRS -DNO_DUAL -DSOCKADDR_LEN $(ENC_OPTS)
|
||||
+OPTIONS=-Wall -DHAS_GETIFADDRS -DNO_DUAL -DSOCKADDR_LEN $(ENC_OPTS)
|
||||
+OPENSSL=/usr
|
||||
endif
|
||||
|
||||
# OSX, aka Darwin
|
||||
|
Loading…
Reference in New Issue
Block a user