Sunpoet Po-Chuan Hsieh
3e312c607f
- Update to 1.2.18
...
- Use USES=libtool
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.18
2014-06-23 17:43:56 +00:00
Sunpoet Po-Chuan Hsieh
e9293e429d
- Update to 1.2.18.0
...
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.18
http://search.cpan.org/dist/Search-Xapian/Changes
2014-06-23 17:43:50 +00:00
Sunpoet Po-Chuan Hsieh
5623f8bc56
- Update to 1.2.18
...
- Use USES=libtool
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.18
2014-06-23 17:43:46 +00:00
Sunpoet Po-Chuan Hsieh
8d59530723
- Update to 1.2.18
...
- Use USES=libtool
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.18
2014-06-23 17:43:41 +00:00
Sunpoet Po-Chuan Hsieh
950c584092
- Update to 5.021001
...
Changes: http://search.cpan.org/dist/Module-CoreList/Changes
2014-06-23 17:42:33 +00:00
Sunpoet Po-Chuan Hsieh
75fb067913
- Update to 0.9.18
...
Changes: https://bitbucket.org/luciad/libgpkg/src/default/ChangeLog
2014-06-23 17:42:05 +00:00
Sunpoet Po-Chuan Hsieh
eab40a1bf8
- Update to 0.08120
...
Changes: http://search.cpan.org/dist/PkgConfig/Changes
2014-06-23 17:42:00 +00:00
Sunpoet Po-Chuan Hsieh
4e40bf8077
- Update to 7.4.334
...
Changes: https://code.google.com/p/vim/source/list
2014-06-23 17:41:56 +00:00
Sunpoet Po-Chuan Hsieh
d142f1bb5e
- Fix PLIST
...
- Bump PORTREVISION for package change
Reported by: swills
2014-06-23 17:41:50 +00:00
Sunpoet Po-Chuan Hsieh
fb22bbbf38
- Update to 20140620
...
Changes: http://people.FreeBSD.org/~sunpoet/pciids-20140620.diff
2014-06-23 17:41:46 +00:00
Raphael Kubo da Costa
eb3241498c
- Use the more standard DOCS option instead of HTMLDOCS.
...
- Set PYTHON_CONCURRENT_INSTALL and do not manually set DOCSDIR so that
multiple versions can be installed concurrently.
PR: 191267
Submitted by: rakuco
Approved by: koobs (the actual maintainer :-)
2014-06-23 17:20:08 +00:00
Daniel Eischen
6666951b0a
Make portlint -C complain a lot less. Strip installed binaries.
2014-06-23 16:48:53 +00:00
William Grzybowski
e92f217789
devel/py-babelfish: update to 0.5.3
2014-06-23 15:59:13 +00:00
William Grzybowski
ada78a46d2
devel/py-flake8: update to 2.2.0
2014-06-23 15:58:10 +00:00
Rene Ladan
f4a1d7ce2f
Update to 1.1.1, which fixes the build with perl 5.20
...
Submitted by: maintainer via private mail
2014-06-23 15:52:08 +00:00
Koop Mast
2e8cc080a2
Update to 0.4.21.
...
Remove some libtool patches that don't make sense anymore with use
USES=libtool handling.
2014-06-23 15:42:04 +00:00
Alex Dupre
29edc8f0ad
Update to 2.6.3 release.
2014-06-23 15:37:45 +00:00
Vanilla I. Shu
5d40ea85c6
Stagify.
...
Approved by: portmgr@
2014-06-23 15:07:02 +00:00
Vanilla I. Shu
fff0f9fbe5
Stagify.
...
Approved by: portmgr@
2014-06-23 14:59:52 +00:00
Alexey Dokuchaev
3e4a131b3b
- BROKEN statement in r358925 is misleading: it seem that Boost is the one
...
to blame: in v1.53 they had the following change in their headers:
- explicit shared_array(T * p = 0): px(p), pn(p, deleter())
+ shared_array() BOOST_NOEXCEPT : px( 0 ), pn()
{
}
+ template<class Y>
+ explicit shared_array( Y * p ): px( p ), pn( p, checked_array_deleter<Y>() )
+ {
+ boost::detail::sp_assert_convertible< Y[], T[] >();
+ }
The solution is pretty simple: use default constructor instead of NULL when
initializing a shared_array; it was the default anyway [1]
- Add missing `pkgconfig' to USES, otherwise it won't find GTK+2
- Cleanup Makefile, sort the knobs, trim USE_GL (glut implies gl and glu)
- Transfer maintainership to games@ team
- Reword COMMENT and port description; add LICENSE (GPLv2) while here
[1] http://www.luxrender.net/mantis/view.php?id=1368
2014-06-23 14:56:15 +00:00
Alex Dupre
0da397f61b
Add EXAMPLES as OPTION.
2014-06-23 14:43:21 +00:00
Stephen Montgomery-Smith
44fda2d4b5
- Update to 1.1.2.
2014-06-23 14:42:13 +00:00
Stephen Montgomery-Smith
deb057b1b5
- Update to 2.6.5.
2014-06-23 14:41:02 +00:00
Vanilla I. Shu
572002b7cd
Stagify, new syntax of LIB_DEPENDS.
...
Approved by: portmgr@
2014-06-23 14:40:57 +00:00
Dmitry Marakasov
fc3ea4ec69
- Switch to USES=libtool
...
Approved by: portmgr blanket
2014-06-23 14:34:08 +00:00
Vanilla I. Shu
bcec6abd1b
Stagify, new syntax of LIB_DEPENDS.
...
Approved by: portmgr@
2014-06-23 14:32:46 +00:00
Vanilla I. Shu
ccd8ee977e
Stagify.
...
Approved by: portmgr
2014-06-23 14:29:07 +00:00
Vanilla I. Shu
d0a564bbfa
Stagify.
...
Approved by: portmgr@
2014-06-23 14:22:55 +00:00
Vanilla I. Shu
63f3372339
Stagify.
...
Approved by: portmgr@
2014-06-23 14:07:23 +00:00
Vanilla I. Shu
b93871df46
1: Stagify.
...
2: switch to USES=libtool, bump version.
Approved by: portmgr@
2014-06-23 13:59:24 +00:00
Vsevolod Stakhov
2ecafe66a4
Update to 1.3.0.b7
...
Changes:
- Save repo type in the annotation.
- Fix packages fetching for reinstallation
- Convert pkg repo from threads to processes (no more pthread dependency)
- Add progress indicators to repo create
- Implement new repo style:
* Add metafile
* Use data from that metafile
* Use advanced manifest digests format
* Implement legacy repos creation
- Fix symlinks checksums (reported by misha @ #pkgng)
- Fix pkg backup -r messages
- Now pkg is able to delete multiple versions of the same package (e.g. when some packages are
merged into one another)
- Fix repo schema upgrade
- Do not try to re-fetch broken packages infinitely
- Fix couple minor bugs and crashes
With hat: pkg@
2014-06-23 13:56:49 +00:00
Vanilla I. Shu
ab7e12a0d8
Stagify.
...
Approved by: portmgr@
2014-06-23 13:53:29 +00:00
Dmitry Marakasov
73624b5a76
- Switch to USES=libtool
...
Approved by: portmgr blanket
2014-06-23 13:52:31 +00:00
Dmitry Marakasov
fa9536fcc6
- Convert USE_BZIP2 to USES
...
- Switch to USES=libtool
Approved by: portmgr blanket
2014-06-23 13:51:52 +00:00
Dmitry Marakasov
ab985fadcb
- Switch to USES=libtool, drop .la files
...
- Fix LIB_DEPEND on ImageMagick
Approved by: portmgr blanket
2014-06-23 13:50:13 +00:00
Dmitry Marakasov
aececc2cd6
- Switch to USES=libtool, drop .la files
...
- Strip libraries
2014-06-23 13:48:42 +00:00
Wen Heping
3f12a72beb
- Repocopy mediawiki122 --> mediawiki123 and update to 1.23.0
2014-06-23 13:48:35 +00:00
Dmitry Marakasov
c422bcec97
- Switch to USES=libtool
...
Approved by: portmgr blanket
2014-06-23 13:47:58 +00:00
Dmitry Marakasov
ef265a4dde
- Switch to USES=libtool, drop .la files
...
Approved by: portmgr blanket
2014-06-23 13:47:16 +00:00
Dmitry Marakasov
622869e534
- Switch devel/google-perftools to USES=libtool, drop .la files
...
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
2014-06-23 13:44:39 +00:00
Dmitry Marakasov
163bf75dba
- Switch to USES=libtool, drop .la files
...
Approved by: portmgr blanket
2014-06-23 13:41:14 +00:00
Vanilla I. Shu
824b733f9e
Stagify.
...
Approved by: portmgr@
2014-06-23 13:38:51 +00:00
Dmitry Marakasov
aefae6bf3a
- Switch to USES=libtool
...
Approved by: portmgr blanket
2014-06-23 13:38:36 +00:00
Dmitry Marakasov
8cf91b8aea
- Use new LIB_DEPENDS syntax
...
- Remove redundant docs plist entries (handled by PORTDOCS=*)
Approved by: portmgr blanket
2014-06-23 13:38:04 +00:00
Vanilla I. Shu
9820631fd6
Stagify.
...
Approved by: portmgr@
2014-06-23 13:35:20 +00:00
Vanilla I. Shu
c30ab0bebf
1: Stagify.
...
2: use @sample on pkg-plist.
Approved by: portmgr@
2014-06-23 13:25:52 +00:00
Vanilla I. Shu
f812d70c1a
remove NO_STAGE.
...
Approved by: portmgr@
2014-06-23 13:22:22 +00:00
Dmitry Marakasov
275c65d7c3
- Switch devel/jansson to libtool, drop .la files
...
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
2014-06-23 13:20:54 +00:00
Wen Heping
f4f27f8673
- Update to 1.19.16
...
- Fix build with php-5.5 by removing APC from OPTIONS_DEFAULT [1]
- Remove the patch which included into upstream now
PR: 191124 [1]
Submitted by: Mark Felder <feld@FreeBSD.org> [1]
2014-06-23 13:18:36 +00:00
Wen Heping
d5ba61c373
- Fix build with php-5.5 by removing APC from OPTIONS_DEFAULT [1]
...
- Mark DEPRECATED
PR: 191124 [1]
Submitted by: Mark Felder <feld@FreeBSD.org> [1]
2014-06-23 13:15:23 +00:00