Commit graph

24831 commits

Author SHA1 Message Date
Gabor Pali
8b1c971497 - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
9.x in order to prevent run-time breakage after the recent changes in
  libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence

Obtained from:	FreeBSD Haskell
2014-03-29 00:52:54 +00:00
Alexander Leidinger
e2411cf6b9 Update to 1.4.1.2.
Submitted by:	Jason Unovitch <jason.unovitch@gmail.com>
2014-03-28 22:58:33 +00:00
Antoine Brodin
50d0809adf - Update to 0.9.11
- Apache license 1.1 is now in the framework

PR:		ports/187973
Submitted by:	KATO Tsuguru
2014-03-28 21:58:17 +00:00
Antoine Brodin
9a226e8e55 Mark broken again, does not build
cc -I. -I. -DUSE_PPP -DUSE_MS_DNS -O2 -pipe -fno-strict-aliasing -c ./ppp/auth.c
In file included from ./ppp/auth.c:56:
./ppp/pppd.h:107: error: conflicting types for 'output'
./ppp.p:13: error: previous declaration of 'output' was here
*** Error code 1

Reported by:	pkg-fallout (still since at least august 2013)
2014-03-28 21:39:42 +00:00
Antoine Brodin
7995099a38 Mark broken everywhere
Reported by:	pkg-fallout since august 2013
2014-03-28 19:25:44 +00:00
Dmitry Sivachenko
0cbb95de16 Update to 1.4.25. 2014-03-28 04:10:45 +00:00
Dag-Erling Smørgrav
8e613c06bf MIT Kerberos already has profile_t, so don't typedef it. 2014-03-27 16:56:10 +00:00
Renato Botelho
08f0ef4874 . Support STAGE
. Use new LIB_DEPENDS syntax
. Add LICENSE

Approved by:	portmgr (blanket)
2014-03-27 14:37:43 +00:00
Emanuel Haupt
e81b02ac0d - Support staging
- Define DOCS option
- Use WWW: with a single space
2014-03-27 12:40:26 +00:00
Renato Botelho
557659d9bb . Support STAGE
. Use new LIB_DEPENDS syntax
. USES=gmake instead of USE_GMAKE

Approved by:	portmgr (blanket)
2014-03-27 12:29:25 +00:00
Emanuel Haupt
f309a8f06e Support staging 2014-03-27 12:08:40 +00:00
Renato Botelho
b306894ebc Support STAGE
Approved by:	portmgr (blanket)
2014-03-27 00:30:34 +00:00
Johan van Selst
3533906524 Update liboauth to 1.0.2 2014-03-26 19:02:11 +00:00
Renato Botelho
ed7127a511 Support STAGE 2014-03-26 17:27:24 +00:00
Mathieu Arnold
dbd321b40b For some reason, having an ` in BROKEN/FORBIDDEN/IGNORE breaks QAT badly.
With hat:	portmgr
2014-03-26 13:56:06 +00:00
Rusmir Dusko
3601797d41 - Add license (BSD2CLAUSE)
- Remove LICENSE from DOCS
- Use PLIST_FILES and PORTDOCS=* instead of pkg-plist

PR:		ports/179198
Submitted by:	nemysis (self)
2014-03-26 13:45:39 +00:00
Alexey Degtyarev
ca48c6d764 - Support STAGE
- Make extra patch for >= 8.x into a normal patch as it's used on all supported
  FreeBSD versions

PR:		ports/187320
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by:	wg (mentor)
2014-03-26 12:27:50 +00:00
Steve Wills
cce3b32304 - Stage
PR:		ports/187891
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-26 01:46:20 +00:00
Steve Wills
4ee430a96f - Updated to 0.55
- Stage

PR:		ports/187935
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-03-25 20:06:43 +00:00
Sunpoet Po-Chuan Hsieh
f85c508820 - Update to 0.57
Changes:	http://search.cpan.org/dist/Net-OAuth2/Changes
2014-03-25 19:33:49 +00:00
Tijl Coosemans
e1fc9d0833 - Bump PORTREVISION after the latest change to converters/libiconv because
rsync uses locale_charset when the ICONV option is enabled. [1]
- Replace CFLAGS+=-I... with CPPFLAGS+=-I... to fix warnings during
  configure about headers being accepted by the compiler but not the
  preprocessor.
- Replace CONFIGUREDCFLAGS (guard against CFLAGS damage by MAKE_ENV)
  with CPPFLAGS.  The dist makefile contains CFLAGS=@CFLAGS@ so CFLAGS
  in MAKE_ENV isn't a problem.
- Replace ac_cv_header_iconv_h=no with --disable-iconv-open.  The first
  disables HAVE_ICONV_H while the latter disables USE_ICONV_OPEN but both
  are checked in rsync.h:
  #if defined USE_ICONV_OPEN && defined HAVE_ICONV_H
- Set ac_cv_search_libiconv_open=no when empty(ICONV_LIB).  This prevents
  detection of libiconv when the ICONV option is disabled, but it is also
  needed on FreeBSD 10 with libiconv installed to prevent linking with
  -liconv.
- New LIB_DEPENDS syntax.
- Move pre-configure to post-patch.
- Remove malloc.h patching.
- Replace MAKE with MAKE_CMD.  MAKE is the currently running make and
  MAKE_CMD is the make used to build the port.
- Unmute installation commands.

Reported by:	"Kenta S." <kentas@hush.com> [1]
Approved by:	ehaupt
2014-03-25 13:20:54 +00:00
Dirk Meyer
60e92e847b - fix buiild by addding: MAKE_JOBS_UNSAFE=yes
error:
libpatricia/libpatricia.a: could not read symbols: Archive has no index; run ranlib to add one
*** [blib/arch/auto/Net/Patricia/Patricia.so] Error code 1
2014-03-25 11:03:45 +00:00
Baptiste Daroussin
171d2a4d21 Support stage
Use options helpers
2014-03-25 08:19:00 +00:00
Baptiste Daroussin
0a1c5bdf9b Support stage
Use options helpers
2014-03-25 08:17:16 +00:00
Rene Ladan
0a26f84351 Remove expired ports:
2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0
2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream
2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream
2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor
2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot.  Especially with options other than GUILE, uninstall may leave files behind
2014-03-23 games/xflame: No more public distfiles
2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead
2014-03-24 x11-wm/hackedbox: Abandonware
2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils'
2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
2014-03-24 19:51:54 +00:00
Oliver Lehmann
4619451ba9 switch from GCC to Clang
bump PORTREVISION
2014-03-23 09:45:39 +00:00
Pawel Pekala
89b0c304f5 - Update to version 5.0.21
- Switch to PORTDOCS
2014-03-22 15:43:33 +00:00
Steve Wills
5743658354 - Update to 1.3.1 security release, announce message is here:
http://sourceforge.net/p/tigervnc/mailman/message/32120476/

PR:		ports/187777
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
Security:	CVE-2014-0011
2014-03-22 07:36:39 +00:00
Kubilay Kocak
61f8dc857b Chase py-pyzmq category move for py-salt, ipython and py-kombu
Update py-pyzmq dependency entries for:

 - sysutils/py-salt
 - devel/ipython
 - net/py-kombu
2014-03-22 07:35:35 +00:00
Kubilay Kocak
2bb729328a net/py-twitter-tools: Update to 1.14.1, Modernise.
- Update to 1.14.1
- Enable AUTOPLIST support, remove PYDISTUTILS_PKGNAME accordingly
- Deprecate easy_install target, remove zip_safe setup.py patch accordingly
- Use PKGNAMESUFFIX, so we dont need DISTNAME override (and pets portlint!)

Changes:

  https://github.com/sixohsix/twitter/commits/twitter-1.14.1
2014-03-22 07:19:47 +00:00
Kubilay Kocak
3badd61d6d devel/py-pyzmq: Move to net/ category, Update to 14.1.1
- Move from devel/ to net/ category with other ZeroMQ ports
- Update to 14.1.1
- Update CATEGORIES order (put primary first)
- Update MOVED, devel/Makefile and net/Makefile

Approved by: maintainer (via email)
2014-03-22 06:53:46 +00:00
Kubilay Kocak
11da1c4851 net/libzmq4: Update to 4.0.4
- Update to 4.0.4

Changes:

    https://github.com/zeromq/zeromq4-x/blob/v4.0.4/NEWS
2014-03-22 05:25:34 +00:00
Kubilay Kocak
384e39b860 net/libzmq2: Fix PKGNAME (PORTNAME: zmq -> libzmq2)
Correctly set PORTNAME to "libzmq2" after moving it from devel/zmq to
net/libzmq2, which was missed in r335619 [1].

This fixes the PKGNAME for this port.

[1] http://svnweb.freebsd.org/ports?view=revision&revision=335619

Reported by:	Franco Fichtner (via twitter: @fitchitis)
Approved by:	pointyhat (koobs)
MFH:		2014Q1
2014-03-22 03:15:01 +00:00
Xin LI
4c7f2db4d4 Remove DEBUG option for now as it have broke syslog capability.
Reported by:	many
2014-03-20 23:22:03 +00:00
Ryan Steinmetz
3b3db1acf7 New port: net/pwhois:
The Prefix WhoIs Project provides a whois-compatible client and server
framework for disclosing various up-to-date routing information.
Instead of using registrar-originated network information (which is often
unspecific or inaccurate), Prefix WhoIs uses the Internet's global routing
table as gleaned from a number of routing peers around the world. Other
sources of information, such as imported data from ARIN are also supported
(a separate agreement with ARIN is required).

WWW: http://pwhois.org/
2014-03-20 20:07:10 +00:00
Emanuel Haupt
e136845765 Support staging 2014-03-20 15:51:11 +00:00
Emanuel Haupt
9bd267c284 Support staging 2014-03-20 15:49:46 +00:00
Emanuel Haupt
da9e8e3698 Support staging 2014-03-20 15:05:04 +00:00
Emanuel Haupt
d00d267fb8 - Support staging
- Use shebangfix
2014-03-20 08:00:03 +00:00
Emanuel Haupt
c92e60e03a - Support staging
- USES -> gmake
- This port does not build with clang, therefore use GCC and hereby fix this
  port on 10.x (port is crucial for net/asterisk)
- Strip shared objects
- New LIB_DEPENDS definition
2014-03-20 07:32:56 +00:00
Xin LI
2618af2c19 Update OpenLDAP to 2.4.39.
While I'm there, make OpenLDAP daemon start earlier than SERVERS, right
after ldconfig.
2014-03-19 22:44:50 +00:00
Xin LI
22c046f17a Spring cleanup of OpenLDAP 2.4 port:
- Fix various issues introduced with staging support.
 - Build MDB backend by default, this will become new preferred backend
   and BerkeleyDB backend is now deprecated.
2014-03-19 22:11:10 +00:00
Joe Marcus Clarke
700a9c5ddd Correct a typo. 2014-03-19 12:31:49 +00:00
Joe Marcus Clarke
b609ce1d7d Update to 3.1.1. See http://netatalk.sourceforge.net/3.1/ReleaseNotes3.1.1.html
for the list of changes in this release.

Additionally, fix some new LIB_DEPENDS usage, and adjust the pkg-descr to
match reality [1].

PR:		187658 [1]
2014-03-18 21:53:40 +00:00
Emanuel Haupt
50418f3429 Quiesce mkdir 2014-03-18 14:26:57 +00:00
Ryan Steinmetz
2eff0b3428 - Update to 3.3.1 2014-03-18 13:24:51 +00:00
Ryan Steinmetz
e3e776b48f - Update to 1.24.1 2014-03-18 13:02:18 +00:00
Emanuel Haupt
58592053bf - Support staging
- Define DOCS option
2014-03-17 16:37:19 +00:00
Emanuel Haupt
069d5c2d54 Support staging 2014-03-17 16:29:59 +00:00
Ryan Steinmetz
24cf422ffc - Update to 0.8.14
- Fix style issues in Makefile
2014-03-17 15:20:03 +00:00
Emanuel Haupt
4d300c6290 Support staging 2014-03-17 14:46:35 +00:00
Emanuel Haupt
ced0b2014e Support staging 2014-03-17 13:32:18 +00:00
Emanuel Haupt
6f23ee2fee - Support staging
- Don't build with debug symbols
2014-03-17 09:41:52 +00:00
Gerald Pfeifer
ed08b27967 Now that the default version of GCC in the Ports Collection (per
lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace
USE_GCC=4.7+ by USE_GCC=yes.

Approved by:	portmgr (mat)
2014-03-16 22:33:04 +00:00
Sunpoet Po-Chuan Hsieh
5254e6ca15 - Use USES=tar:tgz 2014-03-15 18:41:24 +00:00
Alexey Dokuchaev
ba31c6c887 Kill bogus EOL whitespace. 2014-03-15 15:58:50 +00:00
Juergen Lock
587837f8ba Switch my ports to USES= tar:... 2014-03-15 15:35:59 +00:00
Kubilay Kocak
f3a8e58f52 net/py-tweepy: Update to 2.2
- Update to 2.2
- Remove post-extract target: (tests no longer included)
- Remove zip_safe=False patch in setup.py (no longer necessary)

Changes:

    https://github.com/tweepy/tweepy/blob/2.2/CHANGELOG.md

Approved by:	maintainer (via Twitter)
2014-03-15 15:29:20 +00:00
Kubilay Kocak
fc6119645e net/py-oauth2: Fix tests from being installed in site-packages
- Patch setup.py to exclude tests from install (CONFLICT) [1][2]
- pkg-descr: Tab->space in WWW: (portlint)
- Bump PORTREVISION

[1] This Python package uses packages=find_packages() with a tests
module in the root that contains an __init__.py file, which results
in the tests module being installed in site-packages. The correct way
of including tests in a pypi package using sdist, while excluding tests
in the root from being installed it to use:

 * packages = find_packages(exclude='tests'),
 * A MANIFEST.in containing "include tests/*" or equivalent

[2] https://github.com/simplegeo/python-oauth2/issues/139

Reported by:	antoine
Approved by:	maintainer (via Twitter)
2014-03-15 15:07:07 +00:00
Pawel Pekala
e846d0a9ee - Update to version 1.8.20140310 [1]
- Use option helper

PR:		ports/187105 [1]
Submitted by:	maintainer
2014-03-15 13:38:35 +00:00
Alexey Dokuchaev
b6c8e5ea38 - Convert EXTRACT_SUFX to USES=tar:tgz
- Convert 3-line pkg-plist to PLIST_FILES
- Use space, not tab, after WWW: in pkg-descr
2014-03-15 12:16:18 +00:00
Alexey Dokuchaev
dd5a3fa42e - Fix the build (linking) against Clang by uninlining couple of functions
- While here, convert EXTRACT_SUFX to USES=tar:tgz and define ALL_TARGET,
  since upstream `all' target is racy
2014-03-15 12:06:49 +00:00
Martin Wilke
563e7b1074 - Remove tests to avoid conflict with net/py-oauth2
Reported by:	antoine
2014-03-15 10:27:09 +00:00
Cy Schubert
916f177565 Update 4.2.7p411 --> 4.2.7p433 2014-03-14 19:40:43 +00:00
Cy Schubert
b3eaa12cf6 Forbidden because of CVE-2013-5211 / VU#348126.
Does not configure. Flag as broken.

Security:	CVE-2013-5211 / VU#348126
2014-03-14 19:24:32 +00:00
Cy Schubert
f878955108 Support staging. 2014-03-14 19:21:55 +00:00
Sunpoet Po-Chuan Hsieh
ec8fd98a45 - Use USES=tar:xz 2014-03-14 15:17:16 +00:00
Sunpoet Po-Chuan Hsieh
d856648b4d - Use USES=tar:xz 2014-03-14 15:17:10 +00:00
Sunpoet Po-Chuan Hsieh
cbb4df3a58 - Use USES=tar:xz 2014-03-14 15:17:06 +00:00
Sunpoet Po-Chuan Hsieh
35fc68f025 - Use USES=tar:xz 2014-03-14 15:17:02 +00:00
Emanuel Haupt
2e3643f542 - Support staging
- USES -> gmake
- New LIB_DEPENDS definition
2014-03-14 13:59:08 +00:00
Emanuel Haupt
4f7d5ac5f2 - Support staging
- New LIB_DEPENDS definition
2014-03-14 13:52:35 +00:00
Sunpoet Po-Chuan Hsieh
b81ba60202 - Fix install/package failure when DOCS option is off
PR:		ports/187124
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2014-03-14 12:27:50 +00:00
Emanuel Haupt
c81574405b - Support staging
- Use shebangfix
2014-03-14 10:24:48 +00:00
Emanuel Haupt
7aef37f62e Convert USE_BZIP2=yes to USES=tar:bzip2 2014-03-14 10:15:52 +00:00
Emanuel Haupt
29447fbec1 - Support staging
- Remove BROKEN, port builds fine
2014-03-14 09:38:24 +00:00
Rene Ladan
ddd93f2773 Remove expired ports:
2014-03-14 net/pppd23: Depends on PPPDISC
2014-03-14 net/ipa_ip6fw: Depends on IPv6 ipfw firewall
2014-03-14 palm/synce-hal: Requires pppd
2014-03-14 net/pppoa: Broken on FreeBSD 8 and later since june 2009
2014-03-14 09:14:01 +00:00
Emanuel Haupt
14e5aa25e7 - Support staging
- Use shebangfix
2014-03-14 09:01:09 +00:00
John Marino
1077d788a4 net/polyorb: New version as result of gcc-aux upgrade to gcc49
Setting USES=ada:47 would not allow polyorb to build because of an
object file mismatch with the gcc49-built xmlada.  It also would not
build with the latest gcc-aux, so the only option is to upgrade the port
to PolyOrb 2013.
2014-03-14 08:37:52 +00:00
Emanuel Haupt
28e3bd877d Support staging 2014-03-13 14:47:16 +00:00
Emanuel Haupt
adba66ccf5 GNU_CONFIGURE is not needed in conjunction with HAS_CONFIGURE which is suitable
here. Also support staging.
2014-03-13 13:34:34 +00:00
Dmitry Sivachenko
b871838720 Update to version 1.30. 2014-03-13 11:09:26 +00:00
Pawel Pekala
d08a9c5e75 Update to version 2.1
PR:		ports/187459
Submitted by:	maintainer
2014-03-13 10:06:42 +00:00
Martin Matuska
7debc1d67d Update foreman-proxy to 1.4.1 2014-03-13 06:54:40 +00:00
Josh Paetzel
a2242e8e9d Nuke openistgt from orbit. Between istgt now supporting target reload
and more importantly the kernel iSCSI work there is no point to
this port.
2014-03-13 04:42:30 +00:00
Steve Wills
c0be05d45b - Fix disabling VIEWER option didn't work (obtained from upstream [1])
- Add missing dependency on ImageMagick required to generate icons
  during the build and use these icons for DESKTOP_ENTRIES
- Fix paths in CONFIGURE_ARGS which refer files from other ports
- Support stage
- Bump PORTREVISION for package change

PR:		ports/187007
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
Obtained from:	http://sourceforge.net/p/tigervnc/code/5161/ [1]
2014-03-12 15:14:36 +00:00
John Marino
425c37be8b net/adasockets: Fix code style before gcc49 comes in
Part of adasockets is built with -gnatg which invokes style checking.
The upcoming GNAT compiler has stricter rules regarding the placement
of the "then" keyword.  Adasockets was failing to build based on style
errors on gcc49.  Patch this now on gcc47 to prepare for the Ada
compiler transition.

No bump; the code logic doesn't change.
2014-03-12 10:37:40 +00:00
Martin Wilke
cbd4fa03fe - Stage support 2014-03-12 03:27:30 +00:00
Martin Wilke
057fb1793b - Stage support 2014-03-12 02:47:23 +00:00
Xin LI
49cfb2e6cb Security update:
net/samba36 -> 3.6.23
	net/samba4  -> 4.0.16
	net/samba41 -> 4.1.6

Security:	03e48bf5-a96d-11e3-a556-3c970e169bc2
2014-03-12 01:07:30 +00:00
Eitan Adler
094411698f net/dgd-lpmud: fix LEGAL restrictions
According to the port's Makefile the source code and resulting binaries may not
be used for monetary gain.

Approved by:	portmgr (implicit)
2014-03-11 23:14:09 +00:00
Antoine Brodin
cf7b71001e Deprecate a few old unmaintained ports 2014-03-11 21:21:14 +00:00
Florian Smeets
f690b2f326 - Update to 11.8.1
- set USE_GCC as asterisk uses gcc extensions

(STAGE support will follow soon, just wanted to get the new version out now)

Security:	03159886-a8a3-11e3-8f36-0025905a4771
MFH:		2014Q1
2014-03-11 20:22:39 +00:00
Florian Smeets
16fe156c59 - Update to 1.8.26.1
- set USE_GCC as asterisk uses gcc extensions

(STAGE support will follow soon, just wanted to get the new version out now)

Security:	03159886-a8a3-11e3-8f36-0025905a4771
MFH:		2014Q1
2014-03-11 20:21:45 +00:00
Sunpoet Po-Chuan Hsieh
e7683b899c - Update to 0.13
Changes:	http://search.cpan.org/dist/Net-CIDR-Set/Changes
PR:		ports/187446
Submitted by:	Anes Mukhametov <anes@anes.su> (maintainer)
2014-03-11 18:19:41 +00:00
Koop Mast
70c71e5cdd gnome-panel will be updated to the 3.x version when GNOME 3 will merged.
Deprecate the first batch of ports that are incompatible with the new 3.x version.
2014-03-11 14:40:28 +00:00
Philippe Audeoud
2bf9c19cae - Update to 1.10
- Add LICENSE
2014-03-11 10:27:06 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Max Brazhnikov
af74f697ea net/krdc:
- Add optional dependency on freerdp for Remote Desktop support

PR:		ports/187429
Submitted by:	swills
2014-03-10 20:00:49 +00:00
Baptiste Daroussin
44105bbef8 Convert n* to USES=zip 2014-03-10 16:38:00 +00:00
Rene Ladan
a935cff705 Remove commented-out support for expired security/xyssl
Submitted by:	johans
Approved by:	portmgr (infrastructure blanket)
2014-03-10 12:43:49 +00:00
Rene Ladan
75bf24ea86 Clean up expired optional dependencies, bump PORTREVISION
Submitted by:	portsnap index builder
2014-03-10 12:11:16 +00:00
Rene Ladan
c9a690d33c Remove expired ports:
2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
2014-03-10 11:50:26 +00:00
Rene Ladan
0de8cda459 Remove optional dependency on expired msic/freeswitch-scripts-devel 2014-03-10 11:40:06 +00:00
Rene Ladan
431b82352c Remove optional dependency on expired net/freeswitch-sbc-devel 2014-03-10 11:16:49 +00:00
Rene Ladan
821b19c232 Remove optional dependency on expired misc/freeswitch-pizzademo-devel 2014-03-10 11:05:54 +00:00
Rene Ladan
9a05af2f93 Remove expired port:
2014-03-10 net/freenx: Depends on expiring net/nxserver
2014-03-10 09:41:41 +00:00
Emanuel Haupt
f713f0f529 Update to 1.7.2.4 2014-03-10 07:09:34 +00:00
Joe Marcus Clarke
73d5cef460 Update to 1.10.6. 2014-03-09 23:56:33 +00:00
Sunpoet Po-Chuan Hsieh
1195427446 - Use USES=gmake
Approved by:	portmgr (blanket)
2014-03-09 21:37:59 +00:00
Martin Wilke
93a6bf1480 - Stage support 2014-03-09 15:02:31 +00:00
Martin Wilke
c287ef0608 - Stage support 2014-03-09 14:45:06 +00:00
Martin Wilke
b575a1f1ca - Stage support 2014-03-09 14:43:50 +00:00
Martin Wilke
5ec7103dcd - Stage support 2014-03-09 14:43:19 +00:00
Martin Wilke
a6f5840186 - Stage support 2014-03-09 14:43:07 +00:00
Martin Wilke
57db70530f - Convert to autoplist
- Stage support
- Bump PORTREVISIO
2014-03-09 14:42:53 +00:00
Martin Wilke
1b21d176c2 - Stage support 2014-03-09 14:41:03 +00:00
Martin Wilke
6b5cae9151 - Stage support
- Convert to USES
2014-03-09 14:40:52 +00:00
Martin Wilke
079936ea0b - Stage support 2014-03-09 14:40:30 +00:00
Martin Wilke
ecc2aa92d9 - Stage support 2014-03-09 14:39:06 +00:00
Martin Wilke
cc648c9178 - Stage support 2014-03-09 14:38:16 +00:00
Martin Wilke
7163d225ff - Convert to autoplist
- Stage support
- Bump PORTREVISIO
2014-03-09 14:37:55 +00:00
Martin Wilke
52a6cec9c4 - Stage support
- Convert to USES
2014-03-09 14:37:09 +00:00
Martin Wilke
b355674106 - Stage support 2014-03-09 14:26:35 +00:00
Martin Wilke
7b1860487d - Stage support 2014-03-09 14:26:16 +00:00
Martin Wilke
d17175cf6b - Stage support 2014-03-09 14:25:49 +00:00
Martin Wilke
e4fa1dc7b3 - Stage support 2014-03-09 14:25:30 +00:00
Martin Wilke
5c37a3de1c - Stage support 2014-03-09 14:25:21 +00:00
Martin Wilke
9ddc5830c3 - Stage support 2014-03-09 14:24:08 +00:00
Martin Wilke
adc0e1e77d - Stage support
- Convert to USES
2014-03-09 14:23:58 +00:00
Martin Wilke
ffc6dc6603 - Stage support 2014-03-09 14:23:01 +00:00
Martin Wilke
4910785e9f - Stage support 2014-03-09 14:22:48 +00:00
Martin Wilke
1f947648b1 - Stage support 2014-03-09 14:22:39 +00:00
Dirk Meyer
30342abac0 - update LICENSE 2014-03-09 13:57:06 +00:00
Antoine Brodin
c6c742d7cc Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained since more than 12 years) 2014-03-08 22:26:21 +00:00
Rene Ladan
5d077b50ad Remove expired ports with no active website:
2014-03-07 deskutils/phprojekt: No more public distfiles
2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles
2014-03-07 dns/skadns: No more public distfiles
2014-03-07 sysutils/gkrellmwho2: No more public distfiles
2014-03-07 audio/xmms-musepack: No more public distfiles
2014-03-07 archivers/bzip: No more public distfiles
2014-03-07 devel/cvsstat: No more public distfiles
2014-03-07 graphics/enfle: No more public distfiles
2014-03-07 audio/oggsplit: No more public distfiles
2014-03-07 devel/picasm: No more public distfiles
2014-03-07 databases/mysql-udf-preg: No more public distfiles
2014-03-07 devel/py-gitpython: No more public distfiles
2014-03-07 net/mars_nwe: No more public distfiles
2014-03-07 audio/fmio: No more public distfiles
2014-03-08 09:49:50 +00:00
Antoine Brodin
811d2c7a47 Unbreak
Reported by:	pkg-fallout
2014-03-08 09:09:30 +00:00
Kubilay Kocak
9232597bf3 net/turses: Update to 0.2.21
- Update to 0.2.21
- Remove zip_safe=False from setup.py patch and clean up

Changes:

 * Bugfix: Turses no longer crashes when clicking on the window
2014-03-08 03:42:22 +00:00
Kubilay Kocak
8d79ecd3d5 net/py-beanstalkc: Update to 0.4.0, Add QA bits
- Update to 0.4.0
- Add TEST_DEPENDS and regression-test: target for QA
- Patch setup.py to integrate the test command with py-nose
- Remove setup.py patch adding zip_safe=False (no longer needed)
- pkg-descr: Update WWW: homepage link

Changes:

 * https://github.com/earl/beanstalkc/commits/v0.4.0
2014-03-08 03:24:56 +00:00
Martin Matuska
8a5b47b4f9 Horde package update:
horde 5.1.5 -> 5.1.6
imp 6.1.6 -> 6.1.7

Horde_Alarm 2.0.5 -> 2.1.0
Horde_Auth 2.1.1 -> 2.1.2
Horde_Autoloader 2.0.1 -> 2.1.0
Horde_Browser 2.0.4 -> 2.0.5
Horde_Crypt 2.4.0 -> 2.4.1
Horde_Date 2.0.7 -> 2.0.8
Horde_Dav 1.0.3 -> 1.0.4
Horde_Db 2.0.4 -> 2.1.0
Horde_Editor 2.0.3 -> 2.0.4
Horde_Form 2.0.6 -> 2.0.7
Horde_Group 2.0.2 -> 2.0.3
Horde_Imap_Client 2.18.4 -> 2.18.6
Horde_SessionHandler 2.2.3 -> 2.2.4
Horde_Share 2.0.4 -> 2.0.5
Horde_Url 2.2.1 -> 2.2.2
Horde_Vfs 2.1.2 -> 2.2.0
2014-03-07 21:52:57 +00:00
Martin Wilke
cf22f4e87e - Stage support 2014-03-07 13:46:31 +00:00
Dmitry Marakasov
2b73e6b892 - Support staging
- Use new LIB_DEPENDS syntax

PR:		187333
Submitted by:	amdmi3
Approved by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
2014-03-07 10:28:18 +00:00
Sunpoet Po-Chuan Hsieh
2c7b8bf0bd - Remove outdated PERL_LEVEL check
With hat:	perl
2014-03-06 18:51:17 +00:00
Olivier Duchateau
e304a050ec - Update to 1.8
ChangeLog: https://github.com/shazow/urllib3/blob/master/CHANGES.rst#18-2014-03-04
2014-03-06 18:37:18 +00:00
Baptiste Daroussin
17f92f3779 Support stage
Use libevent2
2014-03-06 15:41:53 +00:00
Sofian Brabez
4650e5d6e4 - Fix build with clang
Reported by:	pkg-fallout
2014-03-06 14:31:13 +00:00
Gerald Pfeifer
4b1baa1800 Chase libdbi update.
Convert to staging, USES=gmake, and the new LIB_DEPENDS standard.
2014-03-04 20:46:07 +00:00
Max Brazhnikov
f3f8c20d6a KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!
deskutils/kdepim4:
- Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1]

misc/kdehier4:
- add tests directory (r343428 commit to Templates/BSD.local.dist)

security/kwallet:
- moved to security/kwalletmanager (renamed upstream)

x11/kdelibs:
- remove workaround, which is not needed after global fix in
  Mk/bsd.kde4.mk (r315373)

PR:		ports/187259 [1]
Submitted by:	Tobias Berner <tcberner@gmail.com>
2014-03-04 19:15:39 +00:00
Jimmy Olgeni
b7f762c8b0 Upgrade to version 3.2.4. 2014-03-04 14:47:57 +00:00
Dirk Meyer
280380c162 - remove broken MANPREFIX 2014-03-04 06:51:37 +00:00
Antoine Brodin
59335a3533 Fix runtime on FreeBSD >= 10 2014-03-04 00:06:59 +00:00
Antoine Brodin
7a0ba72b52 New LIB_DEPENDS syntax, fix plist, update WWW 2014-03-03 20:54:20 +00:00
Koop Mast
c4e0c9cb11 Install the smbclient pkg-config file.
Approved by:	maintainer (timur@)
2014-03-03 20:07:19 +00:00
Ryan Steinmetz
3a1a9065c7 - Add rc script
- Bump PORTREVISION
Submitted by:	me
Approved by:	me@falz.net (maintainer)
2014-03-03 20:07:11 +00:00
Pawel Pekala
f7220f0705 Update to version 5.0.18 2014-03-03 17:26:10 +00:00
Max Brazhnikov
4cd1e8830e KDE/FreeBSD team is happy to present Qt 5 in ports!
Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports.
Trivial update from 5.2.0-beta1 to 5.2.1 by me.

Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for
Qt-5.2.0 update.

Approved by:	portmgr (bapt) (for Mk/bsd.port.mk)
2014-03-03 16:50:32 +00:00
Ryan Steinmetz
e479225efe - Fix service command always returning 0 [1]
- Add STAGE support

PR:		ports/187073 [1]
Submitted by: 	Derek Kulinski <takeda@takeda.tk> [1]
2014-03-03 14:36:30 +00:00
Antoine Brodin
bdc0536a5d - Stage support
- Use PYDISTUTILS_AUTOPLIST
- Use OPTIONS helpers
2014-03-02 16:35:37 +00:00
Sunpoet Po-Chuan Hsieh
a4305ab153 - Fix USE_PYTHON: resolve build failure for users with Python 3.x as default python
PR:		ports/186797
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 15 days)
2014-03-02 14:23:12 +00:00
John Marino
a4436efac6 net/mad_fcl: mark jobs unsafe 2014-03-02 01:22:41 +00:00
Gerald Pfeifer
7e339abf8a Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.

Approved by:	portmgr (bapt) [1]
2014-03-01 21:23:14 +00:00
Roman Bogorodskiy
b3cf387d6b Update to 0.14.1. 2014-03-01 20:10:57 +00:00
Martin Wilke
e4dbbd9ff3 - Stage support 2014-03-01 18:03:12 +00:00
Sunpoet Po-Chuan Hsieh
17dd8df930 - Convert to new LIB_DEPENDS format
- Remove outdated PERL_LEVEL check
- Use single space after WWW:

Approved by:	portmgr (blanket)
2014-03-01 17:20:38 +00:00
Sunpoet Po-Chuan Hsieh
ae4d240808 - Add LICENSE
- Sort *_DEPENDS
- Remove outdated PERL_LEVEL check
2014-03-01 17:17:05 +00:00
Antoine Brodin
7f46afb824 Stage support 2014-03-01 16:35:55 +00:00
Gerald Pfeifer
d1f401292d We don't need to worry about FreeBSD versions before 7.0 any more.
Simplify by removing USE_GCC=4.2+ which was only used in that case.
2014-03-01 12:46:30 +00:00
John Marino
518cd0026c net/iffinder: Mark jobs unsafe 2014-03-01 07:41:45 +00:00
Rene Ladan
ef50dbb213 PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, time
to say goodbye.  Upstream unsupported it since 2011-01-06 (see
http://php.net/eol.php )

Strip PHP 5.2 out of Mk/bsd.php.mk
2014-03-01 00:06:29 +00:00
Antoine Brodin
0c1cb07dbe Deprecate and set expiration date for some ports ignored on all supported versions 2014-02-28 18:46:58 +00:00
Antoine Brodin
f7ecc1701f Chase nxserver expiration
Noticed by:	gahr
2014-02-28 18:35:25 +00:00
Oliver Lehmann
f641301747 update to 0.6.2 2014-02-28 16:42:35 +00:00
Frederic Culot
efda4025b0 - Update to 0.8
- Support staging
- Update LICENSE (BSD 3-clause)
2014-02-28 15:57:45 +00:00
Jason E. Hale
344deb0666 - Update to 3.8 [1]
- Use correct LICENSE [1] (based on)
- Remove abbreviations from COMMENT [2]
- Add additional mirror to MASTER_SITES

PR:		ports/186928 [1], ports/181927 [2]
Submitted by:	G. Tpdd <gtodd@bellanet.org> [1],
		Kenta S. <kentas@hush.com> [2]
Approved by:	Jason Harris <jharris@widomaker.com> (maintainer)
2014-02-28 12:29:14 +00:00
Rene Ladan
8c2bb3c399 Remove expired ports:
2014-02-28 x11-drivers/xf86-video-radeonhd: Abandond upstream since 2010
2014-02-28 net/asterisk10: asterisk 10 reached EOL on 2013-12-15
2014-02-28 10:37:48 +00:00
Pietro Cerutti
cb319a43ab - Bump PORTREVISION after lang/expect update
Suggested by:	mat
2014-02-28 10:30:08 +00:00
Pietro Cerutti
9766293b0b - Chase devel/expect update 2014-02-28 10:16:02 +00:00
Emanuel Haupt
7079515898 Support staging 2014-02-28 10:11:21 +00:00
Emanuel Haupt
07ae3d2d08 Support staging 2014-02-28 10:09:31 +00:00
Emanuel Haupt
4fdb1bd059 Support staging 2014-02-28 10:07:46 +00:00
Emanuel Haupt
227f3f1392 - Support staging
- USES -> gmake
2014-02-28 10:04:27 +00:00
Emanuel Haupt
0afcedd7c9 Support staging 2014-02-28 10:02:18 +00:00
Emanuel Haupt
6832560dbe - Support staging
- Respect CFLAGS
- Don't force -O3 compiler optimization
2014-02-28 08:59:46 +00:00
Emanuel Haupt
402f580455 Support staging 2014-02-28 08:55:29 +00:00
Emanuel Haupt
f88c4d91a4 Support staging 2014-02-28 08:47:34 +00:00
Emanuel Haupt
3c6b7d1811 Support staging 2014-02-28 08:45:12 +00:00
Emanuel Haupt
3263b0b11d Support staging 2014-02-28 08:42:58 +00:00
Emanuel Haupt
a12447ac12 Support staging 2014-02-28 08:35:59 +00:00
Emanuel Haupt
56fb1bbee6 - Support staging
- USES -> gmake
2014-02-28 08:33:46 +00:00
Emanuel Haupt
ba9cbb6ed5 - Support staging
- Define DOCS option
2014-02-28 08:32:07 +00:00
Emanuel Haupt
7c8a6e67b7 Support staging 2014-02-28 08:29:20 +00:00
Emanuel Haupt
f1b421c452 Support staging 2014-02-28 08:28:41 +00:00
Sunpoet Po-Chuan Hsieh
c299d807b4 - Add PORTSCOUT: reject developer releases 2014-02-27 23:15:20 +00:00
Sunpoet Po-Chuan Hsieh
c527935029 - Remove outdated PERL_LEVEL check 2014-02-27 23:08:37 +00:00
Rene Ladan
529cd25c5b Remove expired ports:
2014-02-26 www/trac-hierwiki: Runtime is broken, doesn't support Trac>0.11
2014-02-27 net-p2p/microdc2: Broken for more than 6 month
2014-02-27 www/openvrml: Broken for more than 6 month
2014-02-27 science/peekabot: Broken for more than 6 month
2014-02-27 misc/xbiso: Broken for more than 6 month
2014-02-27 net/hornetq: Broken for more than 6 month
2014-02-27 sysutils/slmon: Broken for more than 6 month
2014-02-27 www/trac-revtree: Broken for more than 6 months
2014-02-27 security/crack: Broken for more than 6 month
2014-02-27 sysutils/graphicboot: Broken for more then 6 month
2014-02-27 graphics/kgraphviewer: Broken for more than 6 month
2014-02-27 sysutils/ckl: Broken for more than 6 month
2014-02-27 japanese/trac: Broken for more than 6 month
2014-02-27 lang/opa: Broken for more than 6 month
2014-02-27 sysutils/mmore: Broken for more than 6 month
2014-02-27 www/trac-announcer: Broken for more than 6 month
2014-02-27 22:39:42 +00:00
Antoine Brodin
d8f805495a Unbreak really, this was not mono-job safe
Reported by:	pointyhat
2014-02-27 22:17:49 +00:00
Martin Wilke
996e31a983 - Remove empty dirs and files 2014-02-27 14:49:56 +00:00
John Marino
b228f4c088 net/anet: Fix properly
The problem with ahven was caused by a typo in the build targets.
The target "build_lib" was desired, but "build_all" was defined.
Fix target and return ahven to an optional dependency.
Tested in Reports, 8x pass
2014-02-27 13:47:48 +00:00
Martin Wilke
703301fbb4 - Fix build
- Stage support

PR:		184235
Submitted by:	ports fury
2014-02-27 09:00:19 +00:00
Antoine Brodin
54dc2eefda - Update to 1.8.5
- Unbreak and unexpire
- Stage support

PR:		ports/186982
Submitted by:	Johannes 5 Joemann
2014-02-26 21:54:59 +00:00