Commit graph

337067 commits

Author SHA1 Message Date
Dmitry Marakasov
8d940fe2cf - Support staging
Approved by:	portmgr blanket
2014-06-03 01:15:13 +00:00
Dmitry Marakasov
d6bb9fcdae - Support staging
- Use new LIB_DEPENDS syntax
- Fix docs installation
2014-06-03 01:07:28 +00:00
Dmitry Marakasov
93d6f797b6 - Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
- Strip libraries
- Fix docs installation
2014-06-03 01:06:18 +00:00
Dmitry Marakasov
531faede3f - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-03 00:51:21 +00:00
Dmitry Marakasov
3d89d4ff8d - Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files
- Strip libraries
2014-06-03 00:48:07 +00:00
Dmitry Marakasov
ab93e30e46 - Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
- Strip libraries
2014-06-03 00:40:20 +00:00
Dmitry Marakasov
1f9444e0f6 - Add USES=libtool
- Strip binaries
2014-06-03 00:40:13 +00:00
Dmitry Marakasov
9f79db2e8b - Switch to USES=libtool, drop .la files
- Strip libraries
2014-06-03 00:40:11 +00:00
Dmitry Marakasov
b5f00622b3 - Drop .la file
- Strip binaries
2014-06-03 00:40:01 +00:00
Dmitry Marakasov
677d4b17bd - Switch to USES=libtool, drop .la files
- Strip libraries
2014-06-03 00:39:59 +00:00
Dmitry Marakasov
553f932200 - Drop .la files
Approved by:	kwm
2014-06-03 00:33:52 +00:00
Dmitry Marakasov
f53263036c - Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
- Strip libraries
2014-06-03 00:31:45 +00:00
John Marino
8abe8f1a56 math/alt-ergo: Update version 0.94 => 0.95.2 and support stage 2014-06-02 23:51:07 +00:00
Glen Barber
9f310a4bcc Fix fetch.
CFEngine distfile hosting has moved to the "cloud".

Submitted by:	Robert Simmons <rsimmons0@gmail.com>
Approved by:	cy (maintainer, implicit)
Sponsored by:	The FreeBSD Foundation
2014-06-02 23:50:01 +00:00
Dmitry Marakasov
bed55d358e - Switch to USES=libtool, drop .la files
- Strip libraries
2014-06-02 23:33:40 +00:00
Brooks Davis
c7c7fc6d2e Modern versions of LLVM will never build on IA64 so mark them as such and
remove attempts to allow IA64 to work.

PR:		188166
Submitted by:	mexas@bris.ac.uk
2014-06-02 22:59:01 +00:00
Jonathan Chu
af063620da Add stagedir support to devel/gitolite2
- stagedir support
- milki local distfiles
- USES=shebangfix

Approved by:	swills (mentor)
2014-06-02 22:41:11 +00:00
Jonathan Chu
1853a1f843 Update mail/mutt to 1.5.23_2
- Update sidebar patch to most recent upstream version
  (patch-1.5.23.sidebar.20140412)
- Ammend default options by IDN, LOCALES_FIX, SIDEBAR_PATCH, SASL,
  and TRASH_PATCH as requested by the community
- Bump portrevision to reflect new default options

PR:		ports/188544
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
Reviewed by:	bdrewery
Approved by:	eadler (mentor)
2014-06-02 22:37:02 +00:00
John Marino
9024af45d6 Add new Ocaml port: math/ocaml-zarith
This is a new requirement for the latest veersion of alt-ergo.

     ================================================================

The Zarith library implements arithmetic and logical operations over
arbitrary precision numbers.  It uses GMP to efficiently implement
arithmetic over large numbers.  Small integers are represented as Caml
unboxed integers for speed and space economy.

WWW: http://forge.ocamlcore.org/projects/zarith
2014-06-02 21:28:39 +00:00
Thierry Thomas
72c9cdd47a Add an option to show the QR code. 2014-06-02 21:24:35 +00:00
Thierry Thomas
421ecacb6a Update to 0.4.0.
No significative change since yesterday, but the version number.
2014-06-02 21:24:03 +00:00
Antoine Brodin
22b4062a25 Unbreak 2014-06-02 21:17:04 +00:00
Tijl Coosemans
f82c078795 Fix pkg-plist after previous commit. 2014-06-02 21:08:03 +00:00
Koop Mast
6f3bab5b67 Move LICENSE to please portlint.
Replace NO_INSTALL_MANPAGES with a MANPAGES option.
Remove /var/lib/DeviceKit-power from pkg-plist.  This directory
  was only created when installing from packages and isn't referenced anywhere.
Create /var/lib/upower with @exec to support old pkg_install.

PR:		185287
Submitted by:	tijl@
2014-06-02 20:54:21 +00:00
Tijl Coosemans
8840bb385b - Remove libproxy dependency. I cannot find any references to it.
- Add libidn dependency.  It is always picked up when detected by
  configure.
- Add libxml2 dependency (USE_GNOME=libxml2).  It's actually an optional
  dependency but it is used by several other plugins.
- Replace OSVERSION+clang tests with USES=compiler:c11.
- Replace post-patch command with USES=pathfix.
- Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure
  doesn't silently ignore problems with dependencies.
- Add some more --disable-* flags to CONFIGURE_ARGS to make sure
  configure doesn't auto-enable them.
- Specify the correct location of KDE Solid files in CONFIGURE_ARGS.
  ("Play with VLC" option when you insert a CD/DVD.)
- Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to
  override the test for libpthread.  It detects pthread_rwlock_init in
  our libc and assumes no threading library is needed, but libc doesn't
  have a real pthread implementation.
- Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include
  which may contain gnutls2 headers.
- Rename some options so more descriptions from bsd.options.desc.mk can
  be used.
- Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT.  Remove custom CFLAGS so this
  option only controls the "optimizations" configure option which is
  enabled by default by upstream.
- Remove REALAUDIO from OPTIONS_DEFAULT.  Old codec.
- Remove SDL from OPTIONS_DEFAULT.  This is an alternative way to render
  video.  The X11 option is better for this.
- Remove SKINS from OPTIONS_DEFAULT.
- Remove X264 from OPTIONS_DEFAULT.  It's an encoder, not a decoder and
  vlc is typically used as a player not as a video server.
- Remove SERVER_ONLY and NO_DVD options.  Their implementation doesn't
  work with modern options framework.
- Add a patch to fix some issues in the configure script, e.g. don't add
  -L/usr/local/lib to LDFLAGS.  This ends up in the wrong place on the
  linker command line causing installed vlc libraries to be linked in
  instead of freshly built ones.
- With patched configure some options like A52 need include/library
  search paths now.
- Some options have pkgconfig files now so remove include/library search
  paths where possible.
- Separate KATE option from OGG.
- Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11.
- Implement NCURSES option with USES=ncurses.
- Add VDPAU option.
- Drop perl5 dependency.
- Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS.
- Add missing dependencies to SKINS option (libminizip, xorg)
- Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE.
- Only use auto-plist for the plugins directory.  Use regular pkg-plist,
  PORTDATA and PORTDOCS for everything else.  This is a lot simpler and
  makes it easier to detect library version changes.
- Delete some unneeded patches.

Approved by:	bapt
2014-06-02 20:42:44 +00:00
Tijl Coosemans
044449c06a Enable the libminizip library which will be used by multimedia/vlc:
- Use the standard MASTER_SITE for zlib.
- Replace PLIST_FILES with a separate pkg-plist.
- Instead of using the bundled "Makefile" set USE_AUTOTOOLS to generate
  a new Makefile from Makefile.am that allows building libminizip.so.
  Also remove MAKE_ARGS, do-install and patch-contrib-minizip-Makefile.
- Silence post-patch.
- Adjust regression-test.

PR:		190179
Approved by:	bapt
2014-06-02 20:38:38 +00:00
Tijl Coosemans
54ec4d7796 Properly respect CFLAGS, LDFLAGS, etc.
When building a port with base system make, variables like CC and CFLAGS
need to be defined using '=' in the makefile.  With '+=' values from
make.conf can be picked up.  Normally the ports system values for these
variables are passed to a configure script which generates a makefile with
them.  If there's no configure script the makefile has to be patched to use
the right values.
2014-06-02 20:14:24 +00:00
Ruslan Makhmatkhanov
f64cabf5bf net/spread: update MASTER_SITES and other changes
- update MASTER_SITES
- switch to tar.xz distribution [1]
- use fixpacklist instead of manual fix [2]
- strip shared libraries [2]
- whitespace fix in pkg-plist
- bump PORTREVISION because of STRIP_CMD

[1] both tar.gz and tar.xz are identical
[2] obtained from https://phabric.freebsd.org/D126

PR:		190013
Submitted by:	portmaster@bsdforge.com (maintainer)
2014-06-02 18:57:55 +00:00
Dmitry Marakasov
69db77c357 - Switch to USES=libtool, drop .la file
- Convert USE_XZ to USES
- Strip library
2014-06-02 18:46:56 +00:00
Dmitry Marakasov
b124ab1a48 - Switch to USES=libtool, drop .la file
- Strip library
- Optionize docs installation
2014-06-02 18:46:48 +00:00
Carlo Strub
442222a89b Support staging
PR:		ports/190442
Submitted by:	phd_kimberlite@yahoo.co.jp (maintainer)
2014-06-02 18:40:05 +00:00
Antoine Brodin
37b589438f Revert r356123
This change was not exp-ran and if breaks a few ports because the python3
metaport and bsd.python.mk do not handle python34 well for now

Discussed with:	mva
With hat:	portmgr
2014-06-02 18:29:22 +00:00
Antoine Brodin
c06e7d552e Maintainer can no longer maintain these ports
Pass maintainership of urlview to Zsolt Udvari
2014-06-02 17:55:42 +00:00
Michael Gmelin
9a6bd32c1f Stagify
Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-02 17:28:16 +00:00
Michael Gmelin
f26899ecee Stagify.
Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-02 17:26:45 +00:00
Olivier Duchateau
f2406d7e80 - Update to 3.0.1
ChangeLog: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.0.1_.282014-06-01.29
2014-06-02 16:55:31 +00:00
Wesley Shields
a10249d60a Revert previous commit. The patch was already applied but the PR was
not closed due to the migration. Looks like miwi@ reversed the patch when
he applied it.
2014-06-02 16:06:35 +00:00
Ruslan Makhmatkhanov
bc1c89e7ea net/py-smb: update to 1.1.9 2014-06-02 15:12:30 +00:00
Pawel Pekala
fe0e2136db Port is stage safe 2014-06-02 15:11:13 +00:00
Christian Weisgerber
6c86c5b175 The sample configurarion file moves to etc/ntpd.conf.sample.
Fix a race and make sure the rc.d script only matches the master
process.
2014-06-02 15:03:34 +00:00
Jason Helfman
abeb3b7cc4 - bring in dependency of devel/py-libvirt
PR:		ports/190278
Submitted by:	rakuco@
2014-06-02 14:53:32 +00:00
Jonathan Chu
e1937e01e8 Update sysutils/ipmitool to 1.8.14
- Add LICENSE
- Update maintainer email address

PR:		ports/190438
Submitted by:	Steve Polyack <spolyack@collaborativefusion.com>
Approved by:	eadler (mentor)
2014-06-02 14:27:27 +00:00
Barbara Guida
1c9f97117a - Update to 11.2.0.4 (using JDK 1.6 jar)
- Add STAGE support
2014-06-02 14:15:10 +00:00
Christian Weisgerber
426ae617c2 New maintainer A.J. van Werven, additional distfiles mirror.
Submitted by:	new maintainer
2014-06-02 13:51:31 +00:00
Ashish SHUKLA
6910214783 - Update to 201405202105 2014-06-02 13:35:41 +00:00
Frederic Culot
d166efeaaa - Update to 0.26
Changes:	http://search.cpan.org/dist/Future/Changes
2014-06-02 13:28:42 +00:00
Stephen Montgomery-Smith
3a00a2f47f - Update to 1.3.1. 2014-06-02 13:19:44 +00:00
Frederic Culot
6bee30b338 - Update to 5.4
Changes:	http://search.cpan.org/dist/XML-TreeBuilder/Changes
2014-06-02 13:16:20 +00:00
Mark Felder
9ce66cd014 Move the symlink creation to do-install to appease
Mr. Pkg-Fallout-Builder

It was in the plist but wasn't created until install time
2014-06-02 12:59:46 +00:00
Mathieu Arnold
0d84fe27f6 Fix build with 5.20.
Sponsored by:	Absolight
2014-06-02 12:55:16 +00:00