1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
Marcus Alves Grando
990efb86f4 - Forget this one in last commit. 2009-10-11 02:27:05 +00:00
Marcus Alves Grando
ff72fe2fed - Update to 1.4.1
- Mark repcached patch as broken for a while.
2009-10-11 02:25:34 +00:00
Dmitry Marakasov
048988d9ba - Fix some more SF URLs, including ones in PATCH_SITES and comments (for consistency)
Approved by:	portmgr (pav)
2009-08-27 18:31:08 +00:00
Sergey Skvortsov
b0b4c66baf Fix "patch" target: replace files/patch-configure with inline patch,
because "patch-configure" conflicts with repcached-2.2-1.2.8.patch
2009-07-14 17:23:30 +00:00
Sergey Skvortsov
b98c7a2d22 Update REPCACHED patch: to 1.2.8
PR:		ports/136103
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet xx sunpoet.net>
Approved by:	maintainer timeout
2009-07-14 15:45:51 +00:00
Marcus Alves Grando
55a477d62b - Update to 1.2.8 2009-04-25 18:40:51 +00:00
Marcus Alves Grando
4b61ee2844 - Fix thread support [1]
- Fix repcached on amd64 updating to repcached 2.2 [2]
- Bump PORTREVISION

PR:		129631 [1], 129767 [2]
Submitted by:	Artemiev Igor <ai___kliksys.ru> [1],
		Maxim Dounin <mdounin___mdounin.ru> [2]
2009-01-27 10:23:43 +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
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
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
Marcus Alves Grando
c9e35e557f - Update to 1.2.5
- Add option to compile with repcached patch

PR:		122681
Submitted by:	Tomoyuki Sakurai <cherry___trombik.org>
2008-04-13 03:00:55 +00:00
Marcus Alves Grando
d259acf7f1 - Update to 1.2.4
- Update dependency of libevent
2008-01-02 23:42:38 +00:00
Marcus Alves Grando
b70fcd10eb - Update to 1.2.3
PR:		115895
Submitted by:	delphij
2007-09-21 20:20:57 +00:00
Marcus Alves Grando
139b1bbed7 - Update to 1.2.2
Notified by:	Paul Lindner <lindner___inuus.com>
2007-05-25 17:39:36 +00:00
Marcus Alves Grando
83283fa6fe - Update to 1.2.1
- Change rc.d script to allow to run with negative priority. [1]

PR:		108465 [1]
Submitted by:	Anton Yuzhaninov <citrin___rambler-co.ru> [1]
2007-04-06 18:27:29 +00:00
Marcus Alves Grando
5fc2eec8bb - Remove patch-memcached.c to increase performance. Ref: ports/94997
- Bump PORTREVISION
- Take MAINTAINER

PR:	106669
2006-12-13 16:26:54 +00:00
Mark Linimon
73021e6e14 Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.
Hat:		portmgr
2006-12-13 16:14:17 +00:00
Marcus Alves Grando
c86deb6ba6 - Bump PORT_REVISION and change LIB_DEPEND to reflect update in devel/libevent [1]
- Fix PLIST [2]

Pointy hat to:	skv [2]
Notified by:	Jonathan Weiss <jw___innerewut.de> [1]
2006-12-05 13:12:26 +00:00
Sergey Skvortsov
86010984da Update to 1.2.0
Changes:	http://code.sixapart.com/svn/memcached/tags/1.2.0/ChangeLog
PR:		ports/103523
Submitted by:	skv
Approved by:	maintainer timeout (68 days)
2006-11-30 13:32:15 +00:00
Marcus Alves Grando
77cf256612 - Fix LIB_DEPENDS
Pointy hat to:	seanc
2006-07-05 13:49:49 +00:00
Sean Chittenden
bafa34008a Apply performance patch to memcached to reduce latency when a response is
being sent over two packets.

http://citrin.ru/stuff/memcached/read.png
http://citrin.ru/stuff/memcached/write.png

Also fix a libevent versioning type-o, I'm not aware of 1.2.1 having been
released.  :)  Bump port version.

PR:		ports/94997
Submitted by:	Anton Yuzhaninov <citrin@rambler-co.ru>
2006-07-03 20:10:58 +00:00
Yen-Ming Lee
f16517a483 - update dependencies for libevent-1.2 2006-06-30 02:53:12 +00:00
Sean Chittenden
b271422bf1 Clean up memcached startup script: no functional changes.
PR:		ports/93645
Submitted by:	mnag@
2006-02-21 19:37:31 +00:00
Marcus Alves Grando
3f0525c2b7 - Fix REQUIRED in rc script
- Add option to change startup user in rc script
- Reorganize Makefile and rc script
- Remove pkg-plist and add PLIST_FILES and PORTDOCS
- Bump PORTREVISION

PR:             91931
Submitted by:   mnag
Approved by:    seanc (maintainer timeout 15 days)
2006-02-02 14:30:46 +00:00
Marcus Alves Grando
c83d5a0e86 Mark right dependency (LIB_DEPENDS instead BUILD_DEPENDS)
Bump PORTREVISION
Add secondary master site
Use USE_RC_SUBR=memcached.sh
Add SHA256

PR:		89493
Approved by:	seanc (maintainer timeout, 14 days)
2005-12-09 12:48:40 +00:00
Sergey Matveychuk
6e8a5cf1d4 - Update to 1.1.12
- rcNGfy

Submitted by:	glebius
Approved by:	maintainer timeout (1 month)
2005-07-11 09:01:50 +00:00
Jean-Yves Lefort
f95bf0e733 Chase the libevent update.
Reported by:	pointyhat
2005-07-01 22:47:21 +00:00
Sean Chittenden
417fea8c02 Update to 1.1.11. Also cleanse evilness and purge dependency on autof*
PR:		ports/70661
Submitted by:	Alex Kapranoff <kappa@rambler-co.ru>
2004-08-31 19:30:29 +00:00
Ade Lovett
595addc9c5 Ding-dong, this is your friendly happy face talking. Please to be
reading the 20040314 entry in /usr/ports/CHANGES regarding importing
of ports into the tree that require the use of GNU autotools.

Thanks awfully
2004-04-03 08:27:07 +00:00
Kris Kennaway
709007f64c Update to memcached 1.1.10 from the duplicate net/memcached port. 2004-03-28 04:54:31 +00:00
Kris Kennaway
a47c8bab8d Revert 1.6 and 1.5, which were committed prematurely 2004-03-28 04:39:21 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Ade Lovett
91e0c8f1a7 Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents.  In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.

First in a series of major autotools cleanups.
2004-03-12 02:48:25 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Sean Chittenden
404af3e9bb Upgrade memcached to 1.1.8
Noticed by: fenner's distfile survey
2003-08-21 18:20:44 +00:00
Sean Chittenden
cad19f0fb2 Make portlint(1) happy, no actual changes. 2003-07-22 06:28:25 +00:00
Sean Chittenden
97f08e64a9 Add memcached: a high-performance, distributed memory object caching
system, generic in nature, but intended for use in speeding up dynamic
web applications by alleviating database load.
2003-07-22 06:16:06 +00:00