| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile
having the same name despite changing one of these values and causing
a bad checksum.
Differential Revision: https://reviews.freebsd.org/D2103
Reviewed by: mat
With hat: bdrewery
Notes:
svn path=/head/; revision=381777
|
|
|
|
|
|
|
|
|
|
|
|
| |
GH_TAGNAME is defaulted to the new DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX
change in r381689.
This actually fixes the build for sysutils/zfstools, broken in r381704.
With hat: portmgr
Notes:
svn path=/head/; revision=381715
|
|
|
|
|
|
|
|
| |
Pointyhat to: bapt
Reported by: Corey <merlincorey@hushmail.me>
Notes:
svn path=/head/; revision=381713
|
|
|
|
| |
Notes:
svn path=/head/; revision=381711
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=381707
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=381706
|
|
|
|
|
|
|
|
|
|
|
| |
Fonts are now generating the fonts.scale and fonts.dir at install time
font-alias is not needed anymore for the above reason
extract font-util and encodings out of XORG_CAT=fonts because they do not
install any fonts
make XORG_CAT=fonts use USES=fonts
Notes:
svn path=/head/; revision=381702
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=381690
|
|
|
|
|
|
|
|
|
|
|
|
| |
r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the
tag fetched from github by defaulting GH_TAGNAME to the same value
as DISTVERSION would get by only when GH_COMMIT is not set (when using the
new scheme).
With hat: portmgr
Notes:
svn path=/head/; revision=381689
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
conflict with the old scheme and cause a "reroll" or "invalid checksums". This
also avoids clobbering the FreeBSD distcache.
Use a revision in the DISTNAME for USE_GITHUB in case we need to bump this
again for anything. It's more a hint of how to handle it in the future.
Reported by: mat
Discused with: mat, antoine, swills
With hat: portmgr
Notes:
svn path=/head/; revision=381688
|
|
|
|
| |
Notes:
svn path=/head/; revision=381681
|
|
|
|
|
|
|
| |
Reported by: pgollucci
Notes:
svn path=/head/; revision=381670
|
|
|
|
| |
Notes:
svn path=/head/; revision=381662
|
|
|
|
|
|
|
| |
PR: 194898
Notes:
svn path=/head/; revision=381655
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GITHUB.
The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and
only having GH_TAGNAME default to DISTVERSION.
All of these ports as-is.
With hat: portmgr
Notes:
svn path=/head/; revision=381648
|
|
|
|
| |
Notes:
svn path=/head/; revision=381640
|
|
|
|
| |
Notes:
svn path=/head/; revision=381627
|
|
|
|
| |
Notes:
svn path=/head/; revision=381620
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
Notes:
svn path=/head/; revision=381618
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is probably the first time our Qt 5 ports are tracking the latest
upstream release :-)
There isn't much to report in this update, thanks to the effort spent in the
5.2->5.3 update: a lot of the work is just small plist and patch updates.
Thankfully, several patches have been upstreamed and are not needed on our
side anymore.
I would like to thank Alex Richardson <arichardson.kde@gmail.com> and Tobias
Berner <tcberner@gmail.com> for their help with the plist updates and
general testing.
PR: 198585
Notes:
svn path=/head/; revision=381532
|
|
|
|
| |
Notes:
svn path=/head/; revision=381491
|
|
|
|
|
|
|
|
|
| |
To be complete, ada.mk needs to support having ADA_DEFAULT=5 and the port
explicitly requesting lang/gcc-aux. There is no identified use case for
this yet, but not supporting it is a hole.
Notes:
svn path=/head/; revision=381372
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A new argument has been added to USES=ada, "5", which will select the
gcc5-aux compiler (gcc 5) instead of the gcc-aux compiler (gcc 4.9).
Additionally, it will check if ADA_DEFAULT is defined and equal to "5".
If that is the case, gcc5-aux will be used by default, even if no
arguments are defined. The use case is to define it in make.conf so that
all Ada ports are built with same compiler. This capability will be used
to confirm all Ada ports build correctly with gcc5-aux before the default
compiler is switched.
Notes:
svn path=/head/; revision=381368
|
|
|
|
|
|
|
|
| |
Reviewed by: bapt
Reviews: https://reviews.freebsd.org/D2030
Notes:
svn path=/head/; revision=381274
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.
In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>
PR: 197751
PR: 197871
PR: 184996
Reviewed by: rakuco (mentor)
Differential: https://reviews.freebsd.org/D1950
Notes:
svn path=/head/; revision=381052
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=381045
|
|
|
|
|
|
|
|
|
|
| |
mdoc(1) will fail if no time-zone information is available, so provide one.
PR: ports/198414
Reported by: antoine
Notes:
svn path=/head/; revision=380911
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Check if NS_NewNativeLocalFile() succeeds before using [1]
Changes: http://www.seamonkey-project.org/releases/seamonkey2.33/
Obtained from: PkgSrc [1]
MFH: 2015Q1
X-MFH-With: r380090
Security: https://vuxml.freebsd.org/freebsd/99029172-8253-407d-9d8b-2cfeab9abf81.html
Notes:
svn path=/head/; revision=380888
|
|
|
|
| |
Notes:
svn path=/head/; revision=380862
|
|
|
|
|
|
|
|
| |
PR: 198338
Submitted by: Yasuhiro KIMURA <freebsd.org@pob01.utahime.jp>
Notes:
svn path=/head/; revision=380845
|
|
|
|
|
|
|
|
|
|
| |
- Bump version requirements for harfbuzz and libvorbis
PR: 198142 [1]
See also: https://dxr.mozilla.org/comm-central/search?q=nsISound [1]
Notes:
svn path=/head/; revision=380782
|
|
|
|
|
|
|
|
|
| |
While here, bring in an rdoc fix
Obtained from: https://github.com/rdoc/rdoc/commit/55fbd8947faf33b41289976b9296e6279f83eaa1
Notes:
svn path=/head/; revision=380711
|
|
|
|
|
|
|
| |
Submitted by: makc in our experimental area51 repository
Notes:
svn path=/head/; revision=380630
|
|
|
|
| |
Notes:
svn path=/head/; revision=380567
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Announce: http://www.xfce.org/about/news/?post=1425081600
Global changes:
- Switch to USES= xfce (D677)
- Reorganize options helper
- Fix USES= gettext-* when NLS option is not set [1], [2]
- Add LICENSE (when missing)
Update:
- to 4.12 (core components)
- audio/xfce4-mpc-plugin to 0.4.5
- deskutils/xfce4-tumbler to 0.1.31
- deskutils/xfce4-xkb-plugin to 0.7.1
- editors/mousepad to 0.4.0
- graphics/ristretto to 0.8.0
- multimedia/xfce4-parole to 0.8.0
- sysutils/garcon to 0.4.0
- sysutils/xfce4-diskperf-plugin to 2.5.5 [3]
- sysutils/xfce4-fsguard-plugin to 1.0.2
- sysutils/xfce4-power-manager to 1.4.3
- sysutils/xfce4-wavelan-plugin to 0.5.12
- x11/libexo to 0.10.3
- x11-fm/thunar to 1.6.6
- x11-themes/gtk-xfce-engine to 3.2.0
PR: 196003 [1], 197251 [2], 198132
Differential Revision: https://reviews.freebsd.org/D677
Submitted by: Kamil Szczesny [1], amdmi3@ [2], myself
Exp-run by: antoine@
Approved by: danilo@ (maintainer) [3]
Tested by: Ivan <enitarzi@gmail.com>
Notes:
svn path=/head/; revision=380565
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=380467
|
|
|
|
|
|
|
|
| |
PR: 198269
Submitted by: Bernard Spil <spil.oss at gmail.com>
Notes:
svn path=/head/; revision=380424
|
|
|
|
|
|
|
| |
PR: 196632
Notes:
svn path=/head/; revision=380171
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Leaving www/linux-seamonkey at 2.33b1 for now. VuXML still marks it as
vulnerable, so updating is discouraged but should be harmless unless
seamonkey-i18n is also used. 2.33 release should happen in a few
days (2015-03-02 per bug 1137028).
MFH: 2015Q1
X-MFH-With: r380090
Notes:
svn path=/head/; revision=380096
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update Firefox ESR to 31.5.0
- Update Thunderbird to 31.5.0
- Update libxul to 31.5.0
- Check if NS_NewNativeLocalFile() succeeds before using [1]
- Remove DTRACE and GIO descriptions after r377838 and r314893
- bsd.gecko.mk: Prune conditionals for files removed 4 months ago
Changes: https://www.mozilla.org/firefox/36.0/releasenotes/
Obtained from: PkgSrc [1]
MFH: 2015Q1
X-MFH-With: r377953, r378253, r379485, r378529
Security: https://vuxml.freebsd.org/freebsd/99029172-8253-407d-9d8b-2cfeab9abf81.html
Notes:
svn path=/head/; revision=380090
|
|
|
|
|
|
|
|
|
|
|
|
| |
split from from devel/qt4-linguist (similar to Qt 5 ports). These console
tools are often used for localization support in Qt ports, having them
standalone is quite useful. This work is based on Tobias Berner patch [1].
PR: 190929 [1]
Requested by: amdmi3, koobs
Notes:
svn path=/head/; revision=379843
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a note to UPDATING for ruby19 users.
Differential Revision: https://reviews.freebsd.org/D1954
Submitted by: myself
Reviewed by: ruby (swills, sunpoet)
Approved by: ruby (swills)
Notes:
svn path=/head/; revision=379837
|
|
|
|
| |
Notes:
svn path=/head/; revision=379803
|
|
|
|
|
|
|
| |
Release notes: https://www.kdevelop.org/47/kdevelop-471-released
Notes:
svn path=/head/; revision=379563
|
|
|
|
|
|
|
|
| |
PR: 197875
Submitted by: Yasuhiro KIMURA <freebsd.org@pob01.utahime.jp>
Notes:
svn path=/head/; revision=379530
|
|
|
|
|
|
|
|
|
| |
Differential Revision: D1457
Submitted by: sunpoet
Reviewed by: swills (myself)
Notes:
svn path=/head/; revision=379473
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update PHP 5.4 to 5.4.38 release
- Update PHP 5.5 to 5.5.22 release
- Update PHP 5.6 to 5.6.6 release
PR: 195604
Approved by: portmgr
Notes:
svn path=/head/; revision=379433
|
|
|
|
| |
Notes:
svn path=/head/; revision=379400
|
|
|
|
|
|
|
|
| |
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
and supposedly fix build of graphics/gnash with KDE4 option
Notes:
svn path=/head/; revision=379358
|
|
|
|
|
|
|
|
| |
Poked by: az
Sponsored by: Absolight
Notes:
svn path=/head/; revision=379168
|