aboutsummaryrefslogtreecommitdiff
path: root/news
Commit message (Collapse)AuthorAgeFilesLines
* New USES=twisted, to replace the old USE_TWISTED knob.Marcus von Appen2013-12-081-1/+1
| | | | | | | | | | | | | | | | | twisted can be configured with the arguments run or build to replace the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted components can be added as comma-separated arguments. If you previously wrote USE_TWISTED= yes USE_TWISTED= conch names USE_TWISTED_RUN= yes you now would write USES= twisted USES= twisted:conch,names USES= twisted:run Notes: svn path=/head/; revision=335877
* Redesigned rc script to use a pidfile instead of attempting to use web APIMark Felder2013-12-052-58/+12
| | | | | | | | | | | | | | which cannot stop the server in some configurations. I've confirmed in the python codepath that both the web API shutdown and the signal handling both call save_state() so it is safe to shutdown this way. PR: ports/177944 Approved by: crees (mentor) Notes: svn path=/head/; revision=335681
* - use STAGEDIRDirk Meyer2013-12-011-4/+10
| | | | | | | - USES=gmake Notes: svn path=/head/; revision=335424
* - Support STAGEDIRLi-Wen Hsu2013-11-281-1/+0
| | | | Notes: svn path=/head/; revision=335106
* - Chase the update of INN;Thierry Thomas2013-11-273-21/+29
| | | | | | | - Stagify. Notes: svn path=/head/; revision=335070
* - Update WWW:Sunpoet Po-Chuan Hsieh2013-11-201-1/+1
| | | | | | | | | | | - http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr) Notes: svn path=/head/; revision=334452
* Unbreak clang build.Max Khon2013-11-181-0/+11
| | | | Notes: svn path=/head/; revision=334176
* Fix clang-only build.Max Khon2013-11-181-2/+11
| | | | Notes: svn path=/head/; revision=334170
* - Missed new etc files.Dima Panov2013-11-181-1/+2
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=334138
* - Fix MLINKSDima Panov2013-11-171-2/+3
| | | | Notes: svn path=/head/; revision=334135
* - Oops, forgot about MAN section during update :(Dima Panov2013-11-171-9/+10
| | | | | | | Noticed by: QAT Notes: svn path=/head/; revision=334133
* - Update to 2.5.3 security releaseDima Panov2013-11-177-130/+42
| | | | | | | | | | | - Remove outdated patches - Preserve configured database during upgrade [1] PR: 183614 [1] Submitted by: Horia Racoviceanu [1] Notes: svn path=/head/; revision=334089
* - use STAGEDIRDirk Meyer2013-11-163-22/+31
| | | | | | | - rename patchfiles Notes: svn path=/head/; revision=334027
* - Update to 13.2.0Sunpoet Po-Chuan Hsieh2013-11-152-3/+3
| | | | | | | Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.2.0/twisted/news/topfiles/NEWS Notes: svn path=/head/; revision=333930
* support STAGEDIR.Vanilla I. Shu2013-11-052-6/+6
| | | | Notes: svn path=/head/; revision=332845
* - support STAGEDIRAndrej Zverev2013-11-036-11/+5
| | | | Notes: svn path=/head/; revision=332594
* Give up on empty directory games about lib/leafnode.Matthias Andree2013-10-313-12/+9
| | | | | | | Fix massively broken pkg-plist. (Bump PORTREVISION.) Notes: svn path=/head/; revision=332195
* Attempt to fix build issues.Matthias Andree2013-10-312-11/+13
| | | | | | | Add SHEBANG_FILES=newsstar.in, bumping PORTREVISION. Notes: svn path=/head/; revision=332191
* - Reset maintainer to ports@Rusmir Dusko2013-10-291-1/+1
| | | | | | | | | PR: ports/183261 Submitted by: chris petrik <c.petrik.sosa@gmail.com> Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=331975
* - revert r331810Dirk Meyer2013-10-282-3/+11
| | | | Notes: svn path=/head/; revision=331895
* - use PLIST_FILESDirk Meyer2013-10-282-7/+7
| | | | Notes: svn path=/head/; revision=331832
* - use STAGEDIRDirk Meyer2013-10-271-10/+6
| | | | | | | - use OPTIONS_DEFINE Notes: svn path=/head/; revision=331810
* Support staging.Emanuel Haupt2013-10-261-7/+5
| | | | Notes: svn path=/head/; revision=331656
* Support staging.Matthias Andree2013-10-232-17/+20
| | | | | | | | | | | | Reorder Makefile targets (post-install after post-patch). Update to new LIB_DEPENDS format. Disable chown, and leave that to the package. Note that this apparently exposes issues with poudriere testport/make check-orphans due to absolute /var paths. Notes: svn path=/head/; revision=331435
* - Return ports to the poolAlex Kozlov2013-10-232-2/+2
| | | | | | | | PR: ports/183244 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer) Notes: svn path=/head/; revision=331423
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331273
* - General cleanupMark Felder2013-10-182-14/+20
| | | | | | | | | | | | | | | - unrar and Python are default enabled options - New p7zip option, disabled by default - The final release of 11.0 only requires --disable-sigchld-handler on 32bit FreeBSD [1] [1] http://nzbget.sourceforge.net/forum/viewtopic.php?f=3&t=596&start=10 PR: ports/183026 Approved by: maintainer, swills (mentor) Notes: svn path=/head/; revision=330759
* - Remove no longer needed MAN1 from Makefile.Tim Bishop2013-10-181-1/+0
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=330731
* - Update to 2.18 [1]Tim Bishop2013-10-174-42/+46
| | | | | | | | | - Add stage support Submitted by: Andre Heider <a.heider@gmail.com> [1] Notes: svn path=/head/; revision=330651
* - Update from 10.2 to 11.0 [1]Danilo Egea Gondolfo2013-10-113-31/+30
| | | | | | | | | | | | | | - Remove gmake from USES [1] - Convert LIB_DEPENDS to new syntax - Add options helpers - Add stage support PR: ports/182867 Submitted by: Jeff Burchell <toxic@doobie.com> (maintainer) [1] Approved by: wg/culot (mentors, implicit) Notes: svn path=/head/; revision=330057
* - Update to 0.7.16Mark Felder2013-10-073-16/+14
| | | | | | | | | - STAGE support Approved by: crees (mentor) Notes: svn path=/head/; revision=329710
* Use PKGNAMESUFFIX and remove NO_LATEST_LINKJohan van Selst2013-10-061-1/+1
| | | | | | | Suggested by: bapt Notes: svn path=/head/; revision=329591
* Removed unmaintained (ports@) or gnome@ ports depending on gnome1Baptiste Daroussin2013-10-058-91/+0
| | | | | | | Approved by: gnome (implicit) Notes: svn path=/head/; revision=329464
* Support staging, and update LIB_DEPENDS format.Matthias Andree2013-09-302-22/+36
| | | | Notes: svn path=/head/; revision=328878
* - fix perl compatibility with getoptDirk Meyer2013-09-232-3/+15
| | | | Notes: svn path=/head/; revision=328030
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-219-9/+14
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-2089-155/+119
| | | | | | | news) Notes: svn path=/head/; revision=327759
* - Add explicit $ICONV_LIBGuido Falsi2013-09-191-1/+1
| | | | | | | | Submitted by: marino Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327653
* - convert to the new perl5 frameworkAndrej Zverev2013-09-144-7/+5
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327278
* Add missing iconv in USES.Guido Falsi2013-09-131-1/+1
| | | | | | | | Reported by: swills Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327154
* - Update to 13.1.0Sunpoet Po-Chuan Hsieh2013-09-072-13/+9
| | | | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Remove leading indefinite article from COMMENT - Remove LICENSE_FILE for well-known licenses - Update USE_PYTHON - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/news/topfiles/NEWS Notes: svn path=/head/; revision=326650
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-051-1/+1
| | | | Notes: svn path=/head/; revision=326373
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-042-2/+2
| | | | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+1
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Fix SSL and Feedparser optionsMark Felder2013-09-041-2/+2
| | | | | | | | PR: ports/181806 Approved by: crees (mentor) Notes: svn path=/head/; revision=326304
* - cleanup configure stageDirk Meyer2013-09-032-12/+60
| | | | | | | - fix side effects in Makefile Notes: svn path=/head/; revision=326201
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326122
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326105
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0211-11/+14
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325955