aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Fix buildmiwi2013-06-121-1/+1
|
* - don't remove directory not created by the port.miwi2013-06-121-3/+0
| | | | |   Reported by: pkg (DEVELOPER_MODE)
* Pull in patch from SVN in an attempt to fix flex-related -CURRENT build issues.mandree2013-06-123-10/+115
| | | | While here, fix bogofilter slave port's Makefile banners.
* Update to 1.1.0.b4bapt2013-06-123-18/+3
| | | | | | | | | | | | | | | | | | | Changes: - A package can now be marked to only be upgraded from a given repository via annotations - install and upgrade will now show from which repository packages are taken (if at least 2 repositories are setup) - old/unused 'informations' field has been removed in favor of using annotations - important cleanup using pkg_printf(3) - add seat belt so pkg-devel can only be removed with -f - signing key is only asked once now in pkg repo - only look withing the note version of elf files - fix pkg delete -a - pkg repo has been changed to produce repo.txz in 1.0 only format - catalog is now only take from digest in 1.1 - fix pkg update to that is is really incremental. - fix pkg convert (thus fix pkg2ng) - Add a DISABLE_MTREE option, which just disables processing +MTREE data - Rename ENV to PKG_ENV to not conflict with sh(1)'s ENV - Refactor 'pkg [-v|-vv|-vvv]' handling
* Switch to USES=desktop-file-utils, and sort USES.kwm2013-06-122-10/+3
| | | | | | | Fix build with pkg in DEVELOPER_MODE, by not trying to remove non existing directories. [1] Submitted by: miwi [1]
* - Fix plistmiwi2013-06-121-0/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix plistmiwi2013-06-121-5/+5
| | | | Reported by: pkg (DEVELOPER_MODE)
* Fix the forgotten pre.mk which should have been changed to options.mkbapt2013-06-121-1/+1
| | | | Reported by: miwi
* - Unbreak build on HEADmiwi2013-06-121-4/+0
|
* - Unbreak build on HEADmiwi2013-06-121-4/+0
|
* - Fix build on HEADmiwi2013-06-121-3/+0
|
* - Update to 1.3.4gblach2013-06-122-4/+4
| | | | Approved by: crees, tabthorpe (mentors, implicit)
* Update to 0.2bapt2013-06-125-95/+8
| | | | | | | | | | | | | | | Changes: - auto-recognize more builtin PowerPC and mips macros - pass -Wunused - allow absolute paths in include files - don't use getprogname() in the name of portability - add tests - clean out usage of sys/cdefs.h macros and don't use the implementation namespace - make -Wcomment work again - fix handling of relative includes - provide a man page - other minor improvements
* Update 3.4.1 --> 3.4.2cy2013-06-123-4/+6
| | | | Submitted by: Peter Czanik <czanik@balabit.hu> (our syslog-ng upline)
* - Update to 0.3.2wg2013-06-122-3/+3
| | | | Approved by: culot / jpaetzel (mentors, implicit)
* Update to 1.4.jkim2013-06-126-94/+97
|
* Update to 11.2r202.291eadler2013-06-123-5/+31
| | | | | PR: ports/179502 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* - update to version 1.2.1ohauer2013-06-122-3/+3
| | | | | | | | | | | | | | | | | | Changelog: Serf 1.2.1 [2013-06-03, from /tags/1.2.1] Fix issue 95: add gssapi switches to configure (r1864, r1900) Fix issue 97: skip mmap bucket if APR_HAS_MMAP is undefined (r1877) Fix issue 100: building against an old Windows Platform SDK (r1881) Fix issue 102: digest authentication failures (r1885) Improve error return values in SSPI authentication (r1804) Ensure serf-1.pc is constructed by serfmake (r1865) Optimize SPNego authentication processing (r1868) Reject certs that application does not like (r1794) Fix possible endless loop in serf_linebuf_fetch() (r1816) Windows build: dereference INTDIR in serf.mak (r1882) PR: ports/179274 Submitted by: Pedro Giffuni <giffunip@tutopia.com>
* - Fix leftover files [1]madpilot2013-06-122-19/+717
| | | | | | | - Convert port to use static plist - While here, convert port to use WWWDIR Reported by: miwi (exp-run) [1]
* Update to new upstream release 1.11.10, fixing abort() when runningmandree2013-06-122-3/+3
| | | | fetchnews in verbose mode.
* Add missing build depend on python. I removed the run dependency toobrooks2013-06-121-0/+1
| | | | | | firmaly. Submitted by: bdrewery
* Respect CXXFLAGS when linking.rakuco2013-06-122-1/+27
| | | | | | | | | | | | | hunspell's configure script seems to have been generated with a very old version of libtool. Specifically, it does not uses CFLAGS instead of CXXFLAGS when performing some tests related to the C++ compiler. This ends up making it add '-lstdc++' to the linker's command line even if one sets CXXFLAGS to -stdlib=libc++. The attached patch fixes the problem by "backporting" the appropriate libtool.m4 change to the configure script. PR: ports/178696 Approved by: maintainer timeout (office@, 28 days)
* Update to 1.3.rakuco2013-06-123-3/+242
| | | | | PR: ports/177958 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
* - update to 4.20rm2013-06-123-3/+4
|
* - update to 0.4.11rm2013-06-123-12/+61
|
* Update to 1.376.rakuco2013-06-122-3/+3
| | | | | | | | Mostly this includes locale support for spelling and detection of more misspelled words. PR: ports/179498 Submitted by: Warren Block <wblock@FreeBSD.org> (maintainer)
* Add a patch to stop crashing on amd64.rakuco2013-06-122-1/+16
| | | | | PR: ports/179179 Submitted by: David Wolfskill <david@catwhisker.org> (maintainer)
* Fix MAN8 leftover.rakuco2013-06-121-1/+2
| | | | | | PR: ports/179492 Submitted by: Anes Mukhametov <anes@anes.su> Approved by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
* - Document vulnerabilities in www/owncloudculot2013-06-121-0/+62
| | | | | Security: d7a43ee6-d2d5-11e2-9894-002590082ac6 Obtained from: http://owncloud.org/about/security/advisories/
* . fix build with clang (CFLAGS+=-Wno-return-type);bsam2013-06-122-14/+12
| | | | | | | | | . trim Makefile headers; . NOPORTDOCS -> PORT_OPTIONS:MDOCS; . get use PLIST_FILES and PORTDOCS; . remove pkg-plist (4 lines); . ${PREFIX}/share/doc/spellcast -> ${DOCSDIR}; . use one install command instead of a .for loop.
* . fix build with clang (CFLAGS+=-Wno-return-type);bsam2013-06-121-5/+3
| | | | . trim Makefile headers.
* . fix build with clang (CFLAGS+=-Wno-return-type);bsam2013-06-121-6/+4
| | | | | . trim Makefile headers; . remove the indefinite article from COMMENT.
* Fix build with clang (CFLAGS+=-Wno-return-type).bsam2013-06-121-0/+1
|
* Fix perl paths to LOCALBASE with shebangfix, manualy fix sh scripts withkwm2013-06-121-4/+11
| | | | | s,/bin/bash,/bin/sh,. Trim Makefile header.
* - Update to 5.0.7culot2013-06-122-3/+3
| | | | | | | | | | | | Changes: http://owncloud.org/changelog/ Security: oC-SA-2013-[019-028] Security: CVE-2013-[2039-2045,2047-2048,2085-2086,2089,2149-2150] PR: ports/178628 PR: ports/179494 Submitted by: Loic Blot <loic.blot@unix-experience.fr> Approved by: kevlo@ (maintainer, timeout)
* . fix build with clang;bsam2013-06-122-7/+12
| | | | | | . trim Makefile headers; . remove the indefinite article from COMMENT; . use WRKSRC_SUBDIR instead of WRKSRC.
* Unmark as BROKEN after r320633.rakuco2013-06-121-2/+0
| | | | | | | | The checksum mismatch was caused by a mirror returning a file it should not. Kudos to John Marino <draco@marino.st> for bringing this up. PR: ports/179432
* Switch to using FTP for the ftp.ntu.edu.tw kernel.org mirror.rakuco2013-06-121-1/+1
| | | | | | | | | | The HTTP counterpart does not return correct HTTP error codes when, for example, a file is not found, which causes checksum errors as described in ports/179432. The FTP mirror seems to behave as expected. Kudos to John Marino <draco@marino.st> for bringing this up. PR: ports/179432
* . fix build with clang;bsam2013-06-122-8/+8
| | | | . trim Makefile headers.
* Update to 2l.rakuco2013-06-122-3/+3
| | | | | PR: ports/179032 Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer)
* Steven has graciously agreed to take over the Ganglia ports.brooks2013-06-122-7/+2
|
* - Update to 1.9.0. [1]rakuco2013-06-123-4/+5
| | | | | | | | - Properly replace %%DSV_TOOLS%% when the SSL option is not selected. So was not being replaced at all. PR: ports/177739 [1] Submitted by: klm <klm@uidzero.org> (maintainer)
* Add ports of clang and LLVM 3.3.rc3. Unlike previous ports thesebrooks2013-06-1218-0/+2084
| | | | | | | | install primarily in ${PREFIX}/llvm33 with wrapper scripts in ${PREFIX}/bin named clang33, llc33, etc. In an additional change, the clang static analyzer's python wrapper and web bits are not installed.
* Update to 4.8S.5.rakuco2013-06-125-65/+10
| | | | | PR: ports/179474 Submitted by: Kalten <kalten@gmx.at> (maintainer)
* Update to 6.1.5.rakuco2013-06-123-7/+4
| | | | | PR: ports/179472 Submitted by: Tim Čas <ports@stdrand.com> (maintainer)
* - Update tcpflow to 1.4.0b1antoine2013-06-124-56/+33
| | | | | | | - Trim Makefile header - Maintain - Add LICENSE and install DOCS - Update pkg-descr
* - Update to 0.6.1wg2013-06-123-6/+7
| | | | | | | | | Changes: http://redmine.yorba.org/projects/gexiv2/repository/revisions/master/entry/NEWS PR: ports/178012 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout)
* Update to 3.7.50.rakuco2013-06-122-3/+3
| | | | | PR: ports/179467 Submitted by: Danilo Egêa Gondolfo <danilogondolfo@gmail.com> (maintainer)
* - add rc.d scriptrm2013-06-123-0/+135
| | | | | | | | | | | | | - add the patch that fixes posix_fadvise64 linuxism: swift tries to call posix_fadvise64, which does not exists on FreeBSD and does not needed because off_t is 8 bytes on both 32 and 64-bit platforms, so posix_fadvise should be called instead. This has been reported upstream (#1179268) but there is no reaction so far. - bump PORTREVISION PR: 178738 Submitted by: trociny Approved by: maintainer timeout (3 weeks)
* ECDSA cryptographic signature library (pure python).rm2013-06-125-0/+58
| | | | | | | WWW: http://github.com/warner/python-ecdsa PR: 179448 Submitted by: Neil Booth Neil Booth <kyuupichan@gmail.com>
* Implementation of AES in pure Python.rm2013-06-124-0/+31
| | | | | | | | | | | As such it will be slow (hence the project name) but still useful when faster ones are not available (for example, for JavaScript clients in browsers, and Python servers on Google App Engine). WWW: https://code.google.com/p/slowaes/ PR: 179447 Submitted by: Neil Booth <kyuupichan@gmail.com>
* - trim Makefile header (other changes from PR were committed independently)rm2013-06-122-7/+3
| | | | | | | | | while here: - whitespace fix in pkg-descr - change USE_PYTHON to just ``yes'' (we haven't python's lt 2.6 in the tree) PR: 179419 Submitted by: Michael Gmelin <freebsd@grem.de>
* - Update to 2.5.7wg2013-06-123-7/+10
| | | | | | | | - Take maintainership PR: ports/179014 Submitted by: wg (myself) Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout)
* Apply some upstream patches to fix the build with recent versions of miniupnpc.rakuco2013-06-124-3/+166
| | | | | | | While here, convert from NOPORTDOCS to the OptionsNG variant. PR: ports/177987 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
* - Update to 18.6miwi2013-06-123-5/+4
|
* - Update to 2.0.16miwi2013-06-122-3/+3
|
* - Update to 1.9miwi2013-06-122-3/+3
|
* - Update to 2.6.6.1miwi2013-06-122-3/+3
|
* - Update to 0.4.1.0miwi2013-06-123-26/+44
|
* - Update to 1.5.2miwi2013-06-122-3/+3
|
* - Fix plistmiwi2013-06-121-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* Fix build with clang (CPPFLAGS+=-Wno-return-type).bsam2013-06-121-1/+1
|
* - Update to 0.003 [1]culot2013-06-122-9/+6
| | | | | | | | - Trim Makefile's header Changes: http://search.cpan.org/dist/Sub-Exporter-GlobExporter/Changes PR: ports/179476 [1] Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> (maintainer)
* . fix build with clang (CFLAGS+=-Wno-return-type);bsam2013-06-112-7/+15
| | | | | | | . remove ~80 warnings (CFLAGS+=-Wno-pointer-sign); . trim Makefile headers; . remove the indefinite article from COMMENT; . adopt WRKSRC_SUBDIR instead WRKSRC.
* Python module for building and describing deterministic finite-state automata.skreuzer2013-06-115-0/+31
| | | | WWW: http://code.google.com/p/python-fsm/
* Switch from the bundled tinyxml2 to the new textproc/tinyxml2 portbf2013-06-111-5/+6
|
* - Fix i18 manpagesmiwi2013-06-112-1/+17
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix i18n manpagesmiwi2013-06-111-0/+4
|
* Revert r320549: it fixed plist at 10.x but broke it at 9.x and 8.x. Weird. ↵bsam2013-06-111-0/+1
| | | | Investigating...
* - Fix buildmiwi2013-06-111-5/+2
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-0/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix i18n manpagesmiwi2013-06-111-0/+3
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-112-6/+1
| | | | | | - Trim header Reported by: pkg (DEVELOPER_MODE)
* - Fix i18n manpagesmiwi2013-06-111-0/+12
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix i18n manpagesmiwi2013-06-111-0/+2
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-1/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-0/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-7/+2
| | | | | | - Trim header Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-2/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-112-2/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-112-6/+1
| | | | | | - Trim header Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-2/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-112-6/+1
| | | | | | - Trim header Reported by: pkg (DEVELOPER_MODE)
* - Update to 2.006 [1]culot2013-06-112-13/+11
| | | | | | | | - Trim Makefile's header Changes: http://search.cpan.org/dist/Log-Dispatchouli/Changes PR: ports/179475 [1] Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> (maintainer)
* - Fix buildmiwi2013-06-111-6/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-4/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-112-6/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-2/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Correct plistmiwi2013-06-112-5/+2
| | | | | | - Trim header Reported by: pkg (DEVELOPER_MODE)
* - Remove uneeded plistmiwi2013-06-111-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-112-8/+1
| | | | | | - Remove 7.X gruft Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-2/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-2/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-2/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* Fix buildmiwi2013-06-111-4/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Trim headermiwi2013-06-112-6/+1
| | | | | | - Fix build Reported by: pkg (DEVELOPER_MODE)
* - Trim headermiwi2013-06-112-6/+1
| | | | | | - Fix build Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-112-6/+1
| | | | | | - Trim header Reported by: pkg (DEVELOPER_MODE)
* Fix PORTSCOUT entry. Upstream has died and 1.2.16bdrewery2013-06-111-1/+1
| | | | does not build and is not released.
* - Add WWW linkculot2013-06-111-0/+2
| | | | | PR: ports/179463 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
* Tell portscout to skip -reference ports. They are slave ports to begin with.kwm2013-06-111-0/+2
|
* - Update to 0.8.9 [1]culot2013-06-115-15/+40
| | | | | | | | | - Make additional documentation installation conditional (note: run-rootless.txt not installed as not relevant for FreeBSD) Changes: https://raw.github.com/fail2ban/fail2ban/master/ChangeLog PR: ports/179426 [1] Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
* - Update to 2.12.17sunpoet2013-06-111-2/+2
| | | | | | - Add LICENSE Changes: http://tools.ietf.org/tools/idnits/changelog
* Do not install locale.alias filegarga2013-06-112-0/+23
|
* Add tinyxml2 20130520, small C++ XML Parser.bf2013-06-114-0/+59
|
* - Fix pkg-plist for pkgng [1]ak2013-06-112-3/+1
| | | | | | | - Remove indefinite article from COMMENT PR: ports/179453 [1] Submitted by: John Marino <draco@marino.st>
* Fix build on -CURRENT by using USE_GCC=anyehaupt2013-06-111-0/+1
|
* Fix build on -CURRENTehaupt2013-06-111-1/+3
|
* - Update to 1.0.13bdrewery2013-06-113-30/+3
| | | | | | | | | | | | | | | Changes: - Add pkg -N to detect if pkgng is installed and activated. See pkg(8) for usage as this is not completely safe for 9.1's bootstrapper. - Update manpages with examples - Fix crash in shlib handling (was already in port) - Fix shlibs scanning over NFS - Update to new repository/upstream URL at http://github.com/freebsd/pkg With hat: portmgr
* Update to 0.6.5.2jhay2013-06-113-7/+13
|
* www/py-djangotoolbox: Fix unfetchable distfile, revert to pypi releasekoobs2013-06-113-12/+8
| | | | | | | | | | | | - Revert to latest CHEESESHOP (pypi) release, same version - Bump PORTREVISION - Update RUN_DEPENDS to use package name, rather than files - Remove unecessary DISTNAME, USE_ZIP, FETCH_ARGS and WRKSRC overrides - pkg-descr: Add missing WWW: prefix PR: ports/178008 Submitted by: John Marino <dragonflybsd@marino.st> Approved by: maintainer timeout (6 weeks)
* - Replace BROKEN with IGNORE, which is more appropriate here [1]madpilot2013-06-112-2/+2
| | | | | | | - While here also use space in place of tab in pkg-descr WWW line Reported by: eadler [1] Approved by: manuel.creach@me.com (maintainer, via email)
* - Add USE_GITHUB instead of manual fetchwg2013-06-111-15/+6
| | | | | | - Trim Makefile header Approved by: culot / jpaetzel (mentors, implicit), maintainer (via email)
* - Update to 2.17.20gahr2013-06-112-3/+3
|
* Try to remove the directory used by the port (fix build at 10.x).bsam2013-06-111-0/+1
|
* Do not try to remove other port directory (fix build at 10.x).bsam2013-06-111-1/+0
|
* Update to 1.119.tobez2013-06-112-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-Address-Ethernet/Changes
* Update to 1.30.tobez2013-06-112-8/+4
| | | | Changes: http://search.cpan.org/dist/Text-CSV/Changes
* tradcpp is a traditional (K&R-style) preprocessor.bapt2013-06-117-0/+119
| | | | | | | | | It has the particular property that it doesn't (for the most part) trash whitespace, so it can be used on makefiles. This is only release 0.1; it is missing some features and doubtless has quite a few bugs, but it's capable of building at least some packages when used with imake.
* Remove expired ports:rene2013-06-119-111/+2
| | | | | 2013-06-11 mail/claws-mail-gtkhtml2_viewer: No longer maintained, please use mail/claws-mail-fancy instead 2013-06-11 mail/claws-mail-cachesaver: No longer maintained by Claws Mail team
* Deprecate print/lyx16 and expire it in 1 month.rakuco2013-06-111-0/+3
| | | | | | | | | The final release of the 1.6 series was made around 2 years ago, and the 2.x series should be stable enough now. Concretely, this port probably has problems building with clang, and there isn't much point in keeping it around with duct tape just for the sake of it.
* Add PORTSCOUT macro's to prevent from picking up development versions.kwm2013-06-112-0/+4
|
* - Add dependency on pkgconfigsbz2013-06-111-0/+1
| | | | Reported by: mat
* Add patch to fix compilation with clangarved2013-06-111-0/+11
|
* Add Oracle Berkeley DB 6.0.mandree2013-06-116-1/+223
| | | | | | | | | Simplify installation over previous versions. License change to Affero GNU General Public License v3 (AGPL v3). Announcement: https://oss.oracle.com/pipermail/bdb/2013-June/000056.html ChangeLog: http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html
* - Remove custom option descriptionsak2013-06-111-10/+3
| | | | | | | - Remove USE_GNOME=desktopfileutils because port's desktop file doesn't contain MimeType Approved by: Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
* Remove trailng spaces -- fix mtree at 10.x (pkgng is more strict here).bsam2013-06-111-1/+1
|
* Update to 0.6.38 and create a missing RUBY_ELISPDIR.knu2013-06-112-1/+3
|
* Update to 0.6.38.knu2013-06-112-4/+4
|
* - update to 0.02lth2013-06-112-8/+3
|
* Update WWW address in pkg-descrmm2013-06-111-1/+1
| | | | | PR: ports/176577 Submitted by: Kevin Zheng <kevinz5000@gmail.com>
* - update to 0.9034lth2013-06-113-3/+8
|
* - update to 4.8lth2013-06-112-3/+3
|
* - update to 2.1.0jgh2013-06-112-3/+9
| | | | | | - standardize installations in favor of copy Changes: http://f1lt.pl/index.php?id=5
* - fix negative int bugdinoex2013-06-112-1/+16
| | | | | | | | - take maintainership PR: 169283 Submitted by: dinoex Approved by: flz Obtained from: http://sourceforge.net/tracker/?func=detail&aid=3159066&group_id=202532&atid=981959
* - Remove unnecesary patchsumikawa2013-06-113-14/+3
| | | | - Fix @exec/@unexec on pkg-plist
* - Update to r250249.kuriyama2013-06-115-17/+28
| | | | - Backport fix for if_vtnet with qemu-1.5.0 (kern/178955).
* - Fix buildmiwi2013-06-112-6/+1
| | | | | | - Trim header Reported by: pkg (DEVELOPER_MODE)
* - Fix Buildmiwi2013-06-111-3/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* Fix buildmiwi2013-06-111-4/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-112-11/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* Fix buildmiwi2013-06-111-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-112-7/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-1/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Update to 1.0tabthorpe2013-06-113-12/+11
| | | | | PR: ports/177714 Submitted by: Jason Bacon <jwbacon tds.net> (maintainer)
* - Mark DEPRECATED by security/py-cracklib after r320515 commitsbz2013-06-111-5/+4
|
* - Fix pkgconfigmiwi2013-06-112-1/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Unbreak buildmiwi2013-06-111-2/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Update to 2.9.0sbz2013-06-118-96/+70
| | | | | | | | | - Update pkg-descr - Update WWW - Remove PYTHON OPTION in security/cracklib and made security/py-cracklib a python slave port Reviewed by: crees Approved by: sbz (myself)
* Upgrade to 0.19.sumikawa2013-06-112-4/+3
|
* - Trim headermiwi2013-06-111-5/+1
|
* + Fix fallout from optionsNG conversion (discussed with bapt@):mandree2013-06-112-12/+35
| | | | | | | | | | | | | | | | | - MUTT_FLOCK vs. CONFIGURE_ARGS logic was inverted. - MUTT_ICONV was mistyped as MITT_ICONV so that the check was defective. + While here, make SLANG/NCURSES a radio group for clarity (these two options are optional and mutually exclusive). + Add a patch to send the proper length in an IMAP APPEND command; a size_t argument was printed with %d, which failed where sizeof(int) != sizeof(size_t), i. e. on 64-bit systems, or when the value was in ]INT_MAX; UINT_MAX] (2^31 or beyond). We now use %lu and cast the argument to unsigned long. Bump PORTREVISION. + Shorten COMMENT to avoid its truncation in pkg_info output.
* - Unbreak build on HEADmiwi2013-06-111-4/+0
|
* Update to new upstream version 1.11.9.mandree2013-06-112-4/+3
| | | | ChangeLog: http://www.leafnode.org/NEWS.txt
* librest is a library that was designed to make it easier to access RESTfulwg2013-06-115-0/+110
| | | | | | | | | | | | | | web services. It comprises of two parts: the first aims to make it easier to make requests by providing a wrapper around libsoup, the second aids with XML parsing by wrapping libxml2. WWW: https://live.gnome.org/Librest PR: ports/178013 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Approved by: culot (mentor)
* Add NO_LATEST_LINK in case of pkg-devel being the default pkgbapt2013-06-111-0/+1
|
* Fix LATEST_LINK without pkgngbapt2013-06-111-1/+2
|
* - update to 3.8.2jgh2013-06-112-4/+4
|
* Update to 2.4.13madpilot2013-06-114-19/+4
| | | | Approved by: kwm (gnome)
* Update to the 20130609 snapshot of GCC 4.9.0.gerald2013-06-113-90/+3
| | | | | This addresses the libitm/ build issue via an upstream of mine, so we can remove the local patch.
* - Update to 3.1.11zi2013-06-112-3/+3
|
* - Add dependency on pkgconfig to fix the failing build on 10-CURRENTashish2013-06-111-0/+1
| | | | Reported by: miwi
* - Update to 2.8gblach2013-06-114-6/+145
| | | | Approved by: tabthorpe (mentor)
* Update to 1.2200.mat2013-06-112-3/+3
|
* Update to 0.97.mat2013-06-112-4/+4
|
* Update to 1.89.8.mat2013-06-112-3/+3
|
* Update to 0.60.mat2013-06-113-10/+6
| | | | make portlint happy.
* Update to 1.0107.mat2013-06-112-3/+3
|
* Update to 0.33.mat2013-06-112-4/+3
| | | | Make portlint happy.
* Update to 1.020.mat2013-06-113-9/+5
|
* Update to 0.571.mat2013-06-112-3/+3
|
* Update to 0.13.mat2013-06-112-4/+4
|
* Update to 1.60.mat2013-06-112-3/+3
|
* Update to 2.9.3 for minor bug fixes.naddy2013-06-102-3/+4
|
* Update to 2.4.4 release.ale2013-06-103-5/+5
|
* - Update to 0.36jadawin2013-06-102-8/+4
|
* - Update to 0.15jadawin2013-06-102-4/+3
| | | | - Changelog: http://cpansearch.perl.org/src/DPAVLIN/Fuse-0.15/Changes
* Update to 5.6.12 release.ale2013-06-104-23/+12
|
* Update to 0.751.mat2013-06-103-39/+85
|
* - Fix pkg-plistak2013-06-102-38/+5
| | | | | | | | - Switch to PORTDOCS PR: ports/178777 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Approved by: maintainer timeout (20 days)
* Avoid corrupting the manifest when bmake is run with -dl argumentsbapt2013-06-101-2/+1
| | | | Reported and tested by: vsevolod
* - Update to 1.42jadawin2013-06-102-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/BORISZ/Geo-IP-1.42/Changes
* Remove expired port:rene2013-06-1038-9064/+1
| | | | 2013-03-05 devel/linuxthreads: Broken for more than 6 month
* - Bump PORTREVISIONwg2013-06-101-0/+1
| | | | | | PR: ports/179454 Submitted by: Oleg A. Mamontov <oleg@mamontov.net> Approved by: culot / jpaetzel (mentors, implicit), maintainer
* Update to 0.14.mat2013-06-102-11/+8
|
* - Update to 2.4.1 [1]wg2013-06-104-27/+227
| | | | | | | | | | - Update pkg-message Changes: http://docs.django-cms.org/en/2.4.0/upgrade/2.4.html PR: ports/178988 [1] Submitted by: Melvyn Sopacua <melvyn@magemana.nl> Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout)
* - Update to 1.017jadawin2013-06-102-8/+4
| | | | - Changelog: http://cpansearch.perl.org/src/KWILLIAMS/Math-BaseCalc-1.017/Changes
* - Unbreak on amd64gahr2013-06-101-1/+1
|
* Simplify the creation of the options part of the pkgng manifestbapt2013-06-101-41/+1
|
* Update to 7.0.2 release.ale2013-06-102-3/+5
|
* - Remove trailing period from DEPRECATED linegahr2013-06-103-3/+3
|
* - Deprecate lang/q and it's modules. As stated on the project's website, Q isgahr2013-06-103-0/+9
| | | | | no longer supported, and users are advised to use lang/pure instead. Expiration date in two months.
* Update to 5.1.70 release.ale2013-06-102-13/+4
| | | | | | | Remove LINUXTHREADS option. [1] PR: ports/179352 Submitted by: rene
* - Update to 0.5.6.vsevolod2013-06-102-3/+3
|
* Fix build after audio/flac 1.3.0 update.naddy2013-06-101-0/+13
| | | | | PR: 179449 Submitted by: Arrigo Marchiori <ardovm@yahoo.it> (fix)
* - Update to 1.8.6.3gabor2013-06-102-5/+8
| | | | | Submitted by: Oleg Moskalenko <mom040267@gmail.com> (maintainer, via private mail)
* Update to 3.0.1-RC1 release.ale2013-06-102-6/+5
|
* - Fix buildaz2013-06-102-9/+21
| | | | | | | | - Trim Makefile - NOPORTDOCS -> PORT_OPTIONS:MDOCS PR: ports/179439 Submitted by: John Marino <draco@marino.st>
* databases/py-umemcache: Update to 1.6.3koobs2013-06-103-4/+4
| | | | | - Update to 1.6.3 - pkg-descr: Tab->space in WWW
* Simplify compiler name and version gathering code.danfe2013-06-101-6/+5
|
* - Unbreak the build against Clangdanfe2013-06-103-5/+48
| | | | | | - Update WWW line in port description Reported by: miwi
* Chase audio/flac 1.3.0 update in gstreamer.naddy2013-06-103-3/+3
| | | | Submitted by: Barbara Guida <barbara.freebsd@gmail.com>
* Update to 1.08.tobez2013-06-102-3/+3
| | | | Changes: http://search.cpan.org/dist/Params-Validate/Changes
* Update to 1.55.tobez2013-06-102-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-SSLeay/Changes
* Update to 0.56(00).tobez2013-06-103-3/+5
| | | | Changes: http://search.cpan.org/dist/perl-ldap/Changes
* Update to 1.118.tobez2013-06-102-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-Address-Ethernet/Changes
* Deprecate: no more depended on, no more supported upstreambapt2013-06-101-5/+4
| | | | Approved by: gnome (kwm)
* Update to 0.806(0).tobez2013-06-102-3/+3
| | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes
* Update to 0.09.tobez2013-06-102-8/+4
| | | | Changes: http://search.cpan.org/dist/Statistics-Contingency/Changes
* Update to 1.39.tobez2013-06-103-9/+6
| | | | Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
* Add some more comment to explain how SHEBANG_FILES worksbapt2013-06-101-0/+4
| | | | Requested by: kwm (gnome)
* Mark as deprecated, it has been broken for a while nowbapt2013-06-101-5/+4
| | | | Approved by: pav (maintainer)
* Update to version 4.5.12.bsam2013-06-105-9/+9
|
* Yet more factorisationbapt2013-06-101-11/+4
|
* Factorise codebapt2013-06-101-30/+10
|
* Remove expired port:rene2013-06-106-244/+1
| | | | 2013-06-10 devel/gprbuild-aux: Deprecated in favour of devel/gprbuild
* Update to 2.10.2 release.ale2013-06-102-3/+3
|
* Append per arch defaults directly to OPTIONS_DEFAULT. Duplicatestijl2013-06-101-5/+1
| | | | are eliminated later.
* Exclude options directly from OPTIONS_DEFINE and set ALL_OPTIONStijl2013-06-101-21/+6
| | | | | | later. This simplifies the NO_OPTIONS_SORT case. Approved by: bapt
* This should not have been in eitherbapt2013-06-101-27/+0
|
* Partial revert of r320440 some things has been committed that shouldn't have yetbapt2013-06-102-44/+28
|
* Add patch that resolves the issue, found after r250991 in src HEAD.rm2013-06-106-0/+33
| | | | | | | | | | | | | | | Investigation and the patch are from Marcel Moolenaar. I also added upstream bug-report, based on Marcel's info: http://bugs.python.org/issue18178 There also was relevant discussion on current@: http://lists.freebsd.org/pipermail/freebsd-current/2013-June/ Please see there for details of the issue. Submitted by: marcel (python@ ML) Reported by: many
* databases/gnats4: Fix build failure on FreeBSD 10vd2013-06-101-0/+12
| | | | | | | | | | | | | | | | gnats/gnats.h contains its own prototypes of asprintf() and vasprintf() which conflict with the system ones: In file included from edit.c:21: ./gnats.h:140:12: error: conflicting types for 'asprintf' extern int asprintf (char **buf, const char *fmt, ...); ^ /usr/include/stdio.h:396:6: note: previous declaration is here int asprintf(char **, const char *, ...) __printflike(2, 3); Just remove the prototypes from gnats.h. Reported by: miwi@
* Removed useless quotesbapt2013-06-103-4/+47
|
* Update description, removing a note that has no meaning anymorebapt2013-06-101-4/+0
| | | | Reported by: Adam Vande More <amvandemore@gmail.com>
* Testing COMPLETE_OPTIONS_LIST is enought to determine if there is options to ↵bapt2013-06-101-1/+1
| | | | print
* Factorize pre-configbapt2013-06-101-28/+8
|
* Factorise make pretty-print-config codebapt2013-06-101-44/+19
|
* Show options group descriptions in make showconfig,bapt2013-06-101-56/+18
| | | | While here, factorize code
* Turn this 30-year old code to use GCC.joerg2013-06-101-4/+3
| | | | Strip old Makefile headers.
* Update zpaq to 6.31bf2013-06-102-4/+4
|
* - Update to 4.10.2-2614cs2013-06-103-10/+11
| | | | | | | | - Fix patch for MAN page install - USE_GCC PR: ports/178656 Submitted by: Takeshi MUTOH <mutoh@openedu.org>
* - Update to 0.4swills2013-06-103-4/+21
| | | | | PR: ports/179368 Submitted by: Mark Felder <feld@feld.me> (maintainer)
* www/py-bleach: Update to 1.2.2koobs2013-06-103-7/+17
| | | | | | | | | | | - Update to 1.2.2 - Pin html5lib version in RUN_DEPENDS - Make regression-test target use test command - Patch setup.py: Add test_suite integration (and report upstream) Changes: - Pin html5lib to version 0.95 for now due to major API break.
* - Update to 3.0.1swills2013-06-102-3/+3
|
* RDtool converts RD to HTML, man, etc.swills2013-06-105-0/+36
| | | | | | | | | | | RD is a multipurpose documentation format created for documentating Ruby and output of Ruby world. Briefly, RD is to Ruby as POD is to Perl. WWW: https://github.com/uwabami/rdtool PR: ports/173375 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
* RT is a simple and human-readable table format.swills2013-06-104-0/+28
| | | | | | | | | | | | | | RTtool is a converter from RT into various formats. RT can be incorporated into RD. At this time, RTtool can convert RT into HTML and plain text. To convert into plain text, you need w3m. WWW: http://www.rubyist.net/~rubikitch/computer/rttool/index.en.html WWW: http://rubygems.org/gems/rttool PR: ports/173381 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
* www/py-requests-oauthlib: Update to 0.3.2koobs2013-06-102-6/+6
| | | | | | | | | | - Update to 0.3.2 - Update pkg-plist - Bump RUN_DEPENDS version for oauthlib (and report upstream) Changes: https://github.com/requests/requests-oauthlib/commits/v0.3.2
* security/py-oauthlib: Update to 0.4.2koobs2013-06-103-36/+82
| | | | | | | | | | - Update to 0.4.2 - Update pkg-plist Changes: - 0.4.2: OAuth 2 draft to RFC. Removed OAuth 2 framework decorators. - 0.4.1: Documentation corrections and various small code fixes.
* 'HikiDoc' is a text-to-HTML conversion tool for web writers. HikiDocswills2013-06-104-0/+27
| | | | | | | | | | allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid HTML (or XHTML). WWW: http://rubyforge.org/projects/hikidoc/ PR: ports/173380 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
* - Update to 1.0.1 [1]bdrewery2013-06-105-61/+48
| | | | | | | | | | | | | | | - Updates to 0.12.4, 0.12.5 and 1.0.0 were submitted but superceded by 1.0.1 [2][3][4] PR: ports/177382 [1] Submitted by: William Grzybowski <william88@gmail.com> [1] Approved by: maintainer timeout (8 months) PR: ports/173119 [2] Submitted by: Gea-Suan Lin <gslin@gslin.org> [2] PR: ports/175697 [3] Submitted by: Dmitry <dmitry2006@yandex.ru> [3] PR: ports/173393 [4] Submitted by: Rustem Alimov <rustem.alimov@gmail.com> [4]
* - Sanitize port option name and descriptiondanfe2013-06-101-8/+8
| | | | | | | - Trim the article from COMMENT, sort the knobs Discussed with: wen (on May 12th) Approved by: timeout from everyone involved
* - Update to 1.0.3swills2013-06-102-13/+13
|