| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- Fix ipv6 only usage
- Ensure /sbin and /usr/sbin are in PATH when running
- Remove trailing slashes from listed_ports.
- Fix child process cleanup logic to only sleep if child
still running.
- Always dismount filesystems and try cleaning up when exiting and in jail -k
- For stage_orphans, ignore modified files (such as nobody vs root)
- testport -I: Mark cleanup done, not as recursively failing
- testport -i: Use a local.conf instead of PACKAGESITE
- testport -I: Suggest same login method which is more sane/clean than exec /bin/sh
- options: Require dialog4ports as it runs from host and
jail may be for a different ARCH
- Ignore parents of home directories too during leftovers check
- Ignore /var/db/dbus/machine-id leftover
- Restrict ZFS on 9.0/9.1 due to known deadlock
- bulk: Parse MOVED for given port build list
- Add support for svnlite and overriding SVN_CMD
- Show warning when jail is newer than host
- Show host/jail OSVERSION in build logs
|
|
|
|
|
| |
PR: ports/187418
Submitted by: "Schweigert, Udo" <Udo.Schweigert@siemens.com> (maintainer)
|
| |
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
- Use shebangfix
- Define EXAMPLES option
- Define DOCS option
- Use WWW: with a single space
|
|
|
|
| |
Noticed by: jhs@berklix.com
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Remove useless @dirrmtry
Reported by: makc
|
|
|
|
|
| |
Suggested by: danfe
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
| |
from lang/gcc instead of base system libgcc_s which is too old for
libgfortran.
Obtained from: tijl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
* The documentation file doc/install.txt has been improved to describe
the command 'make install'.
* The chapter about the foreign function interface in the manual has
been improved.
* In striutl.h the macros os_stri_alloc and os_stri_free have been
improved to use a stack like allocation. Allocations done with
os_stri_alloc must be freed with os_stri_free in the reverse order
of their creation. The new macros reduce the runtime of
stri_to_os_stri and cp_to_os_path to 66% of the old time. This
reduces the time used by operating system calls. E.g.: The CPU time
used by the program sydir7 is reduced to 83% of the old time.
* The targets 'install' and 'uninstall' have been added to makefile,
mk_linux.mak, mk_osx.mak, mk_clang.mak, mk_cygw.mak, mk_mingw.mak,
mk_msys.mak, mk_nmake.mak, mk_msvc.mak, mk_bcc32.mak and
mk_bccv5.mak.
* The program setwpath.c has been added. This program sets the search
path (PATH variable) under Windows.
* The obsolete target 'hi' has been removed from the makefiles.
* The functions initEmulatedCwd, cmdSetenv (both in cmd_rtl.c),
setEmulatedCwd (in striutl.c) and freeArgVector (in cmd_unx.c) have
been adjusted to work with the stack like allocation of
os_stri_alloc and os_stri_free.
* The functions heapAllocOsStri and heapFreeOsStri have been added to
striutl.c.
* Usages of MAX_SYMLINK_PATH_LENGTH in cmd_rtl.c have been replaced
with MAX_OS_STRI_LEN.
|
| |
|
| |
|
|
|
|
|
|
| |
missing $(DESTDIR) prefix in destination directories. While here, convert
post-installation banner to pkg-message (guard it with `ifndef DESTDIR' to
prevent it from showing up in the build logs twice).
|
| |
|
|
|
|
| |
Convert USE_BZIP2 to USES=tar:bzip2.
|
|
|
|
|
| |
- Change Desktop entry file
- Change install, cosmetical changes
|
| |
|
|
|
|
|
|
|
| |
- USES -> gmake
- New LIB_DEPENDS definition
- Define EXAMPLES option
- Define DOCS option
|
|
|
|
| |
- Don't build with debug symbols
|
|
|
|
|
|
| |
- USES -> gmake
- Define DOCS option
- New LIB_DEPENDS definition
|
|
|
|
| |
Reported by: antoine@
|
|
|
|
|
| |
- Don't silence warnings
- Change REINPLACE, cosmetical changes
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
p5-OSSP-uuid only installs the Perl API, hence avoiding to have two
conflicting ports as was the case with ossp-uuid and ossp-uuid-perl.
Suggested by: mat@
Approved by: vd@ (ossp-uuid maintainer, via email)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Define EXAMPLES option
- Define DOCS option
- Convert USE_BZIP2=yes to USES=tar:bzip2
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Add LICENSE information
- Add OPTION for NLS
- Convert to OptionsNG helpers
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace
USE_GCC=4.7+ by USE_GCC=yes.
Approved by: portmgr (mat)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Make LICENSE more precise
- Switch to PLIST_FILES, port installs only 2 files
- Strip pgrogram binary
- Add support for staging
PR: ports/187635 [1] (patch not used)
Submitted by: maintainer
|
|
|
|
| |
OPTION. Install docs. Respect MAKE_ARGS/MAKE_ENV/MAKE_CMD.
|
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
- change MAINTAINER to PR submitter
PR: ports/187270 (followup)
Submitted by: Jeff Lawson <jeff.lawson@flightaware.com> (new maintainer)
Approved by: Peter Lai <cowbert@gmail.com> (former maintainer)
|
|
|
|
| |
- Support staging
|
|
|
|
|
| |
- Take maintainership
- Convert USE_BZIP2 to USES
|
|
|
|
|
|
|
| |
- bump PORTREVISION
PR: ports/187433
Submitted by: Daniel Siechniewicz <daniel@nulldowntime.com>
|
|
|
|
| |
Submitted by: ohauer (via private e-mail)
|
|
|
|
|
|
|
|
| |
o mail/p5-Mail-SpamAssassin
o japanese/p5-Mail-SpamAssassin
- trim trailing whitespaces
Noted on the ports@ list by J David
|
|
|
|
|
|
| |
- Remove TODO from DOCS
- Add DOCS Option
- Change Desktop entry file
|
|
|
|
|
|
|
|
|
|
|
| |
- update to 1.8.1
- modernize Makefile (stage support, USES)
- trim COMMENT
- fix desktop file: only the showimage binary was renamed, the icon retains
original name
PR: ports/187638
Approved by: Rusty Nejdl (maintainer)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Devel-Cover/Changes
|
| |
|
|
|
|
|
| |
PR: ports/187619
Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>
|
|
|
|
|
|
| |
- Deprecate: upstream disappeared
Requested by: maintainer
|
|
|
|
|
|
|
| |
- Capsicum patch no longer needed
- Update X509 patch to 7.9
Changelog: http://www.openssh.org/txt/release-6.6
|
|
|
|
| |
Noticed by: ume
|
| |
|
|
|
|
|
| |
- USE_BZIP2 -> USES= tar:bzip2
- LICENSE=BSD -> BSD[n]CLAUSE
|
|
|
|
| |
still require HTTP::Date.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Drop p5-libwww, as SA will use fetch(1)
- Use p5-IO-Socket-IP unconditionally
- Drop p5-IO-Socket-INET6
- Remove the IPV6 option
- Use p5-Geo-IP instead of p5-IP-Country
- Remove unnecessary p5-Mail-Tools dependency
- Remove RAZOR and DKIM from OPTIONS_DEFAULT. All
plugins now default to off.
- Make instructions clearer in pkg-message and rc.d script
|
| |
|
| |
|
|
|
|
| |
Noted by antoine@
|
|
|
|
|
|
|
|
|
|
|
| |
Incubator is a collection of tools and modules that are not part of the
official syslog-ng distribution.
This port was sent to us by Peter Czanik <czanik@balabit.hu>, an employee of
balabit.hu, the producers of syslog-ng. Peter is responsible for FreeBSD
functionality and ports at bababit.hu.
Submitted by: Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
|
|
|
|
|
|
|
|
|
|
|
| |
upstream. We include the missing commit, and also the release notes
themselves for good measure.
PR: ports/187632
Submitted by: Spil <spil.oss@gmail.com>
Also, as long as we're here, pet portlint a little bit (though it
still complains loudly about other things).
|
| |
|
|
|
|
| |
Submitted by: Adrian Waters <awaters@draenan.net>
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_GNOME=intlhack. Does not do anything.
- Staging.
- Remove SKIM support. It depends on KDE3.
- Touch config.h.in in post-patch so the makefile doesn't think it's
outdated and decides to run autoheader and other autotools.
- Remove references to FreeBSD 4.x from pkg-message.
PR: ports/187011
Approved by: maintainer timeout (3 weeks)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Makefile cleanup
- Move pkg-message to files/pkg-message.in
- Convert plist to use %%DATADIR%%
- Introduce LICENSE_*
- Bump PORTREVISION
- Update maintainer e-mail address
- Add NO_PACKAGE according to (my understanding of) the license
PR: ports/187507
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
Approved by: thierry (mentor)
|
|
|
|
|
|
|
|
|
| |
- More precise LICENSE
- Fix shebangs in perl scripts
- Strip library
PR: ports/187608 [1]
Submitted by: maintainer
|
|
|
|
|
|
| |
- Add LICENSE
Changes: http://metacpan.org/changes/distribution/String-Truncate
|
|
|
|
| |
Changes: http://metacpan.org/changes/distribution/Text-Truncate
|
|
|
|
| |
Changes: http://metacpan.org/changes/distribution/Version-Next
|
|
|
|
|
| |
Gtkspell check library based on Gtk+ 3.
This version isn't compatible with gtkspell.
|
| |
|
| |
|
|
|
|
|
|
| |
2014-03-15 multimedia/linux_v4l2wrapper-kmod: Included now in all supported FreeBSD versions
2014-03-15 devel/sgl: S/W never progressed beyond incomplete graduate project; library was never properly built - not worth fixing
2014-03-15 palm/jpilot-db: No distfiles
|
|
|
|
| |
supported versions of FreeBSD
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Backport revision 114 [1] for issue 1292481 [2] that fixes "M-b~"
characters in the sector time fields and removes the weather section
who's data is no longer provided on the free FOM feed.
- Use new LIB_DEPENDS convention
[1] http://bazaar.launchpad.net/~davepusey/live-f1/live-f1/revision/114
[2] https://bugs.launchpad.net/live-f1/+bug/1292481
|
| |
|
|
|
|
| |
Submitted by: Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
|
|
|
|
| |
longer duplicate version information related to that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Released on 2014-03-16.
* Added a version module with helper functions to check if shtk is a
given version or matches some constraints. Useful to dynamically
determine which functions to call in a script, if their need is
optional.
* Added timeout support to shtk_process_run. The new '-t' option to
this function takes the number of seconds before forcibly killing the
subprocess.
Approved by: bdrewery
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
XML EZ_Out is a small set of packages intended to aid the creation of
XML-formatted output from within Ada programs. It basically wraps the
tags and data provided to it with XML syntax and writes them to a
user-supplied medium.
This medium can be any sort of writable entity, such as a file, a
memory buffer, or even a communications link, such as a socket. The
only functionality required of the medium is that it supply a
meaningful "Put" (for writing a string) and "New_Line" procedure.
WWW: http://www.mckae.com/xmlEz.html
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- Only fallback to YAML if UCL parsing fails
- pkg2ng: Hide warnings about @mtree, @stopdaemon, @comment
@display and @conflicts
- Fix escaping issues with COMMENT
- pkg add: Fix -A to properly mark package as automatic
- pkg2ng: Fix over NFS
- pkg2ng: Show message while analyzing shared libraries
|
|
|
|
|
| |
PR: ports/187592
Submitted by: Joseph Benden <joe@thrallingpenguin.com>
|
|
|
|
|
|
|
|
|
|
| |
directories for changes. It's mostly implemented in C and uses the Win32 API
for a better performance.
WWW: https://github.com/Maher4Ever/wdm
PR: ports/187591
Submitted by: Joseph Benden <joe@thrallingpenguin.com>
|
|
|
|
|
|
|
| |
WWW: http://rubygems.org/gems/rb-fsevent/
PR: ports/187587
Submitted by: Joseph Benden <joe@thrallingpenguin.com>
|
|
|
|
|
| |
PR: ports/187585
Submitted by: Joseph Benden <joe@thrallingpenguin.com>
|
|
|
|
|
|
|
| |
CXXFLAGS+=-std=c++11
Reported by: tijl@
Thanks to for help: nox@
|
| |
|
|
|
|
|
|
|
|
|
| |
(and fail)
- Bump PORTREVISION.
PR: ports/187609
Submitted by: nox (self, PR),
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer, fix)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix build with Clang, add patches [1]
- Disable Clang warnings with CFLAGS+=-Wno-return-type
- Remove obsolete REINPLACE, changed by upstream
- Change do-install, cosmetical changes
- Change pkg-descr
Reviewed by: tijl@ [1]
Thanks to for help: nox@, dim@,
Horia Racoviceanu <horia at racoviceanu.com>,
frogs <4721 at hushmail.com>
|
|
|
|
|
|
|
| |
After reporting the build issue of the Firebird SQL driver to the author,
a fix was introduced a couple of days later. I finally have time to
apply that repository fix. While here, fix it so the license can be
installed.
|
|
|
|
|
|
|
|
| |
- Convert to USES=tar:bzip2
PR: ports/187617
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
Obtained from: i3 git (http://code.stapelberg.de/git/i3/)
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
| |
because they depend on gcc specific optimisation flags.
While here use USES=tar:bzip2.
PR: ports/187501
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
|
|
|
|
|
|
|
|
|
|
| |
ImageWorsener is a cross-platform command-line utility and library for image
scaling and other image processing. It has full support for PNG, JPEG, BMP
formats, experimental support for WebP, read-only support for GIF, and limited
support for some other image formats. It's not as fast or memory-efficient as
some utilities, but it's very accurate.
WWW: http://entropymine.com/imageworsener/
|
|
|
|
| |
Changes: https://github.com/guard/listen/releases
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Cleanup port
- Add master site, icons
- Take maintainership
- Use the new format for LIB_DEPENDS
- Remove obsolete REINPLACE -I/usr/local/include and -L/usr/local/lib,
don't use -I${LOCALBASE}/include and -L${LOCALBASE}/lib
- Remove PORT_VERBS, not needed
- Add NLS Option, install conditional NLS
- Support STAGEDIR and add OPTIONS_SUB, add REINPLACE for staging
- Add Desktop entry file
- Remove obsolete REINPLACE, add patch-Makefile.in, copy and install
/etc/ultimatestunts.conf as example,
user gets ~/.ultimatestunts/ultimatestunts.conf when the game starts
- Recreate patches with make makepatch
- Change pkg-descr
- Change pkg-plist, remove DOCS, add icons
|
| |
|
|
|
|
|
|
|
|
|
| |
Changes:
- Fix --check-depends with pkg [1]
- Allow installing DEPRECATED ports
PR: ports/186915 [1]
Submitted by: kaltheat <kaltheat@gmail.com> [1] (based on)
|
| |
|
|
|
|
|
|
| |
Changes:
- Only copy zpool.cache if there is one
- Change mountpoint to / instead of legacy, simplying child datasets
|
|
|
|
|
|
|
|
| |
- Strip library [1]
- Remove optional instalation of example files
PR: ports/187603 [1]
Submitted by: maintainer
|
|
|
|
|
|
| |
Changes:
- Only copy zpool.cache if there is one
- Change mountpoint to / instead of legacy, simplying child datasets
|
|
|
|
|
| |
PR: ports/187604
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add an icon to the desktop entry.
- Use option helpers.
- Respect CFLAGS.
- Remove clang support patch. No longer necessary.
- Add a patch to fix rendering of SVG and BMP images on little-endian
systems and all image formats on big-endian systems. [1]
PR: ports/187466 [1]
Tested by: Craig Butler <craig001@lerwick.hopto.org> [1]
|
| |
|
|
|
|
|
| |
Set DATADIR to make the process simpler.
No PORTREVISION bump, as no change to final product.
|
|
|
|
|
|
|
|
| |
- Remove some .if's obsoleted by STAGE
- Remove CONFLICTS against ports that don't exist
PR: ports/187201
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Support Staging
- Update maintainer e-mail address
- Introduce limitation of the port to supported ARCHs
- Add LICENSE
- USE_BZIP2 -> USES tar:bzip2
- Bump PORTREVISION
PR: ports/187187
Submitted by: TAKEMON Takashi <takemon@bamboogate.co.jp>
Approved by: thierry (mentor)
|
| |
|
|
|
|
| |
WWW: https://github.com/jbenden/mod_clamav
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- use patches instead post-patch and sync man pages
- adopt some patches from debian
- install sample config with mode 644 instead 444
- add dnsbl-1.uceprotect.net as possible candidate to sample config
(commented out per default)
|
| |
|
| |
|
|
|
|
| |
Properly mark as BSD 2-clause.
|
| |
|
|
|
|
|
|
|
| |
- Use PORTEXAMPLES for example files
PR: ports/187598 [1]
Submitted by: maintainer
|
| |
|
|
|
|
| |
Move module MASTER_SITES to module ports
|
| |
|
| |
|
| |
|
|
|
|
| |
- Stage support
|
|
|
|
| |
- While here add stage support
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Convert EXTRACT_SUFX and USE_GMAKE to USES, drop an article from COMMENT,
use modern LIB_DEPENDS syntax
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.2
- Remove post-extract target: (tests no longer included)
- Remove zip_safe=False patch in setup.py (no longer necessary)
Changes:
https://github.com/tweepy/tweepy/blob/2.2/CHANGELOG.md
Approved by: maintainer (via Twitter)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Patch setup.py to exclude tests from install (CONFLICT) [1][2]
- pkg-descr: Tab->space in WWW: (portlint)
- Bump PORTREVISION
[1] This Python package uses packages=find_packages() with a tests
module in the root that contains an __init__.py file, which results
in the tests module being installed in site-packages. The correct way
of including tests in a pypi package using sdist, while excluding tests
in the root from being installed it to use:
* packages = find_packages(exclude='tests'),
* A MANIFEST.in containing "include tests/*" or equivalent
[2] https://github.com/simplegeo/python-oauth2/issues/139
Reported by: antoine
Approved by: maintainer (via Twitter)
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Staging support
PR: ports/187597
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
clang 3.4 is pickier with the flags it accepts, and refuses to work with the
GCC-specific -fno-check-new.
|
|
|
|
|
|
| |
PR: ports/186745
Submitted by: Jyrki Ahpola <jyrkia@gmail.com>
Approved by: maintainer timeout
|
|
|
|
|
| |
- add stage support
- add LICENSE
|
|
|
|
|
| |
PR: ports/187099
Submitted by: pauls@utdallas.edu
|
|
|
|
|
|
|
| |
- Use option helper
PR: ports/187105 [1]
Submitted by: maintainer
|
|
|
|
| |
process.
|
|
|
|
|
| |
Submitted by: veell <dev@veell.net>
Submitted at: https://github.com/freebsd/freebsd-ports/pull/7
|
|
|
|
| |
Submitted by: mat@
|
|
|
|
|
| |
Reported by: Craig Leres <leres@ee.lbl.gov>
Tested by: Craig Leres <leres@ee.lbl.gov>
|
|
|
|
|
|
|
|
|
|
| |
`devel/sdl12', `graphics/blender', and `multimedia/libav' ports they were
set incorrectly, which caused build failures of `devel/sdl12' without the
OpenGL, for example.
Also, while at it, in `multimedia/libmpeg2', fix sed(1) based patching to
produce more neat results, and use official spelling of MPEG abbreviation
in COMMENT (port description still needs cleaning up).
|
|
|
|
|
|
| |
- Tighten `do-install' target recipe a little
- Convert 3-line pkg-plist to PLIST_FILES
- Augment port description text while here
|
|
|
|
|
| |
- Convert 3-line pkg-plist to PLIST_FILES
- Use space, not tab, after WWW: in pkg-descr
|
|
|
|
|
| |
- While here, convert EXTRACT_SUFX to USES=tar:tgz and define ALL_TARGET,
since upstream `all' target is racy
|
|
|
|
|
|
|
| |
Fixed:
Placeholder causing puddletag to not start up for Qt < 4.7.
New version of configobj library not saving unicode objects.
__num_images count for mp3 and ogg.
|
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
make things a bit more consistent.
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
|
|
| |
Support staging.
Struts is now an Apache project, adjust the package name and comment
accordingly to honor their branding guidelines.
PR: 183127
Submitted by: pfg
|
| |
|
|
|
|
| |
Reported by: antoine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
C++-friendly dNOOP.
Note: don't apply the patch proposed in the PR, but a patch proposed
by Craig A. Berry at
http://perl5.git.perl.org/perl.git/commit/7db66e12883f0832ca80164b723768b848187bda
as suggested by az@.
PR: ports/187571
Submitted by: /me
Reported by: Thomas Hoffmann <trh411 (at) gmail.com>
Approved by: az
|
|
|
|
|
| |
Security: http://vuxml.org/freebsd/a70966a1-ac22-11e3-8d04-00262d5ed8ee.html
MFH: 2014Q1
|
|
|
|
|
| |
Obtained from: http://googlechromereleases.blogspot.nl/
MFH: 2014Q1
|
|
|
|
|
| |
- Remove BROKEN on sparc64: it builds fine at least on flame.freebsd.org
- While here, reformat and improve grammar in port description text
|
|
|
|
|
|
| |
- Install portdocs and examples unconditionally since the port is staged now
- Convert pkg-plist into PLIST_FILES, PORTDOCS, and PORTEXAMPLES knobs
- Drop no-op (cf. files/patch-Makefile) `post-patch' target while I'm here
|
|
|
|
|
| |
While here, fix packaging as user.
Submitted by: Ondra Knezour <knezour@weboutsourcing.cz>
|
|
|
|
|
|
|
|
|
|
| |
- Add OPTIONs for building with GnuTLS 3.x[1] (default), and GnuTLS 2.x
support
- Remove OPTION for SYNC_INPUT (not supported)
- Add a fix when building with ncurses port being installed
- Fix CONFLICTS to pass portlint checks
PR: ports/187346[1]
|
|
|
|
|
|
| |
- Add LICENSE information
- Add STAGE support
- Fix spacing in pkg-descr
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change MASTER_SITES
- Add LICENSE_* for complicated legal status
- Update LEGAL
- Support stage
- While on it, USE_BZIP2 -> USES tar:bzip2
PR: ports/186065
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
Approved by: thierry (mentor)
|
|
|
|
|
|
|
| |
drop useless EXTRACT_SUFX, define LICENSE (GPLv3), sort the knobs, etc.
- Do not patch ./install.zsh file; it is nearly identical to ./install.sh
except for the _f file, which can be installed separately (do so)
- Stagify, use OPTIONS helpers, trim superfluous whitespace here and there
|
|
|
|
| |
Submitted by: antoine
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- stagiy
- mark as broken on 10+
- update to 0.9
- add new options
- add LICENSE
PR: ports/185868
PR: ports/185865
Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com>
Approved by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- Use USES=tar:bzip2
- Cosmetic change
- Take maintainership
- Remove Author line
- Use single space after WWW:
|
| |
|
| |
|
|
|
|
| |
- Use USES=tar:bzip2
|
|
|
|
| |
Add staging support
|
|
|
|
| |
Submitted by: glebius via private email
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Change Desktop entry file
- Break lines around 80 characters
|
| |
|
|
|
|
|
|
| |
Does not configure. Flag as broken.
Security: CVE-2013-5211 / VU#348126
|
|
|
|
|
|
|
|
|
| |
- Fix STAGEDIR, Mega Mario now load correctly from DATADIR,
change files/patch-Makefile
- Mute dir install
- Remove linux.txt from DOCS
- Change REINPLACE, cosmetical changes
- Strip executable
|
| |
|
|
|
|
|
|
| |
Upstream has ceased development of this port.
Approved by: jsa (maintainer)
|
|
|
|
|
| |
- Add RUN_DEPENDS
- Bump PORTREVISION for dependency change
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE [1]
- Support staging [1]
- Strip program binary
PR: ports/187560 [1]
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/187556
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mono was set to build via clang unconditionally. Other than have
a large, unnecessary dependency on clang33, this didn't bother
DragonFly until recently. The 3.2.8 version has a conftest to test
for a working __thread implementation (which DragonFly has), but for
some reason the test locks up when built by clang. I built the conftest
manually with gcc and it returned fine.
In any case, DragonFly's gcc47 base compiler builds mono fine, so to
unbreak the port on DragonFly, only specify clang on FreeBSD.
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format [1]
- Support STAGEDIR [1]
Approved by: portmgr (blanket) [1]
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Use USES=shebangfix
- Support STAGEDIR
- Simplify Makefile
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
| |
- Use PORTDOCS
- Simplify Makefile
Changes: http://savannah.gnu.org/forum/forum.php?forum_id=7899
|
|
|
|
|
|
|
|
|
|
| |
- Add support of DragonFly and merge post-patch target into CMakeLists.txt patch
- Don't build locker, because VT_UNLOCKSWITCH is not defined in sys/consio.h
- Adjust dependencies
PR: 187376
Submitted by: myself
Approved by: Henry Hu (maintainer)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/experimental/Changes
|
|
|
|
|
|
| |
- Use USES=tar:xz
Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.20.diff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use options helpers [1]
- Move sox dependency from BUILD_DEPENDS to LIB_DEPENDS [1]
- Force Imagination to use plugins [2]
- Adjust GNOME dependencies
- Add patch when NLS is not set
- Bump PORTREVISION
PR: 186596 [1], 186644 [2]
Submitted by: Zsolt Udvari [1], [2]
Approved by: Jesse Smith (maintainer) [1], timeout (> 1 month) [2]
|
|
|
|
|
|
|
| |
- Add my LOCAL to MASTER_SITES
- Use USES=tar:xz
Changes: https://github.com/tatsuhiro-t/nghttp2/releases
|
|
|
|
| |
- Use USES=tar:xz
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PS. all rumors that this commit is to shup up the grim reaper are wildly
exagurated.
|
|
|
|
|
| |
- Add pkg-deinstall
- Change pkg-message, remove deinstallation information
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to USES=tar:bzip2
- Strip program binary
Release notes:
* New option to record audio.
* Download 1080p in DASH format.
* The 'Most Rated' tab has been replaced with 'Sports'.
* An option to add the URL to the SMPlayer playlist has been added.
* A default region is selected according to the user's language and country.
* Better support for encrypted signatures.
* New translations: Italian and French.
* Possibility to compile with Qt 5.
|
| |
|
|
|
|
|
|
|
| |
PR: 187423
Submitted by: mat
Approved by: maintainer
Sponsored by: Absolight
|
|
|
|
| |
Noticed by: Matthew D. Fuller <fullermd@over-yonder.net>
|
|
|
|
|
|
| |
- Integrate FREEWNN and CANNA into one option.
- STAGEDIR support.
- Bump PORTREVISION due to the option change.
|
| |
|
|
|
|
|
|
|
| |
Remove remains of mod_sql_tds
PR: 187510 [1]
Submitted by: Joseph Benden <joe@thrallingpenguin.com> [1]
|
| |
|
|
|
|
| |
- STAGEDIR support.
|
|
|
|
|
| |
- USES -> gmake
- New LIB_DEPENDS definition
|
|
|
|
| |
- STAGEDIR support.
|
| |
|
|
|
|
| |
- New LIB_DEPENDS definition
|
|
|
|
| |
- Define DOCS option
|
|
|
|
|
|
|
|
|
|
|
|
| |
OpenToken is a facility for performing token analysis and parsing within
the Ada language. It is designed to provide all the functionality of a
traditional lexical analyzer/parser generator, such as lex/yacc. But due
to the magic of inheritance and runtime polymorphism it is implemented
entirely in Ada as withed-in code. No precompilation step is required, and
no messy tool-generated source code is created. The tradeoff is that the
grammar is generated at runtime.
WWW: http://stephe-leake.org/ada/opentoken.html
|