| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
Notes:
svn path=/head/; revision=424427
|
|
|
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424411
|
|
|
|
| |
Notes:
svn path=/head/; revision=424382
|
|
|
|
| |
Notes:
svn path=/head/; revision=424381
|
|
|
|
|
|
|
|
|
|
|
|
| |
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far.
Notes:
svn path=/head/; revision=424339
|
|
|
|
| |
Notes:
svn path=/head/; revision=424309
|
|
|
|
|
|
|
| |
- Bump dependent ports
Notes:
svn path=/head/; revision=424208
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are
released as a bundle upstream, however, there was not really a clean
way to share this information.
Using these new categories, we can simplify the Makefiles for the diverse
KDE ports.
At the moment we support the virtual category
* kde-kde4
In the future, this will be extended to
* kde-frameworks
* kde-plasma
* kde-applications
PR: 213406
Differential Revision: https://reviews.freebsd.org/D7645
Exp-run by : antoine
Reviewed by: mat, rakuco
Approved by: portmgr (mat), rakuco (mentor)
Notes:
svn path=/head/; revision=424182
|
|
|
|
|
|
|
|
|
|
|
| |
multi-part RAR files.
Found out via: repology.org
TIMESTAMP (unar1.10.1_src.zip) = 1463769977
Notes:
svn path=/head/; revision=424070
|
|
|
|
|
|
|
| |
Notified by: repology.org
Notes:
svn path=/head/; revision=423990
|
|
|
|
|
|
|
|
|
| |
be used as a cross-tool. Revert previous commit.
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
Notes:
svn path=/head/; revision=423759
|
|
|
|
|
|
|
|
|
| |
to contribute to FreeBSD in the future. Reset Uffe's ports maintainership.
Requested by: Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail)
Notes:
svn path=/head/; revision=423625
|
|
|
|
|
|
|
| |
Several new programs were identified and installed.
Notes:
svn path=/head/; revision=423623
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine
Notes:
svn path=/head/; revision=423591
|
|
|
|
|
|
|
|
|
| |
do not know whether we support that in the linuxolator.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=423373
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Compress-LZO
Notes:
svn path=/head/; revision=423086
|
|
|
|
|
|
|
| |
Deprecate: Broken will all supported versions of Ruby
Notes:
svn path=/head/; revision=423047
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=423014
|
|
|
|
|
|
|
|
|
|
|
|
| |
Allow build with clang
Add patch for FreeBSD NFSv4 ACL support
PR: 212274
Submitted by: mm@FreeBSD.org
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=422894
|
|
|
|
| |
Notes:
svn path=/head/; revision=422878
|
|
|
|
|
|
|
|
|
|
|
|
| |
Both ports installing bin/melt binary, but freeze lacks
corresponding CONFLICTS entry.
PR: 171313
Reported by: bartsch@dssgmbh.de
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=422738
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
--disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU. The code wanted to use BYTE_ORDER
defined in machine/endian.h, but this isn't visible because ICU is
compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
a C++11 runtime library now. Add this to all ports that depend on it
so their executables load the right libstdc++.so on FreeBSD 9.
PR: 205120
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=422711
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Security: CVE-2016-7416
Security: CVE-2016-7412
Security: CVE-2016-7414
Security: CVE-2016-7417
Security: CVE-2016-7411
Security: CVE-2016-7413
Security: CVE-2016-7418
MFH: 2016Q3
Approved by: swills (mentor)
Notes:
svn path=/head/; revision=422652
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Notes:
svn path=/head/; revision=422628
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Security: CVE-2016-7416
Security: CVE-2016-7412
Security: CVE-2016-7414
Security: CVE-2016-7417
Security: CVE-2016-7413
Security: CVE-2016-7418
MFH: 2016Q3
Approved by: pi (mentor)
Notes:
svn path=/head/; revision=422569
|
|
|
|
| |
Notes:
svn path=/head/; revision=422505
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
archivers/quazip.
* Convert to slaveport, as they are very similar
* Switch to cmake in archviers/quazip
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7909
Notes:
svn path=/head/; revision=422407
|
|
|
|
|
|
|
|
| |
PR: 212351
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=422331
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[The previous commit r22303 skipped archives/quazip]
* archivers/quazip
Regenerate the qztest.pro patch for archivers/quazip
* archivers/quazip-qt5
Drop the coinstallability patch as it is now part of the release
Add upstreamed patch by rakuco@ to fix linking
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7726
Notes:
svn path=/head/; revision=422304
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* archivers/quazip
Regenerate the qztest.pro patch for archivers/quazip
* archivers/quazip-qt5
Drop the coinstallability patch as it is now part of the release
Add upstreamed patch by rakuco@ to fix linking
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7726
Notes:
svn path=/head/; revision=422303
|
|
|
|
|
|
|
|
| |
PR: 212732
Submitted by: shun.fbsd.pr@dropcut.net
Notes:
svn path=/head/; revision=422296
|
|
|
|
|
|
|
|
|
|
| |
> I was wondering if you were willing to push archivers/quazip onto kde@
Of course, assign the maintanership to kde@, please. :)
Approved by: nivit (previous maintainer), rakuco (mentor)
Notes:
svn path=/head/; revision=422250
|
|
|
|
| |
Notes:
svn path=/head/; revision=422216
|
|
|
|
|
|
|
| |
Submitted by: mat@
Notes:
svn path=/head/; revision=422193
|
|
|
|
|
|
|
|
| |
2: it's php7 compatible now.
3: switch to GITHUB.
Notes:
svn path=/head/; revision=422191
|
|
|
|
|
|
|
| |
These ports built successfully
Notes:
svn path=/head/; revision=422175
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=422140
|
|
|
|
|
|
|
|
| |
PR: 212161
Submitted by: jjuanino@gmail.com (maintainer)
Notes:
svn path=/head/; revision=421826
|
|
|
|
| |
Notes:
svn path=/head/; revision=421683
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well
Submitted by: amdmi3
Reviewed by: mat
Exp-run by: antoine
Approved by: portmgr (mat, antoine)
Differential Revision: D7534
Notes:
svn path=/head/; revision=421635
|
|
|
|
|
|
|
|
|
|
| |
- Add an option for SFX archive support [1]
PR: 209365 [1]
Submitted by: Naram Oashat <cyberbotx@cyberbotx.com>
Notes:
svn path=/head/; revision=421575
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The interface is like zipfile extension included in regular
python distribution.
WWW: http://fengestad.no/python-lhafile/
PR: 211279
Submitted by: cs@innolan.dk
Notes:
svn path=/head/; revision=421451
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework.
- bsd.port.mk:
- Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
- Put USE_LINUX_PREFIX handling after USES processing.
- Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
give these variables a different default value.
- When a package needs to run Linux ldconfig check before installation if
Linux support is enabled.
- emulators/linux_base-*:
- Use USES=linux and remove duplication.
- Remove files/lp. FreeBSD or CUPS lp(1) should work.
- Remove files/yp.conf. No longer seems to be used.
- Remove pkg-deinstall and move pkg-install into pkg-plist.
- Update pkg-descr and pkg-message.
- Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
to use FreeBSD mkdir so mkdir -p $path creates $path and not
/compat/linux/$path.
PR: 211645
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=421387
|
|
|
|
|
|
|
|
|
|
| |
The copyright of zstd has been transferred to Facebook as part of this
v1.0 release. It also comes with a patent grant and a new public
streaming API (previously the API was in flux and only available on
static builds).
Notes:
svn path=/head/; revision=421267
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=421224
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Remove bogus USES=tar:bzip2
- Switch to USES=localbase
- Fix build with disabled NLS
- Whitespace fix
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=421216
|
|
|
|
|
|
|
| |
- Cosmetic fixes
Notes:
svn path=/head/; revision=421215
|
|
|
|
|
|
|
|
|
| |
PR: 212183
Submitted by: Kurt Jaeger <pi@FreeBSD.org>
Approved by: pi (mentor)
Notes:
svn path=/head/; revision=421112
|
|
|
|
| |
Notes:
svn path=/head/; revision=421002
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
Ports -- I chose to leave this out for now, as the diff is already large
enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5
PR: 210667
Approved by: portmgr, mat (mentor), rakuco (mentor)
Reviewed by: mat, rakuco
Differential Revision: https://reviews.freebsd.org/D6961
Notes:
svn path=/head/; revision=420774
|