aboutsummaryrefslogtreecommitdiff
path: root/news
Commit message (Collapse)AuthorAgeFilesLines
* - cleanup commentsDirk Meyer2012-10-136-29/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* Finish converting perl@ ports to new Options FrameworkBaptiste Daroussin2012-10-051-9/+7
| | | | Notes: svn path=/head/; revision=305301
* Welcome back Chris Petrik <c.petrik.sosa@gmail.com>Eitan Adler2012-09-091-1/+1
| | | | | | | PR: ports/171481 Notes: svn path=/head/; revision=303952
* - Fix build with OpenSSL >= 1.0 [1]Pawel Pekala2012-09-072-0/+33
| | | | | | | | | | | | | | | | | | | - Mark MAKE_JOBS_UNSAFE: ===> Building for nzbget-0.8.0 /usr/bin/make all-am make: illegal option -- - usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable] [-d flags] [-E variable] [-f makefile] [-I directory] [-j max_jobs] [-m directory] [-V variable] [variable=value] [target ...] PR: ports/171196 [1] Submitted by: freebsd@nagilum.org [1] Approved by: maintainer Notes: svn path=/head/; revision=303829
* - Fix innd/nnrpd semget failuresDima Panov2012-09-022-1/+74
| | | | | | | | | | Do not set any shmem permission bits except for the six allowed bits PR: 171134 Submitted by: G. Paul Ziemba Notes: svn path=/head/; revision=303548
* - Fix compilation error when building trn without NNTP supportJohan van Selst2012-09-021-0/+45
| | | | | | | | | - No PORTREVISION bump needed Submitted by: Sean Eric Fagan <sef@Kithrup.COM> Notes: svn path=/head/; revision=303540
* - Update to 0.7.3Steve Wills2012-08-262-3/+3
| | | | | | | | | PR: ports/170520 Submitted by: Mark Felder <feld@feld.me> Approved by: maintainer timeout (dab@rj45.org, > 2 weeks) Notes: svn path=/head/; revision=303200
* news/inn: fix plaintext command injection, CVE-2012-3523Eygene Ryabinkin2012-08-262-1/+62
| | | | | | | | | | | Relevant only for INN installations that are using encryption. PR: 171013 Approved by: fluffy@FreeBSD.org (maintainer) Security: http://www.vuxml.org/freebsd/a7975581-ee26-11e1-8bd8-0022156e8794.html Notes: svn path=/head/; revision=303194
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-054-2/+2
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Fix typos in COMMENTCarlo Strub2012-08-021-1/+1
| | | | | | | | - Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no A/An, etc.) Notes: svn path=/head/; revision=301858
* - Update to 0.7.2Steve Wills2012-07-303-16/+17
| | | | | | | | | | | - Convert to OptionsNG PR: ports/170260 Submitted by: Mark Felder <feld@feld.me> Approved by: David Brooks <dab@rj45.org> (maintainer) Notes: svn path=/head/; revision=301700
* - Remove CONFLICTS as shared-mime-info is an indirect build dependencyBeat Gaetzi2012-07-271-1/+2
| | | | | | | | | | - Mark as BROKEN: overwrite a file owned by misc/shared-mime-info: share/mime/application/x-nzb.xml Reported by: pointyhat Notes: svn path=/head/; revision=301607
* Register CONFLICTSCarlo Strub2012-07-181-2/+3
| | | | | | | Submitted by: Sulev-Madis 'ketas' Silber (via e-mail) Notes: svn path=/head/; revision=301064
* - fix build after inn has moved includes.Dirk Meyer2012-07-171-1/+1
| | | | | | | | PR: 169588 Submitted by: John Levine Notes: svn path=/head/; revision=300990
* - Fix typoDima Panov2012-07-081-1/+1
| | | | | | | Noticed by: Geraint A. Edwards via email Notes: svn path=/head/; revision=300622
* - Add options for OpenSSL (for those who don't need) and GnuPG (pgpverify)Dima Panov2012-07-072-50/+68
| | | | | | | | | | | | | | | - TCL is no longer supported. - Use new option framework. - USE_PYTHON implies inclusion of bsd.python.mk. - There are no --with-max-socket, --with-etc-dir and --with-datarootdirdir in configure. - empty({PORT_OPTIONS:MTAGGED_HASH) NOT implies LARGE_FILES. - Add missed files to plist PR: 169666 Submitted by: Hung-te Liang <lhd AT cs DOT nctu DOT edu DOT tw> Notes: svn path=/head/; revision=300594
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-303-9/+9
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300277
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300221
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-282-6/+6
| | | | Notes: svn path=/head/; revision=300176
* Convert to new options frameworkJohan van Selst2012-06-272-5/+5
| | | | Notes: svn path=/head/; revision=300111
* - Update INN to 2.5.2 releaseDima Panov2012-06-277-102/+108
| | | | | | | | | | | - Handle deprecated perl declarations [1] PR: 166031 [1] Submitted by: Joe Horn <joehorn AT gmail DOT com> [1] Suggested by: cy (via email, most part of update) Notes: svn path=/head/; revision=300090
* - reset MAINTAINERDirk Meyer2012-06-261-1/+1
| | | | Notes: svn path=/head/; revision=299982
* - Update to 0.7.0Michael Scheidell2012-06-165-34/+105
| | | | | | | | PR: ports/169140 Submitted by: David Brooks <dab@rj45.org> (maintainer) Notes: svn path=/head/; revision=299435
* - Add conflictsJohan van Selst2012-06-151-8/+9
| | | | | | | | | - Use new style options - Remove unneeded library version numbers - No functional changes Notes: svn path=/head/; revision=299323
* - Register conflicts for trnJohan van Selst2012-06-142-4/+8
| | | | | | | | | - Pet portlint while here Submitted by: Sulev-Madis 'ketas' Silber <madis555@hot.ee> Notes: svn path=/head/; revision=299289
* Convert to new OPTIONS style (no functional changes)Johan van Selst2012-06-141-18/+17
| | | | Notes: svn path=/head/; revision=299284
* Update CONFLICTS (1).Thierry Thomas2012-06-121-1/+3
| | | | | | | | | Since I'm there, define the license. Submitted by: "Sulev-Madis 'ketas' Silber" <madis555 (at) hot.ee> (1) Notes: svn path=/head/; revision=299150
* - Update to 12.1.0Sunpoet Po-Chuan Hsieh2012-06-112-5/+5
| | | | | | | | | - Change RUN_DEPENDS to ensure same-verison twisted dependency Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.1.0/twisted/news/topfiles/NEWS Notes: svn path=/head/; revision=299060
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-042-7/+7
| | | | | | | - Reassign maintainership from ports@ to perl@ Notes: svn path=/head/; revision=298336
* Set maintainership back to ports@Carlo Strub2012-06-031-1/+1
| | | | Notes: svn path=/head/; revision=298080
* - update png to 1.5.10Dirk Meyer2012-06-0110-16/+36
| | | | Notes: svn path=/head/; revision=297915
* - Update to 0.8.0Martin Wilke2012-05-162-4/+3
| | | | | | | | | PR: 167590 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=296736
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Update to 12.0.0Sunpoet Po-Chuan Hsieh2012-03-283-4/+5
| | | | | | | | | | | | | - Pass maintainership to python@ Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.0.0/twisted/news/topfiles/NEWS PR: ports/165736 Submitted by: sunpoet (myself) Approved by: Neal Nelson <neal@nicandneal.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293941
* - Set / Update Portscout flagsMartin Wilke2012-03-171-1/+3
| | | | | | | | | | | | - Pass maintainership to submitter PR: 166062 166105 166112 166113 166114 166115 166141 166154 166155 166156 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=293439
* - Remove conditional checks for FreeBSD 6.XPav Lucistnik2012-03-021-6/+1
| | | | | | | | | PR: ports/165608 Submitted by: pgollucci Approved by: portmgr (hat) Notes: svn path=/head/; revision=292531
* Fix rc script.Thierry Thomas2012-02-253-4/+4
| | | | | | | | | | | Since I'm there, clean plist. PR: ports/164750 Submitted by: Joe Horn <joehorn (at) gmail.com> Approved by: maintainer time-out Notes: svn path=/head/; revision=292236
* - replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)Ruslan Makhmatkhanov2012-02-191-1/+1
| | | | | | | They all non-functional changes. Notes: svn path=/head/; revision=291783
* Use PORTREVISION?= instead of = to avoid overriding revision of chinese/tinJohan van Selst2012-02-151-1/+1
| | | | | | | Reported by: erwin Notes: svn path=/head/; revision=291445
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-143-3/+6
| | | | Notes: svn path=/head/; revision=291338
* - Update to 0.6.15Jason Helfman2012-02-143-39/+72
| | | | | | | | | | | | - while here move away from "cp" license installation in favor of license framework, respect PORTDOCS and move from other "cp" installations to copytree installations. PR: ports/165024 Submitted by: maintainer, dab at rj45.org Notes: svn path=/head/; revision=291320
* - Fix plist.Alberto Villa2012-01-242-2/+28
| | | | | | | | | | | | | | | | - Bump PORTREVISION. The port didn't package most of the contents of share/examples/inn, but attempted to use them in exec/unexec portions of the package list, producing errors for binary package installations. PR: 159977 [1] PR: 155436 Submitted by: hag@linnaean.org [1] Approved by: fluffy (maintainer timeout) Notes: svn path=/head/; revision=289733
* - fix runtime with decent Twisted [1]Ruslan Makhmatkhanov2012-01-234-8/+42
| | | | | | | | | | | | | - install license via license framework, not manually - use USE_TWISTED_RUN instead of direct depends - strict python version (will not work with 3.x) PR: 163975 [1] Submitted by: W.Scholten <w-info at xs4all dot nl> Approved by: maintainer (timeout; 2 weeks) Notes: svn path=/head/; revision=289647
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-144-12/+7
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Remove explicit par2 dependency, it is conflicting with different flavour ofPav Lucistnik2011-12-291-1/+0
| | | | | | | | | par2 brought in via indirect depend Reported by: pointyhat Notes: svn path=/head/; revision=288220
* Update to tin 2.0.1Johan van Selst2011-12-293-4/+3
| | | | Notes: svn path=/head/; revision=288218
* End WWW CPAN URL with a "/"Emanuel Haupt2011-12-281-1/+1
| | | | Notes: svn path=/head/; revision=288161