notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/capstone/files/patch-Makefile

Number of commits found: 5

Tuesday, 5 Sep 2023
04:56 Muhammad Moinur Rahman (bofh) search for other commits by this committer Author: John Hein
devel/capstone: Fix runtime permissions

bin/cstool is installed with 0644 perissions instead of 0755 which gives
permission denied error. This patch fixes this.

PR:		273570
commit hash: b242d6d26f2b3820c9fad44e5f98133c0d3c7b42 commit hash: b242d6d26f2b3820c9fad44e5f98133c0d3c7b42 commit hash: b242d6d26f2b3820c9fad44e5f98133c0d3c7b42 commit hash: b242d6d26f2b3820c9fad44e5f98133c0d3c7b42 b242d6d
Monday, 31 Mar 2014
19:56 pawel search for other commits by this committer
Revert part of last commit. This adds DragonFly support back.

Noticed by:	marino
Original commitRevision:349794 
Monday, 17 Mar 2014
20:44 pawel search for other commits by this committer
Update to version 2.1.1

PR:		ports/187582
Submitted by:	maintainer
Original commitRevision:348504 
Sunday, 2 Mar 2014
09:56 marino search for other commits by this committer
devel/capstone: Add DragonFly support

The makefile patch was strange in that it defined LIBDATADIR once
unconditionally and then again conditionally.  This could have been
done via MAKE_ARGS and no patch at all.  However, I changed the
patch to a single definition that is true for "ports" regardless
of the platform used (pkgconfig files always in libdata in ports).
This allows port to build on DragonFly and no-op for FreeBSD.
Original commitRevision:346753 
Monday, 27 Jan 2014
07:00 koobs search for other commits by this committer
devel/capstone: Multi-platform, multi-architecture disassembly framework [NEW
PORT]

Capstone is a lightweight multi-platform, multi-architecture disassembly
framework.

Features:
 * Supported architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC & X86
 * Clean/simple/lightweight/intuitive architecture-neutral API
 * Provide details on disassembled instruction (called "decomposer")
 * Provide some semantics of the disassembled instruction, such as list of
   implicit registers read & written.
 * Implemented in pure C language, with bindings for Python, Ruby, C#, Java,
   GO, OCaml & Vala available.
 * Native support for Windows & *nix (including MacOSX, Linux, *BSD & Solaris)
 * Thread-safe by design
 * Distributed under the open source BSD license

WWW: http://capstone-engine.org/

PR:		ports/186102
Submitted by:	Oliver Pinter <oliver.pntr@gmail.com>
Original commitRevision:341330 

Number of commits found: 5