1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
Commit Graph

305309 Commits

Author SHA1 Message Date
Alexey Dokuchaev
c07cb6f322 - Tighten Makefile header and COMMENT
- Unbreak parallel (-jX) and Clang builds
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Fix bogus double spaces in pkg-descr

Reported by:	pointyhat-west
2013-07-28 09:22:46 +00:00
Alexey Dokuchaev
f875fa2b38 Try to unbreak parallel builds by calling make(1) correctly. 2013-07-28 08:45:58 +00:00
Alexey Dokuchaev
0d03c07061 - Try to unbreak parallel builds (-jX)
- Trim Makefile header, convert USE_GMAKE
- Install manpage relative to MANPREFIX
- Replace tab with space after WWW line

Reported by:	pointyhat-west
2013-07-28 08:32:18 +00:00
Max Khon
f2029db4f2 Add missing dependency on libssh2.
PR:		180737
Submitted by:	Oleg Ginzburg <olevole@olevole.ru>
2013-07-28 07:56:47 +00:00
Max Khon
7a6e4cb54a Update to 3.09.
PR:		180223
Submitted by:	Devil <devzone.my@gmail.com>
2013-07-28 07:44:17 +00:00
Bernhard Froehlich
668e7709be - Add rc.d script
- Bump PORTREVISION
2013-07-28 06:52:18 +00:00
Vanilla I. Shu
9d39f570f6 1: Fix build with newer zlib [1]
2: switch to gcc46.

PR:		ports/180748
Submitted by:	John Marino <freebsd at marino.st> [1]
2013-07-28 04:20:32 +00:00
Diane Bruce
ef1ad06e55 - Update post-install message to move /usr/local/share/tqsl
to /usr/local/share/TrustedQSL
- no binary change

Submitted by:	Thomas Laus KH6ILT <lausts@acm.org>
Obtained from:	private email
2013-07-27 22:50:01 +00:00
Ollivier Robert
b3392148de Update the RPZ+RL patches for both versions.
Approved by:	erwin
2013-07-27 21:08:35 +00:00
Juergen Lock
59e7237c06 Update to 1.5.2 - announce message is here:
https://lists.gnu.org/archive/html/qemu-devel/2013-07/msg04609.html
2013-07-27 20:26:20 +00:00
Sunpoet Po-Chuan Hsieh
c4e0867a86 - Update to 0.22
- Add LICENSE
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Test-CPAN-Meta-YAML/Changes
2013-07-27 20:16:04 +00:00
Sunpoet Po-Chuan Hsieh
3183c8394f - Update to 0.22
Changes:	http://search.cpan.org/dist/IO-Socket-IP/Changes
2013-07-27 20:15:04 +00:00
Sunpoet Po-Chuan Hsieh
b3f76a16e2 - Update to 2.9
Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
2013-07-27 20:14:22 +00:00
Sunpoet Po-Chuan Hsieh
ab15407363 - Update to 1.4
Changes:	https://github.com/drbrain/net-http-digest_auth/blob/master/History.txt
2013-07-27 20:11:24 +00:00
Joe Marcus Clarke
040c7aa3fd Update to 1.10.1. See
http://www.wireshark.org/docs/relnotes/wireshark-1.10.1.html for a list of
changes in this release.
2013-07-27 17:52:26 +00:00
Remko Lodder
f89b3d36d0 Add entry for wordpress < 3.5.2
Requested by:	Patrick Oonk
2013-07-27 17:36:19 +00:00
Andrej Zverev
69d5889a37 - Ops, Restore do-build target 2013-07-27 17:20:42 +00:00
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