aboutsummaryrefslogtreecommitdiffstats
path: root/news
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-218-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to workMark Linimon2008-08-201-1/+1
| | | | | | on FreeBSD at the moment. Hat: portmgr
* Reset lewiz@compsoc.man.ac.uk due to lack of time to work on FreeBSD.Mark Linimon2008-08-201-1/+1
| | | | Hat: portmgr
* Reset conrads@cox.net due to lack of time to work on FreeBSD.Mark Linimon2008-08-201-1/+1
| | | | Hat: portmgr
* Catch up with a port that wasn't using autoconf:261 on my tree.Ade Lovett2008-08-201-1/+1
|
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* Return laszlof's ports to the pool due to lack of time.Mark Linimon2008-08-191-1/+1
| | | | Hat: portmgr
* - Fix build with gcc42Pav Lucistnik2008-08-1619-8/+890
| | | | | | - Backport bugfixes from vendor CVS Submitted by: Jeff Burchell <toxic@doobie.com>
* - fix build for gnstep-gui > 0.15Dirk Meyer2008-08-121-2/+16
|
* Update to 0.133.Jeremy Messenger2008-08-043-8/+8
| | | | Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2363
* Reorder include files to allow building with -CURRENT gcc (4.2).Christian Weisgerber2008-07-282-0/+33
|
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-2/+0
| | | | MAKE_ENV
* - Update to 0.4.0Martin Wilke2008-07-084-194/+365
| | | | | PR: 125347 Submitted by: Daniel Bretoi <daniel@netwalk.org> (maintainer)
* - respect DOCSDIR and NOPORTDOCSMichael Landin2008-06-231-2/+2
| | | | Reminded by: QA Tindy (itetcu)
* Update to 2.11Tim Bishop2008-06-162-4/+4
|
* Update to 1.1.5.a20070503.Max Khon2008-06-104-175/+4
| | | | | PR: 122885 Submitted by: Alexander Logvinov
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-0613-10/+13
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 2.08Martin Wilke2008-06-012-5/+9
| | | | | | PR: 120706 Submitted by: lippe Approved by: maintainer timeout
* - fix build for NOPORTDOCSDirk Meyer2008-05-311-0/+5
| | | | Reported by: itetcu
* - use PORTEXAMPLESDirk Meyer2008-05-316-230/+234
|
* - Update to 1.00Martin Wilke2008-05-182-4/+4
|
* - fix build for option WITH_GNUSTEP_DEVELDirk Meyer2008-05-112-2/+22
|
* Forgot to remove the patch fileEdwin Groothuis2008-05-041-10/+0
|
* Update to 1.1.0Edwin Groothuis2008-04-293-106/+109
|
* - original master site is gone, update links to mirror site.Yen-Ming Lee2008-04-262-2/+2
|
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-205-9/+8
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Connect news/sabnzbdplus to the buildMartin Wilke2008-04-181-0/+1
|
* - Update to 0.3.0Martin Wilke2008-04-187-128/+231
| | | | | PR: 120548 Submitted by: Daniel <daniel@netwalk.org> (maintainer)
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-178-16/+8
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* - Update to 5.1Pietro Cerutti2008-04-172-4/+4
| | | | Approved by: miwi (mentor)
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | With hat: portmgr
* - Mark as BROKEN on 5.x.Felippe de Meirelles Motta2008-04-031-1/+8
| | | | | Reported by: erwin bot/pav Approved by: araujo (mentor)
* - take maintainershipDirk Meyer2008-03-291-1/+1
|
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-281-2/+1
|
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-262-3/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-242-2/+4
| | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-221-2/+1
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-203-3/+0
|
* - Update to 0.3.1.Felippe de Meirelles Motta2008-03-1910-158/+16
| | | | | | | | | | | - Fix pkg-plist. - Makefile cleanup. - Remove unnecessary patches. - Use CONFIGURE_ARGS to disable use of libpar2 (not present in ports). PR: ports/121225 Submitted by: myself Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
* - set USE_XORGDirk Meyer2008-03-181-1/+1
|
* - Update to 1.0.0Nicola Vitale2008-02-143-11/+32
|
* - Update to 1.11.7 RC1Rong-En Fan2008-02-072-12/+14
| | | | | PR: ports/119980 Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer)
* Also mark BROKEN on 7.0 and higher.Erwin Lansing2008-02-011-1/+1
|
* - Update to 1.09Gabor Kovesdan2008-01-042-4/+4
|
* - Fix build with gcc 4.2Martin Wilke2007-12-223-7/+20
| | | | | PR: 118900 Submitted by: Pietro Cerutti <gahr@gahr.ch>
* - Update to 0.99Martin Wilke2007-12-152-6/+6
| | | | | | | - Reset maintainership PR: 118175 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* Reset croyle@gelemna.org due to maintainer-timeouts and no response to email.Mark Linimon2007-10-121-1/+1
| | | | Hat: portmgr
* - unbreak option FIDOGATE_RUNASDirk Meyer2007-10-091-1/+3
| | | | which was broken by previous commit
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onMark Linimon2007-10-073-11/+13
| | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-042-13/+5
|
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-041-1/+1
|
* Mark as broken on amd64. May also be broken on sparc64, but the packagesMark Linimon2007-10-011-0/+5
| | | | there are pretty far behind.
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | PR: ports/116639 Submitted by: aDe
* - Fix build with 7.x and amd64Beech Rintoul2007-09-301-9/+5
| | | | | | PR: ports/116616 Submitted by: Lewis Thompson <lewiz@compsoc.man.ac.uk> (maintainer) Approved by: sat (mentor)
* Fix a bug which causes innfeed to segfault on 64-bit architectures.Shaun Amott2007-09-272-1/+12
| | | | | | Submitted by: Kai Gallasch <gallasch@free.de> Debugged by: Julien ÉLIE <julien@trigofacile.com> Patched by: roberto
* - Mark broken with gcc 4.x as this project is no longer under activeRong-En Fan2007-09-251-1/+7
| | | | | | | | | development. Quote from SourceForge page: "As of 2004-10-08 10:20, this project is no longer under active development." PR: ports/116616 Submitted by: Lewis Thompson <lewiz at compsoc.man.ac.uk> (maintainer)
* - Update to 1.3.2Andrey Slusar2007-09-172-6/+10
| | | | | | | | | - Fixed broken detection of installed INN - Added missing dependency on GDBM - manpage installed into right directory PR: ports/116370 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz>
* Fix acl notifications.Andrey Slusar2007-09-122-0/+27
|
* Fix dependency on dbusEdwin Groothuis2007-09-091-1/+1
|
* Upgrade to 0.99.2Edwin Groothuis2007-09-093-80/+128
|
* Fix in the new Perl order.Mark Linimon2007-09-091-7/+2
| | | | Hat: portmgr
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-082-7/+2
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* 2007-08-19 irc/riece-emacs20: emacs20 and related ports are obsolete; please ↵Martin Wilke2007-08-1910-367/+0
| | | | | | | | | | | | | | use a more recent version 2007-08-19 news/gnus-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/tamago-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/psgml-mule: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 editors/psgml-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/psgml-emacs19: emacs19 is obsolete; please use a more recent version 2007-08-19 editors/leim20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/iiimecf: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/gnuserv-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 devel/semantic-emacs20: emacs20 and related ports are obsolete; please use a more recent version
* - Fix plist after PORTNAME is changedRong-En Fan2007-08-186-12/+22
| | | | | | PR: ports/115274 Submitted by: Thomas Hurst <tom at hur.st> Approved by: Daniel <daniel at netwalk.org> (maintainer)
* - Update to 0.98Cheng-Lung Sung2007-08-152-4/+4
| | | | | | PR: ports/115496 Submitted by: clsung Approved by: maintainer (Jin-Shan Tseng)
* - make portlint happierDirk Meyer2007-08-061-4/+4
|
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-4/+4
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* Update to 0.132.Jeremy Messenger2007-08-032-4/+4
|
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-302-0/+5
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* - Switch to py-cherrypy-oldPav Lucistnik2007-07-292-2/+4
|
* - Update to 0.49.Chin-San Huang2007-07-292-5/+5
| | | | | | - Take maintainership. Approved by: rafan (mentor, implicit)
* - Fix From: headerRong-En Fan2007-07-272-26/+24
| | | | | PR: ports/114375 Submitted by: G. Paul Ziemba <p-fbsd-bugs at treehouse.napa.ca.us>
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-233-4/+3
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* Start the deorbit burn of emacs20 and dependent files. They are antiquated.Mark Linimon2007-07-191-0/+3
| | | | | Discussed with: various emacs maintainers Hat: portmgr
* Unbreak install by doing the REINPLACE_CMD after patching.Tilman Keskinoz2007-07-161-1/+1
|
* - Respect ${CC}Alexey Dokuchaev2007-07-041-18/+14
| | | | | | | - Fix the build with recent GCC [1] - Clean up Makefile Reported by: pointyhat (logs) [1]
* - Fix build with gcc 4.2Martin Wilke2007-06-263-2/+24
| | | | | PR: 114024 Submitted by: Conrad J. Sabatier <conrads@cox.net> (maintainer)
* - Rename portname SABnzbd -> sabnzbdMartin Wilke2007-06-222-2/+4
| | | | Approved by: maintainer
* - Allow build with python 2.5Martin Wilke2007-06-224-26/+26
| | | | | | | | | - Sort plist new Tested with py25-rev5 patch PR: 113843 Submitted by: Daniel <daniel@netwalk.org> (maintainer)
* Exclude 700000-700033 for ncurseswAndrey A. Chernov2007-06-151-3/+3
|
* Use ncursesw when availableAndrey A. Chernov2007-06-151-3/+8
|
* - drop not needed includesDirk Meyer2007-06-082-1/+16
| | | | | PR: 113329 Submitted by: Ed Schouten
* Fix build with gcc4Tilman Keskinoz2007-05-301-3/+11
|
* - Update to 2.4-rc5Martin Wilke2007-05-282-6/+5
| | | | | | | - Switch to USE_LDCONFIG PR: 113011 Submitted by: Oleg Sharoiko <os@rsu.ru> (maintainer)
* - Update to 1.4-rc5Martin Wilke2007-05-282-6/+5
| | | | | | | - Switch to USE_LDCONFIG PR: 113012 Submitted by: Oleg Sharoiko <os@rsu.ru> (maintainer)
* - Update to 1.4-rc5Martin Wilke2007-05-282-6/+5
| | | | | PR: 113013 Submitted by: Oleg Sharoiko <os@rsu.ru> (maintainer)
* - File was renamed.Martin Wilke2007-05-283-36/+5
| | | | | | | - Bump PORTREVISION PR: 113014 Submitted by: Oleg Sharoiko <os@rsu.ru> (maintainer)
* Update to 0.131.Jeremy Messenger2007-05-274-15/+6
|
* BROKEN with gcc 4.2Kris Kennaway2007-05-272-1/+11
|
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-1/+7
|
* - update for gnustep-make-2.0.0Dirk Meyer2007-05-251-1/+1
|
* Update to 0.130.Jeremy Messenger2007-05-254-17/+15
|
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-2014-42/+13
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Fix pkg-plistEdwin Groothuis2007-05-032-0/+13
| | | | Noticed by: asouza at #bsdports
* Woops. Thanks to GeJ at #bsdports for that I should include theEdwin Groothuis2007-05-021-1/+3
| | | | right bsd.gecko.mk.
* Fill Threads Database is a dutch Usenet binaries grabber.Edwin Groothuis2007-05-026-0/+417
| | | | | | | | | OpenFTD is the open source implementation of it. Use the "ftd" program to start the gui. WWW: http://www.ftd4linux.nl/ WWW: http://www.ftd.nu/
* Change this patch to a better fix, bump the PORTREVISION.Jeremy Messenger2007-04-242-4/+6
| | | | | | GNOME Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=432387 Submitted by: Charles Kerr (developer) Tested by: pav
* Fix the build/runtime on amd64.Jeremy Messenger2007-04-231-0/+11
| | | | Submitted by: pav
* Update to 0.128.Jeremy Messenger2007-04-232-4/+4
|
* - Update to 0.48Martin Wilke2007-04-212-4/+4
|
* Update to 0.127.Jeremy Messenger2007-04-142-4/+4
|
* 2007-03-27 emulators/kmamerun: Project was abandoned 4 years ago and expects ↵Martin Wilke2007-04-116-194/+0
| | | | | | | | | | | | | | | | | | | | an old version of XMAME, please use other frontends instead (like gxmame) 2007-03-28 graphics/hobbes-icons-xpm: Archaic port 2007-04-10 japanese/firefox-ja: Incomplete pkg-plist 2007-04-10 japanese/lookup-xemacs: Does not install 2007-04-10 lang/linux-hla: Does not compile 2007-04-10 mail/vmailmgr: Incomplete pkg-plist 2007-04-10 multimedia/qvamps: Touches filesystem prior to 'make install' 2007-03-10 net-mgmt/sting: Broken on all supported versions of FreeBSD 2007-04-10 net-mgmt/tas: Incomplete pkg-plist 2007-04-10 net-p2p/verlihub-plugins: Does not configure, it needs at least verlihub 1.0 2007-04-10 news/inn-stable: Fails to patch 2007-04-10 palm/malsync: Does not build with new pilot-link 2007-04-10 russian/elm.language: Leaves behind files on deinstall 2007-04-10 russian/pine.language: Leaves behind config file on deinstall 2007-04-01 science/py-scipy03: Replaced by py-scipy 2007-04-10 security/php4-cryptopp: Does not compile
* -Update to 0.126.Jeremy Messenger2007-04-013-9/+7
| | | | -Remove a FreeBSD 4.x check.
* - update to 0.13Alexander Botero-Lowry2007-03-312-4/+4
| | | | | PR: 110957 Submitted by: Philip Jenvey <pjenvey@groovie.org>
* Reset jooji@nickelkid.com due to maintainer-timeouts and no responseMark Linimon2007-03-231-1/+1
| | | | | | to email. Hat: portmgr
* - Update to 1.11.6Rong-En Fan2007-03-182-6/+5
| | | | | | | - Reorder master sites PR: ports/110458 Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer)
* - Update to 0.2.5Martin Wilke2007-03-136-8/+32
| | | | | PR: 110167 Submitted by: Daniel <debonair@nero.netwalk.org> (Maintainer)
* Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre byKirill Ponomarev2007-03-121-1/+2
| | | | | | default. Bump PORTREVISION on all dependent ports.
* Update to 2.02Sergey Skvortsov2007-03-032-11/+5
| | | | Changes: http://search.cpan.org/src/BINGOS/POE-Component-Client-NNTP-2.02/Changes
* Add WITH_TIN_SCREEN knobAndrey A. Chernov2007-03-011-1/+2
| | | | | PR: 109604 Submitted by: leeym
* - Update to 1.11.6 RC1Rong-En Fan2007-02-282-6/+7
| | | | | | | | | - Respect PREFIX - Rearrange master sites order, so we don't try all sf and sunsite mirrors first (the rc version only exists on local mirror). PR: ports/109527 Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer)
* Add p5-POE-Component-Server-NNTP 0.97, a component that provides NNTPRong-En Fan2007-02-245-0/+57
| | | | | | | server functionality. PR: ports/109459 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
* Fix build with gcc41 on amd64Max Khon2007-02-233-0/+69
|
* Update to 0.125.Jeremy Messenger2007-02-232-4/+4
|
* - update to 0.12Alexander Botero-Lowry2007-02-223-9/+9
| | | | Submitted by: Philip Jenvey (maintainer, via irc)
* Update to 0.124.Jeremy Messenger2007-02-132-4/+4
|
* Rename url_handler.sh to tinurl_handler.sh to avoid conflict withAndrey A. Chernov2007-02-132-6/+13
| | | | | | urlview port. PR: 109090
* Change BROKEN into IGNORE: newsx does not build on the cluster ATM sinceThierry Thomas2007-02-121-1/+3
| | | | | INN does not install its default configuration files any more when installed as a package, but the port is OK.
* Schedule these broken ports for removal on 2007-04-10 if they are stillKris Kennaway2007-02-111-0/+2
| | | | broken at that time and no fix has been submitted.
* BROKEN: Configure failsKris Kennaway2007-02-111-0/+2
|
* BROKEN: Does not installKris Kennaway2007-02-111-0/+2
|
* Update to 1.8.3Andrey A. Chernov2007-02-112-14/+17
| | | | | PR: 108995 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
* Update to 0.123.Jeremy Messenger2007-02-072-4/+4
|
* Update to 0.122.Jeremy Messenger2007-02-042-4/+4
|
* - add category gnustepDirk Meyer2007-02-011-1/+1
| | | | | PR: 103931 Approved by: pav
* Update to 5.1.7Andrey Slusar2007-01-314-34/+4
|
* - update to 0.11Alexander Botero-Lowry2007-01-303-4/+10
| | | | | PR: 108532 Submitted by: Philip Jenvey <pjenvey@groovie.org>
* Retire NO_FILTER_SHLIBS now that it no longer serves a purposeKris Kennaway2007-01-302-2/+0
|
* Use libtool port instead of included version to avoid a.out objformat botchKris Kennaway2007-01-302-0/+2
|
* Fix tossing, when `packet' in passwd defined.Andrey Slusar2007-01-292-1/+12
|
* Fix inn and inn-current install.Shaun Amott2007-01-272-3/+2
| | | | Nudged by: pav
* Update to 0.121.Jeremy Messenger2007-01-242-4/+4
|
* - fix a bug to handle duplicate spam.filter in nntpcache.access correctly.Yen-Ming Lee2007-01-172-1/+9
| | | | (patch sent back to authors. fix it first before next release)
* With XPN you can read/write articles on the Usenet with a good MIMENicola Vitale2007-01-156-0/+189
| | | | | | | | | | | | | | | | support (better than some well known newsreaders). XPN can operate with all the most diffuse charset starting from US-ASCII to UTF-8. When you edit an article XPN automatically chooses the best charset, however is always possible to override this choice. There also other useful features like scoring, filtered views, random tag-lines, external editor support, one-key navigation, ROT13, spoiler char ... WWW: http://xpn.altervista.org/ Approved by: alexbl (mentor, implicit)
* Add a new patch/files dir to news/klibido port to enable supportIon-Mihai Tetcu2007-01-132-0/+23
| | | | | | | | | for up to 20 simultaneous server connections instead of the default limit of 10. This will allow users with Giganews accounts to take full advantage of their max connections allowed. PR: ports/107851 Submitted by: Conrad J. Sabatier (maintainer)
* - Update to 0.3.0Martin Wilke2007-01-133-40/+36
| | | | | | PR: 107842 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Approved by: maintainer
* Add LOCALBASE to MAKE_ARGS.Max Khon2007-01-111-2/+1
|
* Fix works `outb-kill' script.Andrey Slusar2007-01-091-0/+18
| | | | Reported by: Yuri Chumakov
* Fix works `outb-kill' script.Andrey Slusar2007-01-091-0/+1
| | | | Reported by: Yuri Chumakov
* Update to 0.120.Jeremy Messenger2007-01-033-4/+5
|
* Update to 5.1.6dsAndrey Slusar2006-12-318-131/+4
|
* Update to 2.01Sergey Skvortsov2006-12-253-6/+11
| | | | | | Changes: http://search.cpan.org/src/BINGOS/POE-Component-Client-NNTP-2.01/Changes PR: ports/107093 Submitted by: chinsan
* - Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,Jun Kuriyama2006-12-221-2/+2
| | | | | | | | depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not correct. To work around this, change dependency line from bin/gpg to bin/gpgv which exists in security/gnupg1 port only. Spotted by: ume
* - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopiedJun Kuriyama2006-12-211-2/+2
| | | | | | to security/gnupg1. Thanks to: dougb, lofi
* LuserNET is an NNTP-based news reader for GNUstep.Dirk Meyer2006-12-186-0/+700
| | | | WWW: http://web.telia.com/~u42308495/alex/LuserNET/LuserNET.html
* Add WITH_NFS_LOCK - it's enable build with nfs safe locks.Andrey Slusar2006-12-171-0/+3
| | | | Reported by: Alexander Gottlieb
* - fix build with gcc41 again, new snapshots are more pedanticDirk Meyer2006-12-141-1/+10
|
* - Unbreak: fix build on 5.X and abovePav Lucistnik2006-12-0214-11/+199
| | | | | PR: ports/106201 Submitted by: Peter Johnson <johnson.peter@gmail.com>
* Update to 1.1.5.20061116Max Khon2006-11-308-40/+298
| | | | | PR: 105052 Submitted by: Alexander Logvinov
* - Skip texi2html step and do not include .html documentationMax Khon2006-11-292-143/+4
| | | | | | - Bump PORTREVISION Pointed out by: kris via pointyhat
* - unbreak on sparc64 [1]Yen-Ming Lee2006-11-252-5/+11
| | | | | | | - stop sending debug mail PR: [1] 105752 Submitted by: shaun@
* BROKEN: Install failsKris Kennaway2006-11-171-0/+2
|
* BROKEN: Fails to patchKris Kennaway2006-11-171-0/+2
|
* Fix areafix and ftntick crashes.Andrey Slusar2006-11-153-0/+35
|
* - update to 0.10Alexander Botero-Lowry2006-11-144-10/+14
| | | | | PR: 105508 Submitted by: Philip Jenvey <pjenvey@groovie.org> (maintainer)
* Update to 6.2RC1. This also fixes unfetchable distfile.Max Khon2006-11-128-188/+205
| | | | | patch-fido.c and patch-msg.c are required for compatibility with pre 1.4 husky. They will be removed once husky ports are updated to 1.4.
* Remove stale mirrorAndrey A. Chernov2006-11-122-12/+9
| | | | | | | | | Actually use ${PREFIX}/etc/mime.types Use misc/mime-support package Fix manpages PR: 105421 Submitted by: rafan (partially)
* Update to 0.119.Jeremy Messenger2006-11-112-4/+4
|
* Fix build in tinderbox(inn is not configured).Andrey Slusar2006-11-081-1/+1
| | | | Reported by: kris(pointyhat)
* Update my email address in all ports that I maintain.Frank J. Laszlo2006-11-071-1/+1
| | | | Approved by: flz (mentor)
* - Fix PLIST for inn-current.Shaun Amott2006-11-061-2/+2
| | | | | | | - Check files exist before stripping, as strip(1) on 4.x fails if the file isn't there. Reported by: pointyhat via kris
* Mark IGNORE on 4.X as it does not build.Jeremy Messenger2006-11-051-0/+4
| | | | Reported by: krismail
* Update to 0.118.Jeremy Messenger2006-11-043-7/+4
|
* Update to 0.117.Joe Marcus Clarke2006-11-033-22/+9
| | | | Submitted by: mezz
* Pass the correct directories to configure when a non-default INN_LAYOUTShaun Amott2006-11-021-1/+2
| | | | option is used.
* Fix database directory ownership / configure options.Shaun Amott2006-11-012-1/+4
|
* - Pass maintainership to submitterMartin Wilke2006-11-011-1/+1
| | | | | | | PR: ports/104750 ports/104749 ports/104748 Submitted by: Conrad J. Sabatier <conrads@cox.net>
* Update to 5.1.5Andrey Slusar2006-10-316-4/+96
|
* Fix Makefile.layout to work with FreeBSD 4.x.Shaun Amott2006-10-311-0/+2
| | | | Noticed by: Dan Langille's magic sanity test script
* Overhaul for the inn ports:Shaun Amott2006-10-3122-1686/+564
| | | | | | | | | - Turn inn-stable and inn-current into slaves, as they are pretty much clones of news/inn. - Update the above ports to recent snapshots. - Allow inn's database and spool directories to be placed outside PREFIX (e.g. under /var). - Add OPTIONS knobs.
* Fix slow download and download corrupted in 0.116. Patch was took from CVS.Jeremy Messenger2006-10-152-0/+17
| | | | | | | Bump the PORTREVISION. Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=361941 Approved by: portmgr (marcus)
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-147-78/+60
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* Reset bouncing maintainer address.Mark Linimon2006-10-091-1/+1
|
* - new option WITH_SEDMAIL / WITH_CNEWS_SENDMAILDirk Meyer2006-10-082-0/+15
| | | | Submitted by: Scott Hazen Mueller
* - fix build for gcc41Dirk Meyer2006-10-081-0/+51
| | | | Obtained from: Andreas Jochens (debian)
* - Update to 0.2.4Martin Wilke2006-10-084-8/+8
| | | | | PR: ports/104145 Submitted by: Daniel <daniel@netwalk.org> (maintainer)
* - fix build with gcc41Dirk Meyer2006-10-082-0/+14
|
* Update to 1.04Sergey Skvortsov2006-10-032-4/+4
| | | | | PR: ports/103629 Submitted by: Gea-Suan Lin <gslin xx gslin.org>
* - avoid NOT_FOR_ARCHS which will mark IGNOREYen-Ming Lee2006-09-281-2/+4
| | | | | | | - mark BROKEN instead - correct typo Noticed by: kris, vd
* - set NOT_FOR_ARCHS=space64Yen-Ming Lee2006-09-281-0/+2
| | | | Noticed by: kris
* Make fetchableTilman Keskinoz2006-09-181-1/+1
|
* Update to 1.03Sergey Skvortsov2006-09-142-7/+6
| | | | | PR: ports/103172 Submitted by: Jin-Shan Tseng <tjs xx cdpa.nsysu.edu.tw>
* - Update to 6.7.3Martin Wilke2006-09-134-29/+11
| | | | | | PR: ports/102303 Submitted by: Dean Hollister <dean(at)odyssey.apana.org.au> Approved by: Maintainer timeout
* Change all my MAINTAINER lines to my new FreeBSD.org address.Alexander Botero-Lowry2006-09-131-1/+1
| | | | Approved by: novel
* - Update to 2.10Tim Bishop2006-09-032-4/+4
|
* NO_CDROM and NO_PACKAGE are not appropriate hereKris Kennaway2006-09-031-2/+0
|
* - patchfile rerolled for minor fix about working directoryYen-Ming Lee2006-09-032-4/+4
| | | | - bump PORTREVISION
* - remove spam from news spool if it's a SPAM (spamphobia patch)Yen-Ming Lee2006-09-032-5/+6
| | | | | - add REVISEDATE in PATCHFILES file name - bump PORTREVISION
* For the inn ports:Shaun Amott2006-08-306-18/+44
| | | | | | | | - Fix build in the case where the host machine has either no DNS, or an incomplete hostname. - Use a generic placeholder in the default config file rather than the build machine's name. - Pet portlint(1) while here.
* - fix for child reapingDirk Meyer2006-08-292-6/+19
| | | | Submitted by: Scott Hazen Mueller
* This a fairly simple Python module, it provides only raw yEncRoman Bogorodskiy2006-08-255-0/+30
| | | | | | | encoding/decoding with built-in crc32 calculation. PR: ports/102497 Submitted by: Alexander Botero-Lowry <alex at foxybanana.com>
* Amend hostname check to succeed if /bin/hostname fails.Shaun Amott2006-08-241-4/+5
| | | | Another work-around for those pesky amd64 machines.
* Release maintainership on behalf of Bjorn LindstromBill Fenner2006-08-231-1/+1
| | | | Requested-by: MAINTAINER
* - Add mastersite.Jean Milanez Melo2006-08-221-1/+2
| | | | | PR: ports/102276 Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
* - Fix a few incorrect file permissions after install.Shaun Amott2006-08-032-2/+20
| | | | | | - Check for invalid hostname and set IGNORE, since we know the build will fail in this case. - Ensure pkg-install is called with correct environment.
* - Update to 0.2.3Martin Wilke2006-07-226-8/+14
| | | | | | PR: ports/100694 Submitted by: Daniel <daniel(at)netwalk.org> Approved by: krion (mentor)
* Clean up sig_stop values. In most cases this means removing a leading -,Doug Barton2006-07-201-1/+1
| | | | | since rc.subr adds that already. In 3 cases it meant removing a wrongly specified TERM, since that is the default.
* - fix build for FreeBSD 4.xDirk Meyer2006-07-152-0/+4
|
* NNML::Server server implements a minimal NNTP server. It is (hope-)Erwin Lansing2006-07-145-0/+62
| | | | | | | | | | | fully conformant to rfc977. In addition the commands XOVER and AUTHINFO are implemented. Author: Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de> WWW: http://search.cpan.org/dist/NNML/ PR: ports/100277 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* - Update to 0.2.2Pav Lucistnik2006-07-138-126/+200
| | | | | PR: ports/100193 Submitted by: Daniel <daniel@netwalk.org> (maintainer)
* - inn does not `make history' any more => do not perform historyThierry Thomas2006-07-052-10/+16
| | | | | | | | database lookup when package building; - change my address; - pet portlint.
* - disable regression test on pointyhatDirk Meyer2006-07-021-2/+0
| | | | | | | the test sends 2 mails, pointyhat consider this fatal: Fatal error: filesystem was touched prior to 'make install' phase http://pointyhat.freebsd.org/errorlogs/i386-5-latest/cnews-cr.g_9.log
* - Update to 0.08Yen-Ming Lee2006-06-282-6/+6
| | | | | | PR: 99569 Submitted by: clsung Approved by: leeym
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.Cheng-Lung Sung2006-06-251-1/+0
| | | | | | | - this commit modified ports maintained by ports@ PR: ports/98755 Submitted by: rafan (the fresh committer)
* - Update to 2.9Tim Bishop2006-06-252-4/+4
|
* - drop support for FreeBSD 2.xDirk Meyer2006-06-241-10/+5
| | | | | | | Submitted by: linimon - perfomace gain by dropping gawk workaround - activate regression-test
* - drop support for FreeBSD 2.xDirk Meyer2006-06-242-4/+0
| | | | Submitted by: linimon
* - Add mastersite.Jean Milanez Melo2006-06-202-5/+6
| | | | | | | | - Convert to a versioned DISTFILE. PR: ports/98934 Submitted by: Tim Welch <ports@thepentagon.org> (maintainer) Approved by: mnag (mentor)
* Switch to my @FreeBSD.org address.Shaun Amott2006-06-203-3/+3
| | | | Approved by: ahze (mentor)
* - Add one more mastersite.Jean Milanez Melo2006-06-121-1/+2
| | | | | | PR: ports/98840 Submitted by: maintainer Approved by: mnag (mentor)
* - Unbreak port, fix mastersite.Jean Milanez Melo2006-06-121-3/+1
| | | | | | PR: ports/98840 Submitted by: Tim Welch <ports@thepentagon.org> (maintainer) Approved by: mnag (mentor)
* Update MASTER_SITESMartin Wilke2006-06-121-2/+2
| | | | | | PR: ports/97838 Submitted by: miwi Approved by: krion (mentor), maintainer timeout
* Change USE_PERL to USE_PERL5 which actually exists. Do not bumpErwin Lansing2006-06-121-1/+1
| | | | | PORTREVISION as perl already was an implicit dependency and the final package does not change.
* - Marked as broken as the vendor's website is no longer available. I willAaron Dalton2006-06-121-0/+2
| | | | | | continue to monitor it. Approved by: tobez (implicit)
* Fix plist: it's now possible to install inn from package.Thierry Thomas2006-06-103-20/+42
| | | | | PR: ports/98469 Submitted by: Shaun Amott <shaun (at) inerd.com> (maintainer)
* Remove expired leaf ports:Vasil Dimov2006-06-056-60/+0
| | | | | | | | | 2006-06-01 devel/gnu-libtool 2006-06-01 japanese/linux-ttfonts 2006-06-01 net/gnomemeeting 2006-06-01 news/knzb 2006-06-01 x11/linux-gnomelibs 2006-06-01 x11-fonts/linux-urw-fonts
* Add nzbperl 0.6.8, a perl script for downloading nzb files.Aaron Dalton2006-06-035-0/+70
| | | | | | PR: ports/97643 Submitted by: Tim Welch <ports@thepentagon.org> Approved by: tobez (implicit)
* Add an additional mirror.Emanuel Haupt2006-06-011-1/+3
|
* - update to 0.2.0Cheng-Lung Sung2006-05-303-8/+9
| | | | | PR: 98148 Submitted by: maintainer (Neal Nelson)
* - take maintainershipCheng-Lung Sung2006-05-301-1/+1
| | | | | PR: 98120 Submitted by: maintainer (Nils Vogels)
* x11-toolkits/gtk-- -> x11-toolkits/gtkmm12Jeremy Messenger2006-05-291-1/+1
| | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus
* Don't remove database data files during the next upgrade.Thierry Thomas2006-05-293-8/+32
| | | | | PR: ports/98038 Submitted by: Shaun Amott <shaun (at) inerd.com> (maintainer)
* - Rename portsPav Lucistnik2006-05-281-1/+1
| | | | | textproc/gtkspell2 -> textproc/gtkspell textproc/gtkspell2-reference -> textproc/gtkspell-reference
* - Rename port news/pan2 -> news/panPav Lucistnik2006-05-288-2/+2
|
* - Use vendor's MASTER_SITES and add back WWWPav Lucistnik2006-05-272-1/+4
| | | | Submitted by: lawrance
* Upgrade to 1.8.2Andrey A. Chernov2006-05-273-48/+12
|
* - Switch to submitter's MASTER_SITESPav Lucistnik2006-05-272-4/+2
| | | | | | | - Remove WWW PR: ports/97839 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* - fix a bug in patch to enable xover_nocem for the cache on diskYen-Ming Lee2006-05-252-6/+4
| | | | - bump PORTREVISION
* - Fix master sitesMarcus Alves Grando2006-05-251-1/+2
| | | | | PR: 97836 Submitted by: Martin Wilke <freebsd___unixfreunde.de>
* - suppress debug message for nocem filterYen-Ming Lee2006-05-251-0/+2
|
* Update 2.2Erwin Lansing2006-05-193-13/+12
| | | | | | PR: 96618 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: maintainer timeout (14 days, obrien)
* Fix plistVolker Stolz2006-05-161-0/+1
| | | | Submitted by: cluster
* Add USE_GETTEXT to appease portlint.Jeremy Messenger2006-05-161-0/+1
|
* - Pass maintainership to submitter.Ion-Mihai Tetcu2006-05-141-1/+1
| | | | | | | | - Keep pkg-plist and use DOCSDIR macro. PR: ports/96289 Submitted by: Shaun Amott <shaun@inerd.com> Approved by: lawrance (mentor)
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-1226-32/+0
|
* Update to 2.5Volker Stolz2006-05-093-13/+17
| | | | | PR: ports/95900 Submitted by: maintainer
* - Update to 2.4.3Pav Lucistnik2006-05-087-38/+76
| | | | | | | | - Provide rc_subr startup script - Take maintainership PR: ports/96872 Submitted by: Shaun Amott <shaun@inerd.com>
* Update to 1.01Sergey Skvortsov2006-05-052-5/+11
| | | | | PR: ports/96497 Submitted by: leeym
* - Hand maintainership to submitterErwin Lansing2006-05-052-18/+17
| | | | | | | - Pet portlint PR: 96813 Submitted by: Shaun Amott <shaun@inerd.com>
* - Drop maintainershipClement Laforet2006-05-013-3/+3
|
* Switch the pcre dependency to pcre-utf8 to fix conflict problems inJoe Marcus Clarke2006-05-011-1/+1
| | | | | | gnome2-fifth-toe. Reported by: Sean McNeil <sean@mcneil.com>
* The author of this program seems to have gone awol. His domain has expired,Volker Stolz2006-04-261-1/+4
| | | | | | | | and this port is no longer fetchable. Initiate de-orbit burn with one month grace. PR: ports/96323 Submitted by: maintainer
* Pet portlint(1).Andrey Slusar2006-04-171-4/+2
|
* Reset mph due to no response to email about status, and maintainer-timeouts.Mark Linimon2006-04-151-1/+1
| | | | Hat: portmgr
* Reset petef due to no response to email. We hope to see him back sometime.Mark Linimon2006-04-153-3/+3
| | | | Hat: portmgr
* - Update to 1.11.5Volker Stolz2006-04-094-17/+17
| | | | | | | - minor pkg-* polishing to please portlint PR: ports/95543 Submitted by: maintainer
* - disable mkinfo and fix plistDirk Meyer2006-04-021-1/+3
|
* - new option WITHOUT_IFCICODirk Meyer2006-03-262-7/+2
| | | | | - hack araound regression with makeinfo 4.8 - make portlint happierAA
* - Update to 0.1.8.1Pav Lucistnik2006-03-266-22/+22
| | | | | PR: ports/94924 Submitted by: Daniel <daniel@netwalk.org> (maintainer)