| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Enabling DTRACE option causes build failure.
It appears this option never really worked on FreeBSD.
PR: 217097
Submitted by: sunpoet (myself)
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
Thanks to: John Hein <z7dr6ut7gs@snkmail.com> (for analysis and testing)
Notes:
svn path=/head/; revision=466429
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=465669
|
|
|
|
|
|
|
|
|
|
| |
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Notes:
svn path=/head/; revision=450353
|
|
|
|
|
|
|
|
|
|
| |
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Notes:
svn path=/head/; revision=450351
|
|
|
|
|
|
|
|
|
|
| |
option setting
PR: 219168
Submitted by: sunpoet
Notes:
svn path=/head/; revision=443036
|
|
|
|
|
|
|
|
|
|
|
|
| |
plus modifications to the autoconf files.
PR: 219168
Submitted by: m.tsatsenko@gmail.com (maintainer)
Reported by: 000.fbsd@quip.cz
Approved by: m.tsatsenko@gmail.com (maintainer)
Notes:
svn path=/head/; revision=443019
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=440400
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Sort USES
- Bump PORTREVISION for package change
PR: 219100
Submitted by: sunpoet (myself)
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
Notes:
svn path=/head/; revision=440380
|
|
|
|
|
|
|
|
| |
PR: 217670 [exp-run]
With hat: portmgr
Notes:
svn path=/head/; revision=436097
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- This port uses ax_am_jobserver [1] which uses CPU_COUNT from
ax_count_cpus [2] to force -j to match the number of CPUs in
the system rather than the amount already specified by -j to
'gmake all'. The ax_count_cpus script is broken on FreeBSD
and the ax_am_jobserver code has no current support for
FreeBSD and uses a bashism, thus this always builds with 1
CPU. Forcing ax_am_jobserver to use our MAKE_JOBS_NUMBER
value fixes the problem.
I plan to do an exp-run to fix this for the entire tree.
[1] https://www.gnu.org/software/autoconf-archive/ax_am_jobserver.html
[2] https://www.gnu.org/software/autoconf-archive/ax_count_cpus.html
MFH: 2017Q1
Notes:
svn path=/head/; revision=435782
|
|
|
|
|
|
|
|
| |
PR: 216777
Approved by: mm (maintainer)
Notes:
svn path=/head/; revision=434427
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer)
Notes:
svn path=/head/; revision=433286
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415498
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
| |
This wasn't necessary
Pointyhat to: swills
Reported by: tijl, bapt
Notes:
svn path=/head/; revision=391020
|
|
|
|
|
|
|
|
|
| |
Fixes static lib build on 9.x
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=390985
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update devel/gettext to 0.19.4
- Update devel/libtool and devel/libltdl to 2.4.5
- This version of libtool has been fixed to pass -fstack-protector to the
compiler during linking. Add the same fix to USES=libtool. This should
improve SSP support on FreeBSD/i386 8 and 9.
- databases/libmemcached, security/sssd: patch configure.ac so
AC_CONFIG_AUX_DIR appears earlier.
For databases/libmemcached changing configure.ac causes manpages to be
regenerated which requires extra dependencies so patch a makefile to
prevent that.
- devel/xfce4-dev-tools: only depend on recent versions of autoconf and
automake
PR: 196938
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=377757
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
* alloca.h include not found on FreeBSD
* cinttypes include location
* clang compatibility
- Strip shared libraries manually since upstream install-strip target is
fail
Changes:
https://launchpad.net/libmemcached/+announcements
[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
Notes:
svn path=/head/; revision=374511
|
|
|
|
| |
Notes:
svn path=/head/; revision=371255
|
|
|
|
| |
Notes:
svn path=/head/; revision=364076
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr
Notes:
svn path=/head/; revision=362796
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=359274
|
|
|
|
|
|
|
|
|
|
| |
- Define an explicit option for the optional SASL dependency
- Bump PORTREVISION
Approved by: portmgr (blanket infrastructure)
Notes:
svn path=/head/; revision=349734
|
|
|
|
| |
Notes:
svn path=/head/; revision=338511
|
|
|
|
|
|
|
| |
LIB_DEPENDS in databases
Notes:
svn path=/head/; revision=336187
|
|
|
|
|
|
|
| |
databases)
Notes:
svn path=/head/; revision=327717
|
|
|
|
| |
Notes:
svn path=/head/; revision=327468
|
|
|
|
| |
Notes:
svn path=/head/; revision=327459
|
|
|
|
| |
Notes:
svn path=/head/; revision=326542
|
|
|
|
|
|
|
|
|
| |
While here:
- trim headers
- Convert to USES=pathfix, USES=gmake
Notes:
svn path=/head/; revision=325950
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=311381
|
|
|
|
|
|
|
| |
This bumps shlib version of libsasl2.
Notes:
svn path=/head/; revision=308609
|
|
|
|
|
|
|
|
| |
PR: ports/167541
Approved by: "Mikhail Tsatsenko" <m.tsatsenko@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=295932
|
|
|
|
|
|
|
|
| |
PR: ports/167218
Submitted by: m.tsatsenko@gmail.com
Notes:
svn path=/head/; revision=295319
|
|
|
|
|
|
|
|
| |
PR: ports/167208
Submitted by: Olivier <software-freebsd@interfasys.ch>
Notes:
svn path=/head/; revision=295282
|
|
|
|
|
|
|
|
| |
2: bump revision to chase shared library version.
3: drop maintainer
Notes:
svn path=/head/; revision=294777
|
|
|
|
|
|
|
| |
Submitted by: Portsnap buildbox
Notes:
svn path=/head/; revision=292731
|
|
|
|
|
|
|
| |
bump revision to chase shared library version.
Notes:
svn path=/head/; revision=292729
|
|
|
|
| |
Notes:
svn path=/head/; revision=285379
|
|
|
|
|
|
|
| |
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=284639
|
|
|
|
| |
Notes:
svn path=/head/; revision=284460
|
|
|
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=279506
|
|
|
|
|
|
|
| |
Submitted by: paulbeard at gmail.com, dougb@
Notes:
svn path=/head/; revision=278932
|
|
|
|
| |
Notes:
svn path=/head/; revision=278756
|
|
|
|
|
|
|
|
| |
PR: ports/156756
Submitted by: Olivier <software-freebsd@interfasys dot ch>
Notes:
svn path=/head/; revision=274510
|
|
|
|
| |
Notes:
svn path=/head/; revision=273085
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=271073
|
|
|
|
| |
Notes:
svn path=/head/; revision=269923
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=269244
|
|
|
|
|
|
|
|
| |
PR: ports/152140
Submitted by: garga@
Notes:
svn path=/head/; revision=264909
|