notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: databases/memcached/Makefile

Number of commits found: 149 (showing only 49 on this page)

«  1 | 2 

Sunday, 14 Aug 2011
00:44 swills search for other commits by this committer
- rc script cleanups

PR:             ports/158985
Submitted by:   swills (me)
Approved by:    maintainer timeout (mnag)
Original commit
Friday, 1 Jul 2011
22:33 swills search for other commits by this committer
- add profiles support to init script

PR:             ports/155533
Submitted by:   swills
Approved by:    maintainer timeout (mnag)
Original commit
Wednesday, 2 Mar 2011
04:08 sahil search for other commits by this committer
Update patch associated with REPCACHED option. Do
not bump PORTREVISION because the default package
is unchanged.

PR:             ports/154782
Submitted by:   Maxim Dounin <mdounin@mdounin.ru>
Approved by:    maintainer timeout
Original commit
Sunday, 5 Dec 2010
13:26 mnag search for other commits by this committer
- Update repcached
- Minor port changes

PR:             152574
Submitted by:   Maxim Dounin <mdounin___mdounin.ru>
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Tuesday, 5 Oct 2010
19:57 ade search for other commits by this committer
Round one migration of ports from automake{19,110} to automake111
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Sunday, 1 Aug 2010
05:27 mnag search for other commits by this committer
- Update to 1.4.5

PR:             148934
Submitted by:   Martin Matuska <mm___FreeBSD.org>
Original commit
Sunday, 25 Jul 2010
15:39 mm search for other commits by this committer
Update libevent to 1.4.14b

PR:             ports/147723
Approved by:    maintainer (timeout)
Original commit
Monday, 19 Apr 2010
13:39 mm search for other commits by this committer
- Add CONFLICTS with databases/memcached12
- Bump PORTREVISION
Original commit
Thursday, 15 Apr 2010
09:03 skv search for other commits by this committer
Unbreak build with repcached - use new patchset "repcached-2.2-1.4.4"

PR:             ports/144960
Submitted by:   Maxim Dounin <mdounin xx mdounin.ru>
Approved by:    maintainer timeout (> 3 weeks)
Original commit
Tuesday, 22 Dec 2009
01:27 delphij search for other commits by this committer
 - Update to 1.4.4.
 - Add an option to build with SASL support.
 - Unbreak on 8.x. [1]

Bugs are mine.

PR:             ports/141857 [1]
Submitted by:   amdmi3 [1]
Ok'ed by:       mnag
Original commit
Sunday, 8 Nov 2009
19:42 erwin search for other commits by this committer
Mark BROKEN on 8.x: does not link.
Original commit
Sunday, 11 Oct 2009
02:25 mnag search for other commits by this committer
- Update to 1.4.1
- Mark repcached patch as broken for a while.
Original commit
Thursday, 27 Aug 2009
18:31 amdmi3 search for other commits by this committer
- Fix some more SF URLs, including ones in PATCH_SITES and comments (for
consistency)

Approved by:    portmgr (pav)
Original commit
Tuesday, 14 Jul 2009
17:23 skv search for other commits by this committer
Fix "patch" target: replace files/patch-configure with inline patch,
because "patch-configure" conflicts with repcached-2.2-1.2.8.patch
Original commit
15:45 skv search for other commits by this committer
Update REPCACHED patch: to 1.2.8

PR:             ports/136103
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet xx sunpoet.net>
Approved by:    maintainer timeout
Original commit
Saturday, 25 Apr 2009
18:40 mnag search for other commits by this committer
- Update to 1.2.8
Original commit
Tuesday, 27 Jan 2009
10:23 mnag search for other commits by this committer
- 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]
Original commit
Tuesday, 26 Aug 2008
13:09 mnag search for other commits by this committer
- Update repcached to 2.1 and remove BROKEN

PR:             126854
Submitted by:   Philip M. Gollucci <pgollucci___freebsd.org>
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
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)
Original commit
Tuesday, 19 Aug 2008
16:39 mnag search for other commits by this committer
- 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]
Original commit
Sunday, 13 Apr 2008
03:00 mnag search for other commits by this committer
- Update to 1.2.5
- Add option to compile with repcached patch

PR:             122681
Submitted by:   Tomoyuki Sakurai <cherry___trombik.org>
Original commit
Wednesday, 2 Jan 2008
23:42 mnag search for other commits by this committer
- Update to 1.2.4
- Update dependency of libevent
Original commit
Friday, 21 Sep 2007
20:20 mnag search for other commits by this committer
- Update to 1.2.3

PR:             115895
Submitted by:   delphij
Original commit
Friday, 25 May 2007
17:39 mnag search for other commits by this committer
- Update to 1.2.2

Notified by:    Paul Lindner <lindner___inuus.com>
Original commit
Friday, 6 Apr 2007
18:27 mnag search for other commits by this committer
- 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]
Original commit
Wednesday, 13 Dec 2006
16:26 mnag search for other commits by this committer
- Remove patch-memcached.c to increase performance. Ref: ports/94997
- Bump PORTREVISION
- Take MAINTAINER

PR:     106669
Original commit
16:14 linimon search for other commits by this committer
Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.

Hat:            portmgr
Original commit
Tuesday, 5 Dec 2006
13:12 mnag search for other commits by this committer
- 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]
Original commit
Thursday, 30 Nov 2006
13:32 skv search for other commits by this committer
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)
Original commit
Wednesday, 5 Jul 2006
13:49 mnag search for other commits by this committer
- Fix LIB_DEPENDS

Pointy hat to:  seanc
Original commit
Monday, 3 Jul 2006
20:10 seanc search for other commits by this committer
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>
Original commit
Friday, 30 Jun 2006
02:53 leeym search for other commits by this committer
- update dependencies for libevent-1.2
Original commit
Thursday, 2 Feb 2006
14:30 mnag search for other commits by this committer
- 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)
Original commit
Friday, 9 Dec 2005
12:48 mnag search for other commits by this committer
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)
Original commit
Monday, 11 Jul 2005
09:01 sem search for other commits by this committer
- Update to 1.1.12
- rcNGfy

Submitted by:   glebius
Approved by:    maintainer timeout (1 month)
Original commit
Friday, 1 Jul 2005
22:47 jylefort search for other commits by this committer
Chase the libevent update.

Reported by:    pointyhat
Original commit
Tuesday, 31 Aug 2004
19:30 seanc search for other commits by this committer
Update to 1.1.11.  Also cleanse evilness and purge dependency on autof*

PR:             ports/70661
Submitted by:   Alex Kapranoff <kappa@rambler-co.ru>
Original commit
Saturday, 3 Apr 2004
08:27 ade search for other commits by this committer
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
Original commit
Sunday, 28 Mar 2004
04:54 kris search for other commits by this committer
Update to memcached 1.1.10 from the duplicate net/memcached port.
Original commit
04:39 kris search for other commits by this committer
Revert 1.6 and 1.5, which were committed prematurely
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
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.
Original commit
Friday, 12 Mar 2004
02:48 ade search for other commits by this committer
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.
Original commit
Friday, 6 Feb 2004
13:12 trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
Original commit
Thursday, 21 Aug 2003
18:20 seanc search for other commits by this committer
Upgrade memcached to 1.1.8

Noticed by: fenner's distfile survey
Original commit
Tuesday, 22 Jul 2003
06:28 seanc search for other commits by this committer
Make portlint(1) happy, no actual changes.
Original commit
06:16 seanc search for other commits by this committer
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.
Original commit

Number of commits found: 149 (showing only 49 on this page)

«  1 | 2