summaryrefslogtreecommitdiff
path: root/news (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.4.1.Felippe de Meirelles Motta2008-09-042-9/+23
| | | | | | | | | - Add OPTIONS. - Respect NOPORTDOCS/NOPORTEXAMPLES case. PR: ports/126612 Submitted by: Jeff Burchell <toxic@doobie.com> Approved by: Jeff Burchell <toxic@doobie.com> (new maintainer)
* Assign to new volunteer.Mark Linimon2008-09-031-1/+1
|
* - Update to 0.4.3Martin Wilke2008-08-303-4/+5
| | | | | PR: 126976 Submitted by: Daniel Bretoi <daniel@netwalk.org> (maintainer)
* Fix with autoconf-2.62. After running autotools at the top level, theAde Lovett2008-08-261-0/+12
| | | | | | | code then goes on to run autoconf/autoheader *again* via its own mechanisms, with predictable results. Quite how this port *ever* built is beyond me, but hey, this fixes it.
* 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-111-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-272-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-074-194/+365
| | | | | PR: 125347 Submitted by: Daniel Bretoi <daniel@netwalk.org> (maintainer)
* - respect DOCSDIR and NOPORTDOCSMichael Landin2008-06-221-2/+2
| | | | Reminded by: QA Tindy (itetcu)
* Update to 2.11Tim Bishop2008-06-152-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-05-312-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-306-230/+234
|
* - Update to 1.00Martin Wilke2008-05-172-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-195-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-171-0/+1
|
* - Update to 0.3.0Martin Wilke2008-04-177-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-162-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-271-2/+1
|
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-252-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-171-1/+1
|
* - Update to 1.0.0Nicola Vitale2008-02-133-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-01-311-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-142-6/+6
| | | | | | | - Reset maintainership PR: 118175 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)