1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
Commit Graph

6511 Commits

Author SHA1 Message Date
Akinori MUSHA
4bd89b5599 Fix permissions of example files so that make test works after
installation.

COPYTREE_* macros install files with cpio -dumpl (l -- hardlink) and
then do chmod & chown against the newly installed files, so when
WRKSRC and PREFIX are under the same filesystem, permissions of the
original files under the working directory are also affected.  That
was how installing files with wrong permissions caused make test under
the working directory to fail.
2008-09-03 09:06:58 +00:00
Anton Berezin
9fbd84e6bf Update to 0.12.
Changes: http://search.cpan.org/dist/Cache-Memcached-Fast/Changes
2008-09-03 08:53:02 +00:00
Mark Linimon
1c14a848fe Reset r@robakdesign.com due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-03 03:37:20 +00:00
Mark Linimon
54deec61c9 Reset jabra@ccs.neu.edu due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-03 03:12:33 +00:00
Jeremy Chadwick
cc7dbe598c - Update to rrdtool 1.2.28
- Add a small patch that gets rid of the "ordering CD from..." sleeps,
  speeding up initial configure time

Update requested by:	Terry Kennedy <terry@tmk.com>
2008-09-03 03:01:48 +00:00
Mark Linimon
2054ab8f86 Reset espen@tagestad.no due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-03 02:30:34 +00:00
Akinori MUSHA
0f74e1f3b7 Add mysql-q4m, a message queue that works as a pluggable storage
engine of MySQL.
2008-09-02 11:32:01 +00:00
Jeremy Chadwick
bc8a5d06bd Addition of databases/rrdtool12, for those of us who prefer to
use the previous release of RRDTool.

Also incorporate the CONFIGURE_TARGET changes (PR ports/126524).
2008-09-02 11:11:14 +00:00
Felippe de Meirelles Motta
bb8cc298ae SQL Buddy - Web based MySQL administration
PR:		ports/126646
Submitted by:	ChenGuang LI <horus.li@gmail.com>
2008-09-02 01:19:17 +00:00
Palle Girgensohn
2181e5d2d4 Fix missed commit when updating ICU patch to chase update of autoconf 2.61 -> 2.62 2008-09-01 11:59:12 +00:00
Martin Wilke
d4a8317da5 phpMinAdmin is a MySQL management tool written in PHP.
Currently it can create database, create/drop/alter
tables, create/drop/alter stored procedures, functions
and triggers, delete/edit/add fields, execute any SQL
statement, and manage keys on fields. The main difference
between phpMinAdmin and phpMyAdmin is that phpMinAdmin
is light-weight.

WWW: http://phpminadmin.sourceforge.net

PR:		ports/126915
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-08-30 21:25:28 +00:00
Martin Wilke
cf9b482030 - Update to 2.11.9
PR:		126933
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2008-08-29 15:04:24 +00:00
Palle Girgensohn
c3b2ebe873 Update ICU patch to chase update of autoconf 2.61 -> 2.62
PR:		ports/126773
Submitted by:	Robert Schulze
2008-08-28 15:15:28 +00:00
Philip M. Gollucci
e01bf82b54 - Update to 1.3.4
- SHLIB bump, no dependant ports

Approved by:    gabor (mentor)
2008-08-28 04:07:57 +00:00
Alex Dupre
e76c1a14ce Update to 5.0.67 release. 2008-08-27 15:56:50 +00:00
Alex Dupre
4cac6ce803 Update to 6.0.6 alpha release. 2008-08-27 13:35:53 +00:00
Edwin Groothuis
8b97cd0df3 [MAINTAINER-UPDATE] databases/mantis upgrade to latest version
PR:		ports/126871
Submitted by:	Dan Langille <dan@langille.org>
2008-08-27 03:32:32 +00:00
Marcus Alves Grando
9ab35a0cac - Update repcached to 2.1 and remove BROKEN
PR:		126854
Submitted by:	Philip M. Gollucci <pgollucci___freebsd.org>
2008-08-26 13:09:17 +00:00
Martin Matuska
6e7d83be4c - Update to 5.05 2008-08-26 08:03:12 +00:00
Martin Matuska
3f85156806 - Update to 4.99.0 2008-08-26 08:01:36 +00:00
Rong-En Fan
e2be85e5ce - Update to 1.3.1
PR:		ports/126661
Submitted by:	Xavier Beaudouin <kiwi at oav.net>
Approved by:	Razor <bg1tpt at gmail.com> (maintainer)
2008-08-25 10:19:00 +00:00
Philip M. Gollucci
ecb6fa5285 - Update to 1.3.2
Submitted by:   (largely) vanilla (via e-mail)
Approved by:    gabor (mentor)
2008-08-22 18:42:47 +00:00
Pav Lucistnik
ddd8e28e32 - Limit to jdk 1.4 and 1.5, does not compile with 1.6
PR:		ports/126687
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2008-08-22 14:33:12 +00:00
Lars Thegler
82fb3f4540 Update to 0.09.001 (distversion 0.09001) 2008-08-21 07:03:41 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
2008-08-21 06:18:49 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Marcus Alves Grando
907d5d1a39 - Update libevent dependency and bump PORTREVISION 2008-08-19 16:40:17 +00:00
Marcus Alves Grando
305a8cb296 - Update to 1.2.6
- Mark repcached as BROKEN
- Install memcached-tool [1]

PR:		125415 [1]
Submitted by:	Gea-Suan Lin <gslin___gslin.org> [1]
2008-08-19 16:39:49 +00:00
Mark Linimon
c7f0c2702a Reset hansjoerg.pehofer@uibk.ac.at at his request.
Hat:		portmgr
2008-08-19 10:10:51 +00:00
Mark Linimon
238940659f Return laszlof's ports to the pool due to lack of time.
Hat:		portmgr
2008-08-19 09:18:37 +00:00
Nicola Vitale
7d47557605 - Update to 0.6.1
- Add pkg-plist
- Add post-install stage to install examples
2008-08-19 08:42:23 +00:00
Martin Wilke
e5d37aa7b7 - Update to 1.0.5
PR:		126591
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2008-08-18 21:51:07 +00:00
Palle Girgensohn
6bb3356769 Reassign this port to alex-goncharov@comcast.net. 2008-08-18 07:44:33 +00:00
Martin Wilke
ec2de4406d - Update MASTER_SITES 2008-08-18 07:32:37 +00:00
Martin Wilke
f4feaaf048 - File was rerolled to fix some comments
- Add backup mirror

Reported by:	pavbot
Approved by:	maintainer implicit
2008-08-15 14:46:45 +00:00
Martin Matuska
c8e18c63b1 - Update pgbouncer to 1.2.3
- Add new UID and GID for pgbouncer
- Improve handling of example configuration files
- Add support for the reload rc command
- Other minor enhancements

PR:		ports/126454
Submitted by:	mm
Approved by:	skv (maintainer)
2008-08-11 20:09:15 +00:00
Chin-San Huang
bfac651376 - Update to 2.9.0 2008-08-10 05:18:36 +00:00
Dirk Meyer
915a6a6e38 - update to 4.2.1 2008-08-09 21:36:52 +00:00
Martin Wilke
568f8e877f The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
2008-08-09 16:52:28 +00:00
Martin Wilke
51e321a204 This is an ActiveRecord driver for MySQL using JDBC running under JRuby.
WWW: http://rubyforge.org/projects/jruby-extras/

PR:		ports/126355
Submitted by:	Alexander Logvinov <ports at logvinov,com>
2008-08-08 10:28:41 +00:00
Beech Rintoul
a7bbb003b7 - Add entry for php-adodb-ext 2008-08-08 08:39:52 +00:00
Beech Rintoul
de698969cc - Add pkg-message.in 2008-08-08 06:46:04 +00:00
Beech Rintoul
4370f11cc7 - This ADOdb Extension provides up to 100% speedup by replacing parts of ADOdb
with C code. ADOdb will auto-detect if this extension is installed and use it
automatically. This extension is compatible with ADOdb 3.32 or later, and
PHP 4.3.*, 4.4.*, 5.0.* and 5.1.*.

WWW:   http://adodb.sourceforge.net/

PR:		ports/126062
Submitted by:	JoeHorn <joehorn@gmail.com>
2008-08-08 06:44:28 +00:00
Martin Wilke
b21713f46d This is a MySQL JDBC driver gem for JRuby. Use
require 'jdbc/mysql'

to make the driver accessible to JDBC and ActiveRecord code running in JRuby.

WWW: http://rubyforge.org/projects/jruby-extras/

PR:		ports/126325
Submitted by:	Alexander Logvinov <ports at logvinov,com>
2008-08-07 21:34:53 +00:00
Martin Wilke
a77a5fd167 ActiveRecord-JDBC is a database adapter for Rails' ActiveRecord component
that can be used with JRuby.
It allows use of virtually any JDBC-compliant database with your
JRuby on Rails application.

WWW: http://rubyforge.org/projects/jruby-extras/

PR:		ports/126326
Submitted by:	Alexander Logvinov <ports at logvinov,com>
2008-08-07 21:24:02 +00:00
Martin Wilke
de1d07256f - Update to 1.4.0
PR:		125890
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2008-08-07 08:47:01 +00:00
Yen-Ming Lee
c24fd6fe5b - update to 0.22
- fix bug about pkgconfig (thanks vanilla@)
2008-08-06 16:13:53 +00:00
Martin Wilke
d56984b056 - Update to qt 4.4.1
Note:
	With this update several ports specific problems
	have been fixed. Qt4 headers and libraries have
	been moved to include/qt4 and lib/qt4. bsd.qt.mk
	defines QT_INCDIR and QT_LIBDIR now, which could
	be used in qt4-dependent ports if required.

Thanks to:	Max Brazhnikov Danny Pansters
2008-08-04 23:30:38 +00:00
Joe Marcus Clarke
ab266afbfe Enable keyring support and depend on gnome-keyring.
PR:		126101
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
2008-08-03 06:48:51 +00:00
Martin Wilke
576b49eaf9 - Update to 2.2.3
PR:		126168
Submitted by:	Ports Fury
2008-08-02 22:34:52 +00:00