| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
|
|
|
|
|
|
|
|
|
| |
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Change to DISTVERSION
* Update LICENSE, add LICENSE_FILE
* Change to Qt5
* Add USES=compiler:c++11-lib and USE_CXXSTD=c++11
* Delete redundant static libraries
* Remove MAKE_JOBS_UNSAFE - build doesn't seem to fail with -j8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
|
|
|
|
|
|
| |
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
|
|
|
|
|
|
|
| |
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In preparation for updating Boost to 1.60, add include guards from more Boost
headers to the list of macros that moc automatically defines when processing
files. As explained in r408911, Qt4's moc cannot parse some constructs used by
a few Boost headers, so we define their include guards to make moc skip them.
This is a cleaner approach that allows us to largely revert r408472, r408473,
r408474, r408475, r408502, r408773 and r408419, which added several patches to
many ports to work around this moc bug.
PR: 199601
PR: 208322
|
|
|
|
|
|
|
|
| |
- Fix build with boost 1.60
- Switch to options helpers
- Cosmetic fixes
PR: 199601
|
|
|
|
|
|
| |
-current kernel
MFH: 2015Q2
|
|
|
|
| |
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
comms/spandsp-devel
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
- Fix typo
deskutils/kupfer
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change install, cosmetical changes
deskutils/rubrica
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use tar:bzip2 instead of USE_BZIP2=yes
- Strip libraries
- Change REINPLACE and install, cosmetical changes
graphics/Hermes
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use tar:bzip2 instead of USE_BZIP2=yes
- Don't silence warnings
- Remove TODO and TODO.conversion from DOCS
- Strip library
graphics/aoi
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
graphics/autoq3d
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
graphics/box
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS
graphics/boxer
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
graphics/cbrpager
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
graphics/cbview
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
graphics/cbviewer
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
graphics/eos-movrec
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change pkg-plist, remove mtree
graphics/evolvotron
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Break lines around 80 characters
graphics/fracplanet
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS
- Change Desktop entry file
- Break lines around 80 characters
graphics/gnofract4d
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
graphics/icon-slicer
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use the new format for LIB_DEPENDS
- Remove TODO from DOCS
graphics/lcdtest
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Simplify dependency for x11-fonts/liberation-fonts-ttf
graphics/multican
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS
graphics/photopc
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
graphics/pngcheck
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
graphics/pngwriter
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
graphics/pstoedit
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip libraries
graphics/skencil
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
- Strip libraries
misc/boxes
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
- Mute RM and MKDIR
misc/explosions
- Bump PORTREVISION for MAINTAINER change
- Remove FTP master site
- Reset maintainer to ports@
misc/wmweather+
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use the new format for LIB_DEPENDS
multimedia/dvdauthor
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS
multimedia/dvdid
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
multimedia/freetuxtv
- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
multimedia/gtk-youtube-viewer
- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Break lines around 80 characters
net/wlan2eth
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
|
|
|
|
| |
While here convert some LIB_DEPENDS
|
|
|
|
|
|
|
| |
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.
Approved by: portmgr (blanket approval)
|
|
|
|
|
|
|
|
| |
- Use the new format for LIB_DEPENDS
- Change desktop entry
- Support STAGEDIR
Approved by: wg/pawel (mentors)
|
|
|
|
| |
graphics)
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/176665
Submitted by: nemysis <nemysis@gmx.ch>
|
| |
|
|
|
|
|
| |
PR: 175016
Submitted by: ports fury
|
| |
|
|
|
|
|
| |
Reported by: portscout
Feature safe: yes
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
|
|
|
|
| |
Pass maintainership to submitter
PR: ports/143930
Submitted by: Rob Farmer <rfarmer at predatorlabs.net>
Feature safe: yes
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
| |
- Add patch-gcc4
PR: ports/115566
Submitted by: David Yeske <dyeske@gmail.com> (maintainer)
Approved by: sat (mentor)
Obtained from: Gentoo Portage
|
| |
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
| |
Submitted by: rafan
Tested on: pointyhat
|
|
|
|
|
| |
PR: ports/104499
Submitted by: David Yeske<dyeske@yahoo.com> (maintainer)
|
| |
|
|
|
|
| |
Approved by: krion@
|
| |
|
| |
|
|
|
|
|
| |
Reported by: kris, krion (via pointyhat)
Approved by: fjoe (mentor, implicit)
|
|
|
|
|
| |
Reported by: kris
Approved by: portmgr (krion, will), fjoe (mentor, implicit)
|
|
|
|
| |
Approved by: portmgr (self)
|
| |
|
|
|
|
| |
BUILD_DEPEND on qmake now.
|
|
|
|
|
|
|
|
|
| |
- unbreak on -current
- install docs
PR: 59863
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Approved by: maintainer timeout
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/52308
Submitted by: David Yeske <dyeske@yahoo.com> (maintainer)
|
|
images/textures/patterns through an iterative process of random
mutation and user-selection driven evolution
PR: 50232
Submitted by: David Yeske <dyeske@yahoo.com>
|