Commit graph

13492 commits

Author SHA1 Message Date
Antoine Brodin
bb2d822460 Deprecated some ports that were already marked BROKEN in 2013
With hat:	portmgr
2014-05-31 20:47:59 +00:00
Hajimu UMEMOTO
73fd294da9 Mark GKrellM 1.X as DEPRECATED.
Approved by:	portmgr (implicit)
2014-05-31 19:12:43 +00:00
Danilo Egea Gondolfo
74d9974cc1 - Update from 0.99.2 to 0.99.5
- Convert USE_BZIP2 to USES
- Take maintainership
2014-05-31 18:15:34 +00:00
Alex Kozlov
fe7fc772a5 - Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (antoine)
2014-05-31 16:37:58 +00:00
John Marino
c46f0e966e audio/xmcd: Unbreak on !amd64, support DragonFly
The staging attempted didn't go quite right as it was hardcoded for
FreeBSD 9 AMD.  Since I'm fixing this anyway, bring in dports patches
to support DragonFly.
2014-05-31 15:23:44 +00:00
Dmitry Marakasov
def5249fd4 - Switch to USES=libtool, drop .la files
- Strip libraries
2014-05-31 00:57:45 +00:00
Dmitry Marakasov
f44d5c3724 2014-05-30 20:09:48 +00:00
Dmitry Marakasov
e59148d1ee - Switch to USES=libtool, drop .la files
- Strip libraries
2014-05-30 19:36:44 +00:00
John Marino
20ab0e623a audio/streamripper: Simplify port, reset maintainer, pet portlint
This port was using an unecessary roll-your-own extraction to control
where it was extracted.  Just let the standard mechanisms extract the
second tarball and move in the post-extract target.

Also:
 * minor alignment
 * pet portlint
 * reset maintainer (MIA for 16 months)
2014-05-30 17:48:24 +00:00
Mark Felder
39c4551e6f Update to 1.2.6 2014-05-30 11:29:02 +00:00
Pawel Pekala
6a839bf2a1 Port is stage safe 2014-05-30 11:25:39 +00:00
Christian Weisgerber
a9ab50c370 Update to 1.3.2: Fix a bug in oggpack_writecopy(). 2014-05-28 19:48:51 +00:00
Christian Weisgerber
10cd037d6a Update to 1.2.0. No user-visible changes.
Switch to USES=libtool:keepla.
2014-05-28 17:51:32 +00:00
Dmitry Marakasov
a3f6c803ec - Switch to USES=libtool
- Strip library
- Clarify license
2014-05-28 08:21:54 +00:00
Eitan Adler
c601d8c210 LEGAL: fix port
Sync make -VLEGAL and /usr/ports/LEGAL

	These fixes are approaching the point of only being formatting ones :)

Approved by:	portmgr (implicit)
2014-05-28 05:57:04 +00:00
Tijl Coosemans
7bb4f473fa Replace autoreconf in pre-configure with standard USE_AUTOTOOLS. 2014-05-27 20:57:19 +00:00
John Marino
a8ba902caf jmusic, jeuclid: USES+= zip
Approved by:	portmgr (mat)
2014-05-27 18:32:18 +00:00
Baptiste Daroussin
8c347e302f Convert to USES=scons 2014-05-27 13:34:23 +00:00
John Marino
cad69e0efd audio/opusfile: Unbreak
The previous change had two errors: The pkg-plist wasn't correct
and USE_AUTOTOOLS+= libtool is still required.  This fix was confirmed
in Redports.

Approved by:	just-fix-it blanket
2014-05-27 12:39:36 +00:00
Dmitry Marakasov
4ed5d621eb - Convert misc/xosd and dependent ports which need it (deskutils/xneur, polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files
- Since xosd shlib version has changed, bump all ports which depend on it
- Stagify deskutils/xneur
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
2014-05-27 11:17:41 +00:00
Chris Rees
aaf75e3063 Update to 0.18.11
PR:		ports/189038
2014-05-26 18:24:17 +00:00
Sean Bruno
d38b3d1db0 Update clementine-player to 1.2.3
- Move distfile location to GitHub
- Remove three uneeded patches accepted upstream
- Add one new patch for <functional> support
- Add new dependency on libechonest

From Changelog:
Version 1.2.3:
  Bugfixes:
    * Fix compilation with GCC 4.9.
    * (Linux) Fix poor search performance with sqlite 3.8.
    * (Ubuntu) Fix dependency issues on Ubuntu 14.04.
    * (Windows) Upgrade to OpenSSL 1.0.1g to fix CVE-2014-0160.

Version 1.2.2:
  Major features:
    * (Android Remote) Add kittens support.

  Bugfixes:
    * Rename SkyDrive to OneDrive.
    * Don't include the user's IP address in the log (from the network remote
      settings dialog).
    * (Debian) Fix a bug with HTTPS logins to all cloud storage providers.
    * (Mac OS X) Fix a bug in the workaround for a weird font issue on 10.9.
    * (Mac OS X) Fix rendering of source icons on retina displays.
    * (Android Remote) Don't advertise songs that aren't available.
    * (Android Remote) Fix playing songs with special characters in filenames.

Reviewed by:	mat@
2014-05-26 18:18:09 +00:00
Baptiste Daroussin
e836ab008a Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
2014-05-26 15:28:28 +00:00
Michael Gmelin
f1ee0ebcd1 Stageify port.
Please note that this is the bare minimum to make it work,
the port could use more love, e.g. remove unnecessary info
and man page processing, change patch to Makefile to not allow
overriding of DESTDIR etc., since all of these things won't
do what the user expects.

Reviewed by:	bapt (mentor)
Approved by:	bapt (mentor)
2014-05-26 12:28:45 +00:00
Baptiste Daroussin
c8903f1219 Convert to USES=mono
With hat:	portmgr
2014-05-26 11:42:12 +00:00
Michael Gmelin
43ef32944a Staging support for audio/xmcd, as part of this the setuid
bit has been removed and instructions on how to configure
devfs.conf to allow access by non-root added to pkg-message.
This way the package can be built without root access, plus
avoiding setuid root executables are a good thing in general.

Reviewed by:	bapt (mentor)
Approved by:	bapt (mentor)
2014-05-26 10:10:55 +00:00
Pietro Cerutti
70aa826515 - Update to 2.1.3
Changes:

  * general namespace cleanup
  * ignore work files
2014-05-26 08:36:58 +00:00
Baptiste Daroussin
d288c58062 Convert to USES=dos2unix and USES=libtool 2014-05-26 06:29:25 +00:00
Eitan Adler
eccf5db03a Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
	over the course of several months about pending actions required.

	We really appreciate the time and effort you put in to maintain
	these ports.

	If you are still interested in helping to maintain these ports just
	reply to me or file a PR and I will happily assign the port to you
	again.

Approved by:	portmgr (implicit)
2014-05-26 02:33:38 +00:00
Christian Weisgerber
7c689742b1 Switch Opus to USES=libtool.
Bump dependent ports. [1]

Approved by:	portmgr (implicit) [1]
2014-05-25 20:07:24 +00:00
Christian Weisgerber
dad1bace93 Switch opusfile to USES=libtool. [1]
Bump dependent ports.

Approved by:	maintainer [1]
2014-05-25 14:43:43 +00:00
Martin Wilke
28a2d050c8 - Convert to tar:bzip2
- Drop maintainership
2014-05-25 09:01:30 +00:00
Christian Weisgerber
5b5cb2150e Switch to USES=libtool:oldver 2014-05-24 15:51:45 +00:00
Olivier Duchateau
e1b5ac81de - Fix pkg-plist
- Bump PORTREVISION

Reported by:	swills@
2014-05-23 17:48:05 +00:00
David Thiel
29238db46d Hand back to ports@. 2014-05-23 17:18:56 +00:00
David Thiel
09e819476f Use a more realistic expiration date.
Submitted by:	Dan Langille
2014-05-23 17:08:10 +00:00
David Thiel
8e96ce43d5 Old and unmaintained -- deprecate. 2014-05-22 23:15:34 +00:00
Olivier Duchateau
3c79812311 - Revert LICENSE_FILE
Reported by:	mat@
2014-05-22 19:34:27 +00:00
Olivier Duchateau
4001593f3b - Update to 2.5
PR:		189474
Submitted by:	myself
Approved by:	maintainer timeout
2014-05-22 17:45:11 +00:00
Vanilla I. Shu
fe7e513376 1: Stageify.
2: use @sample on pkg-plist.

Approved by:	portmgr@
2014-05-22 16:40:55 +00:00
Vanilla I. Shu
43af429473 Stageify.
Approved by:	portmgr@
2014-05-22 16:32:17 +00:00
Vanilla I. Shu
f7f365d9a4 Stageify.
Approved by:	portmgr@
2014-05-22 16:25:46 +00:00
Vanilla I. Shu
55eb848d1c Stageify.
Approved by:	portmgr@
2014-05-22 16:21:12 +00:00
Vanilla I. Shu
835bb5d660 1: Stageify.
2: fix pkg-plist when disable NLS.

Approved by:	portmgr@
2014-05-22 16:17:24 +00:00
Vanilla I. Shu
c2f189426e Stageify, and use @sample on pkg-plist.
Approved by:	portmgr@
2014-05-22 14:44:56 +00:00
Vanilla I. Shu
e9659df6a3 Remove NO_STAGE.
Approved by:	portmgr@
2014-05-22 14:35:04 +00:00
Vanilla I. Shu
d4df1859b4 Stageify.
Approved by:	portmgr@
2014-05-22 14:19:04 +00:00
Vanilla I. Shu
d630a84d62 Stageify.
Approved by:	portmgr@
2014-05-22 13:20:02 +00:00
Vanilla I. Shu
05ae90d6c3 Stageify.
Approved by:	portmgr@
2014-05-22 12:53:17 +00:00
Vanilla I. Shu
7d9f704d98 Stageify.
Approved by:	portmgr@
2014-05-22 12:19:39 +00:00