mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Add two patch files forgotten in the previous commit, and clean up
a portlint warning. Submitted by: Jim Bloom <bloom@acm.org>
This commit is contained in:
parent
e41812b3c7
commit
af8a78cdb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25640
@ -7,7 +7,7 @@
|
||||
#
|
||||
# I spent a <strong>very frustrating</strong> half hour with portlint
|
||||
# on this one and could never get it to fewer than 8 frigging warnings.
|
||||
# A bit more work got it down to 2 frigging warnings and added a new one.
|
||||
# A bit more work got it down to 2 frigging warnings.
|
||||
# The warnings are getting harder to fix.
|
||||
# Good luck to you. :-P
|
||||
|
||||
@ -31,8 +31,7 @@ MASTERDIR= ${.CURDIR}/../pine4
|
||||
|
||||
FILESDIR= ${.CURDIR}/files
|
||||
|
||||
# I cannot use ${PATCHDIR} as it points to the master port, not this one
|
||||
EXTRA_PATCHES= patches/extrapatch-*
|
||||
EXTRA_PATCHES= ${FILESDIR}/extrapatch-*
|
||||
|
||||
USE_OPENSSL= RSA
|
||||
|
||||
|
18
mail/pine4-ssl/files/extrapatch-aa
Normal file
18
mail/pine4-ssl/files/extrapatch-aa
Normal file
@ -0,0 +1,18 @@
|
||||
--- imap/src/osdep/unix/Makefile.ssl.orig Fri Jan 14 20:56:16 2000
|
||||
+++ imap/src/osdep/unix/Makefile.ssl Tue Feb 1 00:34:17 2000
|
||||
@@ -1,12 +1,11 @@
|
||||
|
||||
# Extended flags needed for additional authenticators. You may need to modify.
|
||||
|
||||
-SSLDIR=/usr/local
|
||||
-SSLCFLAGS= -I$(SSLDIR)/include
|
||||
-SSLLDFLAGS= -L$(SSLDIR)/lib -lssl -lcrypto
|
||||
+SSLCFLAGS= -I$(OPENSSLINC)
|
||||
+SSLLDFLAGS= -L$(OPENSSLLIB) -lssl -lcrypto $(EXTRA_SSL_LIBS)
|
||||
|
||||
.ifdef RSAREF
|
||||
-SSLLDFLAGS+= -lRSAglue -lrsaref
|
||||
+SSLLDFLAGS+= -lRSAglue -L${LOCALBASE}/lib -lrsaref
|
||||
.endif
|
||||
|
||||
ssl: # SSL flags
|
12
mail/pine4-ssl/files/extrapatch-ab
Normal file
12
mail/pine4-ssl/files/extrapatch-ab
Normal file
@ -0,0 +1,12 @@
|
||||
--- imap/Makefile.orig Tue Feb 1 00:45:16 2000
|
||||
+++ imap/Makefile Tue Feb 1 00:46:24 2000
|
||||
@@ -274,7 +274,8 @@
|
||||
|
||||
BUILDOPTIONS= EXTRACFLAGS='$(EXTRACFLAGS)' EXTRALDFLAGS='$(EXTRALDFLAGS)'\
|
||||
EXTRADRIVERS='$(EXTRADRIVERS)' EXTRAAUTHENTICATORS='$(EXTRAAUTHENTICATORS)'\
|
||||
- PASSWDTYPE=$(PASSWDTYPE) SPECIALAUTHENTICATORS='$(SPECIALAUTHENTICATORS)'
|
||||
+ PASSWDTYPE=$(PASSWDTYPE) SPECIALAUTHENTICATORS='$(SPECIALAUTHENTICATORS)'\
|
||||
+ OPENSSLLIB=$(OPENSSLLIB) OPENSSLINC=$(OPENSSLINC)
|
||||
#BUILD=$(MAKE) build $(BUILDOPTIONS)
|
||||
# *** TEMPORARY FOR PINE 4.10 BUILD ***
|
||||
BUILD=$(MAKE) build $(BUILDOPTIONS) GSSDIR=$(GSSDIR)
|
Loading…
Reference in New Issue
Block a user