svn commit: r482215 - in branches/2018Q4/ports-mgmt/pkg: . files

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 16 10:13:11 UTC 2018


Author: bapt
Date: Tue Oct 16 10:13:10 2018
New Revision: 482215
URL: https://svnweb.freebsd.org/changeset/ports/482215

Log:
  MFH: r481775 r482214
  
  Add a patch to fix pkg-static with linked against openssl 1.1.1
  
  This is needed to be able to sign repository with pkg-static
  
  Reported by:	many (based on a patch by gjb)

Added:
  branches/2018Q4/ports-mgmt/pkg/files/patch-src_Makefile.in
     - copied unchanged from r482214, head/ports-mgmt/pkg/files/patch-src_Makefile.in
Modified:
  branches/2018Q4/ports-mgmt/pkg/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/ports-mgmt/pkg/Makefile
==============================================================================
--- branches/2018Q4/ports-mgmt/pkg/Makefile	Tue Oct 16 10:08:01 2018	(r482214)
+++ branches/2018Q4/ports-mgmt/pkg/Makefile	Tue Oct 16 10:13:10 2018	(r482215)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pkg
 DISTVERSION=	1.10.5
-PORTREVISION=	3
+PORTREVISION=	5
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Copied: branches/2018Q4/ports-mgmt/pkg/files/patch-src_Makefile.in (from r482214, head/ports-mgmt/pkg/files/patch-src_Makefile.in)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2018Q4/ports-mgmt/pkg/files/patch-src_Makefile.in	Tue Oct 16 10:13:10 2018	(r482215, copy of r482214, head/ports-mgmt/pkg/files/patch-src_Makefile.in)
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig	2018-02-14 23:08:02 UTC
++++ src/Makefile.in
+@@ -619,7 +619,7 @@ pkg_static_LDADD = @OS_LDFLAGS@ $(pkg_OBJECTS) \
+ 	$(top_builddir)/libpkg/libpkg_static.la \
+ 	$(top_builddir)/compat/libbsd_compat.la @LIBJAIL_LIB@ \
+ 	@LDNS_LIBS@ @OS_LIBS@ -larchive -lz -lutil -lbz2 -llzma -lssl \
+-	-lcrypto -lm $(am__append_2) $(am__append_3) $(am__append_4)
++	-lpthread -lcrypto -lm $(am__append_2) $(am__append_3) $(am__append_4)
+ DYNPROG = pkg
+ @BUILD_STATIC_TRUE at pkg_static_LDFLAGS = -all-static
+ dist_sysconf_DATA = pkg.conf.sample


More information about the svn-ports-all mailing list