Barbara Guida
302efb364a
- Support STAGEDIR
...
- Fix build with clang on i386
Approved by: flo (mentor)
2014-01-11 20:03:27 +00:00
Dmitry Marakasov
27d195667d
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [np])
...
Approved by: portmgr (bdrewery)
2013-10-22 13:59:53 +00:00
Barbara Guida
83e0141ea6
Common changes:
...
- Use new syntax for LIB_DEPENDS
- Use shebangfix for perl files
- Set perl as run dependency for XAS option
- Bump PORTREVISION
amule-devel changes:
- Fix build after perl related changes
- USES gmake
Approved by: rene (mentor)
2013-10-05 10:18:20 +00:00
Baptiste Daroussin
bb4b86e043
Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p)
2013-09-20 22:28:25 +00:00
Baptiste Daroussin
61282a7f52
Add a build dependency on perl
2013-09-18 06:44:12 +00:00
Dirk Meyer
b83d7bf933
- update libdg to 2.1.0
2013-08-09 14:05:52 +00:00
Alex Kozlov
83f02b963c
- Convert USE_GETTEXT to USES (part 4)
...
Approved by: portmgr (bapt)
2013-04-26 10:44:28 +00:00
Baptiste Daroussin
992586fa08
Finish converting the whole ports tree to USES=pkgconfig
2013-04-23 14:20:25 +00:00
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
Alex Kozlov
05a9235c98
- Fix all cases of 'No newline at end of file' in ports tree
...
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Barbara Guida
d4048323c9
Convert to USE_PKGCONFIG.
...
Use space instead of tab after Created by header.
Approved by: flo (mentor)
2013-01-20 11:52:15 +00:00
Barbara Guida
2deeb5f2a2
- Trim Makefile headers
...
- Convert to OptionsNG
- Strip ABI version from LIB_DEPENDS
- Update my email address
Approved by: rene (mentor)
Feature safe: yes
2012-12-02 13:59:11 +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
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
Martin Wilke
cbc1192436
- Fix build when perl symlink is missing
...
PR: 163188
Submitted by: Jan Beich <jbeich@tormail.net>
Approved by: maintainer timeout
2012-01-29 06:48:26 +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
8562b96a07
Fix libpng check in configure script, fixed upstream in r10694.
...
PR: ports/163182
Submitted by: Barbara
Approved by: maintainer timeout (swell.k, 14 days)
2011-12-25 19:03:08 +00:00
Rene Ladan
6e7db9cfaa
- Update to 2.3.1
...
- Make the port look similar to net-p2p/amule-devel to ease updating the two.
- Partially pet portlint.
PR: ports/162603
Submitted by: Barbara (barbara.xxx1975 libero/it)
Approved by: maintainer timeout (swell.k, 14 days)
Feature safe: yes
2011-11-30 21:20:54 +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
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
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
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
6a1951bdce
- add missed file
2010-10-19 05:28: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
Ion-Mihai Tetcu
9b4b431219
Fix plist with -DNOPORTDOCS
...
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail
2009-04-26 07:00:46 +00:00
Sergey Matveychuk
baf9eadda1
- Drop needless depend on curl
...
Submitted by: maintainer
2009-04-06 11:23:22 +00:00
Pav Lucistnik
f2c7f37bfb
- Update to 2.2.4
...
Submitted by: <boris@tagnet.ru> (maintainer)
2009-04-04 18:58:58 +00:00