summaryrefslogtreecommitdiff
path: root/palm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove empty filesPav Lucistnik2008-08-251-0/+0
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-213-3/+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)
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* - Update to 0.12Martin Wilke2008-08-199-556/+80
| | | | | PR: 126635 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
* - Connect synce-gvfs to the buildMartin Wilke2008-08-181-0/+1
|
* - Update to 0.1Martin Wilke2008-08-185-63/+28
| | | | | PR: 126029 Submitted by: Alexander Logvinov <ports@logvinov.com>
* Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.Pav Lucistnik2008-08-016-0/+361
| | | | | | | | | | It comes with a command line tool for exploring the device and a GUI for making quick backups. WWW: http://sourceforge.net/projects/barry/ PR: ports/125970 Submitted by: Zhang Liang <meitolake@gmail.com>
* - Update to 0.11Martin Wilke2008-07-2713-19/+775
| | | | | PR: 125981 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
* SynCE is a project for connecting to devices running Windows CE or Pocket PC.Martin Wilke2008-07-274-0/+44
| | | | | | | | | | synce-hal manages device connection process and advertises device info to other programs through HAL interface. WWW: http://synce.sourceforge.net/ PR: ports/125438 Submitted by: Ilya Bakulin <webmaster at kibab.com>
* - Mark as deprecate and set schedule it for removal (no longer supported by ↵Martin Wilke2008-07-274-8/+25
| | | | developers)
* - Update to 0.12Martin Wilke2008-07-276-58/+32
| | | | | | | - Pass maintainership to submitter PR: 125437 Submitted by: Bakulin Ilya <webmaster@kibab.com>
* - Remove palm/synce-dccm (Project was renamed to palm/synce-vdccm)Martin Wilke2008-07-2717-183/+2
| | | | - Fix depenceny in palm/synce-serial
* - Woops add missing patchesMartin Wilke2008-07-272-0/+22
|
* - Update to 0.10.1Martin Wilke2008-07-274-23/+30
| | | | | PR: 124869 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
* - Remove synce-rra (Project was renamed to synce-librra)Martin Wilke2008-07-277-75/+1
|
* - Update to 0.12Martin Wilke2008-07-273-23/+71
| | | | | | | - Pass maintainership to submitter PR: 125426 Submitted by: Bakulin Ilya <webmaster@kibab.com>
* - Update to 0.12Martin Wilke2008-07-274-25/+35
| | | | | | - Pass maintainership to submitter PR: Bakulin Ilya <webmaster@kibab.com>
* - Fix indexMartin Wilke2008-07-261-1/+1
|
* - Update to 0.11Li-Wen Hsu2008-07-267-28/+62
| | | | | | | - Pass maintainership to submitter PR: ports/125979 Submitted by: Alexander Logvinov <ports AT logvinov.com>
* Update to 2.0.16.Joe Marcus Clarke2008-07-057-36/+48
|
* - Pass maintainership to submitterMartin Wilke2008-06-212-2/+2
| | | | | PR: 124813 Submitted by: Alexander Logvinov <ports@logvinov.com>
* - Dependency has been renamed to liborange.Marcelo Araujo2008-06-171-2/+2
| | | | | | | - Bump PORTREVISION. PR: ports/124402 Submitted by: Alexander Logvinov <ports@logvinov.com>
* - Fix pkg-plist.Marcelo Araujo2008-06-072-1/+5
| | | | | | - Reset maintainer. Noticed by: itetcu
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-0611-11/+11
| | | | | | | | | | 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 is needed because dynamite has been renamed to libdynamite.Marcelo Araujo2008-06-051-3/+3
| | | | | | | - Bump PORTREVISION. PR: ports/123941 Submitted by: Alexander Logvinov <ports@logvinov.com)
* - Pass maintainership to submitterThomas Abthorpe2008-05-223-3/+3
| | | | | PR: ports/123886 Submitted by: Alexander Logvinov <ports@logvinov.com>
* update to 1.62Edwin Groothuis2008-04-306-82/+4
|
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-195-16/+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)
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | ${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)
* - Fix fetch; gone from vendor websitePav Lucistnik2008-04-161-2/+1
|
* - Update to 0.44Pietro Cerutti2008-04-165-37/+11
| | | | Approved by: miwi (mentor)
* - Unbreak on sparc64Pietro Cerutti2008-04-1512-14/+150
| | | | | | - Add USE_LDCONFIG variable (the port installed shared libs) Approved by: miwi (mentor)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-252-2/+0
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* Write MASTER_STIES path right this time.Ion-Mihai Tetcu2008-03-251-1/+1
|
* Adjust MASTER_SITES to an other server of mine, since the old one will be goneIon-Mihai Tetcu2008-03-251-1/+1
| | | | shortly.
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-1/+0
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
|
* Mark BROKEN: checksum mismatchErwin Lansing2008-02-281-0/+2
|
* Mark as broken on sparc64: does not compile.Mark Linimon2008-02-012-2/+14
|
* Mark BROKEN on 8.0: does not configureErwin Lansing2008-01-291-0/+4
|
* o Remove BROKEN, it actually does not build due to the lack of aMario Sergio Fujikawa Ferreira2008-01-023-9/+26
| | | | | | | header file include required for __FreeBSD_version >= 700049: patch uppc.c accordingly o Fix uppcsetup: kldxref(8) module directory when it is installed o Bump PORTREVSION due to uppcsetup script change
* Update MASTER_SITESMario Sergio Fujikawa Ferreira2008-01-021-1/+1
|
* Unbreak the port for gcc-4.2 [1]Boris Samorodov2007-11-077-4/+203
| | | | | | | | | | | FYI: differences with the original patch from the PR: . use post-patch stage (instead of post-configure stage) to conditionally apply the needed patches; . gcc patch is splitted into per-file-patches. PR: ports/117279 [1] Submitted by: Alexandre "Sunny" Kovalenko <alex.kovalenko at verizon.net> [1] Approved by: portmgr (erwin)
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-2411-59/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Migration from bison 1.x to 2.xAde Lovett2007-10-173-5/+6
| | | | | PR: 117086 Tested by: -exp runs
* Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=Edwin Groothuis2007-10-071-7/+2
| | | | | | | | hacks to install kernel loadable modules correctly on amd64 platforms with the new INSTALL_KLD command. All PORTREVISIONS have been bumped to show when the new version of installing became available.
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-6/+3
|
* Mark broken on gcc4.2.Mark Linimon2007-10-011-1/+5
|
* Mark as broken with gcc4.2.Mark Linimon2007-10-011-0/+4
|
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | PR: ports/116639 Submitted by: aDe