SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
38
net/tclcurl/patches/patch-Makefile_in
Normal file
38
net/tclcurl/patches/patch-Makefile_in
Normal file
|
@ -0,0 +1,38 @@
|
|||
Use absolute build dir path to make tests work.
|
||||
Don't compress man pages.
|
||||
The generated pkgIndex.tcl file is found in the build dir.
|
||||
|
||||
|
||||
Index: Makefile.in
|
||||
--- Makefile.in.orig
|
||||
+++ Makefile.in
|
||||
@@ -86,7 +86,7 @@ pkgdatadir = $(datadir)/$(PKG_DIR)
|
||||
pkglibdir = $(libdir)/$(PKG_DIR)
|
||||
pkgincludedir = $(includedir)/$(PKG_DIR)
|
||||
|
||||
-top_builddir = .
|
||||
+top_builddir = @abs_top_builddir@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
@@ -232,10 +232,7 @@ install-doc: doc
|
||||
@echo "Installing documentation in $(DESTDIR)$(mandir)"
|
||||
@list='$(srcdir)/doc/*.n'; for i in $$list; do \
|
||||
echo "Installing $$i"; \
|
||||
- rm -f $(DESTDIR)$(mandir)/mann/`basename $$i`; \
|
||||
- gzip $$i; \
|
||||
- $(INSTALL_DATA) $$i.gz $(DESTDIR)$(mandir)/mann ; \
|
||||
- gunzip $$i.gz; \
|
||||
+ $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/mann ; \
|
||||
done
|
||||
|
||||
test: binaries libraries
|
||||
@@ -395,7 +392,7 @@ install-lib-binaries: binaries
|
||||
done
|
||||
@if test "x$(SHARED_BUILD)" = "x1"; then \
|
||||
echo " Install pkgIndex.tcl $(DESTDIR)$(pkglibdir)"; \
|
||||
- $(INSTALL_DATA) $(srcdir)/pkgIndex.tcl $(DESTDIR)$(pkglibdir); \
|
||||
+ $(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir); \
|
||||
fi
|
||||
|
||||
#========================================================================
|
12
net/tclcurl/patches/patch-doc_tclcurl_multi_n
Normal file
12
net/tclcurl/patches/patch-doc_tclcurl_multi_n
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: doc/tclcurl_multi.n
|
||||
--- doc/tclcurl_multi.n.orig
|
||||
+++ doc/tclcurl_multi.n
|
||||
@@ -1,7 +1,7 @@
|
||||
.\" You can view this file with:
|
||||
.\" nroff -man [file]
|
||||
.\" Adapted from libcurl docs by fandom@telefonica.net
|
||||
-.TH TclCurl 3 "3 October 2011" "TclCurl 7.22.0 "TclCurl Easy Interface"
|
||||
+.TH TclCurl 3 "3 October 2011" "TclCurl 7.22.0" "TclCurl Easy Interface"
|
||||
.SH NAME
|
||||
TclCurl: - get a URL with FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE, LDAP,
|
||||
LDAPS, IMAP, IMAPS, POP, POP3, SMTP, SMTPS and gopher syntax.
|
12
net/tclcurl/patches/patch-doc_tclcurl_n
Normal file
12
net/tclcurl/patches/patch-doc_tclcurl_n
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: doc/tclcurl.n
|
||||
--- doc/tclcurl.n.orig
|
||||
+++ doc/tclcurl.n
|
||||
@@ -1,7 +1,7 @@
|
||||
.\" You can view this file with:
|
||||
.\" nroff -man [file]
|
||||
.\" Adapted from libcurl docs by fandom@telefonica.net
|
||||
-.TH TclCurl 3 "3 October 2011" "TclCurl 7.22.0 "TclCurl Easy Interface"
|
||||
+.TH TclCurl 3 "3 October 2011" "TclCurl 7.22.0" "TclCurl Easy Interface"
|
||||
.SH NAME
|
||||
TclCurl: - get a URL with FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE, LDAP,
|
||||
LDAPS, IMAP, IMAPS, POP, POP3, SMTP, SMTPS and gopher syntax.
|
12
net/tclcurl/patches/patch-doc_tclcurl_share_n
Normal file
12
net/tclcurl/patches/patch-doc_tclcurl_share_n
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: doc/tclcurl_share.n
|
||||
--- doc/tclcurl_share.n.orig
|
||||
+++ doc/tclcurl_share.n
|
||||
@@ -1,7 +1,7 @@
|
||||
.\" You can view this file with:
|
||||
.\" nroff -man [file]
|
||||
.\" Adapted from libcurl docs by fandom@telefonica.net
|
||||
-.TH TclCurl 3 "3 October 2011" "TclCurl 7.22.0 "TclCurl Easy Interface"
|
||||
+.TH TclCurl 3 "3 October 2011" "TclCurl 7.22.0" "TclCurl Easy Interface"
|
||||
.SH NAME
|
||||
TclCurl: - get a URL with FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE, LDAP,
|
||||
LDAPS, IMAP, IMAPS, POP, POP3, SMTP, SMTPS and gopher syntax.
|
Loading…
Add table
Add a link
Reference in a new issue