summaryrefslogtreecommitdiff
path: root/news (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to new perl frameworkAndrej Zverev2013-07-317-23/+15
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324036
* Fix my email address again, using proper @FreeBSD.org stylingMark Felder2013-07-291-1/+1
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=323891
* - Fix Makefile header, normalize COMMENT, add LICENSEAlexey Dokuchaev2013-07-273-21/+24
| | | | | | | | | | | | | | - Make the port parallel build (-jX) safe - Install manual page relative to MANPREFIX - Convert to OptionsNG (DOCS), sort the knobs, etc. - Reformat pkg-message, convert three-line pkg-plist While here, mute REINPLACE_CMD (debug leftover) from previous commit. Reported by: pointyhat-west Notes: svn path=/head/; revision=323779
* Deprecate and set expiration date for ports broken for more than 6 monthBaptiste Daroussin2013-07-261-0/+2
| | | | Notes: svn path=/head/; revision=323759
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-268-118/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-261-3/+0
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323711
* Update my email address throughout the treeMark Felder2013-07-251-1/+1
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=323636
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-2/+0
| | | | Notes: svn path=/head/; revision=323578
* Rename pipe2 variable to avoid conflict with pipe2 functionJohan van Selst2013-07-191-0/+3
| | | | | | | Fixes compilation on CURRENT Notes: svn path=/head/; revision=323297
* Do not define gmake usage after pre.mkBaptiste Daroussin2013-07-1219-138/+53
| | | | | | | | | | While here: - trim headers - convert to uses=gmake - remove now useless pre.mk/post.mk dancing Notes: svn path=/head/; revision=322828
* Mark as job unsafeBaptiste Daroussin2013-07-101-0/+1
| | | | Notes: svn path=/head/; revision=322713
* Mark jobs unsafeBaptiste Daroussin2013-07-101-4/+2
| | | | Notes: svn path=/head/; revision=322673
* - Drop all my portsPav Lucistnik2013-07-091-1/+1
| | | | Notes: svn path=/head/; revision=322581
* - Update to 0.7.14Mark Felder2013-07-082-4/+3
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=322523
* - Add REQUIRE keyword fixing startup orderMark Felder2013-06-292-0/+2
| | | | | | | | Submitted by: matt.raspberry@gmail.com Approved by: crees (mentor) Notes: svn path=/head/; revision=322047
* - Update to 0.7.13Mark Felder2013-06-282-4/+3
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=321981
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* news/nzbget: fix build with opensslWilliam Grzybowski2013-06-261-1/+4
| | | | | | | | | | | - Fix build with OpenSSL, path to base lib PR: ports/179508 Submitted by: Nicolas Raspail <nicolas@whisperingvault.net> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=321819
* - Trim Makefile headerAntoine Brodin2013-06-202-11/+11
| | | | | | | | - Convert to PORT_OPTIONS - Add a missing directory to pkg-plist Notes: svn path=/head/; revision=321397
* - fix patch namingDirk Meyer2013-06-151-0/+0
| | | | Notes: svn path=/head/; revision=320989
* Update to new upstream release 1.11.10, fixing abort() when runningMatthias Andree2013-06-112-3/+3
| | | | | | | fetchnews in verbose mode. Notes: svn path=/head/; revision=320651
* - Fix buildMartin Wilke2013-06-112-7/+1
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320521
* Update to new upstream version 1.11.9.Matthias Andree2013-06-102-4/+3
| | | | | | | ChangeLog: http://www.leafnode.org/NEWS.txt Notes: svn path=/head/; revision=320510
* - Remove USE_GCC for PAR optionWilliam Grzybowski2013-06-081-2/+0
| | | | | | | | | | | libpar2 has been update and compiles with clang, so as the configure test. PR: ports/179399 Submitted by: wg (myself) Approved by: culot / jpaetzel (mentors, implicit), maintainer Notes: svn path=/head/; revision=320276
* - Put back PATH setting, so that unrar and par2 are found, but only add it toSteve Wills2013-05-302-14/+16
| | | | | | | | | | | prestart - Bump PORTREVISION Reported by: flo Submitted by: "Mark Felder" <feld@feld.me> (maintainer, private email) Notes: svn path=/head/; revision=319436
* Fix build with new flex versionBaptiste Daroussin2013-05-271-0/+18
| | | | Notes: svn path=/head/; revision=319238
* - Update to 0.7.12Steve Wills2013-05-273-52/+47
| | | | | | | | | | - rc script passes rclint now PR: ports/178886 Submitted by: Mark Felder <feld@feld.me> Notes: svn path=/head/; revision=319146
* - Update to 10.2 [1]William Grzybowski2013-05-264-12/+8
| | | | | | | | | | | | | | | - Fix typo in pkg-descr - Remove PORTDOCS in Makefile - USE_GCC for PAR option (test fails with clang) Changes: http://nzbget.sourceforge.net/History_%28ChangeLog%29 PR: ports/177839 [1] Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> [1] Approved by: jpaetzel (mentor) Notes: svn path=/head/; revision=319135
* Fix another syntax error from conversionBryan Drewery2013-05-241-1/+1
| | | | Notes: svn path=/head/; revision=318959
* - Fix options conversionBryan Drewery2013-05-241-1/+1
| | | | Notes: svn path=/head/; revision=318958
* Swith to gmime 2.6, pan prefers it over gmime 2.4.Koop Mast2013-05-221-5/+5
| | | | | | | | | | Fix reversed logic in the GTK3 option [1]. PR: ports/177973 Submitted by: Thomas Mueller <tmueller@sysgo.com> Notes: svn path=/head/; revision=318756
* - Fix undetermined strings [1]William Grzybowski2013-05-151-10/+7
| | | | | | | | | | | | - Trim Makefile header - Use OptionsNG for DOCS option PR: ports/177660 [1] Submitted by: John Marino <draco@marino.st> [1] Approved by: culot (mentor) Notes: svn path=/head/; revision=318258
* - update WWWDirk Meyer2013-05-132-6/+3
| | | | | | | - update MASTER_SITES Notes: svn path=/head/; revision=318106
* Make pkgNG happier.Matthias Andree2013-05-133-14/+9
| | | | | | | Reported by: miwi Notes: svn path=/head/; revision=317998
* Convert to new options frameworkBaptiste Daroussin2013-05-102-22/+16
| | | | Notes: svn path=/head/; revision=317826
* Unbreak on !i386.Max Khon2013-05-0913-13/+14
| | | | Notes: svn path=/head/; revision=317723
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-1/+1
| | | | Notes: svn path=/head/; revision=317220
* - USES conversionsJason Helfman2013-04-302-26/+16
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=316884
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-273-3/+3
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-246-6/+6
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Update to 1.11Eitan Adler2013-04-182-8/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316042
* For perl@ owned ports:Eitan Adler2013-03-291-6/+2
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵Eitan Adler2013-03-281-6/+3
| | | | | | | "pathfix" instead. Notes: svn path=/head/; revision=315433
* "aaargh, quoted Makefile variables"Eitan Adler2013-03-181-6/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=314605
* Remove bogus conflict with INNJohan van Selst2013-03-171-6/+2
| | | | | | | Submitted by: naddy Notes: svn path=/head/; revision=314490
* Fix plist [1], while here use USES=pathfix instead of gnomehack.Koop Mast2013-03-162-1/+4
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=314354
* Fix fix compiler error by adding patch from upstream.Koop Mast2013-03-121-0/+14
| | | | | | | | | PR: ports/176887 Submitted by: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> Obtained from: pan upstream Notes: svn path=/head/; revision=313998
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-6/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-082-18/+15
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633