Commit graph

343965 commits

Author SHA1 Message Date
John Marino
7c1c0e91b8 Stage net-mgmt/routers2-extras and cleanup
* stage support
 * use PORTDOCS (remove from pkg-plist)
 * use DOCS instead of NOPORTDOCS
 * get rid of 5 unnecessary for loops

PR:		191709
Submitted by:	Dan Lukes
Modified++:	marino
2014-07-29 00:43:41 +00:00
Peter Wemm
15d8f62d88 Update FreeBSD.org cluster-specific patch to match what is running on
bugs.freebsd.org/bugzilla/.
2014-07-29 00:39:33 +00:00
John Marino
95ea30709e Stage net-mgmt/routers2-extensions and cleanup
* stage support
 * use PORTDOCS (remove from pkg-plist)
 * use DOCS instead of NOPORTDOCS
 * get rid of 3 unnecessary for loops

PR:		191708
Submitted by:	Dan Lukes
Modified++:	marino
2014-07-29 00:16:32 +00:00
William Grzybowski
761953421c devel/kickassembler: update to 3.36
PR:		192149
Submitted by:	maintainer
2014-07-29 00:07:32 +00:00
John Marino
ff3e33cfcc Now let's *really* stage net-mgmt/mrtg
What a mess this port was.
  * None of the man pages were listed in pkg-plist
  * It shouldn't try to remove SITE_PERL directory
  * Comment started with indefinite article
  * RUN/LIB_DEPENDS were too low for portlint
  * MANPAGES had extra tab (and runs over 80-columns, unfixed)
  * <options> unnecessary if <opt>_RUN_DEPENDS used
  * install commands were all masked
  * several mkdir commands instead of one
  * install commands don't respect 80-columsn
  * cp (not even ${CP}) used instead of ${COPYTREE_SHARE}
  * Redundant post-install target still in place

All of that was addressed and verified in poudriere testport.
Approved by "just fix it" and staging blankets
2014-07-28 23:46:40 +00:00
Adam Weinberger
a14c066872 Rename math/ patch-xy patches to reflect the files they modify. 2014-07-28 23:33:47 +00:00
Adam Weinberger
8e7fd48a29 Rename mail/ patch-xy patches to reflect the files they modify. 2014-07-28 23:20:38 +00:00
William Grzybowski
57e5a48e26 science/sigrok-cli: update to 0.5.0
PR:		192154
Submitted by:	maintainer (based on)
2014-07-28 23:06:29 +00:00
William Grzybowski
8806bbb445 devel/libsigrokdecode: update to 0.3.0
PR:		192153
Submitted by:	maintainer (based on)
2014-07-28 23:06:01 +00:00
William Grzybowski
a386de46c5 devel/libsigrok: update to 0.3.0
PR:		192152
Submitted by:	maintainer (based on)
2014-07-28 23:05:32 +00:00
Dmitry Marakasov
b564d6edfc - Switch to USES=libtool 2014-07-28 23:00:56 +00:00
John Marino
b13d6b9703 lang/rust: Fix link issue and build failure
[1] Linking fails with missing reference to __morestack symbol
[2] gpy fails with error about missing sem implementation

PR:		189357 [1]
PR:		191927 [2]
Submitted by:	bertrand.augereau (gmail) [1]
Submitted by:	maintainer: mitsuruike (gmail) [2]
2014-07-28 22:58:33 +00:00
William Grzybowski
e431088631 devel/libserialport
The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source signal analysis software suite that supports
various device types, such as logic analyzers, MSOs, oscilloscopes,
multimeters, LCR meters, sound level meters, thermometers,
hygrometers, anemometers, light meters, DAQs, dataloggers,
function generators, spectrum analyzers, power supplies,
GPIB interfaces, and more.

WWW: http://sigrok.org/

PR:		192151
Submitted by:	uffe uffe org
2014-07-28 22:53:10 +00:00
William Grzybowski
22dd430ada mail/nullmailer: support stage
- Pass maintainership to submitter

PR:		192217
Submitted by:	uffe uffe org
2014-07-28 22:44:57 +00:00
John Marino
adc01f2721 bsd.options.desc.mk: Correct spelling in two languages
It was supposed to be 4 corrections, but danfe@ got 2 of them in the
last commit.

PR:		191883
Submitted by:	Jan Beich
2014-07-28 22:32:13 +00:00
Adam Weinberger
fcede2386c Rename lang/ patch-xy patches to reflect the files they modify. 2014-07-28 22:18:41 +00:00
Adam Weinberger
966a4ff88b Rename korean/ patch-xy patches to reflect the files they modify. 2014-07-28 22:15:05 +00:00
Adam Weinberger
f9d86cf02f Rename the rather surprising number of japanese/ patch-xy patches
to reflect the files they modify.
2014-07-28 22:14:07 +00:00
Rusmir Dusko
79b1531ca2 - Update to 2.0.28 2014-07-28 22:00:17 +00:00
Adam Weinberger
65709d5e5e Rename irc/ patch-xy patches to reflect the files they modify. 2014-07-28 21:57:01 +00:00
Adam Weinberger
60b37dbedc Rename german/ and graphics/ patch-xy patches to reflect the files they modify. 2014-07-28 21:54:33 +00:00
Steve Wills
83fd533649 security/arirang: Mark broken with Ruby 2.0 or newer
With hat:	ruby@
2014-07-28 21:40:54 +00:00
Steve Wills
6735cfaa10 x11-toolkits/ruby-fox16: Mark broken with Ruby 2.0 or newer
With hat:	ruby@
2014-07-28 21:35:15 +00:00
Raphael Kubo da Costa
c0076e4449 Add quickcontrols to the list of Qt5 components.
Thanks to makc for noticing the omission.
2014-07-28 21:23:20 +00:00
John Marino
908f7b5dfc games/frogatto: Attempt to unbreak
Portsmon says this is broken everywhere.  Maybe this untested PR
from the maintainer will fix it.

PR:		192126
Submitted by:	maintainer (Green Dog)
2014-07-28 21:14:43 +00:00
John Marino
250e583ec1 textproc/extract_url: Fix sample config file in pkg-plist
* remove construct for .sample this this port doesn't install a
    working config file by default
  * update pkg-message to tell the user to copy the provided sample file
    to $HOME and edit accordingly
  * Fix plist
  * Respect 80-column limit

PR:		191926
Submitted by:	maintainer (Horia Racoviceanu)
2014-07-28 20:54:04 +00:00
Antoine Brodin
115231ba77 Unbreak after devel/libevent removal 2014-07-28 20:52:08 +00:00
Raphael Kubo da Costa
292a0e82d8 Add x11-toolkits/qt5-quickcontrols.
The Qt Quick Controls module provides a set of controls that can be
used to build complete interfaces in Qt Quick.

Submitted by:	Tobias Berner <tcberner@gmail.com> via the kde-freebsd mailing list
2014-07-28 20:43:56 +00:00
Antoine Brodin
cb4c11c2a5 Remove print/tex-mfpic and print/texpower, they are incorporated in TeXLive 2014-07-28 20:42:01 +00:00
Dmitry Sivachenko
dfbf0f8835 Remove redundant prefix. 2014-07-28 20:41:51 +00:00
Dmitry Sivachenko
fa41c5db88 New port: apache hbase:
Apache HBase is an open-source, distributed, versioned, non-relational database
modeled after Google's Bigtable: A Distributed Storage System for Structured
Data by Chang et al.  Just as Bigtable leverages the distributed data storage
provided by the Google File System, Apache HBase provides Bigtable-like
capabilities on top of Hadoop and HDFS.
2014-07-28 20:40:49 +00:00
John Marino
4501e817f1 deskutils/fet: upgrade version 5.23.0 => 5.23.1
PR:		192216
Submitted by:	maintainer (Zsolt Udvari)
2014-07-28 20:40:12 +00:00
Antoine Brodin
e41ee094ca Actually, the configure error is during the build phase
With hat:	portmgr
2014-07-28 20:28:09 +00:00
Dmitry Marakasov
9c814d7867 - Switch audio/libmpd to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-28 20:27:42 +00:00
Antoine Brodin
56a4f3b709 Mark BROKEN: Fails to configure with avr-binutils 2.24
checking for suffix of object files... configure: error: in `/wrkdirs/usr/ports/devel/avr-gcc/work/build/avr/avrtiny10/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
gmake[1]: *** [configure-target-libgcc] Error 1

Reported by:	pkg-fallout
With hat:	portmgr
2014-07-28 20:24:52 +00:00
Dmitry Marakasov
f7df95061e - Switch to USES=libtool, drop .la files 2014-07-28 20:19:10 +00:00
Raphael Kubo da Costa
e3b2ae7613 Remove patch that was applied upstream.
Should've been part of r363237, sorry.
2014-07-28 20:12:05 +00:00
Raphael Kubo da Costa
cede34a5e5 Update to 0.7.2.
* Initialize libvlc with appropriate arguments on OS X
* Prevent libvlc 2.2 argument warnings by not using the deprecated
  --album-art argument when building against 2.2. This argument will be
  removed entirely in a future feature release as its presence only
  reflected the libvlc default behavior anyway.
* Ensure playback is terminated when encountering an invalid queued
  MediaSource [#330154].
* Prevent a crash when when GUIs call setCdTrack on a not-yet-ready
  MediaPlayer [#329121].
2014-07-28 20:08:18 +00:00
Raphael Kubo da Costa
cafe528183 Update to 4.7.2.
* Prevent assertation failures with Qt 5 by not unlocking mutexes that have
  not been previously locked.
* Convert a direct call chain to QApplication::syncX() to a Qt queued call
  to prevent cross-thread usage of X11, ultimately causing XIO errors and
  crashes [#327367, #332977].
2014-07-28 20:07:17 +00:00
Dmitry Marakasov
2daf336c82 - Switch to USES=libtool, drop .la files 2014-07-28 20:04:43 +00:00
Carlo Strub
b7aa905bd3 Update to 2.4 2014-07-28 19:45:27 +00:00
Raphael Kubo da Costa
7f01ed12db Update to 4.7.2.
This is a minor bug fix release:
* Fix CMake 3 compatibility by synchronizing the FindQt4.cmake module from
  kdelibs git.
* Prevent possible internal infinite loop call chains when trying to handle
  backend construction in simulation mode (i.e. without actual backend being
  installed on the system).
* When not building with PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT, make
  sure that the relative Qt paths are set according to whether the build is
  meant for Qt4 or 5. Previously this would always install to a path for
  qt5.
2014-07-28 19:42:11 +00:00
Adam Weinberger
d9616e5a76 Rename all 10,000 games/ patch-xy patches to reflect the files they modify. 2014-07-28 19:39:50 +00:00
Rusmir Dusko
0a70e438e9 - Update to 1.9, announce message:
Add a desktop file. Port fix from the BSD maintainer

- Add WRKSRC=${WRKDIR}/${PORTNAME}- is bad packaged
- Remove Desktop entry file, use supplied desktop files
- Remove obsolete patch
2014-07-28 19:38:04 +00:00
Raphael Kubo da Costa
ba3ec598fd Update to 0.5.2.
Submitted by:	Alonso Schaich <alonsoschaich@fastmail.fm> via KDE's area51
2014-07-28 19:37:55 +00:00
John Marino
786dc83753 Release three ports of snb@
Sean Nicholas Barkas is releasing these ports:
  sysutils/farbot
  security/openvpn-auth-ldap
  net/splatd

Thanks for looking after these, Sean!

PR:	191967
2014-07-28 19:29:29 +00:00
Mark Felder
cffc07fb2e Update to 1.3.6
Submitted by:	johan@huldtgren.com
2014-07-28 19:25:25 +00:00
Dmitry Marakasov
1d67c39751 - Drop .la files for archivers/libmspack, no dependees require them
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-28 19:23:52 +00:00
John Marino
d1dbd236f3 print/cups-base: Don't use avahi when MDNSRESPONDER option is selected
PR:		191619
Submitted by:	Don Lewis
Approval:	Not required; port is unmaintained
2014-07-28 19:22:23 +00:00
John Marino
6ef2bc3db1 emulators/higan: Fix GLX support
PR:		190308
Reported by:	aksyom (gmail)
Fixed by:	maintainer (Naram Qashat)
2014-07-28 19:14:36 +00:00