aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* - Update from 0.2.1 to 0.2.2Danilo Egea Gondolfo2013-12-183-10/+8
| | | | | | | | | | | - Convert LIB_DEPENDS to new syntax - Add stage support PR: ports/184855 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=336853
* - Support STAGEPhilippe Audeoud2013-12-182-3/+1
| | | | | | | Approved by: dhn@ via private mail Notes: svn path=/head/; revision=336834
* net/p5-Net-Works: update to 0.14 and stagifyWilliam Grzybowski2013-12-183-10/+12
| | | | | | | | PR: ports/184959 Submitted by: maintainer Notes: svn path=/head/; revision=336814
* - Update to 1.0.8Dennis Herrmann2013-12-183-6/+4
| | | | Notes: svn path=/head/; revision=336810
* - Update to 0.98Dennis Herrmann2013-12-182-3/+3
| | | | Notes: svn path=/head/; revision=336809
* - Update to 1.9.7Dennis Herrmann2013-12-182-7/+10
| | | | Notes: svn path=/head/; revision=336808
* - Update net/aserisk to 1.8.25.0Florian Smeets2013-12-179-28/+41
| | | | | | | | | | | - Update net/aserisk10 to 10.12.4 - Update net/aserisk11 to 11.7.0 - mark net/aserisk10 DEPRECATED, it has reached its EOL Security: 0c39bafc-6771-11e3-868f-0025905a4771 Notes: svn path=/head/; revision=336791
* - Update to 1.5.1Dennis Herrmann2013-12-172-3/+3
| | | | | | | | PR: ports/180149 Submitted by: Steve Wills <swills@FreeBSD.org> Notes: svn path=/head/; revision=336756
* - use STAGEDIRDirk Meyer2013-12-172-5/+3
| | | | Notes: svn path=/head/; revision=336738
* - Fix mistake in options: KEYMAP options are at least 0 choise, not 1Steve Wills2013-12-172-4/+4
| | | | | | | | PR: ports/184055 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> Notes: svn path=/head/; revision=336734
* Drop the SUPHP option as the www/suphp port has expired.Matthew Seaman2013-12-173-75/+20
| | | | | | | | | | | | | | | | General cleanup: pkg-install and pkg-deinstall scripts were redundant, as they replicated @exec / @unexec actions from pkg-plist. Fix DEVELOPER_MODE complaint about shebangfix: it's a Makefile, not a shell script in any case. PR: ports/184925 Submitted by: rene Notes: svn path=/head/; revision=336724
* net/py-kombu: update to 3.0.8 and switch from easy_installWilliam Grzybowski2013-12-172-4/+4
| | | | Notes: svn path=/head/; revision=336711
* Update to -dev21.Dmitry Sivachenko2013-12-173-36/+3
| | | | Notes: svn path=/head/; revision=336688
* [Errno 11] Resource Temporarily UnavailableGreg Larkin2013-12-1612-12/+12
| | | | | | | | | | Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin Notes: svn path=/head/; revision=336656
* Drop maintainershipBaptiste Daroussin2013-12-161-1/+1
| | | | Notes: svn path=/head/; revision=336648
* net/minidlna: use newer kqueue patchWilliam Grzybowski2013-12-162-329/+606
| | | | | | | | - Use newer kqueue patch - Use autotools to regenerate configure required for the patch Notes: svn path=/head/; revision=336641
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]Niclas Zeising2013-12-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0] Notes: svn path=/head/; revision=336621
* Fix double-free.Dmitry Sivachenko2013-12-161-0/+33
| | | | | | | Obtained from: upstream Notes: svn path=/head/; revision=336619
* Update to -dev20.Dmitry Sivachenko2013-12-163-3/+4
| | | | Notes: svn path=/head/; revision=336612
* Use setuptools for all Python ports.William Grzybowski2013-12-152-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr) Notes: svn path=/head/; revision=336553
* net/mpich2: fix usage of pythonWilliam Grzybowski2013-12-151-1/+2
| | | | | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336545
* net/rabbitmq-c(-devel)?: depends explicitly on "python"William Grzybowski2013-12-152-2/+4
| | | | | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336536
* net/py-pypcap: fix usage of pythonWilliam Grzybowski2013-12-151-2/+4
| | | | | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336533
* net/samba4: fix usage of python to remove implicit dependencyWilliam Grzybowski2013-12-151-1/+1
| | | | | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336531
* net/xorp-devel: depends explicitly on "python" to buildWilliam Grzybowski2013-12-151-0/+2
| | | | | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336525
* net/minidlna: fix patch for kqueue supportWilliam Grzybowski2013-12-158-796/+521
| | | | Notes: svn path=/head/; revision=336516
* - add stage supportAndrej Zverev2013-12-152-5/+9
| | | | | | | - pet portlint Notes: svn path=/head/; revision=336507
* net/rabbitmq: fix usage of pythonWilliam Grzybowski2013-12-141-0/+2
| | | | | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336490
* net/neubot: fix the usage of pythonWilliam Grzybowski2013-12-141-0/+1
| | | | | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336463
* Update to new lib_depends syntax, stageify,Koop Mast2013-12-1415-79/+94
| | | | | | | Unbreak py-avahi and allow avahi-gtk3 to build with gtk+ 3.10. Notes: svn path=/head/; revision=336457
* Fix typos in pkg-message.Matthias Andree2013-12-141-2/+2
| | | | Notes: svn path=/head/; revision=336417
* Convert to staging.Matthias Andree2013-12-142-24/+33
| | | | Notes: svn path=/head/; revision=336416
* Support stageBaptiste Daroussin2013-12-141-2/+1
| | | | Notes: svn path=/head/; revision=336415
* Convert to staging.Matthias Andree2013-12-131-7/+6
| | | | | | | While here, defang a var!= assignment and move it into the do-whatever: targets. Notes: svn path=/head/; revision=336380
* - Update to 1.6.3Sunpoet Po-Chuan Hsieh2013-12-132-3/+3
| | | | Notes: svn path=/head/; revision=336313
* - Update LICENSESunpoet Po-Chuan Hsieh2013-12-131-1/+1
| | | | Notes: svn path=/head/; revision=336312
* Add a patch from OpenLDAP ITS 7249 [1] which addresses crash issueXin LI2013-12-132-1/+57
| | | | | | | | | | | with OpenLDAP 'memberof' overlay. Pointed out by: oshogbo [1] http://www.openldap.org/lists/openldap-bugs/201205/msg00002.html Notes: svn path=/head/; revision=336300
* Update to version 5.0.5Pawel Pekala2013-12-122-3/+3
| | | | | | | | | | | | | | --- 5.0.5 2013/12/09 Add support for MARC-in-JSON. yaz-marcdump and the record conversion module can read and write this format. For record format JSON, yaz-ztest returns MARC-in-JSON records. iconv: fixes and more tests for danmarc character set encoding. 0xa733 is converted to @å , 0xa732 is converted to @Å instead of @a733, @a732 . Notes: svn path=/head/; revision=336276
* Convert LIB_DEPENDS for ports depending on boostBaptiste Daroussin2013-12-122-8/+8
| | | | Notes: svn path=/head/; revision=336263
* Convert LIB_DEPENDS for ports depending on boostBaptiste Daroussin2013-12-123-9/+9
| | | | Notes: svn path=/head/; revision=336262
* - Chase r336083 and bump all ports using NO_ARCH so that users buildingBryan Drewery2013-12-101-0/+1
| | | | | | | | | their own packages and still on pkg 1.1.4 can upgrade. With hat: portmgr Notes: svn path=/head/; revision=336102
* - Convert to new LIB_DEPENDS formatSunpoet Po-Chuan Hsieh2013-12-101-9/+3
| | | | | | | | | - Convert to new options helper - Remove deprecated PTHREAD_* - Simplify Makefile Notes: svn path=/head/; revision=336085
* Update port to 4.0.13 version to address security issues.Timur I. Bakeyev2013-12-102-4/+4
| | | | | | | | Security: CVE-2012-6150 CVE-2013-4408 Notes: svn path=/head/; revision=336044
* Upgrade port to 3.6.22 to address recently announced vulnerabilitiesTimur I. Bakeyev2013-12-102-4/+4
| | | | | | | | Security: CVE-2012-6150 CVE-2013-4408 Notes: svn path=/head/; revision=336043
* - Remove patch fileSunpoet Po-Chuan Hsieh2013-12-091-10/+0
| | | | | | | | | PR: ports/184429 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=336027
* - Update to 0.10.8Sunpoet Po-Chuan Hsieh2013-12-092-4/+5
| | | | | | | | | | | | | - While I'm here: - Add LICENSE - Support STAGEDIR Changes: https://github.com/ruby-amqp/bunny/blob/0.10.x-stable/ChangeLog.md PR: ports/181587 Submitted by: Renaud Chaput <renchap@cocoa-x.com> (maintainer) Notes: svn path=/head/; revision=336026
* - Update to 1.43Sunpoet Po-Chuan Hsieh2013-12-092-6/+8
| | | | | | | | | | - Update MASTER_SITES: CPAN is enough - Add LICENSE Changes: http://search.cpan.org/dist/Geo-IP/Changes Notes: svn path=/head/; revision=336020
* - Stage support for all -reference portsAntoine Brodin2013-12-091-1/+0
| | | | | | | | | - Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS Approved by: kwm (maintainer) Notes: svn path=/head/; revision=336013
* Don't install perllocal.pod.Hajimu UMEMOTO2013-12-092-0/+16
| | | | Notes: svn path=/head/; revision=335955
* Correct a typo in the ACL OPTION description.Joe Marcus Clarke2013-12-091-1/+1
| | | | | | | Spotted by: john <john@aerizen.com> Notes: svn path=/head/; revision=335951