aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Mark asterisk14 FORBIDDEN, this release is so ancient that it is not listedantoine2014-04-013-0/+9
| | | | | | | | in security advisovies from digium anymore Deprecate this port and dependent ports Prodded by: flo With hat: portmgr
* - fix path, so slave ports worksdinoex2014-04-011-1/+1
|
* - Fix PORTSCOUTsunpoet2014-03-311-1/+1
|
* Missing =.cy2014-03-311-1/+1
| | | | Pointy hat to: self
* Register conflicts due to x3270if.cy2014-03-311-0/+3
| | | | Approved by: araujo
* - add USES=tar:bzip2dinoex2014-03-311-2/+1
|
* - Unbreak botched STAGE conversionzi2014-03-303-3/+12
| | | | | | | - Bump PORTREVISION PR: ports/188020 Submitted by: Nick <decrofn@gmail.com>, Jason Unovitch <oneshotuno@yahoo.com>
* Mark broken: Fails to configure or buildantoine2014-03-301-0/+2
| | | | | | | | | | | | | | | | | | | | | Fails to configure on 8 and 9: checking if OpenH323 version 1.19.0 is compatible with chan_h323... yes checking OpenH323 build option... opt checking OpenH323 installation validity... no configure: *** configure: *** The OPENH323 installation on this system appears to be broken. configure: *** Either correct the installation, or run configure configure: *** including --without-h323 ===> Script "configure" failed unexpectedly. Fails to build on 10: g++47 -o asterisk -Wl,--export-dynamic -Wl,--version-script,asterisk.exports -D_THREAD_SAFE -pthread -L/usr/local/lib -pipe -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -L/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -L/usr/local/lib -L/usr/local/share/pwlib//lib -L/usr/local/lib abstract_jb.o acl.o aescrypt.o aeskey.o aestab.o alaw.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o audiohook.o autoservice.o callerid.o cdr.o channel.o chanvars.o cli.o config.o cryptostub.o db.o devicestate.o dial.o dns.o dnsmgr.o dsp.o enum.o file.o fixedjitterbuf.o frame.o fskmodem.o global_datastores.o http.o image.o indications.o io.o jitterbuf.o loader.o logger.o manager.o md5.o netsock.o pbx.o plc.o poll.o privacy.o rtp.o say.o sched.o sha1.o slinfactory.o srv.o stdtime/localtime.o strcompat.o tdd.o term.o test.o threadstorage.o translate.o udptl.o ulaw.o utils.o editline/libedit.a buildinfo.o -ltermcap -lm -lcrypto -lh323_r -lpt_r -lldap -llber -lldap_r -lpthread -lssl -lcrypto -lexpat -pthread -L/usr/local/lib /usr/local/bin/ld: asterisk: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO /usr/local/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status gmake[2]: *** [asterisk] Error 1 Reported by: pkg-fallout
* Remove expired ports:rene2014-03-305-193/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame 2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame 2014-03-07 emulators/xmess: No more public distfiles 2014-03-07 benchmarks/xdd: No more public distfiles 2014-03-07 chinese/srecite: No more public distfiles 2014-03-07 games/hlstats: No more public distfiles 2014-03-07 audio/teamspeak_server: No more public distfiles 2014-03-07 games/utserver: No more public distfiles 2014-03-07 databases/p5-hp200lx-db: No more public distfiles 2014-03-07 audio/teamspeak_client: No more public distfiles 2014-03-10 german/vtiger: Depends on expiring www/vtiger 2014-03-10 www/gallery: No more public distfiles 2014-03-10 www/vtiger: No more public distfiles 2014-03-10 net/linux-nx-client: No more public distfiles 2014-03-10 emulators/extract-xiso: No more public distfiles 2014-03-10 www/trac-wantedpages: No more public distfiles 2014-03-10 www/trac-ldap: No more public distfiles 2014-03-10 www/trac-codetags: No more public distfiles 2014-03-10 www/trac-addcomment: No more public distfiles 2014-03-10 www/trac-nav: No more public distfiles 2014-03-10 www/baikal: No more public distfiles 2014-03-10 www/trac-pagetopdf: No more public distfiles 2014-03-10 sysutils/logmon: No more public distfiles 2014-03-10 www/trac-simpleticket: No more public distfiles 2014-03-10 www/trac-wikinegotiator: No more public distfiles 2014-03-10 www/trac-pagelist: No more public distfiles 2014-03-10 www/trac-remind: No more public distfiles 2014-03-10 www/trac-macropost: No more public distfiles 2014-03-10 mail/vexim: No more public distfiles 2014-03-10 lang/rscheme: No more public distfiles
* - Stage supportnovel2014-03-301-6/+2
| | | | | | - Drop PLIST_FILES in favor of PYDISTUTILS_AUTOPLIST - Use USE_PYDISTUTILS=yes instead of deprecated USE_PYDISTUTILS=easy_install
* USES=qmake already implies build dependency on qmakepawel2014-03-301-1/+1
| | | | Submitted by: makc
* - Stageswills2014-03-302-61/+70
| | | | | PR: ports/187888 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
* C++ Qt based JSON RPC2 librarypawel2014-03-306-0/+54
| | | | | | | WWW: http://bitbucket.org/devonit/qjsonrpc PR: ports/187070 Submitted by: Serguei Okladnikov <oklaspec@gmail.com>
* - Update to 3.0.2zi2014-03-298-1530/+49
|
* - Update to 2.2.4zi2014-03-293-4/+4
|
* Change DEBUG option to MUTE which does the contraryaantoine2014-03-291-5/+5
| | | | | This controls whether tsocks can display error message or not, and is not related to debugging support (not stripping binaries, compiling with -g...)
* - Update to 2.14sunpoet2014-03-292-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-Dict/Changes
* Net::DHCP::Watch is a module to help monitor remote DHCP servers.culot2014-03-295-0/+38
| | | | | | | | | | | | | It opens an udp socket to send and receive responses to and from a DHCP server. It stores the last connection status information. This module can help to write some simple code to implement a reliable DHCP service over complex or simple networks. WWW: http://search.cpan.org/dist/Net-DHCP-Watch/ PR: ports/187622 Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>
* - Update to 0.57culot2014-03-292-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-GitHub/Changes
* net/anet: Fix build for gcc 4.9 and fix documentation toomarino2014-03-294-18/+27
| | | | Reported by: pkg-fallout
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andpgj2014-03-2911-11/+11
| | | | | | | | 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
* Update to 1.4.1.2.netchild2014-03-292-3/+3
| | | | Submitted by: Jason Unovitch <jason.unovitch@gmail.com>
* - Update to 0.9.11antoine2014-03-294-33/+26
| | | | | | | - Apache license 1.1 is now in the framework PR: ports/187973 Submitted by: KATO Tsuguru
* Mark broken again, does not buildantoine2014-03-291-0/+2
| | | | | | | | | | 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)
* Mark broken everywhereantoine2014-03-291-1/+1
| | | | Reported by: pkg-fallout since august 2013
* Update to 1.4.25.demon2014-03-283-19/+3
|
* MIT Kerberos already has profile_t, so don't typedef it.des2014-03-282-7/+15
|
* . Support STAGEgarga2014-03-271-9/+12
| | | | | | | . Use new LIB_DEPENDS syntax . Add LICENSE Approved by: portmgr (blanket)
* - Support stagingehaupt2014-03-272-15/+12
| | | | | - Define DOCS option - Use WWW: with a single space
* . Support STAGEgarga2014-03-272-14/+10
| | | | | | | . Use new LIB_DEPENDS syntax . USES=gmake instead of USE_GMAKE Approved by: portmgr (blanket)
* Support stagingehaupt2014-03-271-5/+3
|
* Support STAGEgarga2014-03-274-4/+51
| | | | Approved by: portmgr (blanket)
* Update liboauth to 1.0.2johans2014-03-272-5/+5
|
* Support STAGEgarga2014-03-2718-149/+110
|
* For some reason, having an ` in BROKEN/FORBIDDEN/IGNORE breaks QAT badly.mat2014-03-261-1/+1
| | | | With hat: portmgr
* - Add license (BSD2CLAUSE)nemysis2014-03-262-11/+7
| | | | | | | | - Remove LICENSE from DOCS - Use PLIST_FILES and PORTDOCS=* instead of pkg-plist PR: ports/179198 Submitted by: nemysis (self)
* - Support STAGEalexey2014-03-263-19/+6
| | | | | | | | | - 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)
* - Stageswills2014-03-261-26/+25
| | | | | PR: ports/187891 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
* - Updated to 0.55swills2014-03-263-21/+157
| | | | | | | - Stage PR: ports/187935 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Update to 0.57sunpoet2014-03-262-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-OAuth2/Changes
* - Bump PORTREVISION after the latest change to converters/libiconv becausetijl2014-03-251-23/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - fix buiild by addding: MAKE_JOBS_UNSAFE=yesdinoex2014-03-251-0/+2
| | | | | | 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
* Support stagebapt2014-03-251-13/+3
| | | | Use options helpers
* Support stagebapt2014-03-251-16/+4
| | | | Use options helpers
* Remove expired ports:rene2014-03-2510-298/+0
| | | | | | | | | | | | | 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
* switch from GCC to Clangoliver2014-03-232-15/+14
| | | | bump PORTREVISION
* - Update to version 5.0.21pawel2014-03-223-79/+5
| | | | - Switch to PORTDOCS
* - Update to 1.3.1 security release, announce message is here:swills2014-03-222-5/+5
| | | | | | | | http://sourceforge.net/p/tigervnc/mailman/message/32120476/ PR: ports/187777 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer) Security: CVE-2014-0011
* Chase py-pyzmq category move for py-salt, ipython and py-kombukoobs2014-03-221-1/+2
| | | | | | | | Update py-pyzmq dependency entries for: - sysutils/py-salt - devel/ipython - net/py-kombu
* net/py-twitter-tools: Update to 1.14.1, Modernise.koobs2014-03-223-21/+8
| | | | | | | | | | | - 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
* devel/py-pyzmq: Move to net/ category, Update to 14.1.1koobs2014-03-224-0/+38
| | | | | | | | | - 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)
* net/libzmq4: Update to 4.0.4koobs2014-03-222-3/+3
| | | | | | | | - Update to 4.0.4 Changes: https://github.com/zeromq/zeromq4-x/blob/v4.0.4/NEWS
* net/libzmq2: Fix PKGNAME (PORTNAME: zmq -> libzmq2)koobs2014-03-221-2/+2
| | | | | | | | | | | | | 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
* Remove DEBUG option for now as it have broke syslog capability.delphij2014-03-211-8/+1
| | | | Reported by: many
* New port: net/pwhois:zi2014-03-218-0/+182
| | | | | | | | | | | | 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/
* Support stagingehaupt2014-03-201-5/+4
|
* Support stagingehaupt2014-03-201-4/+5
|
* Support stagingehaupt2014-03-201-6/+4
|
* - Support stagingehaupt2014-03-201-3/+5
| | | | - Use shebangfix
* - Support stagingehaupt2014-03-202-6/+10
| | | | | | | | - 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
* Update OpenLDAP to 2.4.39.delphij2014-03-204-13/+13
| | | | | While I'm there, make OpenLDAP daemon start earlier than SERVERS, right after ldconfig.
* Spring cleanup of OpenLDAP 2.4 port:delphij2014-03-204-50/+76
| | | | | | - Fix various issues introduced with staging support. - Build MDB backend by default, this will become new preferred backend and BerkeleyDB backend is now deprecated.
* Correct a typo.marcus2014-03-191-2/+2
|
* Update to 3.1.1. See http://netatalk.sourceforge.net/3.1/ReleaseNotes3.1.1.htmlmarcus2014-03-197-56/+30
| | | | | | | | | 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]
* Quiesce mkdirehaupt2014-03-181-1/+1
|
* - Update to 3.3.1zi2014-03-183-12/+10
|
* - Update to 1.24.1zi2014-03-182-3/+3
|
* - Support stagingehaupt2014-03-181-17/+13
| | | | - Define DOCS option
* Support stagingehaupt2014-03-181-6/+4
|
* - Update to 0.8.14zi2014-03-173-18/+14
| | | | - Fix style issues in Makefile
* Support stagingehaupt2014-03-171-5/+3
|
* Support stagingehaupt2014-03-171-3/+3
|
* - Support stagingehaupt2014-03-171-9/+7
| | | | - Don't build with debug symbols
* Now that the default version of GCC in the Ports Collection (pergerald2014-03-172-2/+2
| | | | | | | 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)
* - Use USES=tar:tgzsunpoet2014-03-161-2/+1
|
* Kill bogus EOL whitespace.danfe2014-03-151-2/+2
|
* Switch my ports to USES= tar:...nox2014-03-151-2/+1
|
* net/py-tweepy: Update to 2.2koobs2014-03-153-15/+3
| | | | | | | | | | | | - 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)
* net/py-oauth2: Fix tests from being installed in site-packageskoobs2014-03-153-2/+13
| | | | | | | | | | | | | | | | | | | | - 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)
* - Update to version 1.8.20140310 [1]pawel2014-03-152-8/+4
| | | | | | | - Use option helper PR: ports/187105 [1] Submitted by: maintainer
* - Convert EXTRACT_SUFX to USES=tar:tgzdanfe2014-03-153-5/+5
| | | | | - Convert 3-line pkg-plist to PLIST_FILES - Use space, not tab, after WWW: in pkg-descr
* - Fix the build (linking) against Clang by uninlining couple of functionsdanfe2014-03-151-2/+8
| | | | | - While here, convert EXTRACT_SUFX to USES=tar:tgz and define ALL_TARGET, since upstream `all' target is racy
* - Remove tests to avoid conflict with net/py-oauth2miwi2014-03-151-0/+3
| | | | Reported by: antoine
* Update 4.2.7p411 --> 4.2.7p433cy2014-03-152-3/+3
|
* Forbidden because of CVE-2013-5211 / VU#348126.cy2014-03-151-0/+2
| | | | | | Does not configure. Flag as broken. Security: CVE-2013-5211 / VU#348126
* Support staging.cy2014-03-156-29/+37
|
* - Use USES=tar:xzsunpoet2014-03-141-2/+1
|
* - Use USES=tar:xzsunpoet2014-03-141-2/+1
|
* - Use USES=tar:xzsunpoet2014-03-141-2/+1
|
* - Use USES=tar:xzsunpoet2014-03-141-2/+1
|
* - Support stagingehaupt2014-03-141-8/+5
| | | | | - USES -> gmake - New LIB_DEPENDS definition
* - Support stagingehaupt2014-03-141-4/+3
| | | | - New LIB_DEPENDS definition
* - Fix install/package failure when DOCS option is offsunpoet2014-03-141-1/+1
| | | | | | PR: ports/187124 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
* - Support stagingehaupt2014-03-141-5/+4
| | | | - Use shebangfix
* Convert USE_BZIP2=yes to USES=tar:bzip2ehaupt2014-03-141-2/+1
|
* - Support stagingehaupt2014-03-141-7/+3
| | | | - Remove BROKEN, port builds fine
* Remove expired ports:rene2014-03-1420-396/+0
| | | | | | | 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
* - Support stagingehaupt2014-03-141-6/+3
| | | | - Use shebangfix
* net/polyorb: New version as result of gcc-aux upgrade to gcc49marino2014-03-142-16/+10
| | | | | | | 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.
* Support stagingehaupt2014-03-132-11/+13
|
* GNU_CONFIGURE is not needed in conjunction with HAS_CONFIGURE which is suitableehaupt2014-03-131-4/+6
| | | | here. Also support staging.
* Update to version 1.30.demon2014-03-132-5/+4
|
* Update to version 2.1pawel2014-03-132-3/+3
| | | | | PR: ports/187459 Submitted by: maintainer
* Update foreman-proxy to 1.4.1mm2014-03-133-15/+4
|
* Nuke openistgt from orbit. Between istgt now supporting target reloadjpaetzel2014-03-135-60/+0
| | | | | and more importantly the kernel iSCSI work there is no point to this port.
* - Fix disabling VIEWER option didn't work (obtained from upstream [1])swills2014-03-123-28/+57
| | | | | | | | | | | | - 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]
* net/adasockets: Fix code style before gcc49 comes inmarino2014-03-121-0/+17
| | | | | | | | | | 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.
* - Stage supportmiwi2014-03-121-2/+1
|
* - Stage supportmiwi2014-03-121-5/+2
|
* Security update:delphij2014-03-126-10/+10
| | | | | | | | net/samba36 -> 3.6.23 net/samba4 -> 4.0.16 net/samba41 -> 4.1.6 Security: 03e48bf5-a96d-11e3-a556-3c970e169bc2
* net/dgd-lpmud: fix LEGAL restrictionseadler2014-03-121-1/+2
| | | | | | | According to the port's Makefile the source code and resulting binaries may not be used for monetary gain. Approved by: portmgr (implicit)
* Deprecate a few old unmaintained portsantoine2014-03-121-0/+2
|
* - Update to 11.8.1flo2014-03-123-9/+11
| | | | | | | | | - 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
* - Update to 1.8.26.1flo2014-03-123-9/+11
| | | | | | | | | - 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
* - Update to 0.13sunpoet2014-03-122-4/+4
| | | | | | Changes: http://search.cpan.org/dist/Net-CIDR-Set/Changes PR: ports/187446 Submitted by: Anes Mukhametov <anes@anes.su> (maintainer)
* gnome-panel will be updated to the 3.x version when GNOME 3 will merged.kwm2014-03-114-0/+11
| | | | Deprecate the first batch of ports that are incompatible with the new 3.x version.
* - Update to 1.10jadawin2014-03-112-3/+5
| | | | - Add LICENSE
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-1125-17/+25
| | | | | | | | | | | 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)
* net/krdc:makc2014-03-111-0/+4
| | | | | | | - Add optional dependency on freerdp for Remote Desktop support PR: ports/187429 Submitted by: swills
* Convert n* to USES=zipbapt2014-03-1117-25/+18
|
* Remove commented-out support for expired security/xysslrene2014-03-102-19/+1
| | | | | Submitted by: johans Approved by: portmgr (infrastructure blanket)
* Clean up expired optional dependencies, bump PORTREVISIONrene2014-03-101-17/+3
| | | | Submitted by: portsnap index builder
* Remove expired ports:rene2014-03-1045-886/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove optional dependency on expired msic/freeswitch-scripts-develrene2014-03-101-5/+0
|
* Remove optional dependency on expired net/freeswitch-sbc-develrene2014-03-101-2/+1
|
* Remove optional dependency on expired misc/freeswitch-pizzademo-develrene2014-03-101-6/+1
|
* Remove expired port:rene2014-03-1011-270/+0
| | | | 2014-03-10 net/freenx: Depends on expiring net/nxserver
* Update to 1.7.2.4ehaupt2014-03-102-3/+3
|
* Update to 1.10.6.marcus2014-03-102-3/+3
|
* - Use USES=gmakesunpoet2014-03-101-2/+1
| | | | Approved by: portmgr (blanket)
* - Stage supportmiwi2014-03-092-4/+1
|
* - Stage supportmiwi2014-03-092-5/+3
|
* - Stage supportmiwi2014-03-091-1/+2
|
* - Stage supportmiwi2014-03-092-3/+5
|
* - Stage supportmiwi2014-03-091-1/+0
|
* - Convert to autoplistmiwi2014-03-092-71/+3
| | | | | - Stage support - Bump PORTREVISIO
* - Stage supportmiwi2014-03-092-5/+5
|
* - Stage supportmiwi2014-03-091-2/+1
| | | | - Convert to USES
* - Stage supportmiwi2014-03-091-4/+3
|
* - Stage supportmiwi2014-03-091-1/+0
|
* - Stage supportmiwi2014-03-091-1/+0
|
* - Convert to autoplistmiwi2014-03-092-4/+3
| | | | | - Stage support - Bump PORTREVISIO
* - Stage supportmiwi2014-03-091-2/+1
| | | | - Convert to USES
* - Stage supportmiwi2014-03-091-1/+0
|
* - Stage supportmiwi2014-03-091-7/+3
|
* - Stage supportmiwi2014-03-091-4/+2
|
* - Stage supportmiwi2014-03-092-5/+4
|
* - Stage supportmiwi2014-03-091-3/+2
|
* - Stage supportmiwi2014-03-091-1/+0
|
* - Stage supportmiwi2014-03-091-2/+1
| | | | - Convert to USES
* - Stage supportmiwi2014-03-091-4/+3
|
* - Stage supportmiwi2014-03-092-5/+15
|
* - Stage supportmiwi2014-03-091-1/+0
|
* - update LICENSEdinoex2014-03-092-2/+2
|
* Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained ↵antoine2014-03-098-0/+16
| | | | since more than 12 years)
* Remove expired ports with no active website:rene2014-03-0814-236/+0
| | | | | | | | | | | | | | | | | 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
* Unbreakantoine2014-03-081-1/+1
| | | | Reported by: pkg-fallout
* net/turses: Update to 0.2.21koobs2014-03-083-10/+7
| | | | | | | | | - 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
* net/py-beanstalkc: Update to 0.4.0, Add QA bitskoobs2014-03-084-10/+15
| | | | | | | | | | | | - 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
* Horde package update:mm2014-03-082-3/+3
| | | | | | | | | | | | | | | | | | | | | | 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
* - Stage supportmiwi2014-03-072-6/+4
|
* - Support stagingamdmi32014-03-072-10/+11
| | | | | | | | - Use new LIB_DEPENDS syntax PR: 187333 Submitted by: amdmi3 Approved by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
* - Remove outdated PERL_LEVEL checksunpoet2014-03-071-7/+1
| | | | With hat: perl
* - Update to 1.8olivierd2014-03-073-4/+9
| | | | ChangeLog: https://github.com/shazow/urllib3/blob/master/CHANGES.rst#18-2014-03-04
* Support stagebapt2014-03-061-9/+8
| | | | Use libevent2
* - Fix build with clangsbz2014-03-062-11/+45
| | | | Reported by: pkg-fallout
* Chase libdbi update.gerald2014-03-051-8/+6
| | | | Convert to staging, USES=gmake, and the new LIB_DEPENDS standard.
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!makc2014-03-056-12/+12
| | | | | | | | | | | | | | | | | | 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>
* Upgrade to version 3.2.4.olgeni2014-03-042-4/+3
|
* - remove broken MANPREFIXdinoex2014-03-041-1/+1
|
* Fix runtime on FreeBSD >= 10antoine2014-03-042-1/+34
|
* New LIB_DEPENDS syntax, fix plist, update WWWantoine2014-03-043-5/+5
|
* Install the smbclient pkg-config file.kwm2014-03-042-1/+3
| | | | Approved by: maintainer (timur@)
* - Add rc scriptzi2014-03-042-0/+72
| | | | | | - Bump PORTREVISION Submitted by: me Approved by: me@falz.net (maintainer)
* Update to version 5.0.18pawel2014-03-042-3/+3
|
* KDE/FreeBSD team is happy to present Qt 5 in ports!makc2014-03-043-0/+211
| | | | | | | | | | 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)
* - Fix service command always returning 0 [1]zi2014-03-034-9/+14
| | | | | | | - Add STAGE support PR: ports/187073 [1] Submitted by: Derek Kulinski <takeda@takeda.tk> [1]
* - Stage supportantoine2014-03-032-295/+12
| | | | | - Use PYDISTUTILS_AUTOPLIST - Use OPTIONS helpers
* - Fix USE_PYTHON: resolve build failure for users with Python 3.x as default ↵sunpoet2014-03-021-3/+1
| | | | | | | | python PR: ports/186797 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days)
* net/mad_fcl: mark jobs unsafemarino2014-03-021-1/+3
|
* Replace USE_GCC=4.2+ by USE_GCC=any. [1]gerald2014-03-022-2/+2
| | | | | | And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1]
* Update to 0.14.1.novel2014-03-022-4/+3
|
* - Stage supportmiwi2014-03-021-2/+1
|
* - Convert to new LIB_DEPENDS formatsunpoet2014-03-022-12/+5
| | | | | | | - Remove outdated PERL_LEVEL check - Use single space after WWW: Approved by: portmgr (blanket)
* - Add LICENSEsunpoet2014-03-021-14/+10
| | | | | - Sort *_DEPENDS - Remove outdated PERL_LEVEL check
* Stage supportantoine2014-03-022-22/+6
|
* We don't need to worry about FreeBSD versions before 7.0 any more.gerald2014-03-011-4/+0
| | | | Simplify by removing USE_GCC=4.2+ which was only used in that case.
* net/iffinder: Mark jobs unsafemarino2014-03-011-0/+2
|
* PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, timerene2014-03-016-104/+0
| | | | | | | 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
* Deprecate and set expiration date for some ports ignored on all supported ↵antoine2014-03-012-10/+6
| | | | versions
* Chase nxserver expirationantoine2014-03-011-0/+3
| | | | Noticed by: gahr
* update to 0.6.2oliver2014-03-014-5/+15
|
* - Update to 0.8culot2014-02-284-23/+40
| | | | | - Support staging - Update LICENSE (BSD 3-clause)
* - Update to 3.8 [1]jhale2014-02-283-6/+21
| | | | | | | | | | | - 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)
* Remove expired ports:rene2014-02-2816-1878/+0
| | | | | 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
* - Bump PORTREVISION after lang/expect updategahr2014-02-281-1/+1
| | | | Suggested by: mat
* - Chase devel/expect updategahr2014-02-281-2/+2
|
* Support stagingehaupt2014-02-282-6/+5
|
* Support stagingehaupt2014-02-281-9/+8
|
* Support stagingehaupt2014-02-281-4/+3
|
* - Support stagingehaupt2014-02-281-4/+4
| | | | - USES -> gmake
* Support stagingehaupt2014-02-281-6/+5
|
* - Support stagingehaupt2014-02-281-4/+5
| | | | | - Respect CFLAGS - Don't force -O3 compiler optimization
* Support stagingehaupt2014-02-281-12/+12
|
* Support stagingehaupt2014-02-281-2/+2
|
* Support stagingehaupt2014-02-281-10/+9
|
* Support stagingehaupt2014-02-281-11/+10
|
* Support stagingehaupt2014-02-281-8/+10
|
* - Support stagingehaupt2014-02-281-7/+4
| | | | - USES -> gmake
* - Support stagingehaupt2014-02-281-11/+9
| | | | - Define DOCS option
* Support stagingehaupt2014-02-281-2/+1
|
* Support stagingehaupt2014-02-281-5/+4
|
* - Add PORTSCOUT: reject developer releasessunpoet2014-02-281-0/+2
|
* - Remove outdated PERL_LEVEL checksunpoet2014-02-281-7/+1
|
* Remove expired ports:rene2014-02-2812-2258/+0
| | | | | | | | | | | | | | | | | | | 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
* Unbreak really, this was not mono-job safeantoine2014-02-283-6/+30
| | | | Reported by: pointyhat
* - Remove empty dirs and filesmiwi2014-02-271-0/+0
|
* net/anet: Fix properlymarino2014-02-271-2/+3
| | | | | | | 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
* - Fix buildmiwi2014-02-275-36/+158
| | | | | | | - Stage support PR: 184235 Submitted by: ports fury
* - Update to 1.8.5antoine2014-02-2764-425/+1378
| | | | | | | | - Unbreak and unexpire - Stage support PR: ports/186982 Submitted by: Johannes 5 Joemann
* Update to version 5.0.16pawel2014-02-272-3/+3
|
* net/anet: ahven expected even if not neededmarino2014-02-261-1/+1
| | | | | | | | The Ahven test library was advertised as optional, but the internal makefiles will fail if it is not present. In the short term, change Ahven from an optional to a mandatory dependency. Reported by: pkg-fallout
* Support stagingehaupt2014-02-261-6/+3
|
* Support stagingehaupt2014-02-261-7/+6
|
* - Support stagingehaupt2014-02-262-5/+11
| | | | | - Respect CFLAGS - Don't build with debug symbols
* Support stagingehaupt2014-02-261-6/+6
|
* - Stage supportmiwi2014-02-261-6/+2
|
* - Stage supportmiwi2014-02-261-5/+2
|
* - Stage supportmiwi2014-02-261-7/+5
|
* - Stage supportmiwi2014-02-263-8/+5
|
* - Update to 0.29sunpoet2014-02-252-3/+3
| | | | Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes
* Add new port net/anet (Ada IPv4 and IPv6 sockets binding library)marino2014-02-2518-0/+859
| | | | | | | | | | | | | | | | | | | | | | The ANet library was created on Linux and the unfortunate result is that it is highly Linux-specific. Luckily it has an implementation testsuite, so patches to make it work on BSD can be reasonably tested. The current status is annoted in pkg-message: ========================================================================= Beware of the IPv6 multicast functions. Sending does work, but the default interface effectively is invalid on *BSD. A specific interface needs to be provided rather than leaving interface blank (zero). Multicast receiving may not currently work. The test for IPv6 multicast fails. The test chunk is sent (verified with separate monitoring tool) but never detected. Hopefully the cause will be understood and fixed soon. AF_NETLINK and AF_PACKET protocols are not supported by *BSD, so the associated tests have been removed. Every test other than IPv6 Multicast passes. You may want to replace "em0" with this system's interface in the test suite is to be run (see files/patch-tests_socket__tests.adb).
* Support stagingehaupt2014-02-251-12/+13
|
* Support stagingehaupt2014-02-251-3/+2
|
* Support stagingehaupt2014-02-251-7/+5
|
* Support stagingehaupt2014-02-251-6/+6
|
* Support stagingehaupt2014-02-251-8/+3
|
* - update to 1.03 [1]jgh2014-02-252-4/+4
| | | | | | | | - while here update license PR: 186004 Reported by: titus@edc.ro Submitted by: maintainer (jcm@visi.com) [1]
* - Update to 2.0.2zi2014-02-252-4/+3
|
* Support stagingehaupt2014-02-252-7/+4
|
* PLA is incompatible with php 5.5 (and presumably above) as it:matthew2014-02-241-1/+5
| | | | | | | | | * Defines a function that clashes with the new password_hash() standard function. * Uses the deprecated /e modifier in preg_replace() Possibly others. Marks as IGNORE_WITH_PHP=55
* Support stagingehaupt2014-02-242-13/+8
|
* Support stagingehaupt2014-02-242-10/+7
|
* Support stagingehaupt2014-02-241-5/+3
|
* Support stagingehaupt2014-02-241-16/+8
|
* Support stagingehaupt2014-02-242-10/+8
|
* Support stagingehaupt2014-02-242-13/+10
|
* - Support stagingehaupt2014-02-242-2/+15
| | | | | | - Respect CC - Respect CFLAGS - This port does not build with clang, use gcc
* Support stagingehaupt2014-02-241-6/+5
|
* Support stagingehaupt2014-02-242-23/+12
|