notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/llvm80/Makefile
SVNWeb

Number of commits found: 46

Sat, 14 Jan 2023
[ 23:14 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:21778d8958f518e2179b1053d75cfb6c71405558  commit hash:21778d8958f518e2179b1053d75cfb6c71405558  commit hash:21778d8958f518e2179b1053d75cfb6c71405558  21778d8  (Only the first 10 of 110 ports in this commit are shown above. View all ports for this commit)
Cleanup: Remove devel/llvm[789]0

 *  remove old devel/llvm70
 *  remove old devel/llvm80
 *  remove old devel/llvm90

 *  remove ports explicitely depending on either of the three

Differential Revision:	https://reviews.freebsd.org/D37936
Fri, 6 Jan 2023
[ 00:11 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:47c2b0aec1c3e92243d2d3677d4a0268475d6e0c  commit hash:47c2b0aec1c3e92243d2d3677d4a0268475d6e0c  commit hash:47c2b0aec1c3e92243d2d3677d4a0268475d6e0c  47c2b0ae 
devel/llvm*: Fix CONFLICT on cmark

If the user has the textproc/cmark package installed, the py*-CommonMark
package will fail to install.  This in turn leads to build failures down
the line when sphinx tries to load commonmark.  The result is confusing
and potentially wastes a lot of build time so just conflict upfront.
The previous code attempted to do this, but I'd listed the conflict
incorrectly in 2019. :(

PR:		239636
Reported by:	Stephen Roznowski <sjrbulk@verizon.net>
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 3 May 2022
[ 18:58 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:3a570865ceb55217f755228ab9ed01597947bd42  commit hash:3a570865ceb55217f755228ab9ed01597947bd42  commit hash:3a570865ceb55217f755228ab9ed01597947bd42  3a57086  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
devel/llvm*: (NFC) extract MAN1SRCS list

Move the lists of manpages into Makefile.MAN1SRCS as with COMMANDS.

Sponsored by:	DARPA, AFRL
Sun, 10 Apr 2022
[ 19:11 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  d63665f  (Only the first 10 of 892 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
Sat, 26 Mar 2022
[ 08:27 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  247c7db  (Only the first 10 of 867 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
Thu, 25 Nov 2021
[ 21:40 Stefan Eßer (se) search for other commits by this committer ]    commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  04b9da4  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-*' from CONFLICTS definitions

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").

Approved by: portmgr (blanket)
Thu, 30 Sep 2021
[ 21:23 Rene Ladan (rene) search for other commits by this committer ]    commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  620968a  (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
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
Mon, 27 Sep 2021
[ 22:23 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:6911dd4091d50c0ea29a40e2366f38db0f775c37  commit hash:6911dd4091d50c0ea29a40e2366f38db0f775c37  commit hash:6911dd4091d50c0ea29a40e2366f38db0f775c37  6911dd4 
devel/llvm*: avoid crossdir links

Avoid hardlinks between PREFIX/bin and PREFIX/llvm##.  This permits
them be on different filesystems.

PR:		244439
Sun, 29 Aug 2021
[ 19:21 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:398c655ac9e5999ebc37944618dd95c18bbd49b5  commit hash:398c655ac9e5999ebc37944618dd95c18bbd49b5  commit hash:398c655ac9e5999ebc37944618dd95c18bbd49b5  398c655 
devel/llvm80: Add CPE information

Approved by:	portmgr (blanket)
Tue, 15 Jun 2021
[ 08:41 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:dde6e4951948b9e320009547897fcdcd54f1845d  commit hash:dde6e4951948b9e320009547897fcdcd54f1845d  commit hash:dde6e4951948b9e320009547897fcdcd54f1845d  dde6e49 
devel/llvm80: enable GOLD on powerpc
Thu, 20 May 2021
[ 23:33 Brooks Davis (brooks) search for other commits by this committer ]    commit hash:72f87a53eddfea7940f2378a9a218b15d489e493  commit hash:72f87a53eddfea7940f2378a9a218b15d489e493  commit hash:72f87a53eddfea7940f2378a9a218b15d489e493  72f87a5 
devel/llvm*: Fix BE_NATIVE on aarch64

Fix two bugs in native-only backend support (BE_NATIVE).  First, ARCH
is aarch64 not arm64.  Second, consistently spell AArch64 not AAarch64
(extra 'a').

Because this only effects aarch64 in a non-default configuration, skip
the PORTREVISION bump that is technically required to reduce excess
heating in common cases.

Reported by:	Mark Millard
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 26 Jan 2021
[ 14:56 pkubaj search for other commits by this committer ] Original commit   Revision:562685
devel/llvm*: enable GOLD on 14 on powerpc64
Thu, 14 Jan 2021
[ 14:34 dbaio search for other commits by this committer ] Original commit   Revision:561562 (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
Remove PY_SPHINX from ports using Python 3

Approved by:	 portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D28093
Sun, 10 Jan 2021
[ 14:05 rene search for other commits by this committer ] Original commit   Revision:561070 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Remove empty PY_ENUM34 from ports using Python 3.6+
Wed, 9 Dec 2020
[ 01:31 linimon search for other commits by this committer ] Original commit   Revision:557324
Also mark BROKEN on riscv64 (the ports framework is picky about such
things).  Add a note shooing people away from trying it anyway.

While here, pet portlint (trailing whitespace).

Package is not affected, so no need for revision bump.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
Sat, 7 Nov 2020
[ 12:02 pkubaj search for other commits by this committer ] Original commit   Revision:554389
devel/llvm80: add GOLD and OPENMP by default on powerpc64le
Thu, 16 Jul 2020
[ 10:58 pkubaj search for other commits by this committer ] Original commit   Revision:542348
devel/llvm80: enable OPENMP and GOLD on powerpc64 (GOLD only on elfv2)

ld.gold can't be built on elfv1 systems.
Wed, 17 Jun 2020
[ 18:17 sunpoet search for other commits by this committer ] Original commit   Revision:539491 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Move devel/swig30 to devel/swig and update to 4.0.1

- Do not silence installation message
- Update dependent ports:
  - Fix build with swig 4.0.1
  - Update *_DEPENDS
  - Remove BINARY_ALIAS

Changes:	http://www.swig.org/news.php
PR:		246613
Exp-run by:	antoine
Wed, 10 Jun 2020
[ 04:07 kevans search for other commits by this committer ] Original commit   Revision:538368
devel/llvm*: Avoid extraneous escapes

All of these single quotes are safe on their own, as they're enclosed in
double quotes. Removes the escapes, because they're currently passed through
to the underlying regex engine as \' to be interpreted as '.

A future change will forbid this escape, then an even further future change
will actually imbue \' with special meaning based on GNU interpretation
("end of subject").

No PORTREVISION bump or rebuild is needed, as they're functionally
equivalent.

PR:		247058
Approved by:	koobs (mentor), brooks (maintainer)
MFH:		2020Q2 (blanket: trivial build fix)
Mon, 18 May 2020
[ 21:50 dbaio search for other commits by this committer ] Original commit   Revision:535791
devel/llvm*: Upgrade Sphinx dependency to 3.X

This avoids conflicts between Sphinx ports when not using Poudriere.

PR:		246500
Approved by:	brooks (maintainer)
Mon, 11 May 2020
[ 23:51 dbaio search for other commits by this committer ] Original commit   Revision:534966 (Only the first 10 of 144 ports in this commit are shown above. View all ports for this commit)
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 25 Nov 2019
[ 18:08 brooks search for other commits by this committer ] Original commit   Revision:518412
Correct the PYCLANG pattern.
Sat, 14 Sep 2019
[ 22:01 jbeich search for other commits by this committer ] Original commit   Revision:512079 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Drop C++11 workaround for GCC < 6 after r449590

lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.

PR:		193528
Wed, 11 Sep 2019
[ 08:30 brooks search for other commits by this committer ] Original commit   Revision:511801
Fix linkage with non-default python port options.

Reported by:	Richard Clayton
Fri, 6 Sep 2019
[ 11:04 brooks search for other commits by this committer ] Original commit   Revision:511300
Assorted build improvements:

 - Add a build conflict for commonmark-cmark-* when DOCS are enabled.
   This prevents a failure later on in the build. [0]

 - Add a new option BE_AMDGPU which can be used to enable the AMDGPU
   backed used by mesa when BE_NATIVE or BE_FREEBSD is set.  Enable this
   option by default to limit later surprises. [1]

 - New option PYCLANG to add python binding for clang. [2]

PR:		239636 [0], 230789 [1], 239990 [2]
Submitted by:	chardon.frederic@gmail.com [2]
Sponsored by:	DARPA, AFRL
Mon, 5 Aug 2019
[ 16:15 brooks search for other commits by this committer ] Original commit   Revision:508191
Allow builds with a default python version on 3.7.

Further refinement and testing is required, but this version achieves
the stated goal and is tested.

Submitted by:	leres
Thu, 1 Aug 2019
[ 23:27 brooks search for other commits by this committer ] Original commit   Revision:507836
Address a code generation bug that could allow the ARM stack protector
to be bypassed.

This change merges upstream r366369, r366371, and r267068 (minus some
test improvements).

Also:
 - Address bugs breaking the build with all options disabled. [0]
 - Pin the python version to 3.6 rather than 2.7.

PR:		239503 [0]
Security:	https://kb.cert.org/vuls/id/129209
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Mon, 22 Jul 2019
[ 22:42 brooks search for other commits by this committer ] Original commit   Revision:507178
Update to LLVM 8.0.1.

Add a patch to default PowerPC to use secure-PTE on FreeBSD-CURRENT
(matching the base system's clang).
Mon, 17 Jun 2019
[ 20:52 brooks search for other commits by this committer ] Original commit   Revision:504435
Fix a bug when ${PREFIX} != /usr/local.[0]

As of LLVM 8.0.1, pre-releases have moved to github.  Chase this change.

PR:		238603 [0]
Submitted by:	mi [0]
MFH:		2019Q2
Wed, 17 Apr 2019
[ 16:20 brooks search for other commits by this committer ] Original commit   Revision:499184
Fix the installation of llvm-lit's "cat" utility.

On llvm80, also disable discovery of libz3 to avoid an untracked
dependency when math/z3 is installed during a manual build.

PR:		237284
Reported by:	arrowd
Sponsored by:	DARPA, AFRL
Fri, 12 Apr 2019
[ 17:23 brooks search for other commits by this committer ] Original commit   Revision:498732
Apply a manually updated version of FreeBSD HEAD r338297 as required to
build recent amd64 kernel.

Reported by:	tijl
Sponsored by:	DARPA, AFRL
Wed, 20 Mar 2019
[ 20:19 brooks search for other commits by this committer ] Original commit   Revision:496386
Update to 8.0.0 Release.

Fix build with EXTRAS disabled.

PR:		236542
Submitted by:	greenreaper@hotmail.com
Sponsored by:	DARPA, AFRL
Wed, 13 Mar 2019
[ 16:35 brooks search for other commits by this committer ] Original commit   Revision:495613
Update to 8.0.0rc5.

Drop ${PREFIX}/bin links for a couple commands that are no longer shipped.
Thu, 7 Mar 2019
[ 23:52 brooks search for other commits by this committer ] Original commit   Revision:495005 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Move the list of llvm commands to seperate Makefile.COMMANDS to be used
by another port to come later.

Reorder Makefiles a bit to group similar things together.

Remove support for generating patch files from upstream SVN revisions.
The required interfaces have been disabled for some time and LLVM is in
the process if migrating to Git.

No functional changes (pkg-plist changes are simply ordering).
Wed, 6 Mar 2019
[ 21:28 brooks search for other commits by this committer ] Original commit   Revision:494843
Update to 8.0.0rc3.
Mon, 25 Feb 2019
[ 19:28 brooks search for other commits by this committer ] Original commit   Revision:493890
Fix libclangDoc.a installation, install clang-doc80

Bug 230791 mistakenly put libclangDoc.a under %%DOCS%%.  It actually
belongs to clang extras.

Plus, on 8.0.0, the clang-doc binary does work, so we can install that
too.

PORTREVISION bumped for llvm80 due to new file, not bumped for llvm70 as
this plist change only fixes previously broken OPTIONS configurations.

PR:		230791
Submitted by:	Greg V
Differential Revision:	https://reviews.freebsd.org/D19068
Fri, 15 Feb 2019
[ 00:23 tobik search for other commits by this committer ] Original commit   Revision:492963
Unbreak index

make[5]: Unknown modifier 'a'
make[5]: ".../devel/llvm80/Makefile" line 318: Malformed conditional
(${ARCHM:armv*})
Thu, 14 Feb 2019
[ 23:22 brooks search for other commits by this committer ] Original commit   Revision:492961
Upgrade to 8.0.0rc2.

Fix BE_NATIVE for more platforms.

Use the system compiler on armv7.
Fri, 8 Feb 2019
[ 21:50 brooks search for other commits by this committer ] Original commit   Revision:492463
Fix a misspelling of elif and match all powerpc ARCHs.
Thu, 7 Feb 2019
[ 23:51 brooks search for other commits by this committer ] Original commit   Revision:492401
Add support for reducing the number of LLVM backends built.

There are three options:
  BE_FREEBSD: Backends for FreeBSD architectures
  BE_NATIVE: Backend(s) the native architecture
  BE_STANDARD: All non-experimental backends (as configured by LLVM)

BE_STANDARD is the default and leaves the plist unchanged.

This feature is experimental and will be migrated to other devel/llvm ports
after we gain some experince with it.

Requested by:	many
Pointer in the right direction:	jhibbits
Sponsored by:	DARPA, AFRL
Wed, 6 Feb 2019
[ 19:01 brooks search for other commits by this committer ] Original commit   Revision:492319
Attempt to work around a problem with binutils not liking the armv6 code
generated buy LLVM 7.

PR:		235282
Thu, 24 Jan 2019
[ 21:55 brooks search for other commits by this committer ] Original commit   Revision:491121 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Welcome LLVM (clang, lld, lldb, etc) 8.0.0.rc1.

Sponsored by:	DARPA, AFRL

Number of commits found: 46