1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

33 Commits

Author SHA1 Message Date
Mark Felder
3ed2da81ff Disable pch to fix building with gcc
Add LICENSE
Unmute some of the installation steps
2015-05-05 01:39:59 +00:00
Baptiste Daroussin
a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +00:00
Sunpoet Po-Chuan Hsieh
c86b04b3b8 - Update to 2.6.0
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Use USE_CSTD
- Use MAKE_CMD
- Reformat pkg-descr
- Update WWW
- Take maintainership
- Bump PORTREVISION for devel/protobuf shlib change

Changes:	https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
2014-10-04 15:12:44 +00:00
Mark Felder
60b7b8e718 Update to 1.2.8 2014-09-17 12:32:31 +00:00
Baptiste Daroussin
b3746b232b Convert to @sample 2014-09-02 22:34:16 +00:00
Mark Felder
889615741b Update to 1.2.7 2014-07-01 12:44:16 +00:00
Mark Felder
1992bca13e Update to 1.2.5 2014-03-21 06:29:53 +00:00
Max Brazhnikov
5898d7df5c - Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:00 +00:00
Mark Felder
2a434449f0 - take maintainership
- STAGE support
- remove pkg-install and pkg-deinstall scripts
- remove @stopdaemon
- ICE option is no longer default; devel/ice doesn't work on FreeBSD 10
since June
- add a start_precmd to handle empty directory creation

Approved by:	crees (mentor)
2013-11-11 16:47:25 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Steve Wills
a909de4a05 -update to 1.2.4
-rc script passes rclint now
-port passes portlint

PR:		ports/179300
Submitted by:	Mark Felder <feld@feld.me>
Approved by:	maintainer timeout (ayu@commun.jp, >3 weeks)
2013-06-22 14:33:13 +00:00
Ruslan Makhmatkhanov
61c8a6582e - chase devel/ice update 2013-06-17 11:43:16 +00:00
Baptiste Daroussin
17a19dc04e Convert to new options framework left un converted ports in a* categories
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build
2013-03-21 17:32:34 +00:00
Vanilla I. Shu
5e191b87d1 1: Upgrade protobuf to 2.5.0.
2: bump revision.
3: document UPDATING.
2013-03-18 15:14:27 +00:00
Pawel Pekala
03551b1e24 Call pkginstall script with correct arguments and after murmur
user and group is created. This fixes creation of dirs needed
for running mumrmurd daemon for users building from port.

PR:		ports/171699
Reported by:	Michael Fausten <ports@michael-fausten.de>
Approved by:	maintainer timeout (2 months)
Feature safe:	yes
2012-11-13 21:56:08 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Martin Wilke
e8f615fbc7 - Get rid FreeBSD 6.X support 2011-11-06 16:36:34 +00:00
Pawel Pekala
24cfbfb282 PRE-INSTALL -> POST-INSTALL, user and groups are created later 2011-10-23 11:40:43 +00:00
Pawel Pekala
6beb276952 Install port specific directories with correct ownership
PR:		ports/160242
Submitted by:	Luke Dean <luked@pobox.com>
Approved by:	maintainer
2011-10-21 15:01:17 +00:00
Chris Rees
886d2d357a - Use USERS and GROUPS
- Stop automatically deleting user on deinstall; may be used by other ports

PR:		ports/157520
Submitted by:	Chris Rees (utisoft@gmail.com) (me)
Approved by:	tabthorpe (co-mentor)
2011-06-25 19:55:42 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Pav Lucistnik
435485fd47 - Chase protobuf update
Reported by:	pointyhat
Pointy hat to:	vanilla
2011-03-23 23:59:10 +00:00
Sylvio Cesar Teixeira
9401717193 - Update to 1.2.3
- Added file pkg-deinstall

PR:		ports/154996
Submitted by:	Ayumi Mitsui <ayu@commun.jp> (maintainer)
2011-02-25 14:08:09 +00:00
Tilman Keskinoz
2e2dc1e079 Chase ice shared library bump. 2010-08-15 12:04:51 +00:00
Max Brazhnikov
9b4924478f Don't overwrite configuration file.
PR:		ports/147781
Submitted by:	Sascha Holzleiter <sascha at root-login.org>
Approved by:	Ayumi Mitsui (maintainer)
Feature safe:	yes
2010-06-19 21:45:49 +00:00
Dmitry Marakasov
8286e8fcf7 - Update to 1.2.2
PR:		145054
Submitted by:	Ayumi Mitsui <ayu@commun.jp> (maintainer)
2010-03-30 14:09:20 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Vanilla I. Shu
e4da7bce47 bump version for protobuf shlib version bump. 2010-01-17 05:07:37 +00:00
Dmitry Marakasov
04aadba0db - Update to 1.2.0
PR:		141885
Submitted by:	Ayumi Mitsui <ayu@commun.jp> (maintainer)
2010-01-12 18:26:26 +00:00
Wesley Shields
db660edede - Add a patch to fix 64bit runtime issues.
- While here fix a typo in the name of a patch.
- Bump PORTREVISION.

PR:		ports/139384
Submitted by:	Richard Tector <richard@tector.org.uk>
Approved by:	Ayumi Mitsui <ayu@commun.jp> (maintainer)
2009-10-12 12:57:18 +00:00
Martin Wilke
7d4d5c3377 - Update MASTER_SITES
PR:		138562
Submitted by:	Ayumi Mitsui <ayu@commun.jp> (maintainer)
2009-09-09 09:29:11 +00:00
Martin Wilke
cd76421cc4 Murmur is the server component of Mumble, a low-latency, high quality
VoIP application.

WWW:	http://mumble.sourceforge.net/

PR:		ports/137428
Submitted by:	Ayumi M <ayu at commun.jp>
2009-08-27 20:22:13 +00:00