Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2015 21:43:14 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391278 - head/net-p2p/transmission-cli/files
Message-ID:  <201507032143.t63LhErJ064502@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Fri Jul  3 21:43:13 2015
New Revision: 391278
URL: https://svnweb.freebsd.org/changeset/ports/391278

Log:
  Don't depend on base OpenSSL when using WITH_OPENSSL_PORT.
  
  PR:		ports/186978
  Submitted by:	Bernard Spil

Added:
  head/net-p2p/transmission-cli/files/patch-daemon_Makefile.in   (contents, props changed)
Modified:
  head/net-p2p/transmission-cli/files/patch-qt-mainwin.cc

Added: head/net-p2p/transmission-cli/files/patch-daemon_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/transmission-cli/files/patch-daemon_Makefile.in	Fri Jul  3 21:43:13 2015	(r391278)
@@ -0,0 +1,11 @@
+--- daemon/Makefile.in.orig	2015-04-15 08:35:09 UTC
++++ daemon/Makefile.in
+@@ -141,7 +141,7 @@ am__v_CC_1 = 
+ CCLD = $(CC)
+ LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
++	$(LDFLAGS) $(AM_LDFLAGS) -o $@
+ AM_V_CCLD = $(am__v_CCLD_@AM_V@)
+ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
+ am__v_CCLD_0 = @echo "  CCLD    " $@;

Modified: head/net-p2p/transmission-cli/files/patch-qt-mainwin.cc
==============================================================================
--- head/net-p2p/transmission-cli/files/patch-qt-mainwin.cc	Fri Jul  3 21:42:48 2015	(r391277)
+++ head/net-p2p/transmission-cli/files/patch-qt-mainwin.cc	Fri Jul  3 21:43:13 2015	(r391278)
@@ -1,6 +1,6 @@
---- qt/mainwin.cc.orig	2014-07-21 14:31:59.381934558 +0100
-+++ qt/mainwin.cc	2014-07-21 14:35:42.020934743 +0100
-@@ -1165,8 +1165,8 @@
+--- qt/mainwin.cc.orig	2014-07-01 17:09:14 UTC
++++ qt/mainwin.cc
+@@ -1165,8 +1165,8 @@ TrMainWindow :: openTorrent ()
    QCheckBox * b = new QCheckBox (tr ("Show &options dialog"));
    b->setChecked (myPrefs.getBool (Prefs::OPTIONS_PROMPT));
    b->setObjectName (SHOW_OPTIONS_CHECKBOX_NAME);
@@ -11,7 +11,7 @@
      {
        l = new QGridLayout;
        d->setLayout (l);
-@@ -1313,8 +1313,8 @@
+@@ -1313,8 +1313,8 @@ TrMainWindow :: removeTorrents (const bo
    msgBox.setDefaultButton (QMessageBox::Cancel);
    msgBox.setIcon (QMessageBox::Question);
    // hack needed to keep the dialog from being too narrow



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507032143.t63LhErJ064502>