| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
- Pet portlint
PR: ports/186529
Submitted by: Matthew Rezny <matthew@reztek.cz>, mickael.maillot@gmail.com (maintainer)
Approved by: jadawin (co-mentor), mickael.maillot@gmail.com (maintainer)
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
Give back to the pool; I merely demoed this at work and I do not have
an active environment where I can test it. It also may be a few versions
behind.
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
| |
antoine pointed out that this needs NO_CDROM.
"Urban Terror is distributed free over the Internet and is covered by
the Quake 3 SDK licence agreement. The mod files may not be sold or
distributed on physical media unless with permission from id Software."
Submitted by: antoine
|
|
|
|
|
| |
Pointy hat to: mat
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
| |
- PREFIX-clean
- STAGE-clean
- Fix build
|
| |
|
|
|
|
|
| |
- STAGE-clean
- Add DOCS
|
|
|
|
|
| |
- STAGE-clean
- Fix COMMENT line
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Submitted by: rm
|
|
|
|
| |
- STAGE-clean
|
|
|
|
| |
- STAGE-clean
|
| |
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREV
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
area to silence some warnings some are concerned about. [1]
No longer run ccache-update-links as part of post-install which, in
the world of staging, no longer is what it used to be. Rely on the
existing @exec and @unexec in pkg-plist instead. [2]
Submitted by: miwi [1]
Discussed with: antoine [1][2]
|
|
|
|
|
| |
PR: 186838
Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
|
|
|
|
|
|
|
|
| |
- Convert to USES=tk
- Fix bug
http://lists.roaringpenguin.com/pipermail/remind-fans/2014/003008.html
Approved by: maintainer
|
|
|
|
|
|
| |
STAGE support
PR: ports/186822
|
|
|
|
| |
openmp we can easily switch to using clang
|
|
|
|
|
| |
- Convert to USES=tk
- Fix build
|
|
|
|
| |
Reported by: antoine
|
| |
|
|
|
|
| |
- Convert to USES=tk
|
|
|
|
|
| |
- Convert to USES=tcl
- Get rid of pkg-plist (PORTDOCS=*)
|
|
|
|
| |
While here cleanup a bit
|
|
|
|
| |
- Convert to USES=tcl
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
Modernize
Strip binaries
|
| |
|
|
|
|
| |
Fix some shebangs
|
|
|
|
| |
- Fix LICENSE
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Adjust RUN_DEPENDS for html5lib after portrev bump (0.95_1 != 0.95) [1]
- Update LICENSE (BSD3CLAUSE)
- Remove indefinite article in COMMENT
- Move TEST_DEPENDS to *_DEPENDS section
Reported by: antoine [1]
|
|
|
|
|
| |
Support packaging as a user
Avoid useless patching to define the compiler
|
|
|
|
|
|
| |
- STAGE-clean
- Add LICENSE
- Get rid of pkg-plist, use PORTDOCS=*
|
|
|
|
|
|
| |
http://opensource.org/licenses/postgresql
Approved by: portmgr (bapt)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
IRONSIDES is an authoritative DNS server that is provably invulnerable to
many of the problems that plague other servers. It achieves this property
through the use of formal methods in its design, in particular the language
Ada and the SPARK formal methods tool set. Code validated in this way is
provably exception-free, contains no data flow errors, and terminates only
in the ways that its programmers explicitly say that it can. These are very
desirable properties from a computer security perspective.
IRONSIDES is not a complete implementation of DNS. In particular, it does
not support zone transfers or recursive queries. It does, however, support
a sufficient number of DNS records to be useful as an authoritative DNS
server for an enterprise.
|
|
|
|
|
| |
This is a source-files only Ada library required to build the upcoming
port dns/ironsides.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
* A new numeric escape sequence for string literals has been
introduced. A backslash followed by an integer literal and a
semicolon is interpreted as character with the specified ordinal
number. E.g.: "abc\128;def". With the old numeric escape sequence
this would be "abc\128\def". Terminating the escape sequence
with ; instead of \ improves the readability, especially when
escape sequences follow each other. Instead of "\8\\12\\7\8\9\\\"
it is now possible to write "\8;\12;\7;8\9;\\" The old escape
sequence is still supported, but it is deprecated and should not
be used. Future versions will warn about the deprecated escape
sequence.
* The conversion functions 'bytes' and 'bytes2Int' in bytedata.s7c
have been improved to support all combinations of signedness and
endianess.
* The functions bStriBe and bStriLe have been removed from
bstring.s7i. The function 'bytes' in bytedata.s7c can be used as
replacement.
* Checks for lowestSetBit and UNSIGNED conversions with the
functions 'bytes' and 'bytes2Int' have been added to chkint.sd7.
* Checks for UNSIGNED conversions with the functions 'bytes' and
'bytes2BigInt' have been added to chkbig.sd7.
* Checks for the function rand have been added to chkset.sd7.
* The parser has been improved to write error messages when the
source file contains unexpected UTF-8 continuation bytes, solitary
UTF-8 start bytes, extended control codes from the C1 set or an
UTF-16 byte order mark.
* In tar.s7i the functions getoct, putspc and putoct have been
improved. The computation of the size of padding data has also
been improved.
* The compiler has been improved to optimize string initialisations
with the function strZero. StrZero creates a string of arbitrary
length with '\0;' (zero) bytes.
* The compiler has been improved to optimize integer exponentiation
(action INT_POW). Now the multiplication pattern is determined at
compile time and the number of multiplications is reduced.
* The performance of the function setCard in set_rtl.c has been
improved by a factor of 2.5.
* The performance of the function setRand in set_rtl.c has been
improved by a factor of 2.3.
* Loop unrolling inspired by Duff's device has been introduced in
striutl.h. The unrolling is used for tight loops which copy byte
data to Seed7 strings in fil_rtl.c, soc_rtl.c and bst_rtl.c. The
performance improvement has been verified with gcc and valgrind.
* The example program err.sd7, which checks compile time error
messages, has been improved.
* The old way to store the data of constant bigIntegers has been
removed from compiler and runtime library.
* The buffers used in intRadix and intRadixPow2 (file int_rtl.c) have
been enlarged to fit for the most negative number with a base of 2.
* In itflib.c the functions itf_cpy and itf_cpy2 have been fixed to
work correctly, when the destination is converted from a struct to
an interface.
* In traceutl.c the tracing of characters has been improved in the
functions prot_char, prot_os_stri, prot_stri_unquoted and
prot_bstri.
* In ut8_rtl.c the function ut8Getc has been improved to use smarter
checks for ranges of characters.
* The deprecated variant of the function str, which has a second
parameter to specify a numeric base, has been removed. The
operators radix and RADIX can be used instead.
* Interpreter and compiler have been improved to support the new
actions INT_BYTES_BE, INT_BYTES_LE, INT_BYTES_BE_2_INT and
INT_BYTES_LE_2_INT. The functions intBytesBe, int_bytesBe,
intBytesLe, int_bytesLe, intBytesBe2Int, int_bytesBe2Int,
intBytesLe2Int and int_bytesLe2Int have been added.
* Support for the actions BIG_CLIT, INT_TO_BSTRI_BE, INT_TO_BSTRI_LE,
INT_BYTES_BE_2_UINT and INT_BYTES_LE_2_UINT has been removed from
interpreter and compiler. The functions bigImport, bigCLit,
big_clit, intToBStriBe, int_toBStriBe, intToBStriLe, int_toBStriLe,
intBytesBe2UInt, int_bytes_be_2_uint, intBytesLe2UInt and
int_bytes_le_2_uint have been removed.
|
|
|
|
|
|
|
|
|
|
|
| |
Build the port as if it didn't support stage,
Just before installing, rebuild the install and instcheck binaries with a different prefix including the destdir prefix
To avoid everything to be rebuilt again becore conf-home has changed save the original files before building
install and instcheck with the new prefix and restore the file again before the do-install target is run
This is the trick used in debian
Obtained from: debian
|
|
|
|
| |
Reported by: Rainer Hurling <rhurlin@gwdg.de>
|
|
|
|
|
|
| |
dependency for a few ports on 10/head too after r341775.
Suggested/Reviewed by: tijl@
|
|
|
|
| |
Reported by: Nicolas EDEL (on IRC)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Add LICENSE
|
|
|
|
| |
- Add LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
* Wrap XGetWindowAttributes().
* Simplify registration of override-redirect windows.
* Avoid redundant calls of XGetWindowAttributes.
* Only manage InputOutput windows.
* Add server grab around initial window pickup loop.
* Don't play sound in ShowAlert().
* Rename EDrawableCheck to EXDrawableOk and remove unused parameter.
* Add EXWindowOk().
* Use our own window property functions in stead of various Xlib ones.
* Remove some use of X11 Bool type/values.
* Wrap the last XClearArea call.
* Use NoXID in stead of None.
* Use XCopyArea wrapper function.
* Wrap remaining XCopyArea calls.
* Tweak error handler API.
* Wrap some calls to XFillRectangle.
* Fix memory leak when changing area.
* Reduce nesting in DialogRealizeItem().
* Simplify/fix dialog layout code.
|
|
|
|
|
|
|
| |
The post-install target was overwriting the licenses
which were already present in $TMPPLIST
reported-by: antoine
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Convert USE_GMAKE -> USES
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Fix Format
|
|
|
|
| |
- Convert USE_GMAKE to USES
|
|
|
|
| |
- Convert USE_GMAKE to USES
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
NPAPI-supporting web-browsers.
|
|
|
|
|
| |
- Stage support
- Bump PORTREV
|
| |
|
|
|
|
| |
- Convert to USE_MAKE to USES
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREV
|
|
|
|
| |
- While here convert USE_GMAKE to USES
|
|
|
|
|
| |
- Stage support
- Bump PORTREV
|
|
|
|
| |
- While here fix format
|
|
|
|
|
| |
- Stage support
- Bump PORTREV
|
| |
|
|
|
|
| |
- While here fix format
|
|
|
|
| |
- Convert USE_GMAKE to USES
|
|
|
|
|
| |
- Convert to autplist
- Bump PORTREV
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISION
|
| |
|
|
|
|
|
| |
PR: ports/186788
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: ports/186787
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
The post-install target was overwriting the licenses
which were already present in $TMPPLIST
reported-by: antoine
|
|
|
|
|
|
| |
versions of bundled libraries are already installed
Approved by: thierry (mentor)
|
| |
|
|
|
|
| |
Submitted by: Jan Beich
|
| |
|
|
|
|
|
|
| |
spare time for those ports.
I've submitted ports/186824 to update cups-* ports to version 1.7.0.
|
|
|
|
|
| |
Remove USES=shared-mime-info it is unused.
Fix compile of python components so stagedir isn't hardcoded into them.
|
| |
|
| |
|
|
|
|
| |
PR: ports/186543
|
|
|
|
| |
PR: ports/186543
|
|
|
|
| |
Switch to USES=libtool.
|
|
|
|
| |
Fix pkg-message
|
| |
|
|
|
|
| |
- Convert USE_GMAKE to USES
|
|
|
|
| |
- Convert LIB_DEPENDS to new syntax
|
|
|
|
|
| |
Support for 10.0 and 11-current is being investigated however hardware
issues are holding up the package building.
|
| |
|
| |
|
|
|
|
|
| |
- Improve COMMENT
- Add LICENSE
|
|
|
|
|
|
|
|
| |
- remove patches, applied upstream
PR: 186810
Submitted by: Matthew Rezny <matthew@reztek.cz>
Approved by: Javad Kouhi <javad.kouhi@gmail.com> (maintainer)
|
|
|
|
| |
- Add DOCS option
|
|
|
|
|
|
| |
PR: 186809
Submitted by: Ryan Frederick <ryanrfrederick@gmail.com>
Approved by: Anders Troback <anders@troback.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
USE_GCC=yes has been omitted though.
Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.
Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Support STAGEDIR
- Reformat pkg-descr
- Remove Author line
- Update WWW
|
|
|
|
|
|
| |
- Use tar to extract zipball
- Use PORTDOCS and PORTEXAMPLES
- Support STAGEDIR
|
|
|
|
|
| |
- Support STAGEDIR
- Reformat pkg-descr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<ChangeLog>
*) Bugfix: the $ssl_session_id variable contained full session
serialized instead of just a session id.
Thanks to Ivan Ristić.
*) Bugfix: client connections might be immediately closed if deferred
accept was used; the bug had appeared in 1.3.15.
*) Bugfix: alerts "zero size buf in output" might appear in logs while
proxying; the bug had appeared in 1.3.9.
*) Bugfix: a segmentation fault might occur in a worker process if the
ngx_http_spdy_module was used.
*) Bugfix: proxied WebSocket connections might hang right after
handshake if the select, poll, or /dev/poll methods were used.
*) Bugfix: a timeout might occur while reading client request body in an
SSL connection using chunked transfer encoding.
*) Bugfix: memory leak in nginx/Windows.
</ChangeLog>
|
| |
|
|
|
|
| |
Submitted by: koobs
|
|
|
|
|
| |
- Strip binaries
- Bump PORTREVISION
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Strip library
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: Herbert J. Skuhra <hskuhra@eumx.net>
|
|
|
|
| |
Reported by: miwi
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add back depend on libiconv. This is needed because our base iconv
doesn't do utf-8 -> wchar_t apparently. [2] wchar_t is used by glibmm.
While here:
Use new lib_depend syntax, strip libraries, stagify [3]
Submitted by: swills@ [1]
mandree@ [2]
Discussion at: http://lists.freebsd.org/pipermail/freebsd-ports/2014-February/089603.html [2]
Obtained from: gnome devel-repo [3]
|
|
|
|
| |
- Remove a post-patch target already handled by files/
|
| |
|
|
|
|
|
|
|
|
| |
Use USE_GNOME introspection component.
Switch from ltverhack to USES=libtool
PR: ports/185914 (based on)
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
|
|
|
|
| |
Use new LIB_DEPENDS syntax, stagify, put gmake into USES, strip libraries.
Replace ltverhack with USES=libtool.
PR: ports/185923
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
|
|
|
|
|
| |
Use USES=libtool to prevent shared library change.
Use USE_GNOME introspection component instead of manual BUILD_DEPEND line.
Stagify and strip library.
PR: ports/186784
Submitted by: olivierd@
|
|
|
|
| |
- Remove infozip dependency
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use introspection USE_GNOME component to prevent /root/.cache from being generated [1,2]
Use USES=libtool instead of ltverhack.
Update LIB_DEPEND syntax [1].
Sync some small changes with MC devel repo.
PR: ports/186782 [1]
ports/185915 [2]
Submitted by: olivierd@ [1]
Dmitry Marakasov <amdmi3@amdmi3.ru> [2]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pkg_resources module from setuptools at run time. This generally means
anything that installs a CLI utility.
Package-only users do not get setuptools installed when they install
the packages of these ports currently, because USE_PYDISTUTILS=yes doesnt set
a RUN_DEPENDS on it.
This breaks console script invocation, with the following error:
Traceback (most recent call last):
File "/usr/local/bin/<script-name>", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
The FreeBSD Python team has recently standardised on a consistent
installation pattern for all python software, whether pure-distutils or
setuptools based, and this run-time requirement is currently not being
satisfied, breaking ports that use that functionality.
This commit moves RUN_DEPENDS+=setuptools from the =easy_install *only*
case, to the default case. This does mean that py27-setuptools and
py33-setuptools cannot be installed concurrently, precluding dual stack
Python installations.
The FreeBSD Python team is working hard towards a future where multiple
python and packages versions *can* be installed concurrently, but it is
not explicitly supported in the current state. Improvements to FreeBSD's
ports and package frameworks will help achieve that goal.
[1] http://lists.freebsd.org/pipermail/freebsd-python/2014-February/006592.html
[2] http://lists.freebsd.org/pipermail/freebsd-python/2014-February/006609.html
PR: ports/186706
Reported by: Scott Sturdivant <scott dot sturdivant at gmail.com>
Reviewed by: antoine, rm, mva
MFH: 2014Q1
|
| |
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
|
|
|
| |
which ended up in there twice.
PR: ports/186812
Submitted by: lioux
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
| |
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
|
|
|
|
| |
- Provide an ncurses based interface in live mode, no changes when reading
from a log file
- Drop the -v and -S parameters, they are now part of the GUI
- add ncurses to USES
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
|
|
|
|
| |
- Update to 0.3.5
- Update pkg-plist
- Update LICENSE (BSD2CLAUSE)
Changes: http://concurrencykit.org/cgit/cgit.cgi/ck/log/
|
|
|
|
| |
- Strip binaries
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was another Ada "library" port that didn't actually build the
library. The first step is to switch to the original source (AdaCurses
has been distributed by ncurses, but it's maintained separately by
Thomas Dickey). Besides a much smaller distfile, we also get the html
documentation which is not provided by ncurses.
Use the provided makefile to build. The only change was adacurses.gpr
added by myself to use as an alternative to adacurses-config (which is
also now generated instead of provided if /files). This should address
a complaint I heard at FOSDEM about AdaCurses not working (hopefully).
|
| |
|
|
|
|
|
|
|
| |
- Update to 0.6
- Deprecate easy_install target
Changes: https://github.com/openstack-dev/pbr/commits/0.6
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
|
|
|
| |
While doing this, also add support for the TEST option and install all
bundled tests.
Approved by: bdrewery
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.8.2
- Simplify DISTNAME
- Switch to standard `python setup.py test` for regression-test
Changes:
https://github.com/fabric/fabric/blob/1.8.2/docs/changelog.rst
|
| |
|
| |
|
|
|
|
| |
- Remove obsolete patches, changed by Upstream
|
| |
|
| |
|
| |
|