Opened 12 years ago
Closed 11 years ago
#35926 closed update (fixed)
bro @1.5.3: update to 2.1
Reported by: | nonstop.server@… | Owned by: | pmq@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: | bro |
Description
Request to upgrade port bro to the latest available version (2.1).
% port -v livecheck bro livecheck.url=http://www.bro-ids.org/download/ livecheck.regex='bro-\(\[0-9a-z.\]+\).tar.gz' bro seems to have been updated (port version: 1.5.3, new version: 2.1)
Attachments (1)
Change History (5)
comment:1 Changed 12 years ago by jmroot (Joshua Root)
Cc: | pmq@… removed |
---|---|
Owner: | changed from macports-tickets@… to pmq@… |
Version: | 2.1.2 |
Changed 11 years ago by tanawts@…
Attachment: | Portfile-bro.diff added |
---|
comment:2 Changed 11 years ago by tanawts@…
Attached is the requested patch to update Bro to the new version: 2.1
comment:3 Changed 11 years ago by larryv (Lawrence Velázquez)
Keywords: | haspatch added |
---|---|
Summary: | bro @1.5.3 request to upgrade port to latest version → bro @1.5.3: update to 2.1 |
comment:4 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
The distfile for this version doesn't appear to be available from the FTP site so I removed that from the master_sites.
The universal variant doesn't work at all. Initially configuration fails with the message "# Invalid option '--disable-dependency-tracking'. Try ./configure --help to see available options.
" but removing that argument from configure.universal_args only leads to a build error "error: "Unusual pointer size. Please report to bro@bro-ids.org."
" so I disabled the universal variant.
cmake and swig-python are probably build dependencies not library dependencies.
It links with libcurl so I added a library dependency on curl.
I committed the changes in r108832. I changed the whitespace of the changed lines to conform to our preferred style of using spaces instead of tabs. I changed the remaining lines in r108833 and added the standard modeline.
Patch for the Portfile to Bro