Commit graph

305392 commits

Author SHA1 Message Date
Steve Wills
9b43ea27d9 - Update to 3.2.1
PR:		ports/180539
2013-07-27 17:10:26 +00:00
Alexey Dokuchaev
a24816a18f - Unbreak parallel builds (-jX) by fixing targets' dependencies
- Define LICENSE (GPLv3), improve on COMMENT
- Convert USE_GMAKE to USES (gmake)
- Drop GNU_CONFIGURE, USE_AUTOTOOLS implies it
- Reformat port description (now perfectly aligned on both sides)

Reported by:	pointyhat-west
2013-07-27 17:08:56 +00:00
Andrej Zverev
4a79e3f94c - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:  bapt@ (portmrg@)
2013-07-27 17:05:15 +00:00
John Marino
9d823abcef security/courier(passd,passwd,userinfo): Unbreak fetch and cleanup
The maintainer provided a new download location for his three ports after
a site reorganization broke fetching for two of them.  In addition to
updating the MASTER_SITES, other cleanups where performed:

  * Trim Headers
  * Convert USE_GMAKE to USES+=gmake
  * Convert NOPORTDOCS to options DOCS
  * Removed unterminated string in courierpassd makefile
  * Removed empty strings in courierpassd makefile

PR:		ports/179670
Approved by:	bapt / culot (mentors, implicit)
2013-07-27 16:45:26 +00:00
Andrej Zverev
b47325edb2 - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:  bapt@ (portmrg@)
2013-07-27 16:06:25 +00:00
Steve Wills
413424ee99 - Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here

Reviewed by:	danfe
2013-07-27 16:06:01 +00:00
Chris Rees
4c082f93da remove GCC requirement
PR:		ports/179519
Submitted by:	Kenta Suzumoto <kentas@hush.com> (also by 4721 below)

add LICENSE
remove shared library version from depends
remove stale comment

PR:		ports/180063
Submitted by:	4721@hushmail.com
Approved by:	maintainer timeout (itetcu, 5 weeks)
2013-07-27 15:53:56 +00:00
Alexey Dokuchaev
c43371dfb6 - Employ USES for gmake and pkgconfig
- Enable verbose build commands for build farms
- Fix BUILD_DEPENDS assignment (= should be +=)
- Add an XXX comment about DOCS option logic
- Improve on option knobs descriptions a bit
- Tighten BROKEN statement, fix pkg-descr

Reported by:	pointyhat-west
2013-07-27 15:29:02 +00:00
Steve Wills
3cdf232e5c - Update to 0.9.7
PR:		ports/180537
Approved by:	maintainer timeout (renchap@cocoa-x.com, >2 weeks)
2013-07-27 14:33:52 +00:00
Steve Wills
6b5dbca564 - Update to 2.74
PR:		ports/180777
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
2013-07-27 14:24:13 +00:00
Alexey Dokuchaev
829c0acfbc Remove defunct URIs from MASTER_SITES and WWW line, switch to SourceForge
for the time being.  Update the COMMENT to match the official description.

NB: v0.4.2 is pretty ancient (ca. 2004 according to sf.net), and there is
0.4.7-2 available (as of 2013-01-05).
2013-07-27 14:11:19 +00:00
Steve Wills
c0bc9839e3 - Update to 1.2.0
PR:		ports/180733
Submitted by:	Renaud Chaput <renchap@cocoa-x.com>
Approved by:	Nick Dewing <nickdewing@gmail.com> (maintainer)
2013-07-27 14:06:13 +00:00
Steve Wills
f953ac7d9f - Update to 0.10.15
PR:		ports/180883
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2013-07-27 13:49:49 +00:00
Alexey Dokuchaev
48482990e3 Add forgotten file in previous commit. 2013-07-27 13:32:10 +00:00
Alexey Dokuchaev
627a8b98b4 - Fix parallel build (-jX) by calling make(1) correctly and fixing targets
dependencies; respect CFLAGS in a better way
- Define LICENSE (GPLv2) and remove it from portdocs
- Unbreak the build against Clang (remove one inline statement)
- Cleanup the port, pkg-message, and pkg-descr while here
- Do not mention ancient versions of FreeBSD in pkg-message

Reported by:	pointyhat-west
2013-07-27 13:30:52 +00:00
Koop Mast
f52b6275e3 Add patch to fix build with clang.
Use USES=gmake and pathfix

Approved by:	maintainer (implicit)
2013-07-27 13:25:14 +00:00
Remko Lodder
0cf457b5fb Add additional reference, bump modified date. 2013-07-27 13:24:18 +00:00
Alexey Dokuchaev
be5de261d4 - Make the port parallel build (-jX) safe
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS

Reported by:	pointyhat-west
2013-07-27 12:00:24 +00:00
Alexey Dokuchaev
1309964973 - Convert USE_GMAKE (add gmake to USES)
- Define LICENSE (GPLv2)
- Make the port parallel build (-jX) safe
- Install manpages relative to MANPREFIX
- Add DOCS and EXAMPLES options; use new smart syntax
- Rename BZIP option to our standard BZIP2

Reported by:	pointyhat-west
2013-07-27 11:49:20 +00:00
Baptiste Daroussin
c831bf23e4 Mark as deprecated, the port is vulnerable for long with noone to take care of it. 2013-07-27 11:19:10 +00:00
Alexey Dokuchaev
d451e40da1 - Fix Makefile header, normalize COMMENT, add LICENSE
- Make the port parallel build (-jX) safe
- Install manual page relative to MANPREFIX
- Convert to OptionsNG (DOCS), sort the knobs, etc.
- Reformat pkg-message, convert three-line pkg-plist

While here, mute REINPLACE_CMD (debug leftover) from previous commit.

Reported by:	pointyhat-west
2013-07-27 11:12:27 +00:00
Koop Mast
47fe60af4d Update to 0.9.19.
Update gmake depend
2013-07-27 10:49:39 +00:00
Alexey Dokuchaev
cc821673e3 Attempt to fix inner makefiles so the port (and its slaves) are make jobs
(-jX) safe.

Reported by:	pointyhat-west
2013-07-27 10:39:00 +00:00
John Marino
396a4cac54 Deprecate MSN Messenger ports to expire 31 OCT 2013
Microsoft ended the primary MSN service for all countries by 30 APR 2013.
Third party clients still work although they can only communicate with
other such clients.  The XMPP protocol service is expected to be shut down
by October 2013 [1] although MSP service may continue into early 2014. [1]

Deprecate all ports that exclusively use MSN protocols and mark the
expiration by the end of October.

[1] http://tinyurl.com/ac9vbqo

Approved by:	bapt (portmgr, mentor)
2013-07-27 10:19:30 +00:00
Alexey Dokuchaev
b48eba755d - Fix Makefile header, normalize COMMENT text
- Drop explicit shlib ABI versions from LIB_DEPENDS
- Do not redefine PKGMESSAGE, adding it to SUB_FILES does it automagically
- Do not terminate RESTRICTED message with a dot
- Add a comment about possible abuse of USE_PERL5
- Mute post-patch target to match default ports' behavior closely
- Do not abuse ALL_TARGET to pass variables to downstream make(1), use
  MAKE_ARGS properly instead (merge together with MAKE_ENV)
- Fix inner makefiles and configure script to make port jobs (-jX) safe
- Pad the output of PKGMESSAGE to be consistent with the package

Reported by:	pointyhat-west
2013-07-27 08:34:48 +00:00
TAKATSU Tomonari
22748215a7 - Update to 0.5-61 2013-07-27 08:22:02 +00:00
John Marino
e8b26d98de net-im/cli-msn: Mark BROKEN and DEPRECATE
This port is BROKEN because the master site more-pah.net no longer offers
a direct download so the distfile can't be fetched.  I could not find any
mirrors for the distfile.

It is deprcated because the offical MSN Messenger service ended 30 Apri
2013.  Third party tools like this still function for now, but the true
EOL date is not publically known, but official documentation suggested
XMPP protocol service ends October 2013. [1]

[1] http://tinyurl.com/ac9vbqo

PR:		179655
Approved by:	bapt / culot (mentors, implicit), maintainer timeout
2013-07-27 07:30:04 +00:00
Hiroki Sato
2c30ab87d9 - Fix CONFLICTS.
- Style cleanups.
- Take maintainership.
2013-07-27 04:27:19 +00:00
Hiroki Sato
2915c6da80 Update to 0.3.10. 2013-07-27 04:24:14 +00:00
Vanilla I. Shu
70f644326c Upgrade to 6.2.
PR:		ports/180879
Submitted by:	maintainer
2013-07-27 03:39:55 +00:00
John Marino
ad7dc7941a deskutils/tomboy: Not jobs safe
While here, did the following cleanups:
 * Trim makefile header
 * Fixed WWW indent on pkg-descr
 * Removed library version specification
 * converted USE_GMAKE to USES+=gmake

Approved by:	bapt/culot (mentors, implicit)
2013-07-27 00:00:00 +00:00
Baptiste Daroussin
86125ed3ba Chase audio/arts removel 2013-07-26 23:52:01 +00:00
Baptiste Daroussin
24885637f1 Chase audio/arts removal 2013-07-26 23:46:21 +00:00
Baptiste Daroussin
b49524071e Remove non default ARTS option 2013-07-26 23:34:57 +00:00
Baptiste Daroussin
6c9e1c4e6f Remove non default options on arts
Reported by:	mat
2013-07-26 23:31:35 +00:00
Baptiste Daroussin
ace73de6c0 Remove non default option on audio/arts which has been removed from the tree
Reported by:	mat
2013-07-26 23:30:02 +00:00
William Grzybowski
a570bcf746 net/jicmp: update to 1.4.1
- Update to 1.4.1 [1]
- Trim Makefile header [1]
- Remove leading article from COMMENT

PR:		ports/18084
Submitted by:	Sevan Janiyan <venture37 geeklan.co.uk> (maintainer)
2013-07-26 23:28:58 +00:00
William Grzybowski
106007f8c9 net/minidlna: remove required dirs
- Remove required dirs from rc.d, it is already ensured with install cmd

Reported by:    tdb
2013-07-26 23:25:40 +00:00
Baptiste Daroussin
bd2eeff217 deskutils/metabar has gone 2013-07-26 23:24:56 +00:00
Xin LI
31071be527 Document BIND denial of service vulnerability 2013-07-26 23:22:36 +00:00
Baptiste Daroussin
ab20a94680 Deprecate and set expiration date for ports broken for more than 6 month 2013-07-26 23:20:17 +00:00
Ollivier Robert
290764c8ba Put back the two patches for RPZ-RL that were removed during the previous
update.
2013-07-26 22:19:27 +00:00
Ollivier Robert
3726e2cae1 Security update to fix CVE-2013-4854 as reported at
https://kb.isc.org/article/AA-01015/0

9.9.3-p1 -> 9.9.3-P2
9.8.5-p1 -> 9.8.5-P2

9.6.x is not affected, neither is 10.x.

Security:	CVE-2013-4854 Remote DOS
2013-07-26 22:05:05 +00:00
John Marino
3b8130edf2 sysutils/gkrelltop: Reset maintainer, address bounces
Approved by:	bapt/culot (mentors, implicit)
2013-07-26 22:02:09 +00:00
John Marino
84f50e0b9a mail/deforaos-mailer: Not jobs safe
Also changed order and removed whitespace to make portlint happy.

Approved by:	bapt/culot (mentors, implicit)
2013-07-26 21:41:07 +00:00
John Marino
6f0ad9134a devel/adasdl: Move to Ada framework
Currently this port has a hard dependency on lang/gnat.  This has been
replaced with USES+=ada and minor changes to incorporate it into the Ada
framework with a PORTREVISION bump.

The makefile header was trimmed, spaces were replaced with tabs, the
leading article was removed from the COMMENT, USES_GMAKE was converted
to USES and GMAKE was redefined in order to access the environment
variables.

This is a very old program, and the data types defined in it in are
too small for amd64.  Redports confirms it will not build on this platform
so ONLY_FOR_ARCHS=i386 is set as well.

Approved by:	bapt & culot (mentors)
2013-07-26 20:52:06 +00:00
John Marino
6b63d88b6e devel/afay: Move to Ada framework
Currently this port has a hard dependency on lang/gnat.  This has been
replaced with USES+=ada and minor changes to incorporate it into the Ada
framework with a PORTREVISION bump.

The makefile header was trimmed and NOPORTDOCS was replaced with the DOCS
option, and now portlint is happy.

Approved by:	bapt & culot (mentors)
2013-07-26 20:50:50 +00:00
John Marino
bcdb8c1dc9 textproc/words: Move to Ada framework
Currently this port has a hard dependency on lang/gnat.  This has been
replaced with USES+=ada and minor changes to incorporate it into the Ada
framework with a PORTREVISION bump.

The MASTER_SITES url did not resolve, so the distfile was unfetchable.
Luckily the entire site was archived, so the MASTER_SITES and primary
site fetching has been restored.  The makefile header was trimmed, the
AUTHOR was removed as the email may not longer be valid, NOPORTDOCS
was replaced with the DOCS option, and now portlint is happy.

Approved by:	bapt & culot (mentors)
2013-07-26 20:49:31 +00:00
John Marino
25b5722c1e x11/deforoas-libdesktop: Not jobs safe
set MAKE_JOBS_UNSAFE and make portlint happy.

Approved by:	bapt/culot (mentors, implicit)
2013-07-26 19:46:21 +00:00
Juergen Lock
59fd77a3dd Simplify path for extra-patches.
PR:		ports/180817
Submitted by:	pfg
2013-07-26 19:40:01 +00:00