Commit graph

84 commits

Author SHA1 Message Date
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Barbara Guida
68da96a3d1 Convert to USE_PKGCONFIG.
Approved by:	flo (mentor)
2013-01-20 11:49:29 +00:00
Barbara Guida
cba14ebd25 Use descriptions from bsd.options.desc.mk for GEOIP, UPNP and WEBSERVER
Approved by:	rene (mentor)
Feature safe:	yes
2012-12-02 14:24:36 +00:00
Barbara Guida
0535e3c835 - Update amule-devel to r10802
- Remove obsolete patches from r1079[3-5]
- Remove DOCS and NLS from OPTIONS_DEFAULT, which I introduced in the
previous submission
- Change my email address to bar@FreeBSD.org

Approved by:	rene (mentor)
Feature safe:	yes
2012-11-28 00:49:12 +00:00
Florian Smeets
8866b5a40d Add NLS and DOCS to OPTIONS_DEFAULT
Submitted by:	Barbara <barbara.xxx1975@libero.it>
PR:		ports/173154
Feature safe:	yes
2012-10-28 16:42:50 +00:00
Florian Smeets
18f31d30d1 - Update amule-devel port to SVN revision 10792.
- Trim headers.
- Remove quotes from options description.
- Backport code fixes from upstream up to r10795 as the project has moved from
  SourceForge to GoogleCode and so SVN tarballs will not be available for a
  while.
- OptionsNGize Makefile.man
- Exhume DOCS and NLS options

PR:		ports/172671
Submitted by:	Barbara <barbara.xxx1975@libero.it>
Feature safe:	yes
2012-10-28 15:33:09 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +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
Rene Ladan
2aa36bd28d Finish converting this port to optionsNG.
Approved by:	maintainer
2012-06-05 17:26:17 +00:00
Rene Ladan
9525beeaf2 Use the new options framework for the ALC option too.
Submitted by:	maintainer via private mail
2012-06-04 17:30:24 +00:00
Rene Ladan
67448f0e1e - Update to 10788
- Use new options framework
PR:		ports/168392
Submitted by:	maintainer
2012-06-04 15:56:36 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Pawel Pekala
b9972244a7 - Update devel/upnp to 1.6.17
- Bump all affected ports

Maintainer of net/ushare was asked for review, no response in 2 weeks
2012-04-27 14:28:11 +00:00
Jason Helfman
3d8775f1e1 - Update to svn rev 10771
PR:	ports/167169
Submitted by:	maintainer, barbara.xxx1975@libero.it
2012-04-22 22:48:22 +00:00
Rene Ladan
e24a133745 Update to SVN r10759
PR:		ports/165127
Submitted by:	maintainer
2012-02-15 23:51:37 +00:00
Rene Ladan
319e454dbf - Update to SVN 10708
- Use ${PERL} to invoke perl

PR:			ports/164601
Submitted by:		maintainer
2012-01-31 11:36:27 +00:00
Pawel Pekala
1856510753 Chase devel/upnp shlib bump 2012-01-18 18:32:08 +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
Jason Helfman
854553cc25 Pass maintainership to Barbara per email to ports@
http://lists.freebsd.org/pipermail/freebsd-ports/2011-December/072036.html

Submitted by:	Barbara <barbara.xxx1975 at libero.it >
Approved by:	rene (mentor)
2011-12-27 21:09:57 +00:00
Thomas Abthorpe
754d159e98 - Reset ports to heap due to mail bounces
<swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said:
   550-5.1.1 The email account that you tried to reach does not exist. Please
   try 550-5.1.1 double-checking the recipient's email address for typos or
   550-5.1.1 unnecessary spaces. Learn more at
   550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596
   d6si2748840pbk.7 (in reply to RCPT TO command)

With Hat:	portmgr
2011-12-26 16:12:27 +00:00
Rene Ladan
e21a30ea9d Use a better fix for LICENSE_FILE_GPLv2 from portlints point of view.
Submitted by:	Jan Beich
2011-12-25 20:26:04 +00:00
Rene Ladan
351f91ba03 - Update to r10703
- Some changes in manpage languages

PR:		ports/163582
PR:		ports/163128 (older update)
Submitted by:	Barbara
Approved by:	maintainer timeout of 163128 (swell.k, 15 days)
2011-12-25 16:15:35 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Rene Ladan
fa995c45cc Fix build with clang.
PR:		ports/160510
Submitted by:	"h h" [aakuusta gmail.com]
Approved by:	maintainer timeout (swell.k, 14 days)
2011-09-20 20:30:04 +00:00
Koop Mast
e6bb942f20 Add bison build dependancy to fix the build after the recent glib and gtk update. 2011-07-30 09:25:07 +00:00
Chris Rees
966d528308 - Update to 10589
- Only try to update desktop database if desktop-file-utils installed
- Use bsd.port.options.mk

PR:		ports/154238
Submitted by:	Pan Tsu (maintainer)
Approved by:	rene (mentor)
2011-07-20 16:20:05 +00:00
Pav Lucistnik
42a107b953 - Actually chase upnp shlib change
Reported by:	pointyhat
Pointy hat to:	pawel (miwi, wen)
2011-03-26 23:31:50 +00:00
Pawel Pekala
d01fbfe551 - Chase devel/upnp shlib bump
Approved by:	miwi, wen (mentors)
2011-03-23 16:40:03 +00:00
Martin Wilke
bc696d5f48 - Chase devel/upnp shlib bump 2011-03-04 05:52:07 +00:00
Max Brazhnikov
3cb5ec6852 Add license info
Remove md5 sums

PR:		ports/153589
Submitted by:	maintainer (swell.k at gmail.com)
2011-01-02 14:13:02 +00:00
Philip M. Gollucci
ae115c61ab - Update to 10400
PR:             ports/153384
Submitted by:   swell.k@gmail.com (maintainer)
2010-12-23 03:59:36 +00:00
Philip M. Gollucci
748e17dcad - Update to 10390
PR:             ports/152434
Submitted by:   Anonymous <swell.k@gmail.com> (maintainer)
2010-11-24 02:08:42 +00:00
Pav Lucistnik
60cd14bc81 - Chase upnp shlib version bump
Reported by:	pointyhat
Pointy hat to:	wen
2010-10-24 21:53:10 +00:00
Philip M. Gollucci
6d041c21b5 - Update to 10310 snapshot
PR:             ports/150985
Submitted by:   swell.k@gmail.com (maintainer)
2010-10-19 05:36:35 +00:00
Philip M. Gollucci
ae88d5bec3 - Update CONFLICTS for dynamic PKGNAME
PR:             ports/150985
Submitted by:   swell.k@gmail.com (maintainer)
2010-10-19 05:35:32 +00:00
Philip M. Gollucci
8166acc751 - Split amule into amule and amule-devel
PR:             ports/150985
Submitted by:   swell.k@gmail.com (maintainer)
2010-10-19 05:28:07 +00:00
Philip M. Gollucci
2e59da295c - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too

PR:             ports/150349
Submitted by:   maintainer
2010-09-07 15:52:18 +00:00
Pav Lucistnik
fcf967a7dc - Mirror distfile on master site local
Requested by:	maintainer
2010-09-03 14:43:30 +00:00
Pav Lucistnik
b1d3077aba - Update to r10275
PR:		ports/149988
Submitted by:	Anonymous <swell.k@gmail.com> (maintainer)
2010-09-03 14:10:01 +00:00
Pav Lucistnik
21d1d65e25 - Update to git r.10266
- Switch maintainers

PR:		ports/149021
Submitted by:	Anonymous <swell.k@gmail.com>
Approved by:	Boris Kovalenko <boris@tagnet.ru> (old maintainer)
2010-08-13 13:18:23 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Mario Sergio Fujikawa Ferreira
43419d003c - Remove --disable-upnp from CONFIGURE_ARGS since this is now
regulated by UPNP config knob
- Bump PORTREVISION since UPNP config knob was not being upheld

PR:		ports/141019
Approved by:	maintainer
2009-12-01 11:02:40 +00:00
Wen Heping
9823d8e176 - Update to 2.2.6
PR:		ports/139151
Submitted by:	barbara <barbara.xxx1975@libero.it>
Approved by:	maintainer,	miwi(mentor)
Feature safe:	yes
2009-09-29 01:06:34 +00:00
Dmitry Marakasov
7914161a41 - Switch SourceForge ports to the new File Release System: categories starting with N 2009-08-22 00:32:25 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Dennis Herrmann
459219d149 - Update to 2.2.5
PR:		ports/135185
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	maintainer timeout (two weeks)
2009-06-16 18:20:58 +00:00
Frank J. Laszlo
06c6a5fe93 - Add WITH_UPNP knob to "Enable Universal Plug and Play support"
PR:			ports/133901
Submitted by:		Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Approved by:		Boris Kovalenko <boris@tagnet.ru> (maitainer)
2009-05-21 15:23:12 +00:00