rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
name change
- Update to 0.7.4
- Take maintainership
- Update master site
- Undeprecate
- Remove ABI version number from LIB_DEPENDS
- Convert to new options framework
- Add note in UPDATING about the move
- Take maintainership
- Strip Makefile headers
- Patch software to install with correct ABI version number
- Convert to new options framework
- Remove ABI version number from LIB_DEPENDS
- Add global option description
architecture, and having it enabled nontheless gives plist issues. [1]
Fix plist when compiled with NLS support [2]
Bump PORTREVISION since the plist changed.
Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> (private mail) [1]
eadler, crees, makc (on irc) [2]
Approved by: kwm (mentor)
- use ${STAT} -f \"%z\" in make makesum to calculate size
- speed up USE_PKGCONFIG by using a more efficient syntax [1]
and test in the order it is most expected to appear: "yes/build"
first, "both" second, "run being the last one.
Reported by: dougb [1]
Exp-Run by: beat
- changes:
* Add explicit check-config phase to detect invalid OPTIONS
* Fix finding run-depends packages as leftovers
* Search for eligible ports trees on all ZFS pools
* Fix '[: die: bad number' error in testport
* bulk: If given -C, clean any previous packages only for the ports provided
* Switch back to github for ports git as it is the preferred source
* Call leftovers phase 'leftovers' instead of 'fscheck'
size of the desktop. However, the clipping rectangle is not reset when
the size of the desktop changes. This means that when the size of the
desktop increases, the area outside the original size will not be drawn.
Submitted by: des