Commit graph

347104 commits

Author SHA1 Message Date
Dmitry Marakasov
0b795e476d - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-29 09:26:30 +00:00
Tijl Coosemans
aca9bd88e1 Convert to USES=libtool and add INSTALL_TARGET=install-strip 2014-08-29 09:26:21 +00:00
Dmitry Marakasov
d2a2f9223f - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-29 09:26:21 +00:00
Dmitry Marakasov
f8906b7586 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-29 09:26:14 +00:00
Dmitry Marakasov
32c437a6b5 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-29 09:26:07 +00:00
Tijl Coosemans
de6e063637 Add USES=libtool and INSTALL_TARGET=install-strip 2014-08-29 09:25:39 +00:00
Dmitry Marakasov
77a9f5149d - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-29 09:18:13 +00:00
Dmitry Marakasov
74dc278ef8 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-29 09:18:02 +00:00
Dmitry Marakasov
f6473cfc6b - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-29 09:14:41 +00:00
Tijl Coosemans
830170ca91 - Add USES=libtool
- Remove unneeded CFLAGS patch
2014-08-29 09:12:34 +00:00
Tijl Coosemans
4495371dc9 Add USES=libtool and INSTALL_TARGET=install-strip 2014-08-29 09:10:58 +00:00
Tijl Coosemans
1f8864b9bf Add USES=libtool and INSTALL_TARGET=install-strip 2014-08-29 09:09:41 +00:00
Tijl Coosemans
4b6c3b107a - Move BUILD_DEPENDS to the right place
- Replace HAS_CONFIGURE with GNU_CONFIGURE
- Add USES=libtool and INSTALL_TARGET=install-strip
- Replace patch with USES=pathfix
2014-08-29 09:08:46 +00:00
Tijl Coosemans
be22272963 Convert to USES=libtool and INSTALL_TARGET=install-strip 2014-08-29 08:52:45 +00:00
Tijl Coosemans
b33b0aa600 devel/libunistring:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-29 08:24:19 +00:00
Tijl Coosemans
00051c1188 Convert to USES=libtool and INSTALL_TARGET=install-strip 2014-08-29 08:18:05 +00:00
Tijl Coosemans
b7c705c429 Fix plist. This fixes devel/ruby-sdl.
Reported by:	antoine
2014-08-29 08:01:13 +00:00
Kurt Jaeger
ebe20a9e0d New port: databases/cassandra2
Cassandra is a highly scalable, eventually consistent, distributed,
structured key-value store. Cassandra brings together the distributed
systems technologies from Dynamo and the data model from Google's
BigTable. Like Dynamo, Cassandra is eventually consistent. Like
BigTable, Cassandra provides a ColumnFamily-based data model richer
than typical key/value systems.

Cassandra was open sourced by Facebook in 2008, where it was designed
by one of the authors of Amazon's Dynamo. In a lot of ways you can
think of Cassandra as Dynamo 2.0. Cassandra is in production use at
Facebook but is still under heavy development.

WWW: http://cassandra.apache.org/

The previous version is still available as databases/cassandra.

PR:		186056
Submitted by:	admins@perceptyx.com
2014-08-29 07:18:10 +00:00
Antoine Brodin
7561227a14 Allow staging as a regular user and simplify 2014-08-29 06:25:47 +00:00
Antoine Brodin
62034c3035 Unbreak 2014-08-29 05:59:53 +00:00
Jimmy Olgeni
9d99af9d04 Do not forcibly disable SMP in erlc.
SMP used to crash some builds a long time ago, but now it seems safe.
2014-08-29 05:44:02 +00:00
Alexey Dokuchaev
216d9aefb7 - Use EXTRACT_SUFX instead of setting DISTNAME and WRKSRC
- Allow to build optional PyGTK-based GUI (GameConqueror)
- Now because package list can be long, utilize pkg-plist
- Provide better sounding COMMENT; amend port description
2014-08-29 05:29:10 +00:00
Danilo Egea Gondolfo
3267682f49 - Update from 1.40.01 to 1.40.02 2014-08-28 22:34:41 +00:00
Bruce A. Mah
6f296b1f31 Update to iperf3 3.0.7.
Approved by:	mat (mentor)
Sponsored by:	ESnet
2014-08-28 22:07:37 +00:00
Tijl Coosemans
3c880db83d - In www/serf move libssl and libcrypto from Requires.private to
Libs.private in serf-1.pc such that subversion-static can use
  "pkg-config --static" instead of requiring a .la file
- Remove an old libtool patch from devel/subversion

Approved by:	ohauer
2014-08-28 21:37:54 +00:00
Tijl Coosemans
009d225dd5 security/libssh2:
- Convert to USES=libtool and USES=pathfix
- Add INSTALL_TARGET=install-strip
- Only depend on openssl if GCRYPT option is off
- Sanitize libssh2.pc

devel/libvirt:
- Remove workaround for broken libssh2.pc
- Add USES=libtool and bump dependent ports
- Convert to INSTALL_TARGET=install-strip

devel/libvirt-glib:
- Convert to USES=libtool

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-28 21:21:57 +00:00
Grzegorz Blach
f7a672aec5 - Update to 0.5.1 2014-08-28 20:31:21 +00:00
Sean Bruno
c6b05f0a30 Add needed ARM arch definitions to build natively on ARM.
Upstream commit: https://hg.mozilla.org/projects/nspr/rev/1fb699490ea7

Phabric:	https://reviews.freebsd.org/D617
PR:		192773
Reviewed by:	Jan Beich <jbeich@vfemail.net>
Approved by:	bapt
2014-08-28 20:13:23 +00:00
Yen-Ming Lee
3cab5014d0 - fix mapping file search & other prefix issues; look for fonts in LOCALBASE, not PREFIX
PR:		193067
Submitted by:	z7dr6ut7gs@snkmail.com
2014-08-28 19:59:15 +00:00
Tijl Coosemans
6823232ca7 - Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Remove PORTDOCS because all files are empty
2014-08-28 19:53:09 +00:00
Baptiste Daroussin
58d97dbf35 Update to 5.0.6
Only build with multibyte (disabling leads to weird bugs) [1]

Reported by:	adamw [1]
2014-08-28 19:44:35 +00:00
Tijl Coosemans
33af62c573 - Add USES=libtool and INSTALL_TARGET=install-strip
- Use INFO for .info files
2014-08-28 19:29:30 +00:00
Tijl Coosemans
1fb74e5cc7 Add USES=libtool 2014-08-28 19:19:24 +00:00
Thierry Thomas
4199d239fe - Stagify
- Upgrade to 4.3

Changelog at <http://crd-legacy.lbl.gov/~xiaoye/SuperLU/changes.html>.

PR:		ports/193069
Submitted by:	pfg
2014-08-28 19:16:45 +00:00
Cy Schubert
75a4d7c20c Update 4.2.7p466 --> 4.2.7p467 2014-08-28 18:35:09 +00:00
Bartek Rutkowski
3855c5164b devel/libhoard: update 3.8 -> 3.10
- Assign maintainership to uffe@uffe.org
- Add stage support

PR:		192877
Submitted by:	Uffe Jakobsen <uffe@uffe.org>
Reviewed by:	marino (mentor)
Approved by:	mentors (implicit)
2014-08-28 18:32:53 +00:00
Adam Weinberger
7d97cf724a - Fix build on -current
- Use OPTIONS helpers
- shebangfix some perl scripts
- Add missing file to plist
- Don't try to remove directories installed by dependencies
2014-08-28 18:20:28 +00:00
Chris Rees
932f3c64d0 Fix with perl-5.18
PR:		ports/193064
2014-08-28 17:53:39 +00:00
Antoine Brodin
a3715df88a 2014-08-28 devel/rubygem-json146: Old version no longer required by dependencies 2014-08-28 17:40:31 +00:00
Antoine Brodin
aebaae31d3 Deprecate ports broken for more than 6 months
With hat:	portmgr
2014-08-28 17:26:23 +00:00
Tijl Coosemans
c5a851514e - Add USES=libtool and INSTALL_TARGET=install-strip
- Use default LIBTOOLIZE_ARGS
- Disable static plugin
2014-08-28 17:16:18 +00:00
Adam Weinberger
6a795c3eb9 Fix mysql51-client build on current by moving USES+=readline above
bsd.port.pre.mk.
2014-08-28 17:00:02 +00:00
Antoine Brodin
8b47060bc9 Remove bad usage of BROKEN
With hat:	portmgr
2014-08-28 16:57:50 +00:00
Dmitry Marakasov
7f1e443d44 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-08-28 16:57:40 +00:00
Dmitry Marakasov
d7c63888ee - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-08-28 16:57:21 +00:00
Dmitry Marakasov
b6bd30f483 - Complete switch from USE_AUTOTOOLS=libtool
Approved by:	portmgr blanket
2014-08-28 16:56:43 +00:00
Dmitry Marakasov
1ea9f6208d - Switch devel/mcpp to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-08-28 16:56:19 +00:00
Adam Weinberger
997ff591ad Revert previous. It only works on newer make.
I give up.
2014-08-28 16:42:28 +00:00
Sunpoet Po-Chuan Hsieh
c13036de17 - Update USES=python: it works fine with Python 3.x [1]
- Fix shebang [2]
- Bump PORTREVISION for package change

With hat:	python [1]
Reported by:	ohauer [2]
2014-08-28 16:34:35 +00:00
Adam Weinberger
8cedab0e09 The :C modifier doesn't seem to work as described. It seems to behave
exactly the same as :S here.

Build was failing here because it was counting on :C doing the right
thing. Change the regex into a simple string to fix the build.
2014-08-28 16:29:27 +00:00