| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This is a routine bugfix update
Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.3.4/phpMyAdmin-4.3.4-notes.html/view
|
| |
|
| |
|
|
|
|
|
|
| |
- Better compiler detection on i386
- Some left/right shift fixes
http://cpansearch.perl.org/src/DROLSKY/Math-Int128-0.17/Changes
|
| |
|
|
|
|
|
|
|
|
| |
Changes:
- Fix integrity check in multi repository
- Document CONSERVATIVE_UPGRADE
- Document repository priority
- Do not duplicate replacement request
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We have the same problem described in https://reviews.freebsd.org/D875:
> bsd.ports.mk sets STRIP= after all Uses files have been processed
> initially. If you have WITH_DEBUG=yes set, cmake's INSTALL_TARGET has been
> set already to install/strip, before STRIP is reset.
In other words, INSTALL_TARGET would always be set to "install/strip"
even when WITH_DEBUG was set.
Since we do not use USES=cmake here the fix (check for WITH_DEBUG besides
evaluating STRIP) needs to be duplicated in the Makefile.
|
|
|
|
| |
of "pkg audit"
|
|
|
|
|
|
|
|
| |
Changes:
- Fix install conflicts [1] (for the "newly" added compholio port)
- Reduce diff between i386-wine and i386-wine-devel:
- Add support for sub-ports (unused by this port)
- Update OSVERSION constraints
|
|
|
|
|
|
|
|
|
| |
suggest to upgrade a few parameters; the suggestion for "/network
[value]" should actually be "/network:[value]".
PR: 191861
Submitted by: olgeni
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
|
| |
- update to 2.0.1
- add license file
- add tests support
- install documentation
PR: 195991
Submitted by: rm (myself)
Approved by: maintainer timeout (2 weeks)
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D1393
Approved by: marino(mentor)
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D1391
Approved by: marino(mentor)
|
| |
|
| |
|
|
|
|
| |
If you need it, update to php 5.6 (that will be the default one soon) or 5.5.
|
|
|
|
|
| |
PR: 196294
Submitted by: pavelivolkov@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
IoFlo is a magically powerful open interoperable software framework that
enables non experts to intelligently automate their own programmable world.
WWW: http://ioflo.com
WWW: http://github.com/ioflo/ioflo
PR: 194891
Submitted by: Christer Edwards (christer.edwards@gmail.com)
|
|
|
|
|
|
| |
PR: 196275
Submitted by: rsimmons0@gmail.com
Approved by: pavelivolkov@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove broken MASTER_SITES
- Force a C++11 compiler and stdlib
- Add dependency to devel/boost-libs
- Force BOOST_LIB_SUFFIX to be empty (required for configure)
- Enable UTF8 by default (most music collections nowadays have files with utf-8
encoded names and tags)
- Enable TAGLIB by default (taglib is nice to have but adds a dependecy to the
rather small audio/taglib)
- Do not install ${DOCSDIR}/keys since it was removed
- Install ${DOCSDIR}/ncmpcpp-completion.bash and ${DOCSDIR}/bindings
- Update pkg-message
- Remove files/patch-src__visualizer.h since it's not needed any more
PR: 195070
Differential Revision: https://reviews.freebsd.org/D1325
Submitted by: yamagi@yamagi.org
Approved by: maintainer timeout (4 weeks)
Approved by: koobs (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- Folders showed also in utf8.
- Caveat to upgrade on Unix!: New Unicode::String Perl module
dependency, for utf8 output. See the INSTALL file.
- Enhancement: Added --skipemptyfolders to skip syncing empty host1
folders. They are not created on host2.
- Usability: Remove /x from regexes applied with --include and --exclude.
Blanks no longer have to be explicit with \ or [ ].
- Usability: Added utf8 output for folder names, protocol native utf7imap
special characters are not user friendly readable
- Usability: Moved foldersizes output after folders lists output.
- Usability: Added total size transferred after each message copied.
- Usability: After ETA, added number of total to be synced, as a
denominator dddd after each message copied, like nnn/dddd where nnn
is the number of messages copied. Before there was only nnn without
/dddd.
- Bug fix: Added several checks if IsUnconnected. Goal avoid imap
commands while disconnected. Reconnexion would be better anyway.
PR: 196341
Submitted by: mp39590@gmail.com
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove the following OPTIONS:
- MEMALIGN (now used by default where supported)
- PROFILE (shaky, unreliable, rarely used, nigh unsupportable)
- DIRAC (codec support only via libschroedinger)
- Default-depends on external libdvdnav
(mplayer no longer bundles internal dvd support libraries)
- Simplify CFLAGS handling
- Use -mstack-alignment=16 -mstackrealign on clang / i386
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D1389
Approved by: bapt(mentor), marino(mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move py-checkmanifest to py-check-manifest [1] ala upstream name.
- Update devel/Makefile
- Add MOVED entry
While I'm here:
- Update to 0.22
- Add LICENSE_FILE
- Add TEST_DEPENDS and regression-test: target
- Use a single line for PORTDOCS
- Update (prettify) pkg-descr
Changes:
* https://github.com/mgedmin/check-manifest/blob/0.22/CHANGES.rst
[1] https://pypi.python.org/pypi/check-manifest
Approved by: maintainer (via IRC)
|
|
|
|
|
|
| |
DCE 1.1: Authentication and Security Services.
WWW: https://code.google.com/p/go-uuid/
|
|
|
|
|
| |
PR: ports/195766
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
| |
|
|
|
|
| |
I don't have the cycles to handle these higher profile ports anymore.
|
|
|
|
| |
- Drop @dirrm* from plist
|
|
|
|
| |
- Drop @dirrm* from plist
|
| |
|
|
|
|
|
| |
- Fix timidity directory
- Add pkg-message with information on timidity configuration
|
|
|
|
| |
- Use new options features and improve options grouping logic
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Include <climits> for LLONG_MIN. All other architectures and versions are OK.
|
|
|
|
|
|
| |
PR: ports/196111
Submitted by: Jan Beich
With hat: portmgr
|
|
|
|
|
|
|
| |
- Add LICENSE
PR: 196223
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- Fix install conflicts [1] (for the "newly" added compholio port)
- nvidia.sh: Gracefully handle a corrupt nVidia tarball
- nvidia.sh: Provide checksum and size information for nVidia tarball
- Bump master port [1] due to changes to nvidia.sh and conflicts
Approved by: gerald@ [1]
|
|
|
|
| |
to audio/py-eyed3.
|