HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

Ticket #682 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

tor is broken

Reported by: paul0 Owned by:
Priority: normal Milestone:
Component: default Version:
Severity: normal Keywords:
Cc:

Description

current tor bep file tries to download a file that isn't on the server anymore, created a bep file with the latest version, and worked without the need os patch

DESCRIPTION="Anonymizing overlay network for TCP"
HOMEPAGE=" http://www.torproject.org/"
SRC_URI=" https://www.torproject.org/dist/tor-0.2.3.25.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-libs/openssl >= 0.9.8

dev-libs/libevent >= 2.0.10"

CHECKSUM_MD5="a1c364189a9a66ed9daa8e6436489daf"
BUILD {

cd tor-0.2.3.25
autoconf
./configure --prefix=finddir B_COMMON_DIRECTORY --disable-asciidoc
make

}

INSTALL {

cd tor-0.2.3.25
make install

}

TEST {

cd tor-0.2.3.25
make test

}

LICENSE="Zlib"
COPYRIGHT="2001-2004, Roger Dingledine

2004-2006, Roger Dingledine, Nick Mathewson
2007-2011, The Tor Project, Inc."

Attachments

tor-0.2.3.25.3.bep​ (632 bytes) - added by freeman2430 2 years ago.
tor-0.2.3.25.bep​ (630 bytes) - added by freeman2430 2 years ago.
Latest bep
tor-wrong-directories.png​ (42.3 KB) - added by scottmc 2 years ago.
tor is puttig files in common/etc and common/share

Download all attachments as: .zip

Change History

comment:1 Changed 2 years ago by freeman2430

Sorry for the duplicate files. I placed your text into a file and tried to download in Vbox, but I get aclocal errors.

Changed 2 years ago by freeman2430

  • attachment tor-0.2.3.25.3.bep​ added

Changed 2 years ago by freeman2430

  • attachment tor-0.2.3.25.bep​ added

Latest bep

comment:2 Changed 2 years ago by scottmc

Here's where it got fixed for Haiku:
 https://gitweb.torproject.org/tor.git/commit/f783a326b82518bf75b1d3952332b05aac7ffd9b
thx Martin

comment:3 Changed 2 years ago by scottmc

Tor is putting files in common/share and common/etc, the common/etc is getting a settings file, this might be better in B_COMMON_SETTINGS? See if you can figure out how to get configure to override putting files in those two places. I tried --datarootdir and --sysconfdir, but they didn't seem to help. See attached screenshot.

Changed 2 years ago by scottmc

  • attachment tor-wrong-directories.png​ added

tor is puttig files in common/etc and common/share

comment:4 Changed 2 years ago by scottmc

  • Resolution set to fixed
  • Status changed from new to closed

should be fixed in r2249.

Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/