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.

Port details
valgrind Memory debugging and profiling tool
3.22.0_1,1 devel on this many watch lists=18 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.22.0,1Version of this port present on the latest quarterly branch.
Maintainer: pjfloyd@wanadoo.fr search for ports maintained by this maintainer
Port Added: 2004-05-24 01:40:54
Last Update: 2024-02-23 15:00:41
Commit Hash: 09dcb5e
People watching this port, also watch:: subversion, libxml2, pcre, gmake, mplayer
License: GPLv2
WWW:
https://www.valgrind.org/
Description:
Valgrind is a system for debugging and profiling un*x programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs. The Valgrind distribution includes 10 tools: - memcheck, the primary tool, a memory error detector - helgrind and drd, thread error detectors - callgrind and cachegrind, execution and cache profiling tools - massif, a memory tracker - dhat, a memory content profiler - lackey, an example of using the framework - none, does no instumentation and can check that Valgrind runs correctly - exp-bbv, and experimental profiling tool using sampling Valgrind was initially ported to FreeBSD by Doug Rabson.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (312 items)
Collapse this list.
  1. /usr/local/share/licenses/valgrind-3.22.0_1,1/catalog.mk
  2. /usr/local/share/licenses/valgrind-3.22.0_1,1/LICENSE
  3. /usr/local/share/licenses/valgrind-3.22.0_1,1/GPLv2
  4. bin/callgrind_annotate
  5. bin/callgrind_control
  6. bin/cg_annotate
  7. bin/cg_diff
  8. bin/cg_merge
  9. bin/ms_print
  10. bin/valgrind
  11. bin/valgrind-di-server
  12. bin/valgrind-listener
  13. bin/vgdb
  14. include/valgrind/cachegrind.h
  15. include/valgrind/callgrind.h
  16. include/valgrind/config.h
  17. include/valgrind/dhat.h
  18. include/valgrind/drd.h
  19. include/valgrind/helgrind.h
  20. include/valgrind/libvex.h
  21. include/valgrind/libvex_basictypes.h
  22. include/valgrind/libvex_emnote.h
  23. include/valgrind/libvex_guest_amd64.h
  24. include/valgrind/libvex_guest_arm.h
  25. include/valgrind/libvex_guest_arm64.h
  26. include/valgrind/libvex_guest_mips32.h
  27. include/valgrind/libvex_guest_mips64.h
  28. include/valgrind/libvex_guest_offsets.h
  29. include/valgrind/libvex_guest_ppc32.h
  30. include/valgrind/libvex_guest_ppc64.h
  31. include/valgrind/libvex_guest_s390x.h
  32. include/valgrind/libvex_guest_x86.h
  33. include/valgrind/libvex_inner.h
  34. include/valgrind/libvex_ir.h
  35. include/valgrind/libvex_s390x_common.h
  36. include/valgrind/libvex_trc_values.h
  37. include/valgrind/memcheck.h
  38. include/valgrind/pub_tool_addrinfo.h
  39. include/valgrind/pub_tool_aspacehl.h
  40. include/valgrind/pub_tool_aspacemgr.h
  41. include/valgrind/pub_tool_basics.h
  42. include/valgrind/pub_tool_basics_asm.h
  43. include/valgrind/pub_tool_clientstate.h
  44. include/valgrind/pub_tool_clreq.h
  45. include/valgrind/pub_tool_debuginfo.h
  46. include/valgrind/pub_tool_deduppoolalloc.h
  47. include/valgrind/pub_tool_errormgr.h
  48. include/valgrind/pub_tool_execontext.h
  49. include/valgrind/pub_tool_gdbserver.h
  50. include/valgrind/pub_tool_guest.h
  51. include/valgrind/pub_tool_hashtable.h
  52. include/valgrind/pub_tool_libcassert.h
  53. include/valgrind/pub_tool_libcbase.h
  54. include/valgrind/pub_tool_libcfile.h
  55. include/valgrind/pub_tool_libcprint.h
  56. include/valgrind/pub_tool_libcproc.h
  57. include/valgrind/pub_tool_libcsetjmp.h
  58. include/valgrind/pub_tool_libcsignal.h
  59. include/valgrind/pub_tool_machine.h
  60. include/valgrind/pub_tool_mallocfree.h
  61. include/valgrind/pub_tool_options.h
  62. include/valgrind/pub_tool_oset.h
  63. include/valgrind/pub_tool_poolalloc.h
  64. include/valgrind/pub_tool_rangemap.h
  65. include/valgrind/pub_tool_redir.h
  66. include/valgrind/pub_tool_replacemalloc.h
  67. include/valgrind/pub_tool_seqmatch.h
  68. include/valgrind/pub_tool_signals.h
  69. include/valgrind/pub_tool_sparsewa.h
  70. include/valgrind/pub_tool_stacktrace.h
  71. include/valgrind/pub_tool_threadstate.h
  72. include/valgrind/pub_tool_tooliface.h
  73. include/valgrind/pub_tool_transtab.h
  74. include/valgrind/pub_tool_vki.h
  75. include/valgrind/pub_tool_vkiscnums.h
  76. include/valgrind/pub_tool_vkiscnums_asm.h
  77. include/valgrind/pub_tool_wordfm.h
  78. include/valgrind/pub_tool_xarray.h
  79. include/valgrind/pub_tool_xtmemory.h
  80. include/valgrind/pub_tool_xtree.h
  81. include/valgrind/valgrind.h
  82. include/valgrind/vki/vki-amd64-freebsd.h
  83. include/valgrind/vki/vki-amd64-linux.h
  84. include/valgrind/vki/vki-arm-linux.h
  85. include/valgrind/vki/vki-arm64-linux.h
  86. include/valgrind/vki/vki-darwin.h
  87. include/valgrind/vki/vki-freebsd.h
  88. include/valgrind/vki/vki-linux-drm.h
  89. include/valgrind/vki/vki-linux-io_uring.h
  90. include/valgrind/vki/vki-linux.h
  91. include/valgrind/vki/vki-machine-types-amd64-freebsd.h
  92. include/valgrind/vki/vki-machine-types-x86-freebsd.h
  93. include/valgrind/vki/vki-mips32-linux.h
  94. include/valgrind/vki/vki-mips64-linux.h
  95. include/valgrind/vki/vki-nanomips-linux.h
  96. include/valgrind/vki/vki-posixtypes-amd64-linux.h
  97. include/valgrind/vki/vki-posixtypes-arm-linux.h
  98. include/valgrind/vki/vki-posixtypes-arm64-linux.h
  99. include/valgrind/vki/vki-posixtypes-mips32-linux.h
  100. include/valgrind/vki/vki-posixtypes-mips64-linux.h
  101. include/valgrind/vki/vki-posixtypes-nanomips-linux.h
  102. include/valgrind/vki/vki-posixtypes-ppc32-linux.h
  103. include/valgrind/vki/vki-posixtypes-ppc64-linux.h
  104. include/valgrind/vki/vki-posixtypes-s390x-linux.h
  105. include/valgrind/vki/vki-posixtypes-x86-linux.h
  106. include/valgrind/vki/vki-ppc32-linux.h
  107. include/valgrind/vki/vki-ppc64-linux.h
  108. include/valgrind/vki/vki-s390x-linux.h
  109. include/valgrind/vki/vki-scnums-32bit-linux.h
  110. include/valgrind/vki/vki-scnums-amd64-linux.h
  111. include/valgrind/vki/vki-scnums-arm-linux.h
  112. include/valgrind/vki/vki-scnums-arm64-linux.h
  113. include/valgrind/vki/vki-scnums-darwin.h
  114. include/valgrind/vki/vki-scnums-freebsd.h
  115. include/valgrind/vki/vki-scnums-mips32-linux.h
  116. include/valgrind/vki/vki-scnums-mips64-linux.h
  117. include/valgrind/vki/vki-scnums-nanomips-linux.h
  118. include/valgrind/vki/vki-scnums-ppc32-linux.h
  119. include/valgrind/vki/vki-scnums-ppc64-linux.h
  120. include/valgrind/vki/vki-scnums-s390x-linux.h
  121. include/valgrind/vki/vki-scnums-shared-linux.h
  122. include/valgrind/vki/vki-scnums-solaris.h
  123. include/valgrind/vki/vki-scnums-x86-linux.h
  124. include/valgrind/vki/vki-solaris-repcache.h
  125. include/valgrind/vki/vki-solaris.h
  126. include/valgrind/vki/vki-x86-freebsd.h
  127. include/valgrind/vki/vki-x86-linux.h
  128. include/valgrind/vki/vki-xen-domctl.h
  129. include/valgrind/vki/vki-xen-evtchn.h
  130. include/valgrind/vki/vki-xen-gnttab.h
  131. include/valgrind/vki/vki-xen-hvm.h
  132. include/valgrind/vki/vki-xen-memory.h
  133. include/valgrind/vki/vki-xen-mmuext.h
  134. include/valgrind/vki/vki-xen-physdev.h
  135. include/valgrind/vki/vki-xen-schedop.h
  136. include/valgrind/vki/vki-xen-sysctl.h
  137. include/valgrind/vki/vki-xen-tmem.h
  138. include/valgrind/vki/vki-xen-version.h
  139. include/valgrind/vki/vki-xen-x86.h
  140. include/valgrind/vki/vki-xen-xsm.h
  141. include/valgrind/vki/vki-xen.h
  142. lib/valgrind/libcoregrind-amd64-freebsd.a
  143. lib/valgrind/libcoregrind-x86-freebsd.a
  144. lib/valgrind/libgcc-sup-amd64-freebsd.a
  145. lib/valgrind/libgcc-sup-x86-freebsd.a
  146. lib/valgrind/libreplacemalloc_toolpreload-amd64-freebsd.a
  147. lib/valgrind/libreplacemalloc_toolpreload-x86-freebsd.a
  148. lib/valgrind/libvex-amd64-freebsd.a
  149. lib/valgrind/libvex-x86-freebsd.a
  150. lib/valgrind/libvexmultiarch-amd64-freebsd.a
  151. lib/valgrind/libvexmultiarch-x86-freebsd.a
  152. libdata/pkgconfig/valgrind.pc
  153. libexec/valgrind/32bit-core-valgrind-s1.xml
  154. libexec/valgrind/32bit-core-valgrind-s2.xml
  155. libexec/valgrind/32bit-core.xml
  156. libexec/valgrind/32bit-linux-valgrind-s1.xml
  157. libexec/valgrind/32bit-linux-valgrind-s2.xml
  158. libexec/valgrind/32bit-linux.xml
  159. libexec/valgrind/32bit-sse-valgrind-s1.xml
  160. libexec/valgrind/32bit-sse-valgrind-s2.xml
  161. libexec/valgrind/32bit-sse.xml
  162. libexec/valgrind/64bit-avx-valgrind-s1.xml
  163. libexec/valgrind/64bit-avx-valgrind-s2.xml
  164. libexec/valgrind/64bit-avx.xml
  165. libexec/valgrind/64bit-core-valgrind-s1.xml
  166. libexec/valgrind/64bit-core-valgrind-s2.xml
  167. libexec/valgrind/64bit-core.xml
  168. libexec/valgrind/64bit-linux-valgrind-s1.xml
  169. libexec/valgrind/64bit-linux-valgrind-s2.xml
  170. libexec/valgrind/64bit-linux.xml
  171. libexec/valgrind/64bit-sse-valgrind-s1.xml
  172. libexec/valgrind/64bit-sse-valgrind-s2.xml
  173. libexec/valgrind/64bit-sse.xml
  174. libexec/valgrind/amd64-avx-coresse-valgrind.xml
  175. libexec/valgrind/amd64-avx-coresse.xml
  176. libexec/valgrind/amd64-avx-linux-valgrind.xml
  177. libexec/valgrind/amd64-avx-linux.xml
  178. libexec/valgrind/amd64-coresse-valgrind.xml
  179. libexec/valgrind/amd64-linux-valgrind.xml
  180. libexec/valgrind/arm-core-valgrind-s1.xml
  181. libexec/valgrind/arm-core-valgrind-s2.xml
  182. libexec/valgrind/arm-core.xml
  183. libexec/valgrind/arm-vfpv3-valgrind-s1.xml
  184. libexec/valgrind/arm-vfpv3-valgrind-s2.xml
  185. libexec/valgrind/arm-vfpv3.xml
  186. libexec/valgrind/arm-with-vfpv3-valgrind.xml
  187. libexec/valgrind/arm-with-vfpv3.xml
  188. libexec/valgrind/cachegrind-amd64-freebsd
  189. libexec/valgrind/cachegrind-x86-freebsd
  190. libexec/valgrind/callgrind-amd64-freebsd
  191. libexec/valgrind/callgrind-x86-freebsd
  192. libexec/valgrind/default.supp
  193. libexec/valgrind/dh_view.css
  194. libexec/valgrind/dh_view.html
  195. libexec/valgrind/dh_view.js
  196. libexec/valgrind/dhat-amd64-freebsd
  197. libexec/valgrind/dhat-x86-freebsd
  198. libexec/valgrind/drd-amd64-freebsd
  199. libexec/valgrind/drd-x86-freebsd
  200. libexec/valgrind/exp-bbv-amd64-freebsd
  201. libexec/valgrind/exp-bbv-x86-freebsd
  202. libexec/valgrind/getoff-amd64-freebsd
  203. libexec/valgrind/getoff-x86-freebsd
  204. libexec/valgrind/helgrind-amd64-freebsd
  205. libexec/valgrind/helgrind-x86-freebsd
  206. libexec/valgrind/i386-coresse-valgrind.xml
  207. libexec/valgrind/i386-linux-valgrind.xml
  208. libexec/valgrind/lackey-amd64-freebsd
  209. libexec/valgrind/lackey-x86-freebsd
  210. libexec/valgrind/massif-amd64-freebsd
  211. libexec/valgrind/massif-x86-freebsd
  212. libexec/valgrind/memcheck-amd64-freebsd
  213. libexec/valgrind/memcheck-x86-freebsd
  214. libexec/valgrind/mips-cp0-valgrind-s1.xml
  215. libexec/valgrind/mips-cp0-valgrind-s2.xml
  216. libexec/valgrind/mips-cp0.xml
  217. libexec/valgrind/mips-cpu-valgrind-s1.xml
  218. libexec/valgrind/mips-cpu-valgrind-s2.xml
  219. libexec/valgrind/mips-cpu.xml
  220. libexec/valgrind/mips-fpu-valgrind-s1.xml
  221. libexec/valgrind/mips-fpu-valgrind-s2.xml
  222. libexec/valgrind/mips-fpu.xml
  223. libexec/valgrind/mips-linux-valgrind.xml
  224. libexec/valgrind/mips-linux.xml
  225. libexec/valgrind/mips64-cp0-valgrind-s1.xml
  226. libexec/valgrind/mips64-cp0-valgrind-s2.xml
  227. libexec/valgrind/mips64-cp0.xml
  228. libexec/valgrind/mips64-cpu-valgrind-s1.xml
  229. libexec/valgrind/mips64-cpu-valgrind-s2.xml
  230. libexec/valgrind/mips64-cpu.xml
  231. libexec/valgrind/mips64-fpu-valgrind-s1.xml
  232. libexec/valgrind/mips64-fpu-valgrind-s2.xml
  233. libexec/valgrind/mips64-fpu.xml
  234. libexec/valgrind/mips64-linux-valgrind.xml
  235. libexec/valgrind/mips64-linux.xml
  236. libexec/valgrind/none-amd64-freebsd
  237. libexec/valgrind/none-x86-freebsd
  238. libexec/valgrind/power-altivec-valgrind-s1.xml
  239. libexec/valgrind/power-altivec-valgrind-s2.xml
  240. libexec/valgrind/power-altivec.xml
  241. libexec/valgrind/power-core-valgrind-s1.xml
  242. libexec/valgrind/power-core-valgrind-s2.xml
  243. libexec/valgrind/power-core.xml
  244. libexec/valgrind/power-fpu-valgrind-s1.xml
  245. libexec/valgrind/power-fpu-valgrind-s2.xml
  246. libexec/valgrind/power-fpu.xml
  247. libexec/valgrind/power-linux-valgrind-s1.xml
  248. libexec/valgrind/power-linux-valgrind-s2.xml
  249. libexec/valgrind/power-linux.xml
  250. libexec/valgrind/power-vsx-valgrind-s1.xml
  251. libexec/valgrind/power-vsx-valgrind-s2.xml
  252. libexec/valgrind/power-vsx.xml
  253. libexec/valgrind/power64-core-valgrind-s1.xml
  254. libexec/valgrind/power64-core-valgrind-s2.xml
  255. libexec/valgrind/power64-core.xml
  256. libexec/valgrind/power64-core2-valgrind-s1.xml
  257. libexec/valgrind/power64-core2-valgrind-s2.xml
  258. libexec/valgrind/power64-linux-valgrind-s1.xml
  259. libexec/valgrind/power64-linux-valgrind-s2.xml
  260. libexec/valgrind/power64-linux.xml
  261. libexec/valgrind/powerpc-altivec32l-valgrind.xml
  262. libexec/valgrind/powerpc-altivec32l.xml
  263. libexec/valgrind/powerpc-altivec64l-valgrind.xml
  264. libexec/valgrind/powerpc-altivec64l.xml
  265. libexec/valgrind/s390-acr-valgrind-s1.xml
  266. libexec/valgrind/s390-acr-valgrind-s2.xml
  267. libexec/valgrind/s390-acr.xml
  268. libexec/valgrind/s390-fpr-valgrind-s1.xml
  269. libexec/valgrind/s390-fpr-valgrind-s2.xml
  270. libexec/valgrind/s390-fpr.xml
  271. libexec/valgrind/s390-vx-valgrind-s1.xml
  272. libexec/valgrind/s390-vx-valgrind-s2.xml
  273. libexec/valgrind/s390-vx.xml
  274. libexec/valgrind/s390x-core64-valgrind-s1.xml
  275. libexec/valgrind/s390x-core64-valgrind-s2.xml
  276. libexec/valgrind/s390x-core64.xml
  277. libexec/valgrind/s390x-generic-valgrind.xml
  278. libexec/valgrind/s390x-generic.xml
  279. libexec/valgrind/s390x-linux64-valgrind-s1.xml
  280. libexec/valgrind/s390x-linux64-valgrind-s2.xml
  281. libexec/valgrind/s390x-linux64.xml
  282. libexec/valgrind/s390x-vx-linux-valgrind.xml
  283. libexec/valgrind/s390x-vx-linux.xml
  284. libexec/valgrind/valgrind-monitor-def.py
  285. libexec/valgrind/valgrind-monitor.py
  286. libexec/valgrind/vgpreload_core-amd64-freebsd.so
  287. libexec/valgrind/vgpreload_core-x86-freebsd.so
  288. libexec/valgrind/vgpreload_dhat-amd64-freebsd.so
  289. libexec/valgrind/vgpreload_dhat-x86-freebsd.so
  290. libexec/valgrind/vgpreload_drd-amd64-freebsd.so
  291. libexec/valgrind/vgpreload_drd-x86-freebsd.so
  292. libexec/valgrind/vgpreload_helgrind-amd64-freebsd.so
  293. libexec/valgrind/vgpreload_helgrind-x86-freebsd.so
  294. libexec/valgrind/vgpreload_massif-amd64-freebsd.so
  295. libexec/valgrind/vgpreload_massif-x86-freebsd.so
  296. libexec/valgrind/vgpreload_memcheck-amd64-freebsd.so
  297. libexec/valgrind/vgpreload_memcheck-x86-freebsd.so
  298. share/man/man1/callgrind_annotate.1.gz
  299. share/man/man1/callgrind_control.1.gz
  300. share/man/man1/cg_annotate.1.gz
  301. share/man/man1/cg_diff.1.gz
  302. share/man/man1/cg_merge.1.gz
  303. share/man/man1/ms_print.1.gz
  304. share/man/man1/valgrind-di-server.1.gz
  305. share/man/man1/valgrind-listener.1.gz
  306. share/man/man1/valgrind.1.gz
  307. share/man/man1/vgdb.1.gz
  308. share/doc/valgrind/valgrind_manual.pdf
  309. share/doc/valgrind/valgrind_manual.ps
  310. @owner
  311. @group
  312. @mode
Collapse this list.
Dependency lines:
  • valgrind>0:devel/valgrind
Conflicts:
CONFLICTS:
  • valgrind-devel
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/devel/valgrind/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/valgrind
  • pkg install valgrind
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: valgrind
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64 i386
distinfo:
TIMESTAMP = 1698777812 SHA256 (valgrind-3.22.0.tar.bz2) = c811db5add2c5f729944caf47c4e7a65dcaabb9461e472b578765dd7bf6d2d4c SIZE (valgrind-3.22.0.tar.bz2) = 16565502

Packages (timestamps in pop-ups are UTC):
valgrind
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-3.22.0_1,1--3.22.0_1,1---
FreeBSD:13:quarterly-3.22.0,1--3.22.0,1---
FreeBSD:14:latest-3.22.0_1,1--3.22.0_1,1---
FreeBSD:14:quarterly-3.22.0,1--3.22.0,1---
FreeBSD:15:latest-3.22.0_1,1n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. docbook-xsl>=0 : textproc/docbook-xsl
  2. xsltproc : textproc/libxslt
  3. docbook-xsl>=0 : textproc/docbook-xsl
  4. xsltproc : textproc/libxslt
  5. gmake>=4.3 : devel/gmake
  6. pkgconf>=1.3.0_1 : devel/pkgconf
  7. autoconf>=2.71 : devel/autoconf
  8. automake>=1.16.5 : devel/automake
  9. perl5>=5.36<5.37 : lang/perl5.36
Runtime dependencies:
  1. python3.9 : lang/python39
This port is required by:
for Run
  1. devel/rubygem-ruby_memcheck

Configuration Options:
===> The following configuration options are available for valgrind-3.22.0_1,1: 32BIT=on: Enable debugging of 32-bit programs (requires lib32) DOCS=on: Build and/or install documentation MANPAGES=on: Build and/or install manual pages MPI=off: Enable build of MPI wrappers ===> Use 'make config' to modify these settings
Options name:
devel_valgrind
USES:
autoreconf cpe gmake pathfix perl5 pkgconfig shebangfix python:3.9+,run tar:bz2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. https://ftp-stud.hs-esslingen.de/pub/Mirrors/sourceware.org/valgrind/
  2. https://ftp.funet.fi/pub/mirrors/sourceware.org/pub/valgrind/
  3. https://mirrors.kernel.org/sourceware/valgrind/
  4. https://mirrorservice.org/sites/sourceware.org/pub/valgrind/
Collapse this list.

Number of commits found: 139 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.22.0_1,1
23 Feb 2024 15:00:41
commit hash: 09dcb5e87c12b8caa6bb409eab288c3aaf28f2c0commit hash: 09dcb5e87c12b8caa6bb409eab288c3aaf28f2c0commit hash: 09dcb5e87c12b8caa6bb409eab288c3aaf28f2c0commit hash: 09dcb5e87c12b8caa6bb409eab288c3aaf28f2c0 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/valgrind: Moved man to share/man

Approved by:    portmgr (blanket)
3.22.0,1
02 Nov 2023 07:26:24
commit hash: fe6f1b42c85a8e56f51834798ff53c0ad9669237commit hash: fe6f1b42c85a8e56f51834798ff53c0ad9669237commit hash: fe6f1b42c85a8e56f51834798ff53c0ad9669237commit hash: fe6f1b42c85a8e56f51834798ff53c0ad9669237 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
devel/valgrind: update to 3.22

PR:		274836
Reported by:	pjfloyd@wanadoo.fr (maintainer)
3.21.0_2,1
20 Sep 2023 11:42:11
commit hash: 3d864ab9721054806c92c3c0588b8a45f80d8aa2commit hash: 3d864ab9721054806c92c3c0588b8a45f80d8aa2commit hash: 3d864ab9721054806c92c3c0588b8a45f80d8aa2commit hash: 3d864ab9721054806c92c3c0588b8a45f80d8aa2 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Paul Floyd
devel/valgrind: patch for ifuncs

The work for simd support uses @gnu_indirect_function. When Valgrind sees
binaries using such function it expects to have its own ifunc_handler. Until now
there wasn't one for FreeBSD so Valgrind terminates with an abort.

This patch merges the fix maintainer and creator made upstream.

PR:		273955
Reported by:	pjfloyd@wanadoo.fr (maintainer)
3.21.0_1,1
28 Aug 2023 15:05:13
commit hash: 6eed0ced5ace1dab9d13e0cabb12fa9a9ba52b1dcommit hash: 6eed0ced5ace1dab9d13e0cabb12fa9a9ba52b1dcommit hash: 6eed0ced5ace1dab9d13e0cabb12fa9a9ba52b1dcommit hash: 6eed0ced5ace1dab9d13e0cabb12fa9a9ba52b1d files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
devel/valgrind: temporary build fix for FreeBSD 15.

Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D41610
3.21.0_1,1
21 Aug 2023 17:49:20
commit hash: 9318c43722de21851f11d4b66c6dd9f3b3ce07e9commit hash: 9318c43722de21851f11d4b66c6dd9f3b3ce07e9commit hash: 9318c43722de21851f11d4b66c6dd9f3b3ce07e9commit hash: 9318c43722de21851f11d4b66c6dd9f3b3ce07e9 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Paul Floyd
devel/valgrind: do not strip binaries

Valgrind binaries should not be stripped (at least, not the preload shared
libs).

PR:		273243
Reported by:	pjfloyd@wanadoo.fr (maintainer)
3.21.0,1
30 Apr 2023 18:41:41
commit hash: 57c987a21a65a18e9dee884e60d1779510bec6e1commit hash: 57c987a21a65a18e9dee884e60d1779510bec6e1commit hash: 57c987a21a65a18e9dee884e60d1779510bec6e1commit hash: 57c987a21a65a18e9dee884e60d1779510bec6e1 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Paul Floyd
devel/valgrind: update to 3.21

There are a couple of new python scripts for gdb integration.

Some of the post-processing tools have switched from Perl and C
to Python (minimum 3.9).

Changelog:
https://sourceware.org/git/?p=valgrind.git;a=blob;f=NEWS;h=342a733650a7247ebc0ba0da91cfa802440fc319;hb=HEAD

PR:		271126
3.20.0,1
31 Oct 2022 13:44:26
commit hash: 84b31e6165a2945a3391e00cdb3e5f15f65c8a6dcommit hash: 84b31e6165a2945a3391e00cdb3e5f15f65c8a6dcommit hash: 84b31e6165a2945a3391e00cdb3e5f15f65c8a6dcommit hash: 84b31e6165a2945a3391e00cdb3e5f15f65c8a6d files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/valgrind{,-devel}: Use option helpers; pet port{clippy,fmt}

Approved by:	pjfloyd@wanadoo.fr (maintainer)
Differential Revision:	https://reviews.freebsd.org/D37201
3.20.0,1
27 Oct 2022 10:15:30
commit hash: 0417ff01c562dff6833ff180c8528d02cb43aec1commit hash: 0417ff01c562dff6833ff180c8528d02cb43aec1commit hash: 0417ff01c562dff6833ff180c8528d02cb43aec1commit hash: 0417ff01c562dff6833ff180c8528d02cb43aec1 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Paul Floyd
devel/valgrind: Update to 3.20.0

 - Several fixes for FreeBSD, most importantly changes to auxv on
   FreeBSD 14

ChangeLog:	https://valgrind.org/docs/manual/dist.news.html
PR:		267383
MFH:		2022Q4 (bugfixes)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.19.0,1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.19.0,1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.19.0,1
14 Apr 2022 08:41:13
commit hash: 49436997e3e191cb83a136601df01adca6abbae6commit hash: 49436997e3e191cb83a136601df01adca6abbae6commit hash: 49436997e3e191cb83a136601df01adca6abbae6commit hash: 49436997e3e191cb83a136601df01adca6abbae6 files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Paul Floyd
devel/valgrind: Update to 3.19.0

Release notes: https://valgrind.org/docs/manual/dist.news.html

PR:		263245
3.18.1,1
29 Oct 2021 09:50:18
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08acommit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08acommit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08acommit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a files touched by this commit
Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
3.18.1,1
18 Oct 2021 19:03:29
commit hash: 7faf3caa288457fc1180e1e37ce373c21a3479bfcommit hash: 7faf3caa288457fc1180e1e37ce373c21a3479bfcommit hash: 7faf3caa288457fc1180e1e37ce373c21a3479bfcommit hash: 7faf3caa288457fc1180e1e37ce373c21a3479bf files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Paul Floyd
devel/valgrind: Update to 3.18.1 and switch to use sourceware

The FreeBSD port of Valgrind has now been merged upstream and a new
release of Valgrind is out, 3.18.1. This updates Makefile, distinfo and
pkg-descr to reflect that.

Also remove pkg-message which has been incorrect and obsolete for a fair time.

PR:		259224
3.17.0.g20210319,1
25 Sep 2021 20:28:51
commit hash: f241d2007aea195f21a8cb45488b1e3fb87f799ecommit hash: f241d2007aea195f21a8cb45488b1e3fb87f799ecommit hash: f241d2007aea195f21a8cb45488b1e3fb87f799ecommit hash: f241d2007aea195f21a8cb45488b1e3fb87f799e files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
devel/valgrind: Add CPE information

Approved by:	portmgr (blanket)
3.17.0.g20210319,1
19 Apr 2021 08:00:13
commit hash: 1bf865fed5a69877b34d01b873ccac59a8ab9476commit hash: 1bf865fed5a69877b34d01b873ccac59a8ab9476commit hash: 1bf865fed5a69877b34d01b873ccac59a8ab9476commit hash: 1bf865fed5a69877b34d01b873ccac59a8ab9476 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
Clean up all commented PORTREVISION and PORTEPOCH lines

No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines.  Instead of implementing
that just clean up the 51 ports that do this.

PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder.
3.17.0.g20210319,1
10 Apr 2021 15:39:18
commit hash: ee96b39b9f7f02e108cf5775862396bbbfaf2133commit hash: ee96b39b9f7f02e108cf5775862396bbbfaf2133commit hash: ee96b39b9f7f02e108cf5775862396bbbfaf2133commit hash: ee96b39b9f7f02e108cf5775862396bbbfaf2133 files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Paul Floyd
devel/valgrind: Remove unneeded patches

PR:		254917
Reported by:	ice@extreme.hu
3.17.0.g20210319,1
09 Apr 2021 15:06:29
commit hash: 2b3c7a8fddf5a9d5ba2a2c1f5aca79a3b9a48377commit hash: 2b3c7a8fddf5a9d5ba2a2c1f5aca79a3b9a48377commit hash: 2b3c7a8fddf5a9d5ba2a2c1f5aca79a3b9a48377commit hash: 2b3c7a8fddf5a9d5ba2a2c1f5aca79a3b9a48377 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
devel/valgrind: fix PKGBASE collision
3.17.0.g20210319,1
08 Apr 2021 22:36:34
commit hash: 4395c84bf891613c3c76551b96a797e58bdde0e9commit hash: 4395c84bf891613c3c76551b96a797e58bdde0e9commit hash: 4395c84bf891613c3c76551b96a797e58bdde0e9commit hash: 4395c84bf891613c3c76551b96a797e58bdde0e9 files touched by this commit
Jung-uk Kim (jkim) search for other commits by this committer
Author: Paul Floyd
devel/valgrind: Update to be based on release version of Valgrind 3.17

Also, re-assign the submitter as maintainer.

PR:		254506
Approved by:	zeising (maintainer)
3.10.1.20160113_8,1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.10.1.20160113_8,1
14 Mar 2021 03:24:06
Revision:568305Original commit files touched by this commit
yuri search for other commits by this committer
devel/valgrind: Mark broken.
3.10.1.20160113_8,1
21 Feb 2020 06:58:07
Revision:526608Original commit files touched by this commit
dim search for other commits by this committer
devel/valgrind(-devel): Fix compiler version detection hopefully forever

Every time a compiler major version is bumped, we run into this exact
same error:

===>  Configuring for valgrind-3.10.1.20160113_7,1
...
checking for a supported version of gcc... no (10.0.0)
configure: error: please use gcc >= 3.0 or clang >= 2.9

Attempt to fix this for all versions in the future.

Other fix included: don't use undefined behavior to implement offsetof,
just use the official builtin function instead.

Approved by:	zeising (maintainer)
MFH:		2020Q1
3.10.1.20160113_7,1
13 Aug 2019 16:01:59
Revision:508835Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories d)
3.10.1.20160113_7,1
10 Mar 2019 11:29:53
Revision:495284Original commit files touched by this commit
zeising search for other commits by this committer
Grab valgrind ports

Grab valgrind ports, I know people outside the project who are interested in
this.  Grab it in the interim.

If you are interested in helping out, please let me know!
3.10.1.20160113_7,1
09 Mar 2019 03:35:38
Revision:495096Original commit files touched by this commit
bdrewery search for other commits by this committer
Drop maintainership
3.10.1.20160113_7,1
24 Feb 2019 13:56:45
Revision:493761Original commit files touched by this commit
novel search for other commits by this committer
devel/valgrind: add missing field to stat64 struct and fix debug logging

 - Add missing st_birthtim field to vki_stat64 struct [2]
 - Fix debug logging (valgrind -v -v -v -d -d -d),
   based on upstream commits:
    * https://sourceware.org/git/?p=valgrind.git;a=commit;h=6b92194ac
    * https://sourceware.org/git/?p=valgrind.git;a=commit;h=f06f0f718
 - Bump PORTREVISION

PR:		234759 [1]
Submitted by:	novel [1]
Submitted by:	markj [2]
Approved by:	maintainer timeout
3.10.1.20160113_6,1
30 Oct 2018 05:04:45
Revision:483449Original commit files touched by this commit
yuri search for other commits by this committer
devel/valgrind: Change from net/mpich2 to net/mpich

PR:		231639
Approved by:	bdrewery (maintainer's timeout; 36 days)
3.10.1.20160113_5,1
24 Jan 2018 18:57:41
Revision:459883Original commit files touched by this commit
bdrewery search for other commits by this committer
Fix build with clang 6.

PR:		224828
Submitted by:	dim
3.10.1.20160113_5,1
30 Oct 2017 17:13:32
Revision:453198Original commit files touched by this commit
bdrewery search for other commits by this committer
Add support for ino64.

PR:		219715
Submitted by:	novel
3.10.1.20160113_4,1
05 Jul 2017 17:20:56
Revision:445087Original commit files touched by this commit
dim search for other commits by this committer
Detect clang 5.0.0 correctly, and drop USE_GCC.

Approved by:	bdrewery (maintainer)
PR:		218856
MFH:		2017Q3
3.10.1.20160113_4,1
03 May 2017 22:07:31
Revision:440063Original commit files touched by this commit
bdrewery search for other commits by this committer
Allow valgrind to build with Clang again.

This resolves runtime issues with deciphering clang-built binaries
using a newer dwarf format.

Reported by:	adrian, dim
3.10.1.20160113_3,1
01 Apr 2017 15:23:32
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
3.10.1.20160113_2,1
11 Feb 2017 15:26:35
Revision:433879Original commit files touched by this commit
jbeich search for other commits by this committer
devel/valgrind{,-devel}: unbreak with gcc6 or later

checking for a supported version of gcc... no (6.3.0)
configure: error: please use gcc >= 3.0 or clang >= 2.9
===>  Script "configure" failed unexpectedly.
3.10.1.20160113_2,1
20 Nov 2016 09:38:09
Revision:426566Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
3.10.1.20160113_1,1
21 Oct 2016 15:21:13
Revision:424427Original commit files touched by this commit
mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
3.10.1.20160113_1,1
21 Oct 2016 12:51:41
Revision:424411Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
3.10.1.20160113_1,1
02 Jun 2016 20:34:21
Revision:416294Original commit files touched by this commit
asomers search for other commits by this committer
Add a MANPAGES knob to devel/valgrind{-devel}

devel/valgrind/Makefile
devel/valgrind/pkg-plist
devel/valgrind-devel/Makefile
devel/valgrind-devel/pkg-plist
	Add a MANPAGES option. valgrind's man pages are built with
	docbook-xml, which has lots of dependencies. Disabling MANPAGES will
	speed the build.

Reviewed by:	bdrewery, brd
Approved by:	bdrewery (ports, maintainer)
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D6667
3.10.1.20160113,1
19 Apr 2016 20:03:17
Revision:413660Original commit files touched by this commit
bdrewery search for other commits by this committer
- Update to 3.10.1
- Add pipe(2) syscall
- Add cpuset_getaffinity(2) syscall
- Support arguments for cpuset_setaffinity(2) syscall
- sendfile(2) syscall fixes
- getsockopt(2) syscall fixes
- Add missing fcntl(2) handlers [1]
- Add missing jail syscalls [2]
- Add missing kldload syscalls [3]
- Add missing accept4(2) syscall [4]

PR:		196451 [1]
Obtained
from:	https://bitbucket.org/stass/valgrind-freebsd/issues/15/missing-fcntl-commands
[1]
PR:		152899 [2]
Obtained
from:	https://bitbucket.org/stass/valgrind-freebsd/pull-requests/10/implement-some-of-the-jails-syscalls/diff
[2]

Obtained
from:	https://bitbucket.org/stass/valgrind-freebsd/pull-requests/11/fix-issue-25-add-kldload-kldunload-kldfind/diff
[3]
Obtained
from:	https://bitbucket.org/stass/valgrind-freebsd/pull-requests/8/fix-issue-21-accept4-is-unimplemented-on/diff
[4]
3.10.0.20150126_2,1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
3.10.0.20150126_2,1
26 Feb 2016 18:25:53
Revision:409628Original commit files touched by this commit
bdrewery search for other commits by this committer
Take back maintainership
3.10.0.20150126_2,1
29 Dec 2015 14:30:47
Revision:404743Original commit files touched by this commit
mat search for other commits by this committer
Cleanup GH_* and variables order.

Sponsored by:	Absolight
3.10.0.20150126_2,1
13 Nov 2015 13:35:02
Revision:401512Original commit files touched by this commit
demon search for other commits by this committer
Add a patch for "unhandled sysarch cmd 132" error.

PR:		202766
Submitted by:	Julien Nadeau <vedge@hypertriton.com>
3.10.0.20150126_1,1
23 Mar 2015 18:35:46
Revision:382021Original commit files touched by this commit
bdrewery search for other commits by this committer
- Fix 32BIT build
- Fix plist under 32bit builds
- Fix build on 84amd64 by using GCC. Stass has suggested to me that
  using clang may result in a broken runtime anyhow.
  The error encountered was the one logged in r350881 about missing 'rdtscp'
  instruction.
- Fix build occuring during 'make stage' phase.
3.10.0.20150126,1
23 Feb 2015 18:10:48
Revision:379696Original commit files touched by this commit
bdrewery search for other commits by this committer
Update to checkin 963c4a777573 from stass' bitbucket, which is 3.10.0.
3.8.1_1,1
13 Nov 2014 18:42:02
Revision:372534Original commit files touched by this commit
bdrewery search for other commits by this committer
Release maintainership
3.8.1_1,1
27 Oct 2014 11:09:47
Revision:371553Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
3.8.1_1,1
16 Jul 2014 07:59:59
Revision:362047Original commit files touched by this commit
bapt search for other commits by this committer
Fix non default LIB_DEPENDS

With hat:	portmgr
3.8.1_1,1
15 Jul 2014 14:36:13
Revision:361929Original commit files touched by this commit
adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
3.8.1_1,1
21 May 2014 07:24:34
Revision:354717Original commit files touched by this commit
pi search for other commits by this committer
devel/valgrind: USES=tar:bzip2, shebangfix

Approved by: maintainer (by mail), portmgr (blanket approval), jadawin (mentor)
3.8.1_1,1
22 Jan 2014 23:02:52
Revision:340744Original commit files touched by this commit
bdrewery search for other commits by this committer
- Use DISTVERSIONPREFIX instead of changing DISTNAME

Suggested by:		bapt
3.8.1_1,1
22 Jan 2014 18:11:30
Revision:340728Original commit files touched by this commit
bdrewery search for other commits by this committer
- Bump PORTREVISION to ensure rebuild after HEAD r260290 to fix
  on head, stable/10

PR:		ports/185292
Reported by:	Robert David <robert.david.public@gmail.com>
3.8.1,1
09 Oct 2013 13:23:18
Revision:329897Original commit files touched by this commit
bdrewery search for other commits by this committer
- Rename devel/valgrind-snapshot to devel/valgrind-devel to follow port
  naming conventions
- Convert to staging
3.8.1,1
09 Oct 2013 12:57:16
Revision:329893Original commit files touched by this commit
bdrewery search for other commits by this committer
- Convert to staging
3.8.1,1
20 Sep 2013 15:58:09
Revision:327710Original commit files touched by this commit
bdrewery search for other commits by this committer
- Add NO_STAGE until validated to be safe for upcoming staging support
3.8.1,1
20 Aug 2013 11:43:44
Revision:325040Original commit files touched by this commit
az search for other commits by this committer
- Convert to new perl5 framework

Approved by:	bdrewery@ (maintainer)
3.8.1,1
05 Jul 2013 14:32:27
Revision:322331Original commit files touched by this commit
bdrewery search for other commits by this committer
Convert from USE_GMAKE to USES=gmake
3.8.1,1
04 Jul 2013 16:57:40
Revision:322282Original commit files touched by this commit
bdrewery search for other commits by this committer
- Add 32BIT option to enable/disable 32bit compat
- Add LIB32_PATH to allow overriding where 32bit
  libs are installed, default to DESTDIR/usr/lib32/libc.so

PR:		ports/179643
Reported by:	Garrett Cooper <yaneurabeya@gmail.com>
Submitted by:	r4721@tormail.org (based on)
3.8.1,1
14 Jun 2013 14:36:08
Revision:320936Original commit files touched by this commit
bdrewery search for other commits by this committer
- Fix typo

Reported by:	freshports
14 Jun 2013 14:34:16
Revision:320935Original commit files touched by this commit Sanity Test Failure Refresh
bdrewery search for other commits by this committer
- Convert to new options helpers
- Remove bsd.port.post.mk
3.8.1,1
09 Jun 2013 01:31:48
Revision:320309Original commit files touched by this commit
bdrewery search for other commits by this committer
- Fix build
  Somehow the pending delete on files/ did not make it into
  the commit, but is what I tested with.

Reported by:	sunpoet, mandree
3.8.1,1
08 Jun 2013 11:42:01
Revision:320242Original commit files touched by this commit
bdrewery search for other commits by this committer
- Update to 3.8.1

Tested by:	Yuri <yuri@rawbw.com>
Obtained from:	https://bitbucket.org/stass/valgrind-freebsd
3.8.0_2,1
02 May 2013 12:30:20
Revision:317102Original commit files touched by this commit
bdrewery search for other commits by this committer
- Fix compatibility with bmake

Submitted by:	bapt
3.8.0_2,1
23 Apr 2013 10:13:20
Revision:316333Original commit files touched by this commit
bapt search for other commits by this committer
Convert devel to USES=pkgconfig
3.8.0_2,1
18 Apr 2013 21:46:03
Revision:316076Original commit files touched by this commit
bdrewery search for other commits by this committer
- Fix runtime behavior due to typo in FreeBSD upstream patch

Submitted by:	Yuri <yuri@rawbw.com>
Feature safe:	yes
3.8.0_1,1
19 Mar 2013 13:04:31
Revision:314640Original commit files touched by this commit
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
3.8.0_1,1
26 Feb 2013 12:52:37
Revision:312975Original commit files touched by this commit
bdrewery search for other commits by this committer
- Fix new/delete handling when using libsupc++
- Remove EOL <7.0 IGNORE

Submitted by:	Mikolaj Golub <trociny@FreeBSD.org>
Obtained
from:	https://bitbucket.org/stass/valgrind-freebsd/issue/7/add-replacements-for-libsupc
3.8.0,1
19 Dec 2012 05:09:15
Revision:309222Original commit files touched by this commit
bdrewery search for other commits by this committer
- Fix build on amd64 with WITHOUT_LIB32 on 9+
   - Use the same check for /usr/lib32/libc.so as the
     virtualbox ports for consistency.

PR:		ports/174563
Reported by:	4721@hushmail.com
3.8.0,1
17 Dec 2012 18:39:40
Revision:309118Original commit files touched by this commit
bdrewery search for other commits by this committer
- Update to 3.8.0
3.7.0_1,1
04 Dec 2012 21:43:39
Revision:308277Original commit files touched by this commit
bdrewery search for other commits by this committer
- Add LICENSE

Feature safe:	yes
3.7.0_1,1
04 Dec 2012 21:22:33
Revision:308276Original commit files touched by this commit
bdrewery search for other commits by this committer
- Add an extra mirror
- Remove ABI version from LIB_DEPENDS
- Remove indefinite article from COMMENT

Feature safe:	yes
3.7.0_1,1
01 Dec 2012 02:10:46
Revision:308061Original commit files touched by this commit
bdrewery search for other commits by this committer
- Restore header attribution due to being removed
  while the policy was unclear

Feature safe:	yes
3.7.0_1,1
31 Aug 2012 20:11:03
Revision:303444Original commit files touched by this commit
bdrewery search for other commits by this committer
- Add missing manpages for 3.7.0 [1]
- Fix build with clang [2]
- Fix plist issue
- Remove Makefile header
- Take maintainership

PR:		ports/153386 [1]
Reported by:	Raphael Kubo da Costa <kubito@gmail.com> [1]
PR:		ports/169112 [2]
Submitted by:	Lee Thomas <lee_thomas@aslantools.com> [2]
Approved by:	eadler (mentor)
3.7.0,1
20 Aug 2012 07:23:19
Original commit files touched by this commit
erwin search for other commits by this committer
Mark BROKEN on i386: leaves files behind on deinstallation

Submitted by:	pointyhat
3.7.0,1
26 Jul 2012 05:40:24
Original commit files touched by this commit
bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
3.7.0,1
23 Jul 2012 01:33:56
Original commit files touched by this commit
dougb search for other commits by this committer
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
3.7.0,1
08 Jun 2012 18:08:54
Original commit files touched by this commit
sylvio search for other commits by this committer
- Update to 3.7.0
- Change to new optionsNG

PR:             ports/168771
Submitted by:   Denis Generalov <gd@rambler-co.ru>
3.6.1_4,1
09 May 2012 00:18:34
Original commit files touched by this commit
delphij search for other commits by this committer
Backport two revisions from Valgrind svn to fix crash when debugging
binaries built with GCC 4.6+:

  r11856 | tom | 2011-07-05 02:22:32 -0700 (Tue, 05 Jul 2011) | 2 lines

  Implement some extra DWARF ops that gcc 4.6.1 seems to use. Fixes #275284.

  r11904 | tom | 2011-07-21 08:07:26 -0700 (Thu, 21 Jul 2011) | 2 lines

  DWARF comparisons should be signed. Patch from Jakub Jelinek.

Submitted by:   Tom Russo <tvrusso sandia.gov>
PR:             ports/166341
3.6.1_3,1
03 Dec 2011 19:27:22
Original commit files touched by this commit
scheidell search for other commits by this committer
-The base __aligned attribute no longer exists in gcc46+
-patch uses __attribute__ which is upward compatible with gcc42+

PR:             ports/156881
Submitted by:   Zhihao Yuan <lichray@gmail.com>
Approved by:    maintainer(timeout), gaboe(mentor)
Feature safe:   yes
3.6.1_2,1
24 Oct 2011 03:33:20
Original commit files touched by this commit
stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
3.6.1_2,1
27 Apr 2011 09:51:08
Original commit files touched by this commit
stas search for other commits by this committer
- Update to revision 2.  This update includes fixes for setcontext/getcontext
  routines.
3.6.1_1,1
20 Apr 2011 04:45:29
Original commit files touched by this commit
stas search for other commits by this committer
- Udpdate to a new 3.6.1 snapshot.
  Changes:
  - Implement shm_unlink wrapper.
  - Add support for SHM_ANON shm_open(2) path.
  - Fix sycalls 0 and 198 (__syscall) handling.
3.6.1,1
16 Apr 2011 08:02:29
Original commit files touched by this commit
stas search for other commits by this committer
- Update valgrind to 3.6.1.
  This is a bugfix release.
3.6.0_2,1
14 Nov 2010 22:00:23
Original commit files touched by this commit
thierry search for other commits by this committer
Chase the upgrade of MPICH2.
3.6.0_2,1
24 Oct 2010 06:16:33
Original commit files touched by this commit
stas search for other commits by this committer
- Update to revision 2:
  - getfsstat syscall handling
  - merge in forgotten changes from p4 (shmctl handling).
3.6.0_1,1
23 Oct 2010 22:29:18
Original commit files touched by this commit
stas search for other commits by this committer
- Update to revision 1.

Changelog:
  - Add shm_open syscall handler implementation.
  Submitted by: Jerry Toung <jrytoung@gmail.com>
3.6.0,1
23 Oct 2010 09:07:49
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 3.6.0.
3.5.0_4,1
15 Oct 2010 08:07:31
Original commit files touched by this commit
stas search for other commits by this committer
- Fix shmat syscall wrapper [1].
- Implement shmctl syscall wrapper.

PR:             ports/149621 [1]
Submitted by:   Stephen Sanders <ssanders@opnet.com> [1]
3.5.0_3,1
16 Sep 2010 23:12:14
Original commit files touched by this commit
stas search for other commits by this committer
- Update to revision 3.
  - Add support for syscall 510 (new _semctl).

Submitted by:   Brian Fundakowski Feldman <bfeldman@hammers.com>
3.5.0_2,1
13 Jul 2010 01:54:18
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 3.5.0-2:
  - Fix build of MPI wrappers [1]
  - Fix LDT handling in i386 case.
  - Fix socketpair(2) syscall wrapper.

PR:             ports/144067 [1]
Reported by:    "O. Hartmann" <ohartman@zedat.fu-berlin.de> [1]
3.5.0_1,1
03 Jun 2010 02:55:28
Original commit files touched by this commit
stas search for other commits by this committer
- Update project URL.

PR:             ports/146635
Submitted by:   Edmondas Girkantas <eg@fbsd.lt>
3.5.0_1,1
21 Oct 2009 16:55:17
Original commit files touched by this commit
stas search for other commits by this committer
- Update to newer snapshot fro P4.
3.5.0,1
26 Sep 2009 19:04:50
Original commit files touched by this commit
stas search for other commits by this committer
- Bump PORTREVISION as the revision numbering scheme has changed.
- Reformat pkg-descr for lines to not exceed 80 characters.

Pointed out by: bsam
Feature safe:   yes
3.5.0
26 Sep 2009 15:42:45
Original commit files touched by this commit
stas search for other commits by this committer
- Remove the bogus PKGNAMESUFFIX that erroneously went in.

Pointy hat to:  me
Feature safe:   yes
3.5.0
25 Sep 2009 18:14:34
Original commit files touched by this commit
stas search for other commits by this committer
- Do not try to build 32-bit support on amd64 if 32-bit libraries are not
  available.

Suggested by:   koitsu
Feature safe:   yes
3.5.0
25 Sep 2009 14:43:01
Original commit files touched by this commit
stas search for other commits by this committer
- Update to version 3.5.0.

Feature safe:   yes
352_7
07 Aug 2009 11:30:48
Original commit files touched by this commit
stas search for other commits by this committer
- Take maintainership.
352_7
10 May 2009 18:17:14
Original commit files touched by this commit
beat search for other commits by this committer
- Fix build with NOPORTDOCS

Approved by:    miwi (mentor, implicit)
352_7
23 Mar 2009 01:01:15
Original commit files touched by this commit
linimon search for other commits by this committer
Reset barner@FreeBSD.org due to several months of inactivity.

Hat:            portmgr
352_7
05 Jan 2009 19:44:02
Original commit files touched by this commit
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
352_7
23 Sep 2008 07:02:14
Original commit files touched by this commit
barner search for other commits by this committer
- Fix build from within jails

PR:             ports/127015
Submitted by:   Alexander Churanov
Approved by:    portmgr (erwin)

Number of commits found: 139 (showing only 100 on this page)

1 | 2  »