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
ldc LLVM-based D compiler
1.35.0 lang on this many watch lists=0 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 1.35.0Version of this port present on the latest quarterly branch.
Maintainer: acm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-02-28 14:53:34
Last Update: 2023-11-14 19:12:10
Commit Hash: 66512b7
License: BSD3CLAUSE
WWW:
https://wiki.dlang.org/LDC
Description:
The LDC project aims to provide a portable D programming language compiler with modern optimization and code generation capabilities. The compiler uses the official DMD frontends to support the latest version of D2, and relies on the LLVM Core libraries for code generation. LDC is fully Open Source; the parts of the code not taken/adapted from other projects are BSD-licensed (see the LICENSE file for details).
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 (738 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/ldc-1.35.0/catalog.mk
  3. /usr/local/share/licenses/ldc-1.35.0/LICENSE
  4. /usr/local/share/licenses/ldc-1.35.0/BSD3CLAUSE
  5. bin/ldc-build-plugin
  6. bin/ldc-build-runtime
  7. bin/ldc-profdata
  8. bin/ldc-prune-cache
  9. bin/ldc2
  10. bin/ldmd2
  11. bin/timetrace2txt
  12. etc/ldc2.conf
  13. include/d/__builtins.di
  14. include/d/core/atomic.d
  15. include/d/core/attribute.d
  16. include/d/core/bitop.d
  17. include/d/core/builtins.d
  18. include/d/core/checkedint.d
  19. include/d/core/cpuid.d
  20. include/d/core/demangle.d
  21. include/d/core/exception.d
  22. include/d/core/factory.d
  23. include/d/core/gc/config.d
  24. include/d/core/gc/gcinterface.d
  25. include/d/core/gc/registry.d
  26. include/d/core/int128.d
  27. include/d/core/internal/abort.d
  28. include/d/core/internal/array/appending.d
  29. include/d/core/internal/array/arrayassign.d
  30. include/d/core/internal/array/capacity.d
  31. include/d/core/internal/array/casting.d
  32. include/d/core/internal/array/comparison.d
  33. include/d/core/internal/array/concatenation.d
  34. include/d/core/internal/array/construction.d
  35. include/d/core/internal/array/duplication.d
  36. include/d/core/internal/array/equality.d
  37. include/d/core/internal/array/operations.d
  38. include/d/core/internal/array/utils.d
  39. include/d/core/internal/atomic.d
  40. include/d/core/internal/attributes.d
  41. include/d/core/internal/backtrace/dwarf.d
  42. include/d/core/internal/backtrace/elf.d
  43. include/d/core/internal/backtrace/handler.d
  44. include/d/core/internal/backtrace/libunwind.d
  45. include/d/core/internal/backtrace/macho.d
  46. include/d/core/internal/backtrace/unwind.d
  47. include/d/core/internal/container/array.d
  48. include/d/core/internal/container/common.d
  49. include/d/core/internal/container/hashtab.d
  50. include/d/core/internal/container/treap.d
  51. include/d/core/internal/convert.d
  52. include/d/core/internal/dassert.d
  53. include/d/core/internal/destruction.d
  54. include/d/core/internal/elf/dl.d
  55. include/d/core/internal/elf/io.d
  56. include/d/core/internal/entrypoint.d
  57. include/d/core/internal/execinfo.d
  58. include/d/core/internal/gc/bits.d
  59. include/d/core/internal/gc/impl/conservative/gc.d
  60. include/d/core/internal/gc/impl/manual/gc.d
  61. include/d/core/internal/gc/impl/proto/gc.d
  62. include/d/core/internal/gc/os.d
  63. include/d/core/internal/gc/pooltable.d
  64. include/d/core/internal/gc/proxy.d
  65. include/d/core/internal/hash.d
  66. include/d/core/internal/lifetime.d
  67. include/d/core/internal/moving.d
  68. include/d/core/internal/parseoptions.d
  69. include/d/core/internal/postblit.d
  70. include/d/core/internal/qsort.d
  71. include/d/core/internal/spinlock.d
  72. include/d/core/internal/string.d
  73. include/d/core/internal/switch_.d
  74. include/d/core/internal/traits.d
  75. include/d/core/internal/utf.d
  76. include/d/core/internal/util/array.d
  77. include/d/core/internal/util/math.d
  78. include/d/core/internal/vararg/aarch64.d
  79. include/d/core/internal/vararg/sysv_x64.d
  80. include/d/core/lifetime.d
  81. include/d/core/math.d
  82. include/d/core/memory.d
  83. include/d/core/runtime.d
  84. include/d/core/simd.d
  85. include/d/core/stdc/assert_.d
  86. include/d/core/stdc/complex.d
  87. include/d/core/stdc/config.d
  88. include/d/core/stdc/ctype.d
  89. include/d/core/stdc/errno.d
  90. include/d/core/stdc/fenv.d
  91. include/d/core/stdc/float_.d
  92. include/d/core/stdc/inttypes.d
  93. include/d/core/stdc/limits.d
  94. include/d/core/stdc/locale.d
  95. include/d/core/stdc/math.d
  96. include/d/core/stdc/signal.d
  97. include/d/core/stdc/stdarg.d
  98. include/d/core/stdc/stddef.d
  99. include/d/core/stdc/stdint.d
  100. include/d/core/stdc/stdio.d
  101. include/d/core/stdc/stdlib.d
  102. include/d/core/stdc/string.d
  103. include/d/core/stdc/tgmath.d
  104. include/d/core/stdc/time.d
  105. include/d/core/stdc/wchar_.d
  106. include/d/core/stdc/wctype.d
  107. include/d/core/stdcpp/allocator.d
  108. include/d/core/stdcpp/array.d
  109. include/d/core/stdcpp/exception.d
  110. include/d/core/stdcpp/memory.d
  111. include/d/core/stdcpp/new_.d
  112. include/d/core/stdcpp/string.d
  113. include/d/core/stdcpp/string_view.d
  114. include/d/core/stdcpp/type_traits.d
  115. include/d/core/stdcpp/typeinfo.d
  116. include/d/core/stdcpp/utility.d
  117. include/d/core/stdcpp/vector.d
  118. include/d/core/stdcpp/xutility.d
  119. include/d/core/sync/barrier.d
  120. include/d/core/sync/condition.d
  121. include/d/core/sync/config.d
  122. include/d/core/sync/event.d
  123. include/d/core/sync/exception.d
  124. include/d/core/sync/mutex.d
  125. include/d/core/sync/package.d
  126. include/d/core/sync/rwmutex.d
  127. include/d/core/sync/semaphore.d
  128. include/d/core/sys/bionic/err.d
  129. include/d/core/sys/bionic/fcntl.d
  130. include/d/core/sys/bionic/stdlib.d
  131. include/d/core/sys/bionic/string.d
  132. include/d/core/sys/bionic/unistd.d
  133. include/d/core/sys/darwin/crt_externs.d
  134. include/d/core/sys/darwin/dlfcn.d
  135. include/d/core/sys/darwin/err.d
  136. include/d/core/sys/darwin/execinfo.d
  137. include/d/core/sys/darwin/fcntl.d
  138. include/d/core/sys/darwin/ifaddrs.d
  139. include/d/core/sys/darwin/mach/dyld.d
  140. include/d/core/sys/darwin/mach/getsect.d
  141. include/d/core/sys/darwin/mach/kern_return.d
  142. include/d/core/sys/darwin/mach/loader.d
  143. include/d/core/sys/darwin/mach/nlist.d
  144. include/d/core/sys/darwin/mach/port.d
  145. include/d/core/sys/darwin/mach/semaphore.d
  146. include/d/core/sys/darwin/mach/stab.d
  147. include/d/core/sys/darwin/mach/thread_act.d
  148. include/d/core/sys/darwin/netinet/in_.d
  149. include/d/core/sys/darwin/pthread.d
  150. include/d/core/sys/darwin/stdlib.d
  151. include/d/core/sys/darwin/string.d
  152. include/d/core/sys/darwin/sys/attr.d
  153. include/d/core/sys/darwin/sys/cdefs.d
  154. include/d/core/sys/darwin/sys/event.d
  155. include/d/core/sys/darwin/sys/mman.d
  156. include/d/core/sys/darwin/sys/sysctl.d
  157. include/d/core/sys/dragonflybsd/dlfcn.d
  158. include/d/core/sys/dragonflybsd/err.d
  159. include/d/core/sys/dragonflybsd/execinfo.d
  160. include/d/core/sys/dragonflybsd/netinet/in_.d
  161. include/d/core/sys/dragonflybsd/pthread_np.d
  162. include/d/core/sys/dragonflybsd/stdlib.d
  163. include/d/core/sys/dragonflybsd/string.d
  164. include/d/core/sys/dragonflybsd/sys/_bitset.d
  165. include/d/core/sys/dragonflybsd/sys/_cpuset.d
  166. include/d/core/sys/dragonflybsd/sys/cdefs.d
  167. include/d/core/sys/dragonflybsd/sys/elf.d
  168. include/d/core/sys/dragonflybsd/sys/elf32.d
  169. include/d/core/sys/dragonflybsd/sys/elf64.d
  170. include/d/core/sys/dragonflybsd/sys/elf_common.d
  171. include/d/core/sys/dragonflybsd/sys/event.d
  172. include/d/core/sys/dragonflybsd/sys/link_elf.d
  173. include/d/core/sys/dragonflybsd/sys/mman.d
  174. include/d/core/sys/dragonflybsd/sys/socket.d
  175. include/d/core/sys/dragonflybsd/sys/sysctl.d
  176. include/d/core/sys/dragonflybsd/time.d
  177. include/d/core/sys/elf/package.d
  178. include/d/core/sys/freebsd/config.d
  179. include/d/core/sys/freebsd/dlfcn.d
  180. include/d/core/sys/freebsd/err.d
  181. include/d/core/sys/freebsd/execinfo.d
  182. include/d/core/sys/freebsd/netinet/in_.d
  183. include/d/core/sys/freebsd/pthread_np.d
  184. include/d/core/sys/freebsd/stdlib.d
  185. include/d/core/sys/freebsd/string.d
  186. include/d/core/sys/freebsd/sys/_bitset.d
  187. include/d/core/sys/freebsd/sys/_cpuset.d
  188. include/d/core/sys/freebsd/sys/cdefs.d
  189. include/d/core/sys/freebsd/sys/elf.d
  190. include/d/core/sys/freebsd/sys/elf32.d
  191. include/d/core/sys/freebsd/sys/elf64.d
  192. include/d/core/sys/freebsd/sys/elf_common.d
  193. include/d/core/sys/freebsd/sys/event.d
  194. include/d/core/sys/freebsd/sys/link_elf.d
  195. include/d/core/sys/freebsd/sys/mman.d
  196. include/d/core/sys/freebsd/sys/mount.d
  197. include/d/core/sys/freebsd/sys/sysctl.d
  198. include/d/core/sys/freebsd/time.d
  199. include/d/core/sys/freebsd/unistd.d
  200. include/d/core/sys/linux/config.d
  201. include/d/core/sys/linux/dlfcn.d
  202. include/d/core/sys/linux/elf.d
  203. include/d/core/sys/linux/epoll.d
  204. include/d/core/sys/linux/err.d
  205. include/d/core/sys/linux/errno.d
  206. include/d/core/sys/linux/execinfo.d
  207. include/d/core/sys/linux/fcntl.d
  208. include/d/core/sys/linux/fs.d
  209. include/d/core/sys/linux/ifaddrs.d
  210. include/d/core/sys/linux/input.d
  211. include/d/core/sys/linux/input_event_codes.d
  212. include/d/core/sys/linux/io_uring.d
  213. include/d/core/sys/linux/link.d
  214. include/d/core/sys/linux/netinet/in_.d
  215. include/d/core/sys/linux/netinet/tcp.d
  216. include/d/core/sys/linux/perf_event.d
  217. include/d/core/sys/linux/sched.d
  218. include/d/core/sys/linux/stdio.d
  219. include/d/core/sys/linux/string.d
  220. include/d/core/sys/linux/sys/auxv.d
  221. include/d/core/sys/linux/sys/eventfd.d
  222. include/d/core/sys/linux/sys/file.d
  223. include/d/core/sys/linux/sys/inotify.d
  224. include/d/core/sys/linux/sys/mman.d
  225. include/d/core/sys/linux/sys/prctl.d
  226. include/d/core/sys/linux/sys/procfs.d
  227. include/d/core/sys/linux/sys/signalfd.d
  228. include/d/core/sys/linux/sys/socket.d
  229. include/d/core/sys/linux/sys/sysinfo.d
  230. include/d/core/sys/linux/sys/time.d
  231. include/d/core/sys/linux/sys/xattr.d
  232. include/d/core/sys/linux/termios.d
  233. include/d/core/sys/linux/time.d
  234. include/d/core/sys/linux/timerfd.d
  235. include/d/core/sys/linux/tipc.d
  236. include/d/core/sys/linux/uinput.d
  237. include/d/core/sys/linux/unistd.d
  238. include/d/core/sys/netbsd/dlfcn.d
  239. include/d/core/sys/netbsd/err.d
  240. include/d/core/sys/netbsd/execinfo.d
  241. include/d/core/sys/netbsd/stdlib.d
  242. include/d/core/sys/netbsd/string.d
  243. include/d/core/sys/netbsd/sys/elf.d
  244. include/d/core/sys/netbsd/sys/elf32.d
  245. include/d/core/sys/netbsd/sys/elf64.d
  246. include/d/core/sys/netbsd/sys/elf_common.d
  247. include/d/core/sys/netbsd/sys/event.d
  248. include/d/core/sys/netbsd/sys/featuretest.d
  249. include/d/core/sys/netbsd/sys/link_elf.d
  250. include/d/core/sys/netbsd/sys/mman.d
  251. include/d/core/sys/netbsd/sys/sysctl.d
  252. include/d/core/sys/netbsd/time.d
  253. include/d/core/sys/openbsd/dlfcn.d
  254. include/d/core/sys/openbsd/err.d
  255. include/d/core/sys/openbsd/execinfo.d
  256. include/d/core/sys/openbsd/pthread_np.d
  257. include/d/core/sys/openbsd/pwd.d
  258. include/d/core/sys/openbsd/stdlib.d
  259. include/d/core/sys/openbsd/string.d
  260. include/d/core/sys/openbsd/sys/cdefs.d
  261. include/d/core/sys/openbsd/sys/elf.d
  262. include/d/core/sys/openbsd/sys/elf32.d
  263. include/d/core/sys/openbsd/sys/elf64.d
  264. include/d/core/sys/openbsd/sys/elf_common.d
  265. include/d/core/sys/openbsd/sys/link_elf.d
  266. include/d/core/sys/openbsd/sys/mman.d
  267. include/d/core/sys/openbsd/sys/sysctl.d
  268. include/d/core/sys/openbsd/time.d
  269. include/d/core/sys/openbsd/unistd.d
  270. include/d/core/sys/posix/aio.d
  271. include/d/core/sys/posix/arpa/inet.d
  272. include/d/core/sys/posix/config.d
  273. include/d/core/sys/posix/dirent.d
  274. include/d/core/sys/posix/dlfcn.d
  275. include/d/core/sys/posix/fcntl.d
  276. include/d/core/sys/posix/grp.d
  277. include/d/core/sys/posix/iconv.d
  278. include/d/core/sys/posix/inttypes.d
  279. include/d/core/sys/posix/libgen.d
  280. include/d/core/sys/posix/locale.d
  281. include/d/core/sys/posix/mqueue.d
  282. include/d/core/sys/posix/net/if_.d
  283. include/d/core/sys/posix/netdb.d
  284. include/d/core/sys/posix/netinet/in_.d
  285. include/d/core/sys/posix/netinet/tcp.d
  286. include/d/core/sys/posix/poll.d
  287. include/d/core/sys/posix/pthread.d
  288. include/d/core/sys/posix/pwd.d
  289. include/d/core/sys/posix/sched.d
  290. include/d/core/sys/posix/semaphore.d
  291. include/d/core/sys/posix/setjmp.d
  292. include/d/core/sys/posix/signal.d
  293. include/d/core/sys/posix/spawn.d
  294. include/d/core/sys/posix/stdc/time.d
  295. include/d/core/sys/posix/stdio.d
  296. include/d/core/sys/posix/stdlib.d
  297. include/d/core/sys/posix/string.d
  298. include/d/core/sys/posix/strings.d
  299. include/d/core/sys/posix/sys/filio.d
  300. include/d/core/sys/posix/sys/ioccom.d
  301. include/d/core/sys/posix/sys/ioctl.d
  302. include/d/core/sys/posix/sys/ipc.d
  303. include/d/core/sys/posix/sys/mman.d
  304. include/d/core/sys/posix/sys/msg.d
  305. include/d/core/sys/posix/sys/resource.d
  306. include/d/core/sys/posix/sys/select.d
  307. include/d/core/sys/posix/sys/shm.d
  308. include/d/core/sys/posix/sys/socket.d
  309. include/d/core/sys/posix/sys/stat.d
  310. include/d/core/sys/posix/sys/statvfs.d
  311. include/d/core/sys/posix/sys/time.d
  312. include/d/core/sys/posix/sys/ttycom.d
  313. include/d/core/sys/posix/sys/types.d
  314. include/d/core/sys/posix/sys/uio.d
  315. include/d/core/sys/posix/sys/un.d
  316. include/d/core/sys/posix/sys/utsname.d
  317. include/d/core/sys/posix/sys/wait.d
  318. include/d/core/sys/posix/syslog.d
  319. include/d/core/sys/posix/termios.d
  320. include/d/core/sys/posix/time.d
  321. include/d/core/sys/posix/ucontext.d
  322. include/d/core/sys/posix/unistd.d
  323. include/d/core/sys/posix/utime.d
  324. include/d/core/sys/solaris/dlfcn.d
  325. include/d/core/sys/solaris/elf.d
  326. include/d/core/sys/solaris/err.d
  327. include/d/core/sys/solaris/execinfo.d
  328. include/d/core/sys/solaris/libelf.d
  329. include/d/core/sys/solaris/link.d
  330. include/d/core/sys/solaris/stdlib.d
  331. include/d/core/sys/solaris/sys/elf.d
  332. include/d/core/sys/solaris/sys/elf_386.d
  333. include/d/core/sys/solaris/sys/elf_SPARC.d
  334. include/d/core/sys/solaris/sys/elf_amd64.d
  335. include/d/core/sys/solaris/sys/elf_notes.d
  336. include/d/core/sys/solaris/sys/elftypes.d
  337. include/d/core/sys/solaris/sys/link.d
  338. include/d/core/sys/solaris/sys/priocntl.d
  339. include/d/core/sys/solaris/sys/procset.d
  340. include/d/core/sys/solaris/sys/types.d
  341. include/d/core/sys/solaris/time.d
  342. include/d/core/sys/windows/accctrl.d
  343. include/d/core/sys/windows/aclapi.d
  344. include/d/core/sys/windows/aclui.d
  345. include/d/core/sys/windows/basetsd.d
  346. include/d/core/sys/windows/basetyps.d
  347. include/d/core/sys/windows/cderr.d
  348. include/d/core/sys/windows/cguid.d
  349. include/d/core/sys/windows/com.d
  350. include/d/core/sys/windows/comcat.d
  351. include/d/core/sys/windows/commctrl.d
  352. include/d/core/sys/windows/commdlg.d
  353. include/d/core/sys/windows/core.d
  354. include/d/core/sys/windows/cpl.d
  355. include/d/core/sys/windows/cplext.d
  356. include/d/core/sys/windows/custcntl.d
  357. include/d/core/sys/windows/dbghelp.d
  358. include/d/core/sys/windows/dbghelp_types.d
  359. include/d/core/sys/windows/dbt.d
  360. include/d/core/sys/windows/dde.d
  361. include/d/core/sys/windows/ddeml.d
  362. include/d/core/sys/windows/dhcpcsdk.d
  363. include/d/core/sys/windows/dlgs.d
  364. include/d/core/sys/windows/dll.d
  365. include/d/core/sys/windows/docobj.d
  366. include/d/core/sys/windows/errorrep.d
  367. include/d/core/sys/windows/exdisp.d
  368. include/d/core/sys/windows/exdispid.d
  369. include/d/core/sys/windows/httpext.d
  370. include/d/core/sys/windows/idispids.d
  371. include/d/core/sys/windows/imagehlp.d
  372. include/d/core/sys/windows/imm.d
  373. include/d/core/sys/windows/intshcut.d
  374. include/d/core/sys/windows/ipexport.d
  375. include/d/core/sys/windows/iphlpapi.d
  376. include/d/core/sys/windows/ipifcons.d
  377. include/d/core/sys/windows/iprtrmib.d
  378. include/d/core/sys/windows/iptypes.d
  379. include/d/core/sys/windows/isguids.d
  380. include/d/core/sys/windows/lm.d
  381. include/d/core/sys/windows/lmaccess.d
  382. include/d/core/sys/windows/lmalert.d
  383. include/d/core/sys/windows/lmapibuf.d
  384. include/d/core/sys/windows/lmat.d
  385. include/d/core/sys/windows/lmaudit.d
  386. include/d/core/sys/windows/lmbrowsr.d
  387. include/d/core/sys/windows/lmchdev.d
  388. include/d/core/sys/windows/lmconfig.d
  389. include/d/core/sys/windows/lmcons.d
  390. include/d/core/sys/windows/lmerr.d
  391. include/d/core/sys/windows/lmerrlog.d
  392. include/d/core/sys/windows/lmmsg.d
  393. include/d/core/sys/windows/lmremutl.d
  394. include/d/core/sys/windows/lmrepl.d
  395. include/d/core/sys/windows/lmserver.d
  396. include/d/core/sys/windows/lmshare.d
  397. include/d/core/sys/windows/lmsname.d
  398. include/d/core/sys/windows/lmstats.d
  399. include/d/core/sys/windows/lmsvc.d
  400. include/d/core/sys/windows/lmuse.d
  401. include/d/core/sys/windows/lmuseflg.d
  402. include/d/core/sys/windows/lmwksta.d
  403. include/d/core/sys/windows/lzexpand.d
  404. include/d/core/sys/windows/mapi.d
  405. include/d/core/sys/windows/mciavi.d
  406. include/d/core/sys/windows/mcx.d
  407. include/d/core/sys/windows/mgmtapi.d
  408. include/d/core/sys/windows/mmsystem.d
  409. include/d/core/sys/windows/msacm.d
  410. include/d/core/sys/windows/mshtml.d
  411. include/d/core/sys/windows/mswsock.d
  412. include/d/core/sys/windows/nb30.d
  413. include/d/core/sys/windows/nddeapi.d
  414. include/d/core/sys/windows/nspapi.d
  415. include/d/core/sys/windows/ntdef.d
  416. include/d/core/sys/windows/ntdll.d
  417. include/d/core/sys/windows/ntldap.d
  418. include/d/core/sys/windows/ntsecapi.d
  419. include/d/core/sys/windows/ntsecpkg.d
  420. include/d/core/sys/windows/oaidl.d
  421. include/d/core/sys/windows/objbase.d
  422. include/d/core/sys/windows/objfwd.d
  423. include/d/core/sys/windows/objidl.d
  424. include/d/core/sys/windows/objsafe.d
  425. include/d/core/sys/windows/ocidl.d
  426. include/d/core/sys/windows/odbcinst.d
  427. include/d/core/sys/windows/ole.d
  428. include/d/core/sys/windows/ole2.d
  429. include/d/core/sys/windows/ole2ver.d
  430. include/d/core/sys/windows/oleacc.d
  431. include/d/core/sys/windows/oleauto.d
  432. include/d/core/sys/windows/olectl.d
  433. include/d/core/sys/windows/olectlid.d
  434. include/d/core/sys/windows/oledlg.d
  435. include/d/core/sys/windows/oleidl.d
  436. include/d/core/sys/windows/pbt.d
  437. include/d/core/sys/windows/powrprof.d
  438. include/d/core/sys/windows/prsht.d
  439. include/d/core/sys/windows/psapi.d
  440. include/d/core/sys/windows/rapi.d
  441. include/d/core/sys/windows/ras.d
  442. include/d/core/sys/windows/rasdlg.d
  443. include/d/core/sys/windows/raserror.d
  444. include/d/core/sys/windows/rassapi.d
  445. include/d/core/sys/windows/reason.d
  446. include/d/core/sys/windows/regstr.d
  447. include/d/core/sys/windows/richedit.d
  448. include/d/core/sys/windows/richole.d
  449. include/d/core/sys/windows/rpc.d
  450. include/d/core/sys/windows/rpcdce.d
  451. include/d/core/sys/windows/rpcdce2.d
  452. include/d/core/sys/windows/rpcdcep.d
  453. include/d/core/sys/windows/rpcndr.d
  454. include/d/core/sys/windows/rpcnsi.d
  455. include/d/core/sys/windows/rpcnsip.d
  456. include/d/core/sys/windows/rpcnterr.d
  457. include/d/core/sys/windows/schannel.d
  458. include/d/core/sys/windows/sdkddkver.d
  459. include/d/core/sys/windows/secext.d
  460. include/d/core/sys/windows/security.d
  461. include/d/core/sys/windows/servprov.d
  462. include/d/core/sys/windows/setupapi.d
  463. include/d/core/sys/windows/shellapi.d
  464. include/d/core/sys/windows/shldisp.d
  465. include/d/core/sys/windows/shlguid.d
  466. include/d/core/sys/windows/shlobj.d
  467. include/d/core/sys/windows/shlwapi.d
  468. include/d/core/sys/windows/snmp.d
  469. include/d/core/sys/windows/sql.d
  470. include/d/core/sys/windows/sqlext.d
  471. include/d/core/sys/windows/sqltypes.d
  472. include/d/core/sys/windows/sqlucode.d
  473. include/d/core/sys/windows/sspi.d
  474. include/d/core/sys/windows/stacktrace.d
  475. include/d/core/sys/windows/stat.d
  476. include/d/core/sys/windows/stdc/malloc.d
  477. include/d/core/sys/windows/stdc/time.d
  478. include/d/core/sys/windows/subauth.d
  479. include/d/core/sys/windows/threadaux.d
  480. include/d/core/sys/windows/tlhelp32.d
  481. include/d/core/sys/windows/tmschema.d
  482. include/d/core/sys/windows/unknwn.d
  483. include/d/core/sys/windows/uuid.d
  484. include/d/core/sys/windows/vfw.d
  485. include/d/core/sys/windows/w32api.d
  486. include/d/core/sys/windows/winbase.d
  487. include/d/core/sys/windows/winber.d
  488. include/d/core/sys/windows/wincon.d
  489. include/d/core/sys/windows/wincrypt.d
  490. include/d/core/sys/windows/windef.d
  491. include/d/core/sys/windows/windows.d
  492. include/d/core/sys/windows/winerror.d
  493. include/d/core/sys/windows/wingdi.d
  494. include/d/core/sys/windows/winhttp.d
  495. include/d/core/sys/windows/wininet.d
  496. include/d/core/sys/windows/winioctl.d
  497. include/d/core/sys/windows/winldap.d
  498. include/d/core/sys/windows/winnetwk.d
  499. include/d/core/sys/windows/winnls.d
  500. include/d/core/sys/windows/winnt.d
  501. include/d/core/sys/windows/winperf.d
  502. include/d/core/sys/windows/winreg.d
  503. include/d/core/sys/windows/winsock2.d
  504. include/d/core/sys/windows/winspool.d
  505. include/d/core/sys/windows/winsvc.d
  506. include/d/core/sys/windows/winuser.d
  507. include/d/core/sys/windows/winver.d
  508. include/d/core/sys/windows/wtsapi32.d
  509. include/d/core/sys/windows/wtypes.d
  510. include/d/core/thread/context.d
  511. include/d/core/thread/fiber.d
  512. include/d/core/thread/osthread.d
  513. include/d/core/thread/package.d
  514. include/d/core/thread/threadbase.d
  515. include/d/core/thread/threadgroup.d
  516. include/d/core/thread/types.d
  517. include/d/core/time.d
  518. include/d/core/vararg.d
  519. include/d/core/volatile.d
  520. include/d/etc/c/curl.d
  521. include/d/etc/c/odbc/sql.d
  522. include/d/etc/c/odbc/sqlext.d
  523. include/d/etc/c/odbc/sqltypes.d
  524. include/d/etc/c/odbc/sqlucode.d
  525. include/d/etc/c/sqlite3.d
  526. include/d/etc/c/zlib.d
  527. include/d/etc/linux/memoryerror.d
  528. include/d/etc/valgrind/valgrind.d
  529. include/d/importc.h
  530. include/d/ldc/asan.d
  531. include/d/ldc/attributes.d
  532. include/d/ldc/dcompute.d
  533. include/d/ldc/eh_msvc.d
  534. include/d/ldc/gccbuiltins_aarch64.di
  535. include/d/ldc/gccbuiltins_amdgcn.di
  536. include/d/ldc/gccbuiltins_arm.di
  537. include/d/ldc/gccbuiltins_mips.di
  538. include/d/ldc/gccbuiltins_nvvm.di
  539. include/d/ldc/gccbuiltins_ppc.di
  540. include/d/ldc/gccbuiltins_riscv.di
  541. include/d/ldc/gccbuiltins_s390.di
  542. include/d/ldc/gccbuiltins_x86.di
  543. include/d/ldc/intrinsics.di
  544. include/d/ldc/libfuzzer.di
  545. include/d/ldc/llvmasm.di
  546. include/d/ldc/opencl.di
  547. include/d/ldc/profile.di
  548. include/d/ldc/sanitizer_common.d
  549. include/d/ldc/sanitizers_optionally_linked.d
  550. include/d/ldc/simd.di
  551. include/d/object.d
  552. include/d/std/algorithm/comparison.d
  553. include/d/std/algorithm/internal.d
  554. include/d/std/algorithm/iteration.d
  555. include/d/std/algorithm/mutation.d
  556. include/d/std/algorithm/package.d
  557. include/d/std/algorithm/searching.d
  558. include/d/std/algorithm/setops.d
  559. include/d/std/algorithm/sorting.d
  560. include/d/std/array.d
  561. include/d/std/ascii.d
  562. include/d/std/base64.d
  563. include/d/std/bigint.d
  564. include/d/std/bitmanip.d
  565. include/d/std/checkedint.d
  566. include/d/std/compiler.d
  567. include/d/std/complex.d
  568. include/d/std/concurrency.d
  569. include/d/std/container/array.d
  570. include/d/std/container/binaryheap.d
  571. include/d/std/container/dlist.d
  572. include/d/std/container/package.d
  573. include/d/std/container/rbtree.d
  574. include/d/std/container/slist.d
  575. include/d/std/container/util.d
  576. include/d/std/conv.d
  577. include/d/std/csv.d
  578. include/d/std/datetime/date.d
  579. include/d/std/datetime/interval.d
  580. include/d/std/datetime/package.d
  581. include/d/std/datetime/stopwatch.d
  582. include/d/std/datetime/systime.d
  583. include/d/std/datetime/timezone.d
  584. include/d/std/demangle.d
  585. include/d/std/digest/crc.d
  586. include/d/std/digest/hmac.d
  587. include/d/std/digest/md.d
  588. include/d/std/digest/murmurhash.d
  589. include/d/std/digest/package.d
  590. include/d/std/digest/ripemd.d
  591. include/d/std/digest/sha.d
  592. include/d/std/encoding.d
  593. include/d/std/exception.d
  594. include/d/std/experimental/allocator/building_blocks/affix_allocator.d
  595. include/d/std/experimental/allocator/building_blocks/aligned_block_list.d
  596. include/d/std/experimental/allocator/building_blocks/allocator_list.d
  597. include/d/std/experimental/allocator/building_blocks/ascending_page_allocator.d
  598. include/d/std/experimental/allocator/building_blocks/bitmapped_block.d
  599. include/d/std/experimental/allocator/building_blocks/bucketizer.d
  600. include/d/std/experimental/allocator/building_blocks/fallback_allocator.d
  601. include/d/std/experimental/allocator/building_blocks/free_list.d
  602. include/d/std/experimental/allocator/building_blocks/free_tree.d
  603. include/d/std/experimental/allocator/building_blocks/kernighan_ritchie.d
  604. include/d/std/experimental/allocator/building_blocks/null_allocator.d
  605. include/d/std/experimental/allocator/building_blocks/package.d
  606. include/d/std/experimental/allocator/building_blocks/quantizer.d
  607. include/d/std/experimental/allocator/building_blocks/region.d
  608. include/d/std/experimental/allocator/building_blocks/scoped_allocator.d
  609. include/d/std/experimental/allocator/building_blocks/segregator.d
  610. include/d/std/experimental/allocator/building_blocks/stats_collector.d
  611. include/d/std/experimental/allocator/common.d
  612. include/d/std/experimental/allocator/gc_allocator.d
  613. include/d/std/experimental/allocator/mallocator.d
  614. include/d/std/experimental/allocator/mmap_allocator.d
  615. include/d/std/experimental/allocator/package.d
  616. include/d/std/experimental/allocator/showcase.d
  617. include/d/std/experimental/allocator/typed.d
  618. include/d/std/experimental/checkedint.d
  619. include/d/std/experimental/logger/core.d
  620. include/d/std/experimental/logger/filelogger.d
  621. include/d/std/experimental/logger/multilogger.d
  622. include/d/std/experimental/logger/nulllogger.d
  623. include/d/std/experimental/logger/package.d
  624. include/d/std/file.d
  625. include/d/std/format/internal/floats.d
  626. include/d/std/format/internal/read.d
  627. include/d/std/format/internal/write.d
  628. include/d/std/format/package.d
  629. include/d/std/format/read.d
  630. include/d/std/format/spec.d
  631. include/d/std/format/write.d
  632. include/d/std/functional.d
  633. include/d/std/getopt.d
  634. include/d/std/int128.d
  635. include/d/std/internal/attributes.d
  636. include/d/std/internal/cstring.d
  637. include/d/std/internal/digest/sha_SSSE3.d
  638. include/d/std/internal/math/biguintarm.d
  639. include/d/std/internal/math/biguintcore.d
  640. include/d/std/internal/math/biguintnoasm.d
  641. include/d/std/internal/math/biguintx86.d
  642. include/d/std/internal/math/errorfunction.d
  643. include/d/std/internal/math/gammafunction.d
  644. include/d/std/internal/memory.d
  645. include/d/std/internal/scopebuffer.d
  646. include/d/std/internal/test/dummyrange.d
  647. include/d/std/internal/test/range.d
  648. include/d/std/internal/test/uda.d
  649. include/d/std/internal/unicode_comp.d
  650. include/d/std/internal/unicode_decomp.d
  651. include/d/std/internal/unicode_grapheme.d
  652. include/d/std/internal/unicode_norm.d
  653. include/d/std/internal/unicode_tables.d
  654. include/d/std/internal/windows/advapi32.d
  655. include/d/std/json.d
  656. include/d/std/logger/core.d
  657. include/d/std/logger/filelogger.d
  658. include/d/std/logger/multilogger.d
  659. include/d/std/logger/nulllogger.d
  660. include/d/std/logger/package.d
  661. include/d/std/math/algebraic.d
  662. include/d/std/math/constants.d
  663. include/d/std/math/exponential.d
  664. include/d/std/math/hardware.d
  665. include/d/std/math/operations.d
  666. include/d/std/math/package.d
  667. include/d/std/math/remainder.d
  668. include/d/std/math/rounding.d
  669. include/d/std/math/traits.d
  670. include/d/std/math/trigonometry.d
  671. include/d/std/mathspecial.d
  672. include/d/std/meta.d
  673. include/d/std/mmfile.d
  674. include/d/std/net/curl.d
  675. include/d/std/net/isemail.d
  676. include/d/std/numeric.d
  677. include/d/std/outbuffer.d
  678. include/d/std/package.d
  679. include/d/std/parallelism.d
  680. include/d/std/path.d
  681. include/d/std/process.d
  682. include/d/std/random.d
  683. include/d/std/range/interfaces.d
  684. include/d/std/range/package.d
  685. include/d/std/range/primitives.d
  686. include/d/std/regex/internal/backtracking.d
  687. include/d/std/regex/internal/generator.d
  688. include/d/std/regex/internal/ir.d
  689. include/d/std/regex/internal/kickstart.d
  690. include/d/std/regex/internal/parser.d
  691. include/d/std/regex/internal/tests.d
  692. include/d/std/regex/internal/tests2.d
  693. include/d/std/regex/internal/thompson.d
  694. include/d/std/regex/package.d
  695. include/d/std/signals.d
  696. include/d/std/socket.d
  697. include/d/std/stdint.d
  698. include/d/std/stdio.d
  699. include/d/std/string.d
  700. include/d/std/sumtype.d
  701. include/d/std/system.d
  702. include/d/std/traits.d
  703. include/d/std/typecons.d
  704. include/d/std/typetuple.d
  705. include/d/std/uni/package.d
  706. include/d/std/uri.d
  707. include/d/std/utf.d
  708. include/d/std/uuid.d
  709. include/d/std/variant.d
  710. include/d/std/windows/charset.d
  711. include/d/std/windows/registry.d
  712. include/d/std/windows/syserror.d
  713. include/d/std/zip.d
  714. include/d/std/zlib.d
  715. lib/ldc_rt.dso.o
  716. lib/libdruntime-ldc-debug-shared.so
  717. lib/libdruntime-ldc-debug-shared.so.105
  718. lib/libdruntime-ldc-debug-shared.so.105.2
  719. lib/libdruntime-ldc-debug.a
  720. lib/libdruntime-ldc-lto.a
  721. lib/libdruntime-ldc-shared.so
  722. lib/libdruntime-ldc-shared.so.105
  723. lib/libdruntime-ldc-shared.so.105.2
  724. lib/libdruntime-ldc.a
  725. lib/libphobos2-ldc-debug-shared.so
  726. lib/libphobos2-ldc-debug-shared.so.105
  727. lib/libphobos2-ldc-debug-shared.so.105.2
  728. lib/libphobos2-ldc-debug.a
  729. lib/libphobos2-ldc-lto.a
  730. lib/libphobos2-ldc-shared.so
  731. lib/libphobos2-ldc-shared.so.105
  732. lib/libphobos2-ldc-shared.so.105.2
  733. lib/libphobos2-ldc.a
  734. @dir include/d/etc/c/zlib/doc
  735. @dir include/d/etc/c/zlib/test
  736. @owner
  737. @group
  738. @mode
Collapse this list.
Dependency lines:
  • ldc>0:lang/ldc
To install the port:
cd /usr/ports/lang/ldc/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/ldc
  • pkg install ldc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ldc
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64
distinfo:
TIMESTAMP = 1697911474 SHA256 (ldc-1.35.0-src.tar.gz) = 6e296993706c76c093e609139aa0b3f8704355fa0f3756f6758d78d44226dfa0 SIZE (ldc-1.35.0-src.tar.gz) = 8241960

Expand this list (2 items)

Collapse this list.

SHA256 (ldc2-1.35.0-freebsd-x86_64.tar.xz) = fdfd34380eba7a28dc2c3855e5582b56d67e90e2d5a649b682219a92445a8434 SIZE (ldc2-1.35.0-freebsd-x86_64.tar.xz) = 18701992

Collapse this list.


Packages (timestamps in pop-ups are UTC):
ldc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.35.0------
FreeBSD:13:quarterly-1.35.0------
FreeBSD:14:latest-1.35.0------
FreeBSD:14:quarterly-1.35.0------
FreeBSD:15:latest-1.35.0n/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. ninja : devel/ninja
  2. cmake : devel/cmake-core
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. llvm-config15 : devel/llvm15
Library dependencies:
  1. libconfig.so : devel/libconfig
  2. libLLVM-15.so : devel/llvm15
This port is required by:
for Build
  1. audio/cheesecutter
  2. devel/containers
  3. devel/d-scanner
  4. devel/dcd-client
  5. devel/dcd-server
  6. devel/derelict-sdl2
  7. devel/derelict-util
Expand this list (35 items / 28 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. devel/dlib
  3. devel/dsymbol
  4. devel/dub
  5. devel/glibd
  6. devel/icontheme
  7. devel/inifiled
  8. devel/inilike
  9. devel/isfreedesktop
  10. devel/libddoc
  11. devel/libdparse
  12. devel/mir-core
  13. devel/msgpack-d
  14. devel/stdx-allocator
  15. devel/undead
  16. devel/xdgpaths
  17. graphics/derelict-gl3
  18. lang/dlang-tools
  19. lang/gir-to-d
  20. lang/silq
  21. net/onedrive
  22. print/derelict-ft
  23. x11-toolkits/gtkd
  24. Collapse this list.

Deleted ports which required this port:

Expand this list of 6 deleted ports
  1. devel/dfmt*
  2. devel/dlangui*
  3. devel/iz*
  4. editors/coedit*
  5. editors/dexed*
  6. editors/dlangide*
  7. Collapse this list of deleted ports.
for Libraries
  1. devel/glibd
  2. lang/gir-to-d
  3. x11/tilix
for Run

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. editors/coedit*
  2. editors/dexed*
  3. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
lang_ldc
USES:
llvm:lib,run ninja cmake:insource pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/ldc-developers/ldc/releases/download/v1.35.0/
Collapse this list.

Number of commits found: 41

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.35.0
14 Nov 2023 19:12:10
commit hash: 66512b7e3ce8f71ca19871831c30eb8833f42177commit hash: 66512b7e3ce8f71ca19871831c30eb8833f42177commit hash: 66512b7e3ce8f71ca19871831c30eb8833f42177commit hash: 66512b7e3ce8f71ca19871831c30eb8833f42177 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
lang/ldc: Remove dependency on libgphobos.so which was needed for the GDC
bootstrap.

Sponsored by:	Serenity Cybersecurity, LLC
1.35.0
14 Nov 2023 12:08:42
commit hash: bcdb7925cac781f8447e343a285ea5ce59bb3d51commit hash: bcdb7925cac781f8447e343a285ea5ce59bb3d51commit hash: bcdb7925cac781f8447e343a285ea5ce59bb3d51commit hash: bcdb7925cac781f8447e343a285ea5ce59bb3d51 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
lang/ldc: Update to 1.35.0 and switch to using binary bootstrap.

PR:		274635
Approved by:	acm (maintainer timeout)
1.32.0_1
13 Aug 2023 13:12:13
commit hash: f9f973c4fb8c980c05aa5e79f37eb1f0adef31bccommit hash: f9f973c4fb8c980c05aa5e79f37eb1f0adef31bccommit hash: f9f973c4fb8c980c05aa5e79f37eb1f0adef31bccommit hash: f9f973c4fb8c980c05aa5e79f37eb1f0adef31bc files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/ldc: Mark BROKEN on FreBSD 14

Fails to compile with lots of:
/bin/sh: cannot open stdin: No such file or directory

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
1.32.0_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
1.32.0
11 Apr 2023 20:04:33
commit hash: 4d555f0d5aceec726179224ae3fda53ee6f8bef0commit hash: 4d555f0d5aceec726179224ae3fda53ee6f8bef0commit hash: 4d555f0d5aceec726179224ae3fda53ee6f8bef0commit hash: 4d555f0d5aceec726179224ae3fda53ee6f8bef0 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
lang/ldc: Update to 1.32

Approved by:	acm (maintainer timeout)
Sponsored by:	Serenity Cybersecurity, LLC
1.30.0_2
16 Jan 2023 19:36:42
commit hash: f18fb3e845b585bd0367f37a6c56438a6bc1e555commit hash: f18fb3e845b585bd0367f37a6c56438a6bc1e555commit hash: f18fb3e845b585bd0367f37a6c56438a6bc1e555commit hash: f18fb3e845b585bd0367f37a6c56438a6bc1e555 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
lang/ldc: unbreak build on 14.0

Approved by:	portmgr blanket (trivial build fix)
1.30.0_2
22 Nov 2022 19:38:03
commit hash: 29962a76e8c81d093592494df173f2f246e29402commit hash: 29962a76e8c81d093592494df173f2f246e29402commit hash: 29962a76e8c81d093592494df173f2f246e29402commit hash: 29962a76e8c81d093592494df173f2f246e29402 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
lang/ldc: fix runtime on powerpc*

Fixes build of x11-toolkits/gtkd:
ld: error: undefined symbol: __tls_get_addr_opt
>>> referenced by sections_elf_shared.d
>>>              
sections_elf_shared.o:(_D2rt19sections_elf_shared3DSO8tlsRangeMxFNbNiZAv) in
archive /usr/local/lib/libdruntime-ldc.a
>>> referenced by sections_elf_shared.d
>>>              
sections_elf_shared.o:(_D2rt19sections_elf_shared11getTLSRangeFNbNimmmZAv) in
archive /usr/local/lib/libdruntime-ldc.a
>>> referenced by sections_elf_shared.d
>>>               sections_elf_shared.o:(_d_dso_registry) in archive
/usr/local/lib/libdruntime-ldc.a
>>> referenced 1 more times
1.30.0_1
16 Nov 2022 00:26:27
commit hash: faab0eb2bebff16152b11515792d1953301fdbdecommit hash: faab0eb2bebff16152b11515792d1953301fdbdecommit hash: faab0eb2bebff16152b11515792d1953301fdbdecommit hash: faab0eb2bebff16152b11515792d1953301fdbde files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
lang/ldc: Make portlint friendly

PR:		264100
Reported by:	jwb
1.30.0_1
15 Nov 2022 16:33:49
commit hash: 5045eaf7fa051cd120e9967c613dab6110f6b82ecommit hash: 5045eaf7fa051cd120e9967c613dab6110f6b82ecommit hash: 5045eaf7fa051cd120e9967c613dab6110f6b82ecommit hash: 5045eaf7fa051cd120e9967c613dab6110f6b82e files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
lang/ldc: Add forgotten change

- Move llvm to LIB_DEPENDS
1.30.0_1
15 Nov 2022 16:17:04
commit hash: 1fca3ae8c346242fc7a91a797b4b9b82657ea1f3commit hash: 1fca3ae8c346242fc7a91a797b4b9b82657ea1f3commit hash: 1fca3ae8c346242fc7a91a797b4b9b82657ea1f3commit hash: 1fca3ae8c346242fc7a91a797b4b9b82657ea1f3 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
lang/ldc: Improve port

- STRIP binary files
- Add GCC to LIB_DEPENDS
- Remove obsolete lines
1.30.0
15 Nov 2022 00:26:06
commit hash: f3b1ad45c3b6e926824002047157993e8f05beb8commit hash: f3b1ad45c3b6e926824002047157993e8f05beb8commit hash: f3b1ad45c3b6e926824002047157993e8f05beb8commit hash: f3b1ad45c3b6e926824002047157993e8f05beb8 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
Author: Daniel Engberg
lang/ldc: Update to 1.30.0

- Commit forgotten files

ChangeLog at:	https://github.com/ldc-developers/ldc/releases/tag/v1.30.0
PR:		266828
1.23.0_1
15 Nov 2022 00:10:00
commit hash: 87ab6d409fe6e8988872b18a4128713fe0e3d9ebcommit hash: 87ab6d409fe6e8988872b18a4128713fe0e3d9ebcommit hash: 87ab6d409fe6e8988872b18a4128713fe0e3d9ebcommit hash: 87ab6d409fe6e8988872b18a4128713fe0e3d9eb files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
Author: Daniel Engberg
lang/ldc: Update to 1.30.0

ChangeLog at: https://github.com/ldc-developers/ldc/releases/tag/v1.30.0
PR:		266828
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)
1.23.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)
1.23.0_1
26 Jan 2022 07:46:25
commit hash: 8c30deb681a941ce9974c57c7f45c9f294908d67commit hash: 8c30deb681a941ce9974c57c7f45c9f294908d67commit hash: 8c30deb681a941ce9974c57c7f45c9f294908d67commit hash: 8c30deb681a941ce9974c57c7f45c9f294908d67 files touched by this commit
Marius Strobl (marius) search for other commits by this committer
devel/libconfig: update to 1.7.3

- Chase shared library bump across dependant ports.
- Fetch releases rather than tags from GitHub. [1]
- Properly depend on makeinfo, adding an INFO knob.
- Refresh pkg-descr and COMMENT accordingly.

PR:		261062
Reported by:	dizzy [1]
Approved by:	maintainer timeout
1.23.0
30 Sep 2021 21:23:30
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
1.23.0
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.23.0
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.
1.23.0
12 Jan 2021 22:53:12
Revision:561399Original commit files touched by this commit
linimon search for other commits by this committer
Mark as BROKEN on riscv64.

Approved by:	portmgr (tier-2 blanket)
1.23.0
15 Nov 2020 15:38:42
Revision:555231Original commit files touched by this commit
mikael search for other commits by this committer
Fix patch
1.23.0
15 Nov 2020 15:23:05
Revision:555229Original commit files touched by this commit
mikael search for other commits by this committer
lang/ldc: fix build on aarch64

PR:		237427
Submitted by:	Greg V
Approved by:	portmgr (tier-2 blanket)
1.23.0
29 Sep 2020 13:49:24
Revision:550507Original commit files touched by this commit
mikael search for other commits by this committer
lang/ldc: update to 1.23.0

Changelog from 1.14.0 to 1.23.0 can be found here:
https://github.com/ldc-developers/ldc/releases

PR:		237427
Approved by:	acm (maintainer timeout)
1.14.0
21 Apr 2019 18:11:40
Revision:499553Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN on i386

Reported by:	pkg-fallout
MFH:		2019Q2
1.14.0
07 Mar 2019 06:08:47
Revision:494891Original commit files touched by this commit
acm search for other commits by this committer
- Update to 1.14.0
- Fix build on FreeBSD 12+ (lot of extra patch files)
- Remove obsolete patch file
- Update LLVM dependency to 7.0

Changelog at: https://github.com/ldc-developers/ldc/releases/tag/v1.14.0
1.12.0
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
1.12.0
20 Nov 2018 02:37:20
Revision:485381Original commit files touched by this commit
acm search for other commits by this committer
- Update to 1.12.0
1.9.0_1
06 Aug 2018 17:22:37
Revision:476517Original commit files touched by this commit
fernape search for other commits by this committer
devel/libconfig: update to 1.7.2

* Change to USE_GH
* Bump PORTREVISION of dependant ports.

Committing after maintainer timeout

PR:	229961
Submitted by:	che@bein.link
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16442
1.9.0
03 Jun 2018 06:31:09
Revision:471452Original commit files touched by this commit
acm search for other commits by this committer
- Update to 1.9.0 (jit support was dropped with llvm < 5.0). It doesn't compile
  with llvm 5.x on FreeBSD
1.7.0_2
21 Mar 2018 03:45:55
Revision:465145Original commit files touched by this commit
bdrewery search for other commits by this committer
Fix CCACHE_BUILD support.
1.7.0_2
11 Feb 2018 07:44:21
Revision:461461Original commit files touched by this commit
antoine search for other commits by this committer
Depend on llvm40 package instead of clang40 binary
1.7.0_2
10 Feb 2018 10:12:04
Revision:461373Original commit files touched by this commit
antoine search for other commits by this committer
Add a run dependency on llvm40, some binaries link against libLLVM

Reported by:	pkg-fallout (via devel/dub)
1.7.0_1
03 Feb 2018 04:36:22
Revision:460774Original commit files touched by this commit
acm search for other commits by this committer
- Revert latest commit because it didn't solve pkg-plist problem. jit  support
  depends of LLVM version
- Change llvm dependency to devel/llvm40
- Respect llvm40 detection
1.7.0_1
02 Feb 2018 21:25:06
Revision:460754Original commit files touched by this commit
acm search for other commits by this committer
- Fix pkg-plist on i386
1.7.0
01 Feb 2018 20:03:31
Revision:460625Original commit files touched by this commit
acm search for other commits by this committer
- Update to 1.7.0
1.3.0
30 Nov 2017 06:13:35
Revision:455167Original commit files touched by this commit Sanity Test Failure
linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
1.3.0
16 Jul 2017 08:49:33
Revision:445988Original commit files touched by this commit
acm search for other commits by this committer
- Update to 1.3.0
1.2.0
07 Jul 2017 03:15:03
Revision:445203Original commit files touched by this commit
acm search for other commits by this committer
- Update to 1.2.0
1.1.0
20 May 2017 16:58:10
Revision:441320Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Reported by:	swills
Approved by:	portmgr (tier-2 blanket)
1.1.0
02 May 2017 22:23:52
Revision:439991Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
1.1.0
05 Mar 2017 03:07:52
Revision:435443Original commit files touched by this commit
acm search for other commits by this committer
- Fix build on FreeBSD 11
1.1.0
28 Feb 2017 14:52:46
Revision:435057Original commit files touched by this commit
acm search for other commits by this committer
New ports: lang/ldc

The LDC project aims to provide a portable D programming language compiler
with modern optimization and code generation capabilities.

The compiler uses the official DMD frontends to support the latest version of
D2, and relies on the LLVM Core libraries for code generation.

LDC is fully Open Source; the parts of the code not taken/adapted from other
projects are BSD-licensed (see the LICENSE file for details).

WWW: http://wiki.dlang.org/LDC

Number of commits found: 41