Bug 202952 - [patch] net-mgmt/aircrack-ng: drop support for FreeBSD 6-8, fix SQLITE option
Summary: [patch] net-mgmt/aircrack-ng: drop support for FreeBSD 6-8, fix SQLITE option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Lars Engels
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-09-07 17:34 UTC by Andriy Voskoboinyk
Modified: 2015-09-13 14:32 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (lme)


Attachments
Patch.diff (7.57 KB, patch)
2015-09-07 17:34 UTC, Andriy Voskoboinyk
no flags Details | Diff
portlint.log (186 bytes, text/plain)
2015-09-07 17:36 UTC, Andriy Voskoboinyk
no flags Details
poudriere-9.3-i386-default.log (25.66 KB, text/plain)
2015-09-07 17:36 UTC, Andriy Voskoboinyk
no flags Details
poudriere-9.3-i386-sqlite.log (29.31 KB, text/plain)
2015-09-07 17:37 UTC, Andriy Voskoboinyk
no flags Details
poudriere-10.2-amd64-default.log (26.08 KB, text/plain)
2015-09-07 19:41 UTC, Andriy Voskoboinyk
no flags Details
poudriere-10.2-amd64-sqlite.log (29.96 KB, text/plain)
2015-09-07 20:38 UTC, Andriy Voskoboinyk
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-09-07 17:34:45 UTC
Created attachment 160808 [details]
Patch.diff

- Drop "#if __FreeBSD_version > 700018" from src/osdep/freebsd.c (since this file doesn't have <sys/param.h> included, this version was used everywhere).
- Remove pkg-message (says about addition of virtual access points (VAP) in FreeBSD 8).
- Switch to options helpers.
- Add CFLAGS=-I${LOCALBASE}/include for sqlite.h.
- Sort USES.
- Regenerate patches with "make makepatch".
- Bump PORTREVISION.
Comment 1 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-09-07 17:36:05 UTC
Created attachment 160809 [details]
portlint.log
Comment 2 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-09-07 17:36:52 UTC
Created attachment 160810 [details]
poudriere-9.3-i386-default.log
Comment 3 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-09-07 17:37:13 UTC
Created attachment 160811 [details]
poudriere-9.3-i386-sqlite.log
Comment 4 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-09-07 19:41:10 UTC
Created attachment 160820 [details]
poudriere-10.2-amd64-default.log
Comment 5 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-09-07 20:38:40 UTC
Created attachment 160821 [details]
poudriere-10.2-amd64-sqlite.log
Comment 6 Lars Engels freebsd_committer freebsd_triage 2015-09-13 14:32:05 UTC
Committed, thanks a lot!
Comment 7 commit-hook freebsd_committer freebsd_triage 2015-09-13 14:32:43 UTC
A commit references this bug:

Author: lme
Date: Sun Sep 13 14:31:57 UTC 2015
New revision: 396828
URL: https://svnweb.freebsd.org/changeset/ports/396828

Log:
  - Drop "#if __FreeBSD_version > 700018" from src/osdep/freebsd.c (since this file doesn't have <sys/param.h> included, this version was used everywhere).
  - Remove pkg-message (says about addition of virtual access points (VAP) in FreeBSD 8).
  - Switch to options helpers.
  - Add CFLAGS=-I${LOCALBASE}/include for sqlite.h.
  - Sort USES.
  - Regenerate patches with "make makepatch".
  - Bump PORTREVISION.

  PR:		202952
  Submitted by:	Andriy Voskoboinyk (s3erios@gmail.com)

Changes:
  head/net-mgmt/aircrack-ng/Makefile
  head/net-mgmt/aircrack-ng/files/patch-src_crypto.h
  head/net-mgmt/aircrack-ng/files/patch-src_osdep_byteorder.h
  head/net-mgmt/aircrack-ng/files/patch-src_osdep_freebsd.c
  head/net-mgmt/aircrack-ng/files/patch-src_osdep_radiotap_platform.h
  head/net-mgmt/aircrack-ng/files/patch-src_osdep_radiotap_radiotap.c
  head/net-mgmt/aircrack-ng/files/pkg-message.in