Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#52608 closed update (fixed)

updates for snappy & leveldb

Reported by: RJVB (René Bertin) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: snappy leveldb

Description

Please find attached the latest updates for port:snappy and port:leveldb . I'm not particularly interested in becoming their maintainer, though.

Attachments (2)

snappy.diff (1.2 KB) - added by RJVB (René Bertin) 8 years ago.
leveldb.diff (2.3 KB) - added by RJVB (René Bertin) 8 years ago.

Download all attachments as: .zip

Change History (15)

Changed 8 years ago by RJVB (René Bertin)

Attachment: snappy.diff added

Changed 8 years ago by RJVB (René Bertin)

Attachment: leveldb.diff added

comment:1 Changed 8 years ago by mf2k (Frank Schima)

Port: snappy, leveldbsnappy leveldb

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Thanks.

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Committed the snappy update in r153867 with these changes:

  • removed name snappy line and commented-out #version 1.1.1 line
  • replaced tabs in changed lines with spaces
  • used release download, which avoids the need to run autoreconf

comment:4 in reply to:  3 Changed 8 years ago by RJVB (René Bertin)

Replying to ryandesign@…:

  • used release download, which avoids the need to run autoreconf

Hrmf, I thought I'd obtained that by specifying a release tag and now using fetch.type=git ...

Running autoreconf isn't a big deal for a single build if you already have the tools installed, but it's true that it quickly grows old (and perceptually ever slower) if you have have to rerun the configure step repeatedly.

comment:5 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Committed the leveldb update in r153953 with these changes:

  • did not add use_parallel_build yes line because that's been the default for many years
  • removed comment-out # build.args-append libmemenv.a line; looks like libmemenv.a gets built by default now
  • set CFLAGS correctly, so that not just C++ code but also C code gets built for the correct arch (otherwise the universal variant failed)
  • removed the existing lines relating to changing the MacPorts default -Os optimization flag to -O2 because no justification was given for making that change in r140702
  • did not apply your change that installs the libleveldb.dylib files using /usr/bin/install instead of /bin/cp, because doing so causes three separate copies of the library to be installed, rather than one copy and two symlinks which is what we want
  • added patch to fix library install_name. This will require all ports linking with libleveldb,dylib to be revbumped.
Version 0, edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (next)

comment:6 Changed 8 years ago by RJVB (René Bertin)

dang, I didn't notice the weird, linuxy library names...

I've done this a bit between other things, but I did wonder why the port doesn't simply use a hand-written destroot rather than generate an install makefile and let that be executed...

comment:7 in reply to:  6 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to rjvbertin@…:

I did wonder why the port doesn't simply use a hand-written destroot rather than generate an install makefile and let that be executed...

That's explained in the Portfile:

# muniversal build requires Makefile

comment:8 Changed 8 years ago by RJVB (René Bertin)

Oh, right, yes. Because muniversal also rolls its own destroot?

comment:9 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Yes.

comment:10 in reply to:  5 ; Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to ryandesign@…:

This will require all ports linking with libleveldb.dylib to be revbumped.

Fixed caffe in r153955. The only other one is qt5-qtwebkit, which is still building.

comment:11 in reply to:  10 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Fixed qt5-qtwebkit in r153957.

comment:12 Changed 8 years ago by RJVB (René Bertin)

I'm not getting the patch file from svn, did you forget to commit it?

comment:13 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Yes; see #52631. Fixed in r153991.

Note: See TracTickets for help on using tickets.