| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 215204
Submitted by: dg@syrec.org (maintainer)
Notes:
svn path=/head/; revision=428373
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=426908
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=425261
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream fix was:
https://github.com/vgough/encfs/commit/aacce54f42add2e4560b53c9138835151c332362
PR: 210532
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Notes:
svn path=/head/; revision=417635
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream fix was:
https://github.com/vgough/encfs/commit/aacce54f42add2e4560b53c9138835151c332362
PR: 210532
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Notes:
svn path=/head/; revision=417634
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- submitter becomes maintainer
- reverse: re-enable kernel cache (bug #60)
- reverse mode: disable unique IV by default (was enabled in 1.8)
- add make benchmark-reverse
- remove -o default_permissions unless needed to improve performance
- add option --require-macs (bug #14)
- add per-file IVs based on the inode number to reverse mode to
improve security
- add automatic benchmark (make benchmark)
- compare MAC in constant time ( fixes bug #12 )
- add --nocache option
PR: 210196
Submitted by: Dmitri Goutnik <dg@syrec.org>
Notes:
svn path=/head/; revision=417100
|
|
|
|
| |
Notes:
svn path=/head/; revision=413746
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
| |
Approved by: portmgr (sparc64 blanket)
Notes:
svn path=/head/; revision=397898
|
|
|
|
| |
Notes:
svn path=/head/; revision=373038
|
|
|
|
|
|
|
|
|
| |
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=366215
|
|
|
|
|
|
|
|
| |
PR: 192645
Submitted by: Olivier (interfaSys)
Notes:
svn path=/head/; revision=365237
|
|
|
|
|
|
|
|
|
| |
PR: 192563
Submitted by: Olivier/InterfaSys
Approved by: nobody; the port is unmaintained
Notes:
svn path=/head/; revision=364809
|
|
|
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
Notes:
svn path=/head/; revision=363374
|
|
|
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=362126
|
|
|
|
|
|
|
| |
- Strip binaries
Notes:
svn path=/head/; revision=356265
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=351936
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace a patch with --with-boost-system=boost_system in CONFIGURE_ARGS.
- Add USE_OPENSSL=yes.
- Staging.
- Use option helpers.
- Fix build with libc++ by replacing shared_ptr with boost::shared_ptr.
PR: ports/185943
Notes:
svn path=/head/; revision=347105
|
|
|
|
| |
Notes:
svn path=/head/; revision=345435
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=343634
|
|
|
|
|
|
|
| |
While here convert some LIB_DEPENDS
Notes:
svn path=/head/; revision=343214
|
|
|
|
| |
Notes:
svn path=/head/; revision=336262
|
|
|
|
| |
Notes:
svn path=/head/; revision=333235
|
|
|
|
|
|
|
| |
sysutils)
Notes:
svn path=/head/; revision=327772
|
|
|
|
|
|
|
| |
While here convert bacula-server from USE_GETTEXT to USES=gettext
Notes:
svn path=/head/; revision=317491
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316596
|
|
|
|
|
|
|
|
|
| |
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
Notes:
svn path=/head/; revision=313527
svn path=/tags/RELEASE_7_EOL/; revision=313528; tag=7-eol
|
|
|
|
| |
Notes:
svn path=/head/; revision=311310
|
|
|
|
|
|
|
|
|
|
|
|
| |
- convert all fuse ports to use the new macro
The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=308910
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
|
|
|
| |
with the devel/rlog upgrade.
Notes:
svn path=/head/; revision=281079
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
| |
Notes:
svn path=/head/; revision=265322
|
|
|
|
| |
Notes:
svn path=/head/; revision=264071
|
|
|
|
|
|
|
| |
options introduced in 1.7.0).
Notes:
svn path=/head/; revision=260636
|
|
|
|
| |
Notes:
svn path=/head/; revision=260206
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=257103
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Drop MAINTAINERship
Feature safe: yes
PR: ports/148086
Submitted by: olgeni
Approved by: leeym
Notes:
svn path=/head/; revision=256940
|
|
|
|
| |
Notes:
svn path=/head/; revision=256555
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
Notes:
svn path=/head/; revision=238781
|
|
|
|
|
|
|
|
|
|
| |
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=238504
|
|
|
|
|
|
|
|
|
| |
PR: ports/132901
Submitted by: amdmi3
Approved by: leeym (maintainer)
Notes:
svn path=/head/; revision=231780
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Notes:
svn path=/head/; revision=215373
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership (requested by maintainer)
PR: 123967
Submitted by: leeym
Approved by: trasz
Notes:
svn path=/head/; revision=213651
|
|
|
|
|
|
|
| |
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=195730
|
|
|
|
|
|
|
|
| |
Approved by: miwi (mentor)
Suggested by: sat
Notes:
svn path=/head/; revision=195441
|
|
|
|
|
|
|
|
| |
Submitted by: pointyhat via kris
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=193741
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|