| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PR: 267019
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
|
|
|
| |
Reported by: ler@
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
|
|
|
|
| |
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
| |
LEGACY option enables GUI, synergyd, installer that the project
can build optionally.
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=567956
|
|
|
|
|
|
|
|
|
|
|
| |
Therefore sysutils/synergy-1 is removed, and sysutils/synergy PORTEPOCH is bumped because the prevuous commit went backwards 2.x.x -> 1.x.x
Reference: https://github.com/symless/synergy-core/issues/6850#issuecomment-732045154
Reported by: Aleksander Matveev <timon@timon.net.nz>
Notes:
svn path=/head/; revision=567250
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=567028
|
|
|
|
|
|
|
|
|
| |
default to prevent conflicts with KDE/Gnome that use avahi for libdns
Reported by: tcberner
Notes:
svn path=/head/; revision=561260
|
|
|
|
| |
Notes:
svn path=/head/; revision=559686
|
|
|
|
|
|
|
|
| |
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes:
svn path=/head/; revision=516988
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=488341
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
|
|
|
| |
Version 1.X based on the user's request.
PR: 231281
Submitted by: Yoshiaki Kasahara <ykasap@gmail.com>
Notes:
svn path=/head/; revision=484275
|
|
|
|
|
|
|
|
|
|
| |
Also move plist to pkg-plist.
PR: 227095
Submitted by: Vidar Karlsen <vidar@karlsen.tech>
Notes:
svn path=/head/; revision=465935
|
|
|
|
|
|
|
|
|
|
|
| |
failing without it
PR: 226371
Reported by: jhibbits
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=463668
|
|
|
|
|
|
|
|
|
|
|
| |
New patch does it.
PR: 226202
Submitted by: w.schwarzenfeld@utanet.at
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=463351
|
|
|
|
|
|
|
| |
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=463005
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog (incomplete):
https://github.com/symless/synergy-core/blob/master/ChangeLog
Additional port changes:
* Changed to DISTVERSION
* USES=cmake:outsource
* Added SYNERGY_REVISION cmake variable with fake 7-digit hash that it now expects
* Updated PLIST_FILES
* Updated do-install
* Split out do-install-EXAMPLES-on
* Removed post-extract with gtest extraction (not needed)
* Updated WWW
* Updated patches, deleted unnecessary ones.
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=462893
|
|
|
|
|
|
|
|
|
| |
PR: 225549
Submitted by: jhb
Differential Revision: https://reviews.freebsd.org/D14131
Notes:
svn path=/head/; revision=460499
|
|
|
|
|
|
|
| |
With hat: portmgr-secretary
Notes:
svn path=/head/; revision=458818
|
|
|
|
| |
Notes:
svn path=/head/; revision=458561
|
|
|
|
|
|
|
| |
under QEMU 2.9.0.
Notes:
svn path=/head/; revision=457710
|
|
|
|
|
|
|
|
| |
PR: 223948
Approved by: kevlo (maintainer timeout, >2 weeks)
Notes:
svn path=/head/; revision=456381
|
|
|
|
|
|
|
|
| |
PR: 221521
Submitted by: ehaupt
Notes:
svn path=/head/; revision=448209
|
|
|
|
| |
Notes:
svn path=/head/; revision=432310
|
|
|
|
|
|
|
|
| |
Submitted by: garga
Differential Revision: https://reviews.freebsd.org/D8435
Notes:
svn path=/head/; revision=425394
|
|
|
|
| |
Notes:
svn path=/head/; revision=423945
|
|
|
|
|
|
|
| |
These ports built successfully
Notes:
svn path=/head/; revision=422175
|
|
|
|
|
|
|
|
| |
PR: 212163
Submitted by: jhb
Notes:
svn path=/head/; revision=420885
|
|
|
|
|
|
|
|
|
|
| |
Change upstream location and add XORG depenencies.
Reviewed by: kevlo
Differential Revision: https://reviews.freebsd.org/D6692
Notes:
svn path=/head/; revision=416322
|
|
|
|
| |
Notes:
svn path=/head/; revision=413746
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
|
| |
PR: 206136
Submitted by: jhb
Notes:
svn path=/head/; revision=406147
|
|
|
|
|
|
|
| |
Approved by: portmgr (sparc64 blanket)
Notes:
svn path=/head/; revision=398002
|
|
|
|
| |
Notes:
svn path=/head/; revision=394053
|
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D3048
Submitted by: jonathan
Notes:
svn path=/head/; revision=391971
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386691
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=386590
|
|
|
|
| |
Notes:
svn path=/head/; revision=375384
|
|
|
|
| |
Notes:
svn path=/head/; revision=367320
|
|
|
|
| |
Notes:
svn path=/head/; revision=360673
|
|
|
|
|
|
|
| |
Reported by: sbruno
Notes:
svn path=/head/; revision=355994
|