From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 00:03:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97E0BFBF; Sun, 15 Dec 2013 00:03:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 817E61860; Sun, 15 Dec 2013 00:03:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBF030YK027342; Sun, 15 Dec 2013 00:03:00 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBF030L1027337; Sun, 15 Dec 2013 00:03:00 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312150003.rBF030L1027337@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 15 Dec 2013 00:03:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336501 - head/x11/vdesk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 00:03:00 -0000 Author: bapt Date: Sun Dec 15 00:02:59 2013 New Revision: 336501 URL: http://svnweb.freebsd.org/changeset/ports/336501 Log: Support stage Modified: head/x11/vdesk/Makefile Modified: head/x11/vdesk/Makefile ============================================================================== --- head/x11/vdesk/Makefile Sat Dec 14 23:30:36 2013 (r336500) +++ head/x11/vdesk/Makefile Sun Dec 15 00:02:59 2013 (r336501) @@ -10,27 +10,20 @@ MASTER_SITES= http://offog.org/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Command-line utility for setting up and using virtual desktops -DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README +OPTIONS_DEFINE= DOCS + +PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README PLIST_DIRS= share/doc/vdesk PLIST_FILES= bin/vdesk -NO_STAGE= yes -.include -.if ${PORT_OPTIONS:MDOCS} -.for ii in ${DOCS} -PLIST_FILES+= share/doc/vdesk/${ii} -.endfor -.endif USE_AUTOTOOLS= autoconf USE_XORG= x11 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/vdesk ${PREFIX}/bin -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} -.for ii in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/vdesk ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${DOCSDIR} +.for ii in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${ii} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 00:50:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 840413D7; Sun, 15 Dec 2013 00:50:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6EA551A6D; Sun, 15 Dec 2013 00:50:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBF0ofim043582; Sun, 15 Dec 2013 00:50:41 GMT (envelope-from db@svn.freebsd.org) Received: (from db@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBF0obVx043425; Sun, 15 Dec 2013 00:50:37 GMT (envelope-from db@svn.freebsd.org) Message-Id: <201312150050.rBF0obVx043425@svn.freebsd.org> From: Diane Bruce Date: Sun, 15 Dec 2013 00:50:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336502 - in head/comms/soundmodem: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 00:50:41 -0000 Author: db Date: Sun Dec 15 00:50:37 2013 New Revision: 336502 URL: http://svnweb.freebsd.org/changeset/ports/336502 Log: - Fix build on 10 - Add STAGEDIR - Add LICENSE Added: head/comms/soundmodem/files/patch-configapp_src_Makefile.in (contents, props changed) head/comms/soundmodem/files/patch-configapp_src_diag.c (contents, props changed) head/comms/soundmodem/files/patch-fsk_gendf9icfilt.cc (contents, props changed) head/comms/soundmodem/files/patch-matlib_mat.hh (contents, props changed) head/comms/soundmodem/files/patch-newqpsk_complex.h (contents, props changed) head/comms/soundmodem/files/patch-newqpsk_fec.h (contents, props changed) head/comms/soundmodem/files/patch-newqpsk_filter-i386.h (contents, props changed) head/comms/soundmodem/files/patch-newqpsk_filter.h (contents, props changed) head/comms/soundmodem/files/patch-newqpsk_misc.h (contents, props changed) head/comms/soundmodem/files/patch-p3dmodem_genp3dtbl.c (contents, props changed) head/comms/soundmodem/files/patch-pammodem_genpamtbl.c (contents, props changed) head/comms/soundmodem/files/patch-pskmodem_genpsktbl.c (contents, props changed) head/comms/soundmodem/files/patch-pskmodem_pskmodem.c (contents, props changed) head/comms/soundmodem/files/patch-soundcard_modem.h (contents, props changed) head/comms/soundmodem/files/patch-soundcard_simd.h (contents, props changed) head/comms/soundmodem/files/patch-soundcard_winlog.c (contents, props changed) Modified: head/comms/soundmodem/Makefile head/comms/soundmodem/pkg-plist Modified: head/comms/soundmodem/Makefile ============================================================================== --- head/comms/soundmodem/Makefile Sun Dec 15 00:02:59 2013 (r336501) +++ head/comms/soundmodem/Makefile Sun Dec 15 00:50:37 2013 (r336502) @@ -10,16 +10,16 @@ MASTER_SITES= http://www.baycom.org/~tom MAINTAINER= db@FreeBSD.org COMMENT= Amateur Radio sound modem +LICENSE= GPLv1 + LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile CONFIGURE_ARGS= --disable-alsatest WRKSRC= ${WRKDIR}/${DISTNAME} -USES= gmake pkgconfig +USES= gmake pkgconfig gettext HAS_CONFIGURE= yes USE_GNOME= gtk20 libxml2 -MAN8= soundmodem.8 soundmodemconfig.8 -NO_STAGE= yes pre-patch: @${CP} ${FILESDIR}/soundmodem ${WRKSRC} @@ -31,6 +31,6 @@ post-patch: ${WRKSRC}/configapp/src/main.c \ ${WRKSRC}/soundmodem post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/soundmodem ${PREFIX}/etc/rc.d + ${INSTALL_SCRIPT} ${WRKSRC}/soundmodem ${STAGEDIR}${PREFIX}/etc/rc.d .include Added: head/comms/soundmodem/files/patch-configapp_src_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-configapp_src_Makefile.in Sun Dec 15 00:50:37 2013 (r336502) @@ -0,0 +1,20 @@ +--- configapp/src/Makefile.in.orig 2012-11-07 05:55:36.000000000 -0500 ++++ configapp/src/Makefile.in 2013-12-14 12:09:14.352210905 -0500 +@@ -87,7 +87,7 @@ + COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + CCLD = $(CC) +-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ ++LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(INTLLIBS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ + SOURCES = $(soundmodemconfig_SOURCES) + DIST_SOURCES = $(soundmodemconfig_SOURCES) + am__can_run_installinfo = \ +@@ -300,7 +300,7 @@ + + soundmodemconfig_LDADD = ../../soundcard/liblog.a ../../soundcard/libaudioio.a ../../soundcard/libpttio.a \ + $(MODEMLIBS) ../../matlib/libmat.a ../../libmisc/libmisc.a ../../soundcard/libcommon.a \ +- @LIBTHREAD@ @GTK_LIBS@ @XML_LIBS@ @AUDIOFILE_LIBS@ @ALSA_LIBS@ $(RCOBJ) ++ @LIBINTL@ @LIBTHREAD@ @GTK_LIBS@ @XML_LIBS@ @AUDIOFILE_LIBS@ @ALSA_LIBS@ $(RCOBJ) + + soundmodemconfig_LDFLAGS = $(MWINDOWS) + EXTRA_DIST = configapp.rc soundmodemconfig.8 Added: head/comms/soundmodem/files/patch-configapp_src_diag.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-configapp_src_diag.c Sun Dec 15 00:50:37 2013 (r336502) @@ -0,0 +1,11 @@ +--- configapp/src/diag.c.orig 2013-12-13 14:39:25.388350545 -0500 ++++ configapp/src/diag.c 2013-12-13 14:40:12.600347047 -0500 +@@ -473,7 +473,7 @@ + cp += sprintf(cp, "%c", diagstate.p3d.packet[i+j]); + } + } +- cp += sprintf(cp, "\n%04x: %02x %02x%44s", 512, diagstate.p3d.packet[512], diagstate.p3d.packet[514], " "); ++ cp += sprintf(cp, "\n%04x: %02x %02x%44s", 512, diagstate.p3d.packet[512], diagstate.p3d.packet[513], " "); + for (i = 512; i < 514; i++) { + if (diagstate.p3d.packet[i] < ' ' || diagstate.p3d.packet[i] >= 0x80) + cp += sprintf(cp, "."); Added: head/comms/soundmodem/files/patch-fsk_gendf9icfilt.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-fsk_gendf9icfilt.cc Sun Dec 15 00:50:37 2013 (r336502) @@ -0,0 +1,21 @@ +--- fsk/gendf9icfilt.cc.orig 2013-12-13 08:19:49.459920041 -0500 ++++ fsk/gendf9icfilt.cc 2013-12-13 08:43:50.641820677 -0500 +@@ -41,6 +41,8 @@ + + #include "getopt.h" + ++#define FFTSZ 2048 ++ + /* --------------------------------------------------------------------- */ + + template complex rxfilter(T freq) +@@ -173,7 +175,8 @@ + printtransferfunc(os, fftsz, over); + else + os << "/* this file is automatically generated, do not edit!! */\n\n"; +- complex fftb[fftsz]; ++// complex fftb[fftsz]; ++ complex fftb[FFTSZ]; + double rpulse[fftsz], tpulse[fftsz]; + double dover = double(over) / fftsz; + double sum; Added: head/comms/soundmodem/files/patch-matlib_mat.hh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-matlib_mat.hh Sun Dec 15 00:50:37 2013 (r336502) @@ -0,0 +1,63 @@ +--- matlib/mat.hh.orig 2013-12-13 08:25:15.148898287 -0500 ++++ matlib/mat.hh 2013-12-13 08:45:23.061999828 -0500 +@@ -91,36 +91,6 @@ + memcpy(c, r, d1 * d3 * sizeof(c[0])); + } + +-template void mdet(const T *c, unsigned int d) +-{ +- T *c2; +- unsigned int i, j, k, l; +- T det = 0, dr; +- +- if (!d) +- return 0; +- if (d == 1) +- return c[0]; +- if (d == 2) +- return c[0] * c[3] - c[1] * c[2]; +- c2 = alloca(sizeof(T)*(d-1)*(d-1)); +- for (i = 0; i < d; i++) { +- for (j = k = 0; j < d; j++) { +- if (j == i) +- continue; +- for (l = 0; l < d-1; l++) +- c2[l*(d-1)+k] = c[(l+1)*d+j]; +- k++; +- } +- dr = mdet(c2, d-1); +- if (i & 1) +- det -= dr * c[i]; +- else +- det += dr * c[i]; +- } +- return det; +-} +- + /* Transpose a matrix (a el C^{d1 x d2}, b el C^{d2 x d1}) */ + template void mtranspose(T *b, const T *a, unsigned int d1, unsigned int d2) + { +@@ -440,23 +410,6 @@ + } + } + +-template void minv(T *ainv, const T *a, unsigned int d) +-{ +- T *u, *y; +- unsigned int *p; +- unsigned int k; +- +- u = alloca(d * d * sizeof(u[0])); +- p = alloca((d-1) * sizeof(p[0])); +- mlufact(u, p, a, d); +- for (k = 0; k < d; k++) { +- y = &ainv[k*d]; +- memset(y, 0, d * sizeof(y[0])); +- y[k] = T(1); +- mlusolve(y, y, u, p, d); +- } +- mtranspose(ainv, ainv, d, d); +-} + + /* + * Gauss-Seidel iterative solver Added: head/comms/soundmodem/files/patch-newqpsk_complex.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-newqpsk_complex.h Sun Dec 15 00:50:37 2013 (r336502) @@ -0,0 +1,65 @@ +--- newqpsk/complex.h.orig 2008-12-14 09:47:34.000000000 -0500 ++++ newqpsk/complex.h 2013-12-14 17:54:58.000000000 -0500 +@@ -13,7 +13,7 @@ + /* + * Complex multiplication. + */ +-extern __inline__ complex cmul(complex x, complex y) ++static __inline__ complex cmul(complex x, complex y) + { + complex z; + +@@ -27,7 +27,7 @@ + * Complex ... yeah, what??? Returns a complex number that has the + * properties: |z| = |x| * |y| and arg(z) = arg(y) - arg(x) + */ +-extern __inline__ complex ccor(complex x, complex y) ++static __inline__ complex ccor(complex x, complex y) + { + complex z; + +@@ -40,7 +40,7 @@ + /* + * Real part of the complex ??? + */ +-extern __inline__ float ccorI(complex x, complex y) ++static __inline__ float ccorI(complex x, complex y) + { + return x.re * y.re + x.im * y.im; + } +@@ -48,7 +48,7 @@ + /* + * Imaginary part of the complex ??? + */ +-extern __inline__ float ccorQ(complex x, complex y) ++static __inline__ float ccorQ(complex x, complex y) + { + return x.re * y.im - x.im * y.re; + } +@@ -56,7 +56,7 @@ + /* + * Modulo (absolute value) of a complex number. + */ +-extern __inline__ float cmod(complex x) ++static __inline__ float cmod(complex x) + { + return sqrt(x.re * x.re + x.im * x.im); + } +@@ -64,7 +64,7 @@ + /* + * Square of the absolute value (power). + */ +-extern __inline__ float cpwr(complex x) ++static __inline__ float cpwr(complex x) + { + return (x.re * x.re + x.im * x.im); + } +@@ -72,7 +72,7 @@ + /* + * Argument of a complex number. + */ +-extern __inline__ float carg(complex x) ++static __inline__ float carg(complex x) + { + return atan2(x.im, x.re); + } Added: head/comms/soundmodem/files/patch-newqpsk_fec.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-newqpsk_fec.h Sun Dec 15 00:50:37 2013 (r336502) @@ -0,0 +1,20 @@ +--- newqpsk/fec.h.orig 2002-08-09 15:01:52.000000000 -0500 ++++ newqpsk/fec.h 2013-12-14 17:37:25.000000000 -0500 +@@ -13,7 +13,7 @@ + + /* --------------------------------------------------------------------- */ + +-extern inline void init_fec(struct fecstate *f) ++static inline void init_fec(struct fecstate *f) + { + switch (f->feclevel) { + case 0: +@@ -33,7 +33,7 @@ + + /* --------------------------------------------------------------------- */ + +-extern inline void init_inlv(struct fecstate *f) ++static inline void init_inlv(struct fecstate *f) + { + int i; + Added: head/comms/soundmodem/files/patch-newqpsk_filter-i386.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-newqpsk_filter-i386.h Sun Dec 15 00:50:37 2013 (r336502) @@ -0,0 +1,11 @@ +--- newqpsk/filter-i386.h.orig 2012-11-07 05:41:08.000000000 -0500 ++++ newqpsk/filter-i386.h 2013-12-14 17:39:18.000000000 -0500 +@@ -1,7 +1,7 @@ + #ifndef _FILTER_I386_H + #define _FILTER_I386_H + #define __HAVE_ARCH_MAC +-extern inline float mac(const float *a, const float *b, unsigned int size) ++static inline float mac(const float *a, const float *b, unsigned int size) + { + float f; + asm volatile ( Added: head/comms/soundmodem/files/patch-newqpsk_filter.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-newqpsk_filter.h Sun Dec 15 00:50:37 2013 (r336502) @@ -0,0 +1,11 @@ +--- newqpsk/filter.h.orig 2002-08-09 15:01:52.000000000 -0500 ++++ newqpsk/filter.h 2013-12-14 17:39:02.000000000 -0500 +@@ -12,7 +12,7 @@ + /* ---------------------------------------------------------------------- */ + + #ifndef __HAVE_ARCH_MAC +-extern inline float mac(const float *a, const float *b, unsigned int size) ++static inline float mac(const float *a, const float *b, unsigned int size) + { + float sum = 0; + unsigned int i; Added: head/comms/soundmodem/files/patch-newqpsk_misc.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-newqpsk_misc.h Sun Dec 15 00:50:37 2013 (r336502) @@ -0,0 +1,80 @@ +--- newqpsk/misc.h.orig 2002-08-09 15:01:52.000000000 -0500 ++++ newqpsk/misc.h 2013-12-14 17:36:50.000000000 -0500 +@@ -10,7 +10,7 @@ + /* + * Hamming weight (number of bits that are ones). + */ +-extern inline unsigned int hweight32(unsigned int w) ++static inline unsigned int hweight32(unsigned int w) + { + w = (w & 0x55555555) + ((w >> 1) & 0x55555555); + w = (w & 0x33333333) + ((w >> 2) & 0x33333333); +@@ -20,7 +20,7 @@ + return w; + } + +-extern inline unsigned int hweight16(unsigned short w) ++static inline unsigned int hweight16(unsigned short w) + { + w = (w & 0x5555) + ((w >> 1) & 0x5555); + w = (w & 0x3333) + ((w >> 2) & 0x3333); +@@ -29,7 +29,7 @@ + return w; + } + +-extern inline unsigned int hweight8(unsigned char w) ++static inline unsigned int hweight8(unsigned char w) + { + w = (w & 0x55) + ((w >> 1) & 0x55); + w = (w & 0x33) + ((w >> 2) & 0x33); +@@ -42,7 +42,7 @@ + /* + * Reverse order of bits. + */ +-extern inline unsigned int rbits32(unsigned int w) ++static inline unsigned int rbits32(unsigned int w) + { + w = ((w >> 1) & 0x55555555) | ((w << 1) & 0xaaaaaaaa); + w = ((w >> 2) & 0x33333333) | ((w << 2) & 0xcccccccc); +@@ -52,7 +52,7 @@ + return w; + } + +-extern inline unsigned short rbits16(unsigned short w) ++static inline unsigned short rbits16(unsigned short w) + { + w = ((w >> 1) & 0x5555) | ((w << 1) & 0xaaaa); + w = ((w >> 2) & 0x3333) | ((w << 2) & 0xcccc); +@@ -61,7 +61,7 @@ + return w; + } + +-extern inline unsigned char rbits8(unsigned char w) ++static inline unsigned char rbits8(unsigned char w) + { + w = ((w >> 1) & 0x55) | ((w << 1) & 0xaa); + w = ((w >> 2) & 0x33) | ((w << 2) & 0xcc); +@@ -71,7 +71,7 @@ + + /* ---------------------------------------------------------------------- */ + +-extern inline float avg(float average, float input, int scale) ++static inline float avg(float average, float input, int scale) + { + int i; + +@@ -82,12 +82,12 @@ + return (average + input); + } + +-extern inline float avg2(float average, float input, float weight) ++static inline float avg2(float average, float input, float weight) + { + return input * weight + average * (1.0 - weight); + } + +-extern inline float phaseavg(float *data, int len) ++static inline float phaseavg(float *data, int len) + { + float sum = 0.0; + float min = M_PI; Added: head/comms/soundmodem/files/patch-p3dmodem_genp3dtbl.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-p3dmodem_genp3dtbl.c Sun Dec 15 00:50:37 2013 (r336502) @@ -0,0 +1,11 @@ +--- p3dmodem/genp3dtbl.c.orig 2002-08-09 15:01:52.000000000 -0500 ++++ p3dmodem/genp3dtbl.c 2013-12-14 17:48:45.000000000 -0500 +@@ -39,6 +39,8 @@ + #include + #include + ++unsigned int log_verblevel; ++ + /* ---------------------------------------------------------------------- */ + + extern inline unsigned int hweight32(unsigned int w) Added: head/comms/soundmodem/files/patch-pammodem_genpamtbl.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-pammodem_genpamtbl.c Sun Dec 15 00:50:37 2013 (r336502) @@ -0,0 +1,11 @@ +--- pammodem/genpamtbl.c.orig 2002-08-09 15:01:52.000000000 -0500 ++++ pammodem/genpamtbl.c 2013-12-14 17:52:08.000000000 -0500 +@@ -38,6 +38,8 @@ + #include + #include + ++unsigned int log_verblevel; ++ + /* ---------------------------------------------------------------------- */ + + /* Added: head/comms/soundmodem/files/patch-pskmodem_genpsktbl.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-pskmodem_genpsktbl.c Sun Dec 15 00:50:37 2013 (r336502) @@ -0,0 +1,11 @@ +--- pskmodem/genpsktbl.c.orig 2013-12-14 14:02:09.000000000 -0500 ++++ pskmodem/genpsktbl.c 2013-12-14 14:02:34.000000000 -0500 +@@ -40,6 +40,8 @@ + #include + #include + ++unsigned int log_verblevel; ++ + /* ---------------------------------------------------------------------- */ + + /* Added: head/comms/soundmodem/files/patch-pskmodem_pskmodem.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-pskmodem_pskmodem.c Sun Dec 15 00:50:37 2013 (r336502) @@ -0,0 +1,11 @@ +--- pskmodem/pskmodem.c.orig 2013-12-13 20:07:01.214995855 -0500 ++++ pskmodem/pskmodem.c 2013-12-13 20:07:04.005995698 -0500 +@@ -262,7 +262,7 @@ + } + } + +-extern inline int calcsync(int *toten, int *corren, cplxshort_t *samples) ++inline int calcsync(int *toten, int *corren, cplxshort_t *samples) + { + const cplxshort_t *tr = traincorrrotated; + unsigned int i; Added: head/comms/soundmodem/files/patch-soundcard_modem.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-soundcard_modem.h Sun Dec 15 00:50:37 2013 (r336502) @@ -0,0 +1,11 @@ +--- soundcard/modem.h.orig 2003-01-02 13:53:04.000000000 -0500 ++++ soundcard/modem.h 2013-12-14 17:32:44.000000000 -0500 +@@ -103,7 +103,7 @@ + extern void logprintf(unsigned int level, const char *fmt, ...); + extern void logerr(unsigned int level, const char *st); + extern unsigned int log_verblevel; +-extern inline int logcheck(unsigned int vl) ++static inline int logcheck(unsigned int vl) + { + return vl <= log_verblevel; + } Added: head/comms/soundmodem/files/patch-soundcard_simd.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-soundcard_simd.h Sun Dec 15 00:50:37 2013 (r336502) @@ -0,0 +1,79 @@ +--- soundcard/simd.h.orig 2002-08-09 15:01:52.000000000 -0500 ++++ soundcard/simd.h 2013-12-14 17:34:29.000000000 -0500 +@@ -54,16 +54,16 @@ + + #if !defined(USEMMX) && !defined(USEVIS) + +-extern inline void initsimd(int enable) ++static inline void initsimd(int enable) + { + } + +-extern inline int checksimd(void) ++static inline int checksimd(void) + { + return 0; + } + +-extern inline int simdfir16(const int16_t *p1, const int16_t *p2, unsigned int nr) ++static inline int simdfir16(const int16_t *p1, const int16_t *p2, unsigned int nr) + { + int s = 0; + +@@ -72,7 +72,7 @@ + return s; + } + +-extern inline void simdpreparefpu(void) ++static inline void simdpreparefpu(void) + { + } + +@@ -80,9 +80,9 @@ + + extern unsigned int simd_enabled; + +-extern void initsimd(int enable); ++void initsimd(int enable); + +-extern inline int checksimd(void) ++static inline int checksimd(void) + { + return simd_enabled; + } +@@ -91,7 +91,7 @@ + + #define MMXCLOBBER "st", "st(1)", "st(2)", "st(3)", "st(4)", "st(5)", "st(6)", "st(7)" + +-extern inline int simdfir16(const int16_t *p1, const int16_t *p2, unsigned int nr) ++static inline int simdfir16(const int16_t *p1, const int16_t *p2, unsigned int nr) + { + unsigned int i, j; + int s = 0; +@@ -114,7 +114,7 @@ + return s; + } + +-extern inline void simdpreparefpu(void) ++static inline void simdpreparefpu(void) + { + if (checksimd()) + asm volatile("emms"); +@@ -122,7 +122,7 @@ + + #elif defined(USEVIS) + +-/*extern inline*/static int simdfir16(const int16_t *p1, const int16_t *p2, unsigned int nr) ++/*extern static inline*/static int simdfir16(const int16_t *p1, const int16_t *p2, unsigned int nr) + { + double dsum1, dsum2, dsum3, dsum4, arg1, arg2, arg3, arg4; + float sum, sum1, sum2; +@@ -157,7 +157,7 @@ + return s; + } + +-extern inline void simdpreparefpu(void) ++static inline void simdpreparefpu(void) + { + } + Added: head/comms/soundmodem/files/patch-soundcard_winlog.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/soundmodem/files/patch-soundcard_winlog.c Sun Dec 15 00:50:37 2013 (r336502) @@ -0,0 +1,11 @@ +--- soundcard/winlog.c.orig 2013-12-13 08:55:02.797125391 -0500 ++++ soundcard/winlog.c 2013-12-13 08:55:35.636772475 -0500 +@@ -44,7 +44,7 @@ + + /* ---------------------------------------------------------------------- */ + +-unsigned int log_verblevel = 0; ++extern unsigned int log_verblevel = 0; + static HANDLE logh = NULL; + + /* ---------------------------------------------------------------------- */ Modified: head/comms/soundmodem/pkg-plist ============================================================================== --- head/comms/soundmodem/pkg-plist Sun Dec 15 00:02:59 2013 (r336501) +++ head/comms/soundmodem/pkg-plist Sun Dec 15 00:50:37 2013 (r336502) @@ -5,6 +5,8 @@ include/modem.h include/simd.h share/locale/fr/LC_MESSAGES/soundmodem.mo share/locale/sv/LC_MESSAGES/soundmodem.mo +man/man8/soundmodem.8.gz +man/man8/soundmodemconfig.8.gz @dirrmtry share/locale/fr/LC_MESSAGES @dirrmtry share/locale/sv/LC_MESSAGES @dirrmtry share/locale/fr From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 00:56:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E5624D5; Sun, 15 Dec 2013 00:56:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C5AC1AC0; Sun, 15 Dec 2013 00:56:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBF0u6MU046146; Sun, 15 Dec 2013 00:56:06 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBF0u522046140; Sun, 15 Dec 2013 00:56:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312150056.rBF0u522046140@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 15 Dec 2013 00:56:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336503 - in head/lang/lua52: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 00:56:06 -0000 Author: bapt Date: Sun Dec 15 00:56:05 2013 New Revision: 336503 URL: http://svnweb.freebsd.org/changeset/ports/336503 Log: Update to 5.2.3 Pass maintainership to lua@ Lots of cleanup in the Makefile Reduce patching Support stage Deleted: head/lang/lua52/files/patch-Makefile Modified: head/lang/lua52/Makefile head/lang/lua52/distinfo head/lang/lua52/pkg-plist Modified: head/lang/lua52/Makefile ============================================================================== --- head/lang/lua52/Makefile Sun Dec 15 00:50:37 2013 (r336502) +++ head/lang/lua52/Makefile Sun Dec 15 00:56:05 2013 (r336503) @@ -2,74 +2,60 @@ # $FreeBSD$ PORTNAME= lua -PORTVERSION= 5.2.2 -PORTREVISION= 1 +PORTVERSION= 5.2.3 CATEGORIES= lang MASTER_SITES= http://www.lua.org/ftp/ -PKGNAMESUFFIX= ${LUA_VER_STR} +PKGNAMESUFFIX= 52 -MAINTAINER= fiziologus@gmail.com +MAINTAINER= lua@FreeBSD.org COMMENT= Small, compilable scripting language providing easy access to C code LICENSE= MIT -#USE_LUA= 5.2 LUA_VER= 5.2 -LUA_VER_SH= 1 -LUA_VER_STR= 52 -LUA_SUBDIR= lua${LUA_VER_STR} -LUA_PREFIX= ${PREFIX} -LUA_BINDIR= ${LUA_PREFIX}/bin/${LUA_SUBDIR} -LUA_INCDIR= ${LUA_PREFIX}/include/${LUA_SUBDIR} -LUA_LIBDIR= ${LUA_PREFIX}/lib/${LUA_SUBDIR} -LUA_MODLIBDIR= ${LUA_PREFIX}/lib/lua/${LUA_VER} -LUA_MODSHAREDIR= ${LUA_PREFIX}/share/lua/${LUA_VER} - -ALL_TARGET= freebsd +USES= pkgconfig readline USE_LDCONFIG= yes -MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}" \ - MYCFLAGS="${CFLAGS}" MYLDFLAGS="${LDFLAGS}" + +# Overriding __MAKE_CONF makes sure that we don't re-parse +# /etc/make.conf during do-build, which would jeopardize the build +# if, for instance, the user set CFLAGS=mumble +# NOTE: /etc/make.conf is read BEFORE Makefile, so we already +# have its settings when we get here. +# See http://wiki.freebsd.org/MatthiasAndree/LuaLessonsLearnt +MAKE_ARGS= __MAKE_CONF=${NONEXISTENT} # liblua.so requires libm, so make sure it has an explicit dependency # so that applications need not second-guess lua's dependencies. LDFLAGS+= -lm -pthread +BUILD_WRKSRC= ${WRKSRC}/src +MAKE_ARGS+= MYCFLAGS="${CFLAGS} -DLUA_USE_LINUX" \ + MYLDFLAGS="${LDFLAGS} -Wl,-E -lreadline" \ + CC="${CC}" \ + LUA_T=lua52 \ + LUAC_T=luac52 \ + LUA_A=liblua-${LUA_VER}.a \ + LUA_SO=liblua-${LUA_VER}.so \ + TO_BIN="lua52 luac52" \ + TO_LIB="liblua-${LUA_VER}.a liblua-${LUA_VER}.so" \ + INSTALL_TOP=${STAGEDIR}${PREFIX} \ + INSTALL_INC=${STAGEDIR}${PREFIX}/include/lua52 \ + INSTALL_EXEC="${INSTALL_PROGRAM}" -MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1 -DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR} - -NO_STAGE= yes -.include +.include .if ${ARCH} == "amd64" || ${ARCH} == "powerpc" CFLAGS+= -fPIC .endif post-patch: - @${REINPLACE_CMD} -Ee \ - "s|%%LUA_PREFIX%%|${LUA_PREFIX}| ; \ - s|%%LUA_BINDIR%%|${LUA_BINDIR}| ; \ - s|%%LUA_INCDIR%%|${LUA_INCDIR}| ; \ - s|%%LUA_LIBDIR%%|${LUA_LIBDIR}| ; \ - s|%%LUA_MODSHAREDIR%%|${LUA_MODSHAREDIR}| ; \ - s|%%LUA_MODLIBDIR%%|${LUA_MODLIBDIR}| ; \ - s|%%LUA_VER_SH%%|${LUA_VER_SH}|" \ - ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's,rand *(,random(,g' \ ${WRKSRC}/src/lmathlib.c @${REINPLACE_CMD} -e "/LUA_ROOT/s|/usr/local|${LUA_PREFIX}|" \ ${WRKSRC}/src/luaconf.h post-install: -.for f in lua luac - ${LN} -sf ${LUA_BINDIR}/${f} ${PREFIX}/bin/${f}-${LUA_VER} -.endfor - ${LN} -sf ${LUA_LIBDIR}/liblua-${LUA_VER}.so.${LUA_VER_SH} ${LUA_LIBDIR}/liblua.so - ${LN} -sf ${LUA_SUBDIR}/liblua-${LUA_VER}.so.${LUA_VER_SH} ${PREFIX}/lib - ${LN} -sf liblua-${LUA_VER}.so.${LUA_VER_SH} ${PREFIX}/lib/liblua-${LUA_VER}.so - -# Documentation. -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/doc && ${INSTALL_DATA} *.html *.gif *.css *.png ${DOCSDIR} -.endif + @${MV} ${STAGEDIR}${PREFIX}/man/man1/lua.1 \ + ${STAGEDIR}${PREFIX}/man/man1/lua52.1 + @${MV} ${STAGEDIR}${PREFIX}/man/man1/luac.1 \ + ${STAGEDIR}${PREFIX}/man/man1/luac52.1 -.include +.include Modified: head/lang/lua52/distinfo ============================================================================== --- head/lang/lua52/distinfo Sun Dec 15 00:50:37 2013 (r336502) +++ head/lang/lua52/distinfo Sun Dec 15 00:56:05 2013 (r336503) @@ -1,2 +1,2 @@ -SHA256 (lua-5.2.2.tar.gz) = 3fd67de3f5ed133bf312906082fa524545c6b9e1b952e8215ffbd27113f49f00 -SIZE (lua-5.2.2.tar.gz) = 251713 +SHA256 (lua-5.2.3.tar.gz) = 13c2fb97961381f7d06d5b5cea55b743c163800896fd5c5e2356201d3619002d +SIZE (lua-5.2.3.tar.gz) = 251195 Modified: head/lang/lua52/pkg-plist ============================================================================== --- head/lang/lua52/pkg-plist Sun Dec 15 00:50:37 2013 (r336502) +++ head/lang/lua52/pkg-plist Sun Dec 15 00:56:05 2013 (r336503) @@ -1,29 +1,16 @@ -bin/lua-5.2 -bin/lua52/lua -bin/lua52/luac -bin/luac-5.2 +bin/lua52 +bin/luac52 include/lua52/lauxlib.h include/lua52/lua.h include/lua52/lua.hpp include/lua52/luaconf.h include/lua52/lualib.h +lib/liblua-5.2.a lib/liblua-5.2.so -lib/liblua-5.2.so.1 -lib/lua52/liblua-5.2.so.1 -lib/lua52/liblua.a -lib/lua52/liblua.so -%%PORTDOCS%%%%DOCSDIR%%/contents.html -%%PORTDOCS%%%%DOCSDIR%%/logo.gif -%%PORTDOCS%%%%DOCSDIR%%/lua.css -%%PORTDOCS%%%%DOCSDIR%%/manual.css -%%PORTDOCS%%%%DOCSDIR%%/manual.html -%%PORTDOCS%%%%DOCSDIR%%/osi-certified-72x60.png -%%PORTDOCS%%%%DOCSDIR%%/readme.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm bin/lua52 -@dirrm include/lua52 -@dirrm lib/lua52 +man/man1/lua52.1.gz +man/man1/luac52.1.gz +@dirrmtry %%DATADIR%%/5.2 +@dirrmtry %%DATADIR%% @dirrmtry lib/lua/5.2 @dirrmtry lib/lua -@dirrmtry share/lua/5.2 -@dirrmtry share/lua +@dirrmtry include/lua52 From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 02:25:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A803CF5; Sun, 15 Dec 2013 02:25:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 867F71FE6; Sun, 15 Dec 2013 02:25:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBF2P8Ix078376; Sun, 15 Dec 2013 02:25:08 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBF2P8be078374; Sun, 15 Dec 2013 02:25:08 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201312150225.rBF2P8be078374@svn.freebsd.org> From: Bryan Drewery Date: Sun, 15 Dec 2013 02:25:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336504 - head/ports-mgmt/portupgrade X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 02:25:08 -0000 Author: bdrewery Date: Sun Dec 15 02:25:07 2013 New Revision: 336504 URL: http://svnweb.freebsd.org/changeset/ports/336504 Log: - Update to 2.4.12 Changes: * Fix namespace clash with TSort when using bundler Modified: head/ports-mgmt/portupgrade/Makefile head/ports-mgmt/portupgrade/distinfo Modified: head/ports-mgmt/portupgrade/Makefile ============================================================================== --- head/ports-mgmt/portupgrade/Makefile Sun Dec 15 00:56:05 2013 (r336503) +++ head/ports-mgmt/portupgrade/Makefile Sun Dec 15 02:25:07 2013 (r336504) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portupgrade -PORTVERSION= 2.4.11.3 +PORTVERSION= 2.4.12 PORTEPOCH= 2 CATEGORIES= ports-mgmt MASTER_SITES= SF/portupgrade/pkgtools/dist/ \ Modified: head/ports-mgmt/portupgrade/distinfo ============================================================================== --- head/ports-mgmt/portupgrade/distinfo Sun Dec 15 00:56:05 2013 (r336503) +++ head/ports-mgmt/portupgrade/distinfo Sun Dec 15 02:25:07 2013 (r336504) @@ -1,2 +1,2 @@ -SHA256 (portupgrade/pkgtools-2.4.11.3.tar.bz2) = f80b2cef05c940eddf5326f5dcb87442ac922d924bd2301135eb69e2a69b2c06 -SIZE (portupgrade/pkgtools-2.4.11.3.tar.bz2) = 85885 +SHA256 (portupgrade/pkgtools-2.4.12.tar.bz2) = 5b389fc877798d5948698923daf2d166fa724ba9d932505253398fc7721e1d82 +SIZE (portupgrade/pkgtools-2.4.12.tar.bz2) = 85928 From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 08:37:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FFBC95B; Sun, 15 Dec 2013 08:37:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6223C13CF; Sun, 15 Dec 2013 08:37:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBF8b7DM011505; Sun, 15 Dec 2013 08:37:07 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBF8b7sM011503; Sun, 15 Dec 2013 08:37:07 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201312150837.rBF8b7sM011503@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 15 Dec 2013 08:37:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336505 - head/databases/py-fdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 08:37:07 -0000 Author: koobs Date: Sun Dec 15 08:37:06 2013 New Revision: 336505 URL: http://svnweb.freebsd.org/changeset/ports/336505 Log: databases/py-fdb: Update to 1.4, Set BROKEN on 9+ i386 - Update to 1.4 - Set BROKEN on FreeBSD 9+ i386 - Enable STAGE support - Enable AUTOPLIST support delete pkg-plist accordingly - Remove py3k-fix-pkg-plist.inc hack (AUTOPLIST) - Whitespace alignment PR: ports/184357 Submitted by: Jose jachuf Deleted: head/databases/py-fdb/pkg-plist Modified: head/databases/py-fdb/Makefile head/databases/py-fdb/distinfo (contents, props changed) Modified: head/databases/py-fdb/Makefile ============================================================================== --- head/databases/py-fdb/Makefile Sun Dec 15 02:25:07 2013 (r336504) +++ head/databases/py-fdb/Makefile Sun Dec 15 08:37:06 2013 (r336505) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fdb -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.4 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,14 +14,14 @@ LICENSE= BSD LIB_DEPENDS= libfbclient.so:${PORTSDIR}/databases/firebird25-client -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include -.if ${PYTHON_REL} >= 320 -.include "${FILESDIR}/py3k-fix-pkg-plist.inc" +.if ${ARCH} == i386 && ${OSVERSION} >= 900000 +BROKEN= Does not compile on FreeBSD 9 i386 .endif post-patch: Modified: head/databases/py-fdb/distinfo ============================================================================== --- head/databases/py-fdb/distinfo Sun Dec 15 02:25:07 2013 (r336504) +++ head/databases/py-fdb/distinfo Sun Dec 15 08:37:06 2013 (r336505) @@ -1,2 +1,2 @@ -SHA256 (fdb-1.1.tar.gz) = 82bc531e3f09b8dd8e1e720a0fc6e685ef8eae34abc4f3ec6aa7c3da926bc503 -SIZE (fdb-1.1.tar.gz) = 485256 +SHA256 (fdb-1.4.tar.gz) = 531b4b7c1f13bf60f216e0b83c835f62c817ce0372fe8afd82f447554235d633 +SIZE (fdb-1.4.tar.gz) = 895928 From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 08:53:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 089C2D57; Sun, 15 Dec 2013 08:53:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E88A71502; Sun, 15 Dec 2013 08:53:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBF8r7UO018160; Sun, 15 Dec 2013 08:53:07 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBF8r7vC018159; Sun, 15 Dec 2013 08:53:07 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201312150853.rBF8r7vC018159@svn.freebsd.org> From: Antoine Brodin Date: Sun, 15 Dec 2013 08:53:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336506 - head/www/mohawk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 08:53:08 -0000 Author: antoine Date: Sun Dec 15 08:53:07 2013 New Revision: 336506 URL: http://svnweb.freebsd.org/changeset/ports/336506 Log: Finish stage support Reviewed by: maintainer Modified: head/www/mohawk/Makefile Modified: head/www/mohawk/Makefile ============================================================================== --- head/www/mohawk/Makefile Sun Dec 15 08:37:06 2013 (r336505) +++ head/www/mohawk/Makefile Sun Dec 15 08:53:07 2013 (r336506) @@ -15,16 +15,15 @@ LICENSE= BSD LIB_DEPENDS= event-2:${PORTSDIR}/devel/libevent2 PLIST_FILES+= bin/mhtpasswd \ + man/man5/mohawk.conf.5.gz \ + man/man8/mhtpasswd.8.gz \ + man/man8/mohawk.8.gz \ sbin/mohawk \ etc/mohawk.conf.sample PORTEXAMPLES= * USE_RC_SUBR= mohawk -MAN5= mohawk.conf.5 -MAN8= mhtpasswd.8 \ - mohawk.8 - CFLAGS+= -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib/event2 From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 08:55:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86C44E4A; Sun, 15 Dec 2013 08:55:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F340150F; Sun, 15 Dec 2013 08:55:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBF8ttro018746; Sun, 15 Dec 2013 08:55:55 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBF8tpwx018726; Sun, 15 Dec 2013 08:55:51 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201312150855.rBF8tpwx018726@svn.freebsd.org> From: Andrej Zverev Date: Sun, 15 Dec 2013 08:55:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336507 - in head: databases/p5-DBIx-Class-MooseColumns devel/p5-Class-Load devel/p5-Data-ParseBinary devel/p5-Hash-Flatten devel/p5-MooseX-Types-LoadableClass net/p5-Net-BGP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 08:55:55 -0000 Author: az Date: Sun Dec 15 08:55:51 2013 New Revision: 336507 URL: http://svnweb.freebsd.org/changeset/ports/336507 Log: - add stage support - pet portlint Modified: head/databases/p5-DBIx-Class-MooseColumns/Makefile head/databases/p5-DBIx-Class-MooseColumns/pkg-descr (contents, props changed) head/databases/p5-DBIx-Class-MooseColumns/pkg-plist (contents, props changed) head/devel/p5-Class-Load/Makefile head/devel/p5-Class-Load/pkg-descr (contents, props changed) head/devel/p5-Class-Load/pkg-plist (contents, props changed) head/devel/p5-Data-ParseBinary/Makefile head/devel/p5-Data-ParseBinary/pkg-descr (contents, props changed) head/devel/p5-Data-ParseBinary/pkg-plist (contents, props changed) head/devel/p5-Hash-Flatten/Makefile head/devel/p5-Hash-Flatten/pkg-descr (contents, props changed) head/devel/p5-Hash-Flatten/pkg-plist head/devel/p5-MooseX-Types-LoadableClass/Makefile head/devel/p5-MooseX-Types-LoadableClass/pkg-descr (contents, props changed) head/devel/p5-MooseX-Types-LoadableClass/pkg-plist (contents, props changed) head/net/p5-Net-BGP/Makefile head/net/p5-Net-BGP/pkg-plist (contents, props changed) Modified: head/databases/p5-DBIx-Class-MooseColumns/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-MooseColumns/Makefile Sun Dec 15 08:53:07 2013 (r336506) +++ head/databases/p5-DBIx-Class-MooseColumns/Makefile Sun Dec 15 08:55:51 2013 (r336507) @@ -33,11 +33,4 @@ TEST_DEPENDS= p5-Test-Aggregate>=0.363:$ USES= perl5 USE_PERL5= configure -MAN3= \ - DBIx::Class::MooseColumns.3 \ - DBIx::Class::MooseColumns::Meta::Role::Attribute.3 \ - DBIx::Class::MooseColumns::Meta::Role::Attribute::DBICColumn.3 \ - DBIx::Class::MooseColumns::Meta::Role::Attribute::DBICColumn::Inflated.3 - -NO_STAGE= yes .include Modified: head/databases/p5-DBIx-Class-MooseColumns/pkg-descr ============================================================================== --- head/databases/p5-DBIx-Class-MooseColumns/pkg-descr Sun Dec 15 08:53:07 2013 (r336506) +++ head/databases/p5-DBIx-Class-MooseColumns/pkg-descr Sun Dec 15 08:55:51 2013 (r336507) @@ -6,4 +6,4 @@ Class::Accessor::Grouped-generated acces Moose-generated accessor methods so that you can use more of the wonderful powers of Moose (eg. type constraints, triggers, ...). -WWW: http://search.cpan.org/dist/DBIx-Class-MooseColumns/ +WWW: http://search.cpan.org/dist/DBIx-Class-MooseColumns/ Modified: head/databases/p5-DBIx-Class-MooseColumns/pkg-plist ============================================================================== --- head/databases/p5-DBIx-Class-MooseColumns/pkg-plist Sun Dec 15 08:53:07 2013 (r336506) +++ head/databases/p5-DBIx-Class-MooseColumns/pkg-plist Sun Dec 15 08:55:51 2013 (r336507) @@ -3,6 +3,10 @@ %%SITE_PERL%%/DBIx/Class/MooseColumns/Meta/Role/Attribute.pm %%SITE_PERL%%/DBIx/Class/MooseColumns.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/MooseColumns/.packlist +%%PERL5_MAN3%%/DBIx::Class::MooseColumns.3.gz +%%PERL5_MAN3%%/DBIx::Class::MooseColumns::Meta::Role::Attribute.3.gz +%%PERL5_MAN3%%/DBIx::Class::MooseColumns::Meta::Role::Attribute::DBICColumn.3.gz +%%PERL5_MAN3%%/DBIx::Class::MooseColumns::Meta::Role::Attribute::DBICColumn::Inflated.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/MooseColumns @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx Modified: head/devel/p5-Class-Load/Makefile ============================================================================== --- head/devel/p5-Class-Load/Makefile Sun Dec 15 08:53:07 2013 (r336506) +++ head/devel/p5-Class-Load/Makefile Sun Dec 15 08:55:51 2013 (r336507) @@ -18,7 +18,6 @@ BUILD_DEPENDS= p5-Data-OptList>0:${PORTS p5-Package-Stash>=0.14:${PORTSDIR}/devel/p5-Package-Stash \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-Without-Module>=0:${PORTSDIR}/devel/p5-Test-Without-Module @@ -26,7 +25,4 @@ TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDI USES= perl5 USE_PERL5= configure -MAN3= Class::Load.3 - -NO_STAGE= yes .include Modified: head/devel/p5-Class-Load/pkg-descr ============================================================================== --- head/devel/p5-Class-Load/pkg-descr Sun Dec 15 08:53:07 2013 (r336506) +++ head/devel/p5-Class-Load/pkg-descr Sun Dec 15 08:55:51 2013 (r336507) @@ -8,4 +8,4 @@ Asking %INC is an option, but that will which the filename does not correspond to the package name. For that, we provide is_class_loaded 'Class::Name'. -WWW: http://search.cpan.org/dist/Class-Load/ +WWW: http://search.cpan.org/dist/Class-Load/ Modified: head/devel/p5-Class-Load/pkg-plist ============================================================================== --- head/devel/p5-Class-Load/pkg-plist Sun Dec 15 08:53:07 2013 (r336506) +++ head/devel/p5-Class-Load/pkg-plist Sun Dec 15 08:55:51 2013 (r336507) @@ -1,6 +1,7 @@ %%SITE_PERL%%/Class/Load/PP.pm %%SITE_PERL%%/Class/Load.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Load/.packlist +%%PERL5_MAN3%%/Class::Load.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Load @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class @dirrmtry %%SITE_PERL%%/Class/Load Modified: head/devel/p5-Data-ParseBinary/Makefile ============================================================================== --- head/devel/p5-Data-ParseBinary/Makefile Sun Dec 15 08:53:07 2013 (r336506) +++ head/devel/p5-Data-ParseBinary/Makefile Sun Dec 15 08:55:51 2013 (r336507) @@ -11,22 +11,9 @@ MAINTAINER= az@FreeBSD.org COMMENT= Yet Another parser for binary structures BUILD_DEPENDS= p5-Math-BigInt>=1.993:${PORTSDIR}/math/p5-Math-BigInt - TEST_DEPENDS= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple USES= perl5 USE_PERL5= configure -MAN3= Data::ParseBinary::Graphics::WMF.3 \ - Data::ParseBinary::Graphics::EMF.3 \ - Data::ParseBinary.3 \ - Data::ParseBinary::Graphics::BMP.3 \ - Data::ParseBinary::Executable::ELF32.3 \ - Data::ParseBinary::Executable::PE32.3 \ - Data::ParseBinary::Data::Cap.3 \ - Data::ParseBinary::Data::Netflow.3 \ - Data::ParseBinary::Graphics::PNG.3 \ - Data::ParseBinary::FileSystem::MBR.3 - -NO_STAGE= yes .include Modified: head/devel/p5-Data-ParseBinary/pkg-descr ============================================================================== --- head/devel/p5-Data-ParseBinary/pkg-descr Sun Dec 15 08:53:07 2013 (r336506) +++ head/devel/p5-Data-ParseBinary/pkg-descr Sun Dec 15 08:55:51 2013 (r336507) @@ -3,4 +3,4 @@ structures, parsing binary to hash/array binary data from hash/array data structure. -WWW: http://search.cpan.org/dist/Data-ParseBinary/ +WWW: http://search.cpan.org/dist/Data-ParseBinary/ Modified: head/devel/p5-Data-ParseBinary/pkg-plist ============================================================================== --- head/devel/p5-Data-ParseBinary/pkg-plist Sun Dec 15 08:53:07 2013 (r336506) +++ head/devel/p5-Data-ParseBinary/pkg-plist Sun Dec 15 08:55:51 2013 (r336507) @@ -18,6 +18,16 @@ %%SITE_PERL%%/Data/ParseBinary/Core.pm %%SITE_PERL%%/Data/ParseBinary.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/ParseBinary/.packlist +%%PERL5_MAN3%%/Data::ParseBinary::Graphics::WMF.3.gz +%%PERL5_MAN3%%/Data::ParseBinary::Graphics::EMF.3.gz +%%PERL5_MAN3%%/Data::ParseBinary.3.gz +%%PERL5_MAN3%%/Data::ParseBinary::Graphics::BMP.3.gz +%%PERL5_MAN3%%/Data::ParseBinary::Executable::ELF32.3.gz +%%PERL5_MAN3%%/Data::ParseBinary::Executable::PE32.3.gz +%%PERL5_MAN3%%/Data::ParseBinary::Data::Cap.3.gz +%%PERL5_MAN3%%/Data::ParseBinary::Data::Netflow.3.gz +%%PERL5_MAN3%%/Data::ParseBinary::Graphics::PNG.3.gz +%%PERL5_MAN3%%/Data::ParseBinary::FileSystem::MBR.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/ParseBinary @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data @dirrmtry %%SITE_PERL%%/Data/ParseBinary/Stream Modified: head/devel/p5-Hash-Flatten/Makefile ============================================================================== --- head/devel/p5-Hash-Flatten/Makefile Sun Dec 15 08:53:07 2013 (r336506) +++ head/devel/p5-Hash-Flatten/Makefile Sun Dec 15 08:55:51 2013 (r336507) @@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Hash::Flatten.3 - -NO_STAGE= yes .include Modified: head/devel/p5-Hash-Flatten/pkg-descr ============================================================================== --- head/devel/p5-Hash-Flatten/pkg-descr Sun Dec 15 08:53:07 2013 (r336506) +++ head/devel/p5-Hash-Flatten/pkg-descr Sun Dec 15 08:55:51 2013 (r336507) @@ -2,4 +2,4 @@ Converts back and forth between a nested delimited key-value pairs. Useful for protocols that only support key-value pairs (such as CGI and DBMs). -WWW: http://search.cpan.org/dist/Hash-Flatten/ +WWW: http://search.cpan.org/dist/Hash-Flatten/ Modified: head/devel/p5-Hash-Flatten/pkg-plist ============================================================================== --- head/devel/p5-Hash-Flatten/pkg-plist Sun Dec 15 08:53:07 2013 (r336506) +++ head/devel/p5-Hash-Flatten/pkg-plist Sun Dec 15 08:55:51 2013 (r336507) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Hash/Flatten.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/Flatten/.packlist +%%PERL5_MAN3%%/Hash::Flatten.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/Flatten @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash @dirrmtry %%SITE_PERL%%/Hash Modified: head/devel/p5-MooseX-Types-LoadableClass/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-LoadableClass/Makefile Sun Dec 15 08:53:07 2013 (r336506) +++ head/devel/p5-MooseX-Types-LoadableClass/Makefile Sun Dec 15 08:55:51 2013 (r336507) @@ -25,7 +25,4 @@ TEST_DEPENDS= p5-Moose>=0:${PORTSDIR}/de USES= perl5 USE_PERL5= configure -MAN3= MooseX::Types::LoadableClass.3 - -NO_STAGE= yes .include Modified: head/devel/p5-MooseX-Types-LoadableClass/pkg-descr ============================================================================== --- head/devel/p5-MooseX-Types-LoadableClass/pkg-descr Sun Dec 15 08:53:07 2013 (r336506) +++ head/devel/p5-MooseX-Types-LoadableClass/pkg-descr Sun Dec 15 08:55:51 2013 (r336507) @@ -1,4 +1,4 @@ MooseX::Types::LoadableClass - ClassName type constraint with coercion to load the class. -WWW: http://search.cpan.org/dist/MooseX-Types-LoadableClass/ +WWW: http://search.cpan.org/dist/MooseX-Types-LoadableClass/ Modified: head/devel/p5-MooseX-Types-LoadableClass/pkg-plist ============================================================================== --- head/devel/p5-MooseX-Types-LoadableClass/pkg-plist Sun Dec 15 08:53:07 2013 (r336506) +++ head/devel/p5-MooseX-Types-LoadableClass/pkg-plist Sun Dec 15 08:55:51 2013 (r336507) @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types/LoadableClass/.packlist %%SITE_PERL%%/MooseX/Types/LoadableClass.pm +%%PERL5_MAN3%%/MooseX::Types::LoadableClass.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types/LoadableClass @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX Modified: head/net/p5-Net-BGP/Makefile ============================================================================== --- head/net/p5-Net-BGP/Makefile Sun Dec 15 08:53:07 2013 (r336506) +++ head/net/p5-Net-BGP/Makefile Sun Dec 15 08:55:51 2013 (r336507) @@ -13,9 +13,4 @@ COMMENT= Border Gateway Protocol version USES= perl5 USE_PERL5= configure -MAN3= Net::BGP.3 Net::BGP::ASPath.3 Net::BGP::NLRI.3 \ - Net::BGP::Notification.3 Net::BGP::Peer.3 Net::BGP::Process.3 \ - Net::BGP::Refresh.3 Net::BGP::Transport.3 Net::BGP::Update.3 - -NO_STAGE= yes .include Modified: head/net/p5-Net-BGP/pkg-plist ============================================================================== --- head/net/p5-Net-BGP/pkg-plist Sun Dec 15 08:53:07 2013 (r336506) +++ head/net/p5-Net-BGP/pkg-plist Sun Dec 15 08:55:51 2013 (r336507) @@ -8,6 +8,15 @@ %%SITE_PERL%%/Net/BGP/Refresh.pm %%SITE_PERL%%/Net/BGP/Transport.pm %%SITE_PERL%%/Net/BGP/Update.pm +%%PERL5_MAN3%%/Net::BGP.3.gz +%%PERL5_MAN3%%/Net::BGP::ASPath.3.gz +%%PERL5_MAN3%%/Net::BGP::NLRI.3.gz +%%PERL5_MAN3%%/Net::BGP::Notification.3.gz +%%PERL5_MAN3%%/Net::BGP::Peer.3.gz +%%PERL5_MAN3%%/Net::BGP::Process.3.gz +%%PERL5_MAN3%%/Net::BGP::Refresh.3.gz +%%PERL5_MAN3%%/Net::BGP::Transport.3.gz +%%PERL5_MAN3%%/Net::BGP::Update.3.gz @dirrm %%SITE_PERL%%/Net/BGP @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/BGP @dirrmtry %%SITE_PERL%%/Net From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 09:09:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5336F8F; Sun, 15 Dec 2013 09:09:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 767B315A3; Sun, 15 Dec 2013 09:09:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBF99VEj023093; Sun, 15 Dec 2013 09:09:31 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBF99V07023091; Sun, 15 Dec 2013 09:09:31 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201312150909.rBF99V07023091@svn.freebsd.org> From: Olli Hauer Date: Sun, 15 Dec 2013 09:09:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336508 - in head/ports-mgmt/tinderbox: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 09:09:31 -0000 Author: ohauer Date: Sun Dec 15 09:09:30 2013 New Revision: 336508 URL: http://svnweb.freebsd.org/changeset/ports/336508 Log: - update to 4.1.0 Changes in this release include: - Major rework of dependency calculations for initial Makefile building. Dependencies are now built inside of Build jails to prevent any cross-contamination. OPTIONS are handled properly via a new static d4p port (needs to be installed on the host). - Fix enterbuild so that the sleepme file can be properly deleted - Add support for protocol flag in createJail command when using LFTP update method. - Add some more variable exceptions that are used by bmake - Fix ports fetching on IPv6 hosts - Correct some clang issues, typos and style problems in pnohang - Add support for 11.X - Force CC and CXX to be the GNU versions for FreeBSD < 9 PR: 184391 Submitted by: ohauer Approved by: maintainer timeout (14 days) Deleted: head/ports-mgmt/tinderbox/files/patch-chroot Modified: head/ports-mgmt/tinderbox/Makefile head/ports-mgmt/tinderbox/distinfo Modified: head/ports-mgmt/tinderbox/Makefile ============================================================================== --- head/ports-mgmt/tinderbox/Makefile Sun Dec 15 08:55:51 2013 (r336507) +++ head/ports-mgmt/tinderbox/Makefile Sun Dec 15 09:09:30 2013 (r336508) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tinderbox -PORTVERSION= 4.0.1 -PORTREVISION= 4 +PORTVERSION= 4.1.0 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ Modified: head/ports-mgmt/tinderbox/distinfo ============================================================================== --- head/ports-mgmt/tinderbox/distinfo Sun Dec 15 08:55:51 2013 (r336507) +++ head/ports-mgmt/tinderbox/distinfo Sun Dec 15 09:09:30 2013 (r336508) @@ -1,2 +1,2 @@ -SHA256 (tinderbox/tinderbox-4.0.1.tar.gz) = 4d49e62bcfd94438f4dce3481fab7d89c86cc200fc73a9c0744ddd01b36bc92e -SIZE (tinderbox/tinderbox-4.0.1.tar.gz) = 150826 +SHA256 (tinderbox/tinderbox-4.1.0.tar.gz) = b2950034fe66ab36b741b99dc3d59626cef3f75a46b128d77f08e679bf69e5ee +SIZE (tinderbox/tinderbox-4.1.0.tar.gz) = 151397 From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 09:22:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF8991C0; Sun, 15 Dec 2013 09:22:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BC420166F; Sun, 15 Dec 2013 09:22:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBF9MBxm029486; Sun, 15 Dec 2013 09:22:11 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBF9MBlh029485; Sun, 15 Dec 2013 09:22:11 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201312150922.rBF9MBlh029485@svn.freebsd.org> From: Olli Hauer Date: Sun, 15 Dec 2013 09:22:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336509 - head/www/mod_auth_imap2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 09:22:11 -0000 Author: ohauer Date: Sun Dec 15 09:22:11 2013 New Revision: 336509 URL: http://svnweb.freebsd.org/changeset/ports/336509 Log: - works only with apache22 not with apache24 PR: 184769 Submitted by: Kenneth Lind Modified: head/www/mod_auth_imap2/Makefile Modified: head/www/mod_auth_imap2/Makefile ============================================================================== --- head/www/mod_auth_imap2/Makefile Sun Dec 15 09:09:30 2013 (r336508) +++ head/www/mod_auth_imap2/Makefile Sun Dec 15 09:22:11 2013 (r336509) @@ -10,13 +10,13 @@ DISTNAME= mod_auth_imap2-${PORTVERSION} DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org -COMMENT= An Apache 2 module to provide authentication via an IMAP mail server +COMMENT= Apache 2 module to provide authentication via an IMAP mail server LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION} -USE_APACHE= 22+ +USE_APACHE= 22 NO_STAGE= yes LATEST_LINK= mod_auth_imap2 AP_FAST_BUILD= yes From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 09:43:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65177387; Sun, 15 Dec 2013 09:43:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5153C1751; Sun, 15 Dec 2013 09:43:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBF9h69H037413; Sun, 15 Dec 2013 09:43:06 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBF9h6kP037412; Sun, 15 Dec 2013 09:43:06 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201312150943.rBF9h6kP037412@svn.freebsd.org> From: Olli Hauer Date: Sun, 15 Dec 2013 09:43:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336510 - head/www/mod_auth_imap2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 09:43:06 -0000 Author: ohauer Date: Sun Dec 15 09:43:05 2013 New Revision: 336510 URL: http://svnweb.freebsd.org/changeset/ports/336510 Log: - enable staging Modified: head/www/mod_auth_imap2/Makefile Modified: head/www/mod_auth_imap2/Makefile ============================================================================== --- head/www/mod_auth_imap2/Makefile Sun Dec 15 09:22:11 2013 (r336509) +++ head/www/mod_auth_imap2/Makefile Sun Dec 15 09:43:05 2013 (r336510) @@ -14,20 +14,16 @@ COMMENT= Apache 2 module to provide auth LICENSE= GPLv2 - WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION} USE_APACHE= 22 -NO_STAGE= yes LATEST_LINK= mod_auth_imap2 AP_FAST_BUILD= yes AP_GENPLIST= yes PORTDOCS= htaccess-example httpd.conf-append-example -.if !defined(NOPORTDOCS) post-install: - @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/examples/|} ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 10:02:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40AB3579; Sun, 15 Dec 2013 10:02:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CDBB1856; Sun, 15 Dec 2013 10:02:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFA2x4O044705; Sun, 15 Dec 2013 10:02:59 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFA2wnI044703; Sun, 15 Dec 2013 10:02:58 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201312151002.rBFA2wnI044703@svn.freebsd.org> From: Antoine Brodin Date: Sun, 15 Dec 2013 10:02:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336511 - head/www/mohawk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 10:02:59 -0000 Author: antoine Date: Sun Dec 15 10:02:58 2013 New Revision: 336511 URL: http://svnweb.freebsd.org/changeset/ports/336511 Log: - Update to 2.0.10 - BSD License has 2 clauses - New LIB_DEPENDS syntax Submitted by: maintainer on IRC Modified: head/www/mohawk/Makefile head/www/mohawk/distinfo Modified: head/www/mohawk/Makefile ============================================================================== --- head/www/mohawk/Makefile Sun Dec 15 09:43:05 2013 (r336510) +++ head/www/mohawk/Makefile Sun Dec 15 10:02:58 2013 (r336511) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mohawk -PORTVERSION= 2.0.9 +PORTVERSION= 2.0.10 CATEGORIES= www ipv6 MASTER_SITES= http://fossil.etoilebsd.net/mohawk/tarball/ \ http://fossil.bsdsx.fr/mohawk/tarball/ @@ -10,9 +10,9 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.ta MAINTAINER= mohawk@bsdsx.fr COMMENT= Simple and lightweight HTTP daemon -LICENSE= BSD +LICENSE= BSD2CLAUSE -LIB_DEPENDS= event-2:${PORTSDIR}/devel/libevent2 +LIB_DEPENDS= libevent-2.0.so:${PORTSDIR}/devel/libevent2 PLIST_FILES+= bin/mhtpasswd \ man/man5/mohawk.conf.5.gz \ Modified: head/www/mohawk/distinfo ============================================================================== --- head/www/mohawk/distinfo Sun Dec 15 09:43:05 2013 (r336510) +++ head/www/mohawk/distinfo Sun Dec 15 10:02:58 2013 (r336511) @@ -1,2 +1,2 @@ -SHA256 (mohawk-2.0.9.tar.gz?uuid=2.0.9) = c940e6bdaee60b6665a59d513dce12db91adace8ef9ea70cebd44357e802f95b -SIZE (mohawk-2.0.9.tar.gz?uuid=2.0.9) = 37926 +SHA256 (mohawk-2.0.10.tar.gz?uuid=2.0.10) = 3267309ecd4fb9a40fd56bb00624293dc86ce97c1d4d6a6f38e67df1503b50da +SIZE (mohawk-2.0.10.tar.gz?uuid=2.0.10) = 37872 From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 10:18:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64903709; Sun, 15 Dec 2013 10:18:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 367BD18EF; Sun, 15 Dec 2013 10:18:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFAI1vN049198; Sun, 15 Dec 2013 10:18:01 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFAI1FA049197; Sun, 15 Dec 2013 10:18:01 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201312151018.rBFAI1FA049197@svn.freebsd.org> From: Olli Hauer Date: Sun, 15 Dec 2013 10:18:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336512 - head/www/mod_auth_kerb2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 10:18:01 -0000 Author: ohauer Date: Sun Dec 15 10:18:00 2013 New Revision: 336512 URL: http://svnweb.freebsd.org/changeset/ports/336512 Log: - change to new LIB_DEPENDS notation - s/LATEST_LINK/PKGNAMESUFFIX/ Modified: head/www/mod_auth_kerb2/Makefile Modified: head/www/mod_auth_kerb2/Makefile ============================================================================== --- head/www/mod_auth_kerb2/Makefile Sun Dec 15 10:02:58 2013 (r336511) +++ head/www/mod_auth_kerb2/Makefile Sun Dec 15 10:18:00 2013 (r336512) @@ -7,13 +7,12 @@ PORTREVISION= 5 CATEGORIES= www MASTER_SITES= SF/modauthkerb/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} +PKGNAMESUFFIX= 2 MAINTAINER= apache@FreeBSD.org -COMMENT= An Apache module for authenticating users with Kerberos v5 - - -LATEST_LINK= mod_auth_kerb2 +COMMENT= Apache module for authenticating users with Kerberos v5 +NO_STAGE= yes USE_APACHE= 22 USE_GMAKE= yes GNU_CONFIGURE= yes @@ -21,22 +20,21 @@ GNU_CONFIGURE= yes PORTSCOUT= limit:^5.4 .if defined(KRB5_HOME) -BUILD_DEPENDS+= ${KRB5_HOME}/lib/libgssapi_krb5.so:${PORTSDIR}/security/krb5 -RUN_DEPENDS+= ${KRB5_HOME}/lib/libgssapi_krb5.so:${PORTSDIR}/security/krb5 +BUILD_DEPENDS+= ${KRB5_HOME}/lib/libgssapi_krb5.so:${PORTSDIR}/security/krb5 +RUN_DEPENDS+= ${KRB5_HOME}/lib/libgssapi_krb5.so:${PORTSDIR}/security/krb5 CONFIGURE_ARGS+= --with-krb5=${KRB5_HOME} --without-krb4 .elif defined(HEIMDAL_HOME) -BUILD_DEPENDS+= ${HEIMDAL_HOME}/lib/libgssapi.so:${PORTSDIR}/security/heimdal -RUN_DEPENDS+= ${HEIMDAL_HOME}/lib/libgssapi.so:${PORTSDIR}/security/heimdal +BUILD_DEPENDS+= ${HEIMDAL_HOME}/lib/libgssapi.so:${PORTSDIR}/security/heimdal +RUN_DEPENDS+= ${HEIMDAL_HOME}/lib/libgssapi.so:${PORTSDIR}/security/heimdal CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --without-krb4 .elif exists(${DESTDIR}/usr/lib/libkrb5.a) && exists(${DESTDIR}/usr/bin/krb5-config) CONFIGURE_ARGS+= --with-krb5=${DESTDIR}/usr --without-krb4 .else -LIB_DEPENDS+= gssapi_krb5:${PORTSDIR}/security/krb5 +LIB_DEPENDS+= libgssapi_krb5.so:${PORTSDIR}/security/krb5 CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} --without-krb4 .endif -NO_STAGE= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 11:43:28 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2E7B1F1; Sun, 15 Dec 2013 11:43:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF3C31EE7; Sun, 15 Dec 2013 11:43:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFBhSbH080355; Sun, 15 Dec 2013 11:43:28 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFBhSj6080354; Sun, 15 Dec 2013 11:43:28 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201312151143.rBFBhSj6080354@svn.freebsd.org> From: Dirk Meyer Date: Sun, 15 Dec 2013 11:43:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336513 - head/mail/milter-regex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 11:43:29 -0000 Author: dinoex Date: Sun Dec 15 11:43:28 2013 New Revision: 336513 URL: http://svnweb.freebsd.org/changeset/ports/336513 Log: - fix pkgng problem do not use @dirrmtry PR: 184695 Modified: head/mail/milter-regex/pkg-plist Modified: head/mail/milter-regex/pkg-plist ============================================================================== --- head/mail/milter-regex/pkg-plist Sun Dec 15 10:18:00 2013 (r336512) +++ head/mail/milter-regex/pkg-plist Sun Dec 15 11:43:28 2013 (r336513) @@ -1,5 +1,3 @@ libexec/milter-regex man/man8/milter-regex.8.gz -@cwd / -@dirrmtry %%SPOOLDIR%% -@cwd +@unexec rmdir %%SPOOLDIR%% 2>/dev/null || true From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 11:45:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A5312EC; Sun, 15 Dec 2013 11:45:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F1EF61EFB; Sun, 15 Dec 2013 11:45:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFBjJqN080682; Sun, 15 Dec 2013 11:45:19 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFBjJN6080681; Sun, 15 Dec 2013 11:45:19 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201312151145.rBFBjJN6080681@svn.freebsd.org> From: Dirk Meyer Date: Sun, 15 Dec 2013 11:45:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336514 - head/www/opera X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 11:45:20 -0000 Author: dinoex Date: Sun Dec 15 11:45:19 2013 New Revision: 336514 URL: http://svnweb.freebsd.org/changeset/ports/336514 Log: - new option COMPAT9 - add USES=desktop-file-utils Modified: head/www/opera/Makefile Modified: head/www/opera/Makefile ============================================================================== --- head/www/opera/Makefile Sun Dec 15 11:43:28 2013 (r336513) +++ head/www/opera/Makefile Sun Dec 15 11:45:19 2013 (r336514) @@ -16,8 +16,8 @@ DISTNAME= ${PORTNAME}-${OPERA_VER}-${OPE MAINTAINER= dinoex@FreeBSD.org COMMENT= Blazingly fast, full-featured, standards-compliant browser -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig BUILD_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info RUN_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info @@ -27,9 +27,9 @@ OPERA_VER?= 12.16 OPERA_BUILD?= 1860 MASTER_SITES_VER_PATH= unix/${OPERA_VER:S/.//} +USES= desktop-file-utils USE_XZ= yes USE_XORG= x11 xext sm ice xft xrender -USE_GNOME= desktopfileutils INSTALLS_ICONS= yes MAN1= opera.1 @@ -38,11 +38,15 @@ MANCOMPRESSED= yes NO_BUILD= yes EXPLICIT_PACKAGE_DEPENDS= yes -OPTIONS_DEFINE= CUPS VIDEO GTK2 KDE4 +OPTIONS_DEFINE= CUPS VIDEO GTK2 KDE4 COMPAT9 OPTIONS_DEFAULT= CUPS VIDEO +NO_OPTIONS_SORT=yes CUPS_DESC= support for printing (requires CUPS) VIDEO_DESC= support for HTML5 video (requires GStreamer) +COMPAT9_DESC= use libstdc++.so.6 from compat9x instead of gcc46 + +CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client .include @@ -57,10 +61,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ .endif .endif -.if ${PORT_OPTIONS:MCUPS} -LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-client -.endif - .if ${PORT_OPTIONS:MVIDEO} USE_GSTREAMER+= vorbis ogg theora vp8 good .endif @@ -84,7 +84,11 @@ IGNORE= only for FreeBSD 7.x and higher .endif .if ${OSVERSION} >= 1000054 +.if ${PORT_OPTIONS:MCOMPAT9} RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x +.else +RUN_DEPENDS+= ${LOCALBASE}/lib/gcc46/libstdc++.so.6:${PORTSDIR}/lang/gcc46 +.endif .endif post-extract: From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 11:47:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C28573D0; Sun, 15 Dec 2013 11:47:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A33E91F05; Sun, 15 Dec 2013 11:47:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFBlYIN081004; Sun, 15 Dec 2013 11:47:34 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFBlYwM081001; Sun, 15 Dec 2013 11:47:34 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201312151147.rBFBlYwM081001@svn.freebsd.org> From: Li-Wen Hsu Date: Sun, 15 Dec 2013 11:47:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336515 - head/textproc/py-sphinx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 11:47:34 -0000 Author: lwhsu Date: Sun Dec 15 11:47:33 2013 New Revision: 336515 URL: http://svnweb.freebsd.org/changeset/ports/336515 Log: - Update to 1.2 Deleted: head/textproc/py-sphinx/pkg-plist Modified: head/textproc/py-sphinx/Makefile head/textproc/py-sphinx/distinfo head/textproc/py-sphinx/pkg-descr Modified: head/textproc/py-sphinx/Makefile ============================================================================== --- head/textproc/py-sphinx/Makefile Sun Dec 15 11:45:19 2013 (r336514) +++ head/textproc/py-sphinx/Makefile Sun Dec 15 11:47:33 2013 (r336515) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sphinx -PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTVERSION= 1.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,19 +14,26 @@ COMMENT= Python documentation generator LICENSE= BSD -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pygments>=1.2:${PORTSDIR}/textproc/py-pygments \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:${PORTSDIR}/devel/py-Jinja2 \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.7:${PORTSDIR}/textproc/py-docutils +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:${PORTSDIR}/devel/py-Jinja2 \ + ${PYTHON_PKGNAMEPREFIX}docutils>=0.7:${PORTSDIR}/textproc/py-docutils \ + ${PYTHON_PKGNAMEPREFIX}pygments>=1.2:${PORTSDIR}/textproc/py-pygments USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= Sphinx -PLIST_SUB= PYTHON_VER=${PYTHON_VER} +post-build: + cd ${WRKSRC} && \ + ${SETENV} PYTHONPATH=${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}:${PYTHONPREFIX_SITELIBDIR} \ + ${PYTHON_CMD} -m sphinx.pycode.pgen2.driver -c 'import load_grammar' -NO_STAGE= yes post-install: - @${SETENV} PYTHONPATH=${PYTHONPREFIX_SITELIBDIR} \ - ${PYTHON_CMD} -m sphinx.pycode.pgen2.driver -c 'import load_grammar' + ${INSTALL_DATA} ${WRKSRC}/sphinx/pycode/Grammar${PYTHON_VER}.pickle \ + ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/${PYEASYINSTALL_EGG}/sphinx/pycode/ + + ${ECHO_CMD} ${PYTHON_SITELIBDIR:S;${PYTHONBASE}/;;}/${PYEASYINSTALL_EGG}/sphinx/pycode/Grammar${PYTHON_VER}.pickle >> ${TMPPLIST} .include Modified: head/textproc/py-sphinx/distinfo ============================================================================== --- head/textproc/py-sphinx/distinfo Sun Dec 15 11:45:19 2013 (r336514) +++ head/textproc/py-sphinx/distinfo Sun Dec 15 11:47:33 2013 (r336515) @@ -1,2 +1,2 @@ -SHA256 (python/Sphinx-1.1.3.tar.gz) = 34dc95b70a2b07a61b5d61034c34b05f82514aab54ad27adedb49cee911bb8e9 -SIZE (python/Sphinx-1.1.3.tar.gz) = 2632059 +SHA256 (python/Sphinx-1.2.tar.gz) = bc3c424a0114ff4711f64353cc3eaca30682a5bbfabf3a7f338cd5ea70af79da +SIZE (python/Sphinx-1.2.tar.gz) = 3123291 Modified: head/textproc/py-sphinx/pkg-descr ============================================================================== --- head/textproc/py-sphinx/pkg-descr Sun Dec 15 11:45:19 2013 (r336514) +++ head/textproc/py-sphinx/pkg-descr Sun Dec 15 11:47:33 2013 (r336515) @@ -2,4 +2,4 @@ Sphinx is a tool that makes it easy to c documentation for Python projects, written by Georg Brandl and licensed under the BSD license. -WWW: http://sphinx.pocoo.org/ +WWW: http://sphinx-doc.org/ From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 12:15:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FFA7744; Sun, 15 Dec 2013 12:15:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A98C1092; Sun, 15 Dec 2013 12:15:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFCFslf091987; Sun, 15 Dec 2013 12:15:54 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFCFrUH091985; Sun, 15 Dec 2013 12:15:53 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201312151215.rBFCFrUH091985@svn.freebsd.org> From: William Grzybowski Date: Sun, 15 Dec 2013 12:15:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336516 - in head/net/minidlna: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 12:15:54 -0000 Author: wg Date: Sun Dec 15 12:15:53 2013 New Revision: 336516 URL: http://svnweb.freebsd.org/changeset/ports/336516 Log: net/minidlna: fix patch for kqueue support Added: head/net/minidlna/files/patch-kqueue (contents, props changed) Deleted: head/net/minidlna/files/patch-configure.ac head/net/minidlna/files/patch-inotify.c head/net/minidlna/files/patch-inotify.h head/net/minidlna/files/patch-metadata.c head/net/minidlna/files/patch-minidlna.c head/net/minidlna/files/patch-scanner.c Modified: head/net/minidlna/Makefile Modified: head/net/minidlna/Makefile ============================================================================== --- head/net/minidlna/Makefile Sun Dec 15 11:47:33 2013 (r336515) +++ head/net/minidlna/Makefile Sun Dec 15 12:15:53 2013 (r336516) @@ -3,7 +3,7 @@ PORTNAME= minidlna PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net multimedia www MASTER_SITES= SF Added: head/net/minidlna/files/patch-kqueue ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/minidlna/files/patch-kqueue Sun Dec 15 12:15:53 2013 (r336516) @@ -0,0 +1,520 @@ +diff -ruN configure.ac.orig configure.ac +--- configure.ac.orig 2013-11-02 02:06:41.000000000 +0100 ++++ configure.ac 2013-11-21 13:22:46.000000000 +0100 +@@ -453,7 +453,7 @@ + ################################################################################################################ + ### Header checks + +-AC_CHECK_HEADERS([arpa/inet.h asm/unistd.h endian.h machine/endian.h fcntl.h libintl.h locale.h netdb.h netinet/in.h stddef.h stdlib.h string.h sys/file.h sys/inotify.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h]) ++AC_CHECK_HEADERS([arpa/inet.h asm/unistd.h endian.h machine/endian.h fcntl.h libintl.h locale.h netdb.h netinet/in.h stddef.h stdlib.h string.h sys/file.h sys/inotify.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h sys/event.h]) + + AC_CHECK_FUNCS(inotify_init, AC_DEFINE(HAVE_INOTIFY,1,[Whether kernel has inotify support]), [ + AC_MSG_CHECKING([for __NR_inotify_init syscall]) +diff -ruN inotify.c.orig inotify.c +--- inotify.c.orig 2013-11-02 02:06:41.000000000 +0100 ++++ inotify.c 2013-11-21 13:49:58.000000000 +0100 +@@ -17,7 +17,7 @@ + */ + #include "config.h" + +-#ifdef HAVE_INOTIFY ++#if defined(HAVE_INOTIFY) || defined(HAVE_SYS_EVENT_H) + #include + #include + #include +@@ -31,11 +31,16 @@ + #include + #include + #include ++#ifdef HAVE_INOTIFY + #ifdef HAVE_SYS_INOTIFY_H + #include +-#else ++#else /*HAVE_SYS_INOTIFY_H*/ + #include "linux/inotify.h" + #include "linux/inotify-syscalls.h" ++#endif /*HAVE_SYS_INOTIFY_H*/ ++#else ++#include ++#include + #endif + #include "libav.h" + +@@ -49,11 +54,13 @@ + #include "playlist.h" + #include "log.h" + ++#ifdef HAVE_INOTIFY + #define EVENT_SIZE ( sizeof (struct inotify_event) ) + #define BUF_LEN ( 1024 * ( EVENT_SIZE + 16 ) ) + #define DESIRED_WATCH_LIMIT 65536 + + #define PATH_BUF_SIZE PATH_MAX ++#endif + + struct watch + { +@@ -86,6 +93,7 @@ + struct watch *nw; + int wd; + ++ #ifdef HAVE_INOTIFY + wd = inotify_add_watch(fd, path, IN_CREATE|IN_CLOSE_WRITE|IN_DELETE|IN_MOVE); + if( wd < 0 ) + { +@@ -93,6 +101,25 @@ + return -1; + } + ++#else /*HAVE_INOTIFY*/ ++ wd = open(path, O_RDONLY); ++ if (wd == -1) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "inotify_add_watch[kqueue,open](%s) [%s]\n", path, strerror(errno)); ++ return -1; ++ } ++ struct kevent ke; ++ EV_SET(&ke, wd, ++ EVFILT_VNODE, ++ EV_ADD | EV_ENABLE | EV_CLEAR, ++ NOTE_DELETE | NOTE_WRITE | NOTE_EXTEND /*| NOTE_ATTRB*/, ++ 0, NULL); ++ if( kevent(fd, &ke, 1, NULL, 0, NULL) == -1 ) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "inotify_add_watch[kqueue](%s) [%s]\n", path, strerror(errno)); ++ return -1; ++ } ++#endif + nw = malloc(sizeof(struct watch)); + if( nw == NULL ) + { +@@ -125,9 +152,15 @@ + for( w = watches; w; w = w->next ) + { + if( strcmp(path, w->path) == 0 ) ++ #ifdef HAVE_INOTIFY + return(inotify_rm_watch(fd, w->wd)); +- } ++ #else ++ close(w->wd); /* kqueue cleans up events when handle dies*/ ++ return(0); ++ #endif ++ } + ++ + return 1; + } + +@@ -145,8 +178,7 @@ + int + inotify_create_watches(int fd) + { +- FILE * max_watches; +- unsigned int num_watches = 0, watch_limit; ++ unsigned int num_watches = 0; + char **result; + int i, rows = 0; + struct media_dir_s * media_path; +@@ -165,6 +197,9 @@ + num_watches++; + } + sqlite3_free_table(result); ++ #ifdef HAVE_INOTIFY ++ FILE * max_watches; ++ unsigned int watch_limit; + + max_watches = fopen("/proc/sys/fs/inotify/max_user_watches", "r"); + if( max_watches ) +@@ -204,7 +239,7 @@ + DPRINTF(E_WARN, L_INOTIFY, "WARNING: Could not read inotify max_user_watches! " + "Hopefully it is enough to cover %u current directories plus any new ones added.\n", num_watches); + } +- ++#endif + return rows; + } + +@@ -218,7 +253,11 @@ + while( w ) + { + last_w = w; ++ #ifdef HAVE_INOTIFY + inotify_rm_watch(fd, w->wd); ++ #else ++ close(w->wd); /*kqueue cleans up after fhandle dies*/ ++ #endif + free(w->path); + rm_watches++; + w = w->next; +@@ -294,6 +333,8 @@ + struct media_dir_s * media_path = media_dirs; + struct stat st; + ++ DPRINTF(E_DEBUG, L_INOTIFY, "inotify_insert_file: %s @ %s\n", name, path); ++ + /* Is it cover art for another file? */ + if( is_image(path) ) + update_if_album_art(path); +@@ -421,7 +462,7 @@ + + if( !depth ) + { +- //DEBUG DPRINTF(E_DEBUG, L_INOTIFY, "Inserting %s\n", name); ++ DPRINTF(E_DEBUG, L_INOTIFY, "Inserting %s\n", name); + insert_file(name, path, id+2, get_next_available_id("OBJECTS", id)); + sqlite3_free(id); + if( (is_audio(path) || is_playlist(path)) && next_pl_fill != 1 ) +@@ -446,6 +487,8 @@ + struct media_dir_s* media_path; + struct stat st; + ++ DPRINTF(E_DEBUG, L_INOTIFY, "inotify_insert_directory: %s @ %s\n", name, path); ++ + if( access(path, R_OK|X_OK) != 0 ) + { + DPRINTF(E_WARN, L_INOTIFY, "Could not access %s [%s]\n", path, strerror(errno)); +@@ -537,6 +580,7 @@ + char **result; + int64_t detailID; + int rows, playlist; ++ DPRINTF(E_DEBUG, L_INOTIFY, "inotify_remove_file: %s\n", path); + + if( ends_with(path, ".srt") ) + { +@@ -582,6 +626,8 @@ + continue; + if( children < 2 ) + { ++ sql_exec(db, "DELETE from DETAILS where ID =" ++ " (SELECT DETAIL_ID from OBJECTS where OBJECT_ID = '%s')", result[i]); + sql_exec(db, "DELETE from OBJECTS where OBJECT_ID = '%s'", result[i]); + + ptr = strrchr(result[i], '$'); +@@ -589,7 +635,9 @@ + *ptr = '\0'; + if( sql_get_int_field(db, "SELECT count(*) from OBJECTS where PARENT_ID = '%s'", result[i]) == 0 ) + { +- sql_exec(db, "DELETE from OBJECTS where OBJECT_ID = '%s'", result[i]); ++ sql_exec(db, "DELETE from DETAILS where ID =" ++ " (SELECT DETAIL_ID from OBJECTS where OBJECT_ID = '%s')", result[i]); ++ sql_exec(db, "DELETE from OBJECTS where OBJECT_ID = '%s'", result[i]); + } + } + } +@@ -612,7 +660,7 @@ + char **result; + int64_t detailID = 0; + int rows, i, ret = 1; +- ++ DPRINTF(E_DEBUG, L_INOTIFY, "inotify_remove_directory: %s\n", path); + /* Invalidate the scanner cache so we don't insert files into non-existent containers */ + valid_cache = 0; + remove_watch(fd, path); +@@ -638,7 +686,7 @@ + + return ret; + } +- ++#ifdef HAVE_INOTIFY + void * + start_inotify() + { +@@ -755,4 +803,218 @@ + + return 0; + } ++ ++#else ++void * ++start_kqueue() ++{ ++ int global_kqueue_handle = -1; ++ ++ global_kqueue_handle = kqueue(); ++ if ( global_kqueue_handle < 0 ) ++ DPRINTF(E_ERROR, L_INOTIFY, "kqueue() failed: %s\n", strerror(errno)); ++ ++ while( scanning ) ++ { ++ if( quitting ) ++ goto quitting; ++ sleep(1); ++ } ++ ++ inotify_create_watches(global_kqueue_handle); ++ if (setpriority(PRIO_PROCESS, 0, 19) == -1) ++ DPRINTF(E_WARN, L_INOTIFY, "Failed to reduce kqueue thread priority\n"); ++ sqlite3_release_memory(1<<31); ++ av_register_all(); ++ ++ while( !quitting ) ++ { ++ struct kevent ke; ++ if ( kevent(global_kqueue_handle, NULL, 0, &ke, 1, NULL) == -1 ) ++ { ++ DPRINTF(E_WARN, L_INOTIFY, "kevent polling failure: %s\n", strerror(errno)); ++ } ++ ++ /*DPRINTF(E_DEBUG, L_INOTIFY, "GOT KEVENT:\n" ++ "ident=0x%X, filter=0x%X, flags=0x%X, fflags=0x%X, data=0x%X, udata=0x%X\n", ++ ke.ident, ke.filter, ke.flags, ke.fflags, ke.data, ke.udata);*/ ++ char* dir_path = get_path_from_wd(ke.ident); ++ if (dir_path == NULL) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "Path with FD=0x%X can't be resolved.\n", ke.ident); ++ continue; ++ } ++ ++ ++ ++ if (ke.fflags & NOTE_DELETE) ++ { ++ DPRINTF(E_DEBUG, L_INOTIFY, "Path [%s] deleted.\n", dir_path); ++ inotify_remove_directory(ke.ident, dir_path); ++ } ++ else if ((ke.fflags & (NOTE_WRITE | NOTE_LINK)) == (NOTE_WRITE | NOTE_LINK)) ++ { ++ DPRINTF(E_DEBUG, L_INOTIFY, "Path [%s] content updated (directory).\n", dir_path); ++ char * sql; ++ char **result; ++ int i, rows; ++ sql = sqlite3_mprintf("SELECT PATH from DETAILS where (PATH > '%q/' and PATH <= '%q/%c')" ++ " and SIZE = ''", dir_path, dir_path, 0xFF); ++ if( (sql_get_table(db, sql, &result, &rows, NULL) != SQLITE_OK) ) ++ { ++ DPRINTF(E_WARN, L_INOTIFY, "Read state [%s]: Query failed, not updating\n", dir_path); ++ sqlite3_free(sql); ++ continue; ++ } ++ ++ ++ for( i=1; i <= rows; i++ ) ++ { ++ DPRINTF(E_DEBUG, L_INOTIFY, "Indexed content: %s\n", result[i]); ++ if (access(result[i], R_OK) == -1) ++ { ++ /* actually, global_kqueue_handle is not used here */ ++ inotify_remove_directory(global_kqueue_handle, result[i]); ++ } ++ } ++ DIR* d; ++ struct dirent * entry; ++ d = opendir(dir_path); ++ if (!d) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "Can't list [%s] (%s)\n", dir_path, strerror(errno)); ++ continue; ++ } ++ ++ for ( entry = readdir(d); entry != NULL; entry = readdir(d) ) ++ { ++ if ( (entry->d_type == DT_DIR) && ++ (strcmp(entry->d_name, "..") != 0) && ++ (strcmp(entry->d_name, ".") != 0) ) ++ { ++ ++ char tmp_path[PATH_MAX]; ++ int result_path_len; ++ result_path_len = snprintf(tmp_path, PATH_MAX, ++ "%s/%s", dir_path, entry->d_name); ++ if (result_path_len >= PATH_MAX) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "File path too long for %s!", entry->d_name); ++ continue; ++ } ++ DPRINTF(E_DEBUG, L_INOTIFY, "Walking %s\n", tmp_path); ++ char found_flag = 0; ++ for( i=1; i <= rows; i++ ) ++ { ++ if (strcmp(result[i], tmp_path) == 0) ++ { ++ found_flag = 1; ++ break; ++ } ++ } ++ if ( !found_flag ) ++ { ++ char * esc_name = NULL; ++ esc_name = modifyString(strdup(entry->d_name), "&", "&amp;"); ++ inotify_insert_directory(global_kqueue_handle, esc_name, tmp_path); ++ free(esc_name); ++ } ++ } ++ } ++ ++ sqlite3_free_table(result); ++ sqlite3_free(sql); ++ } ++ else if (ke.fflags & NOTE_WRITE) ++ { ++ DPRINTF(E_DEBUG, L_INOTIFY, "Path [%s] content updated (file).\n", dir_path); ++ char * sql; ++ char **result; ++ int i, rows; ++ sql = sqlite3_mprintf("SELECT PATH from DETAILS where (PATH > '%q/' and PATH <= '%q/%c')" ++ " and SIZE <> ''", dir_path, dir_path, 0xFF); ++ if( (sql_get_table(db, sql, &result, &rows, NULL) != SQLITE_OK) ) ++ ++ { ++ DPRINTF(E_WARN, L_INOTIFY, "Read state [%s]: Query failed, not updating\n", dir_path); ++ sqlite3_free(sql); ++ continue; ++ } ++ for( i=1; i <= rows; i++ ) ++ { ++ DPRINTF(E_DEBUG, L_INOTIFY, "Indexed content: %s\n", result[i]); ++ if (access(result[i], R_OK) == -1) /*oops, our file is gone*/ ++ { ++ inotify_remove_file(result[i]); ++ } ++ } ++ ++ DIR* d; ++ struct dirent * entry; ++ d = opendir(dir_path); ++ if (!d) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "Can't list [%s] (%s)\n", dir_path, strerror(errno)); ++ continue; ++ } ++ ++ for ( entry = readdir(d); entry != NULL; entry = readdir(d) ) ++ { ++ if ( (entry->d_type == DT_REG) || ++ (entry->d_type == DT_LNK) ) ++ { ++ char tmp_path[PATH_MAX]; ++ int result_path_len; ++ result_path_len = snprintf(tmp_path, PATH_MAX, ++ "%s/%s", dir_path, entry->d_name); ++ if (result_path_len >= PATH_MAX) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "File path too long for %s!", entry->d_name); ++ continue; ++ } ++ ++ DPRINTF(E_DEBUG, L_INOTIFY, "Walking %s\n", tmp_path); ++ char found_flag = 0; ++ for( i=1; i <= rows; i++ ) ++ { ++ if (strcmp(result[i], tmp_path) == 0) ++ { ++ found_flag = 1; ++ break; ++ } ++ } ++ if ( !found_flag ) ++ { ++ char * esc_name = NULL; ++ struct stat st; ++ if( stat(tmp_path, &st) != 0 ) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "'%s' disappeared!", tmp_path); ++ continue; ++ } ++ ++ esc_name = modifyString(strdup(entry->d_name), "&", "&amp;"); ++ if ( S_ISDIR(st.st_mode) ) ++ inotify_insert_directory(global_kqueue_handle, esc_name, tmp_path); ++ else ++ inotify_insert_file(esc_name, tmp_path); ++ free(esc_name); ++ } ++ } ++ } ++ ++ ++ ++ sqlite3_free_table(result); ++ sqlite3_free(sql); ++ } ++ } ++ ++ inotify_remove_watches(global_kqueue_handle); ++quitting: ++ ++ return 0; ++} ++ + #endif ++#endif // defined(HAVE_INOTIFY) || defined(HAVE_SYS_EVENT_H) +\ No newline at end of file +diff -ruN inotify.h.orig inotify.h +--- inotify.h.orig 2013-11-02 02:06:41.000000000 +0100 ++++ inotify.h 2013-11-21 13:50:46.000000000 +0100 +@@ -1,7 +1,11 @@ + #ifdef HAVE_INOTIFY + int + inotify_remove_file(const char * path); +- ++#elif defined(HAVE_SYS_EVENT_H) ++int ++inotify_remove_file(const char* path); ++void * ++start_kqueue(); + void * + start_inotify(); + #endif +diff -ruN metadata.c.orig metadata.c +--- metadata.c.orig 2013-11-02 02:06:41.000000000 +0100 ++++ metadata.c 2013-11-21 13:54:22.000000000 +0100 +@@ -492,7 +492,8 @@ + m.dlna_pn, song.mime?song.mime:m.mime, album_art); + if( ret != SQLITE_OK ) + { +- fprintf(stderr, "Error inserting details for '%s'!\n", path); ++ DPRINTF(E_ERROR, L_DB_SQL, "Error inserting details for '%s'!\n", path); ++ DPRINTF(E_ERROR, L_DB_SQL, "Error inserting details for '%s'!\n", path); + ret = 0; + } + else +@@ -675,7 +676,7 @@ + m.rotation, thumb, m.creator, m.dlna_pn, m.mime); + if( ret != SQLITE_OK ) + { +- fprintf(stderr, "Error inserting details for '%s'!\n", path); ++ DPRINTF(E_ERROR, L_DB_SQL, "Error inserting details for '%s'!\n", path); + ret = 0; + } + else +@@ -1587,7 +1588,7 @@ + m.mime, album_art); + if( ret != SQLITE_OK ) + { +- fprintf(stderr, "Error inserting details for '%s'!\n", path); ++ DPRINTF(E_ERROR, L_DB_SQL, "Error inserting details for '%s'!\n", path); + ret = 0; + } + else +diff -ruN minidlna.c.orig minidlna.c +--- minidlna.c.orig 2013-11-02 02:06:41.000000000 +0100 ++++ minidlna.c 2013-11-21 13:55:45.000000000 +0100 +@@ -997,6 +997,16 @@ + else if (pthread_create(&inotify_thread, NULL, start_inotify, NULL) != 0) + DPRINTF(E_FATAL, L_GENERAL, "ERROR: pthread_create() failed for start_inotify. EXITING\n"); + } ++#elif defined(HAVE_SYS_EVENT_H) ++ if( GETFLAG(INOTIFY_MASK) ) ++ { ++ if (!sqlite3_threadsafe() || sqlite3_libversion_number() < 3005001) ++ DPRINTF(E_ERROR, L_GENERAL, "SQLite library is not threadsafe! " ++ "Kqueue will be disabled.\n"); ++ else if (pthread_create(&inotify_thread, NULL, start_kqueue, NULL) != 0) ++ DPRINTF(E_FATAL, L_GENERAL, "ERROR: pthread_create() failed for start_kqueue. EXITING\n"); ++ } ++ + #endif + smonitor = OpenAndConfMonitorSocket(); + +diff -ruN scanner.c.orig scanner.c +--- scanner.c.orig 2013-11-02 02:06:41.000000000 +0100 ++++ scanner.c 2013-11-21 13:56:07.000000000 +0100 +@@ -590,7 +590,7 @@ + + sql_failed: + if( ret != SQLITE_OK ) +- fprintf(stderr, "Error creating SQLite3 database!\n"); ++ DPRINTF(E_ERROR, L_DB_SQL, "Error creating SQLite3 database!\n"); + return (ret != SQLITE_OK); + } + From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 12:19:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1564B831; Sun, 15 Dec 2013 12:19:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 01B5D10A1; Sun, 15 Dec 2013 12:19:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFCJXZm092446; Sun, 15 Dec 2013 12:19:33 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFCJXTL092445; Sun, 15 Dec 2013 12:19:33 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201312151219.rBFCJXTL092445@svn.freebsd.org> From: William Grzybowski Date: Sun, 15 Dec 2013 12:19:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336517 - head/shells/jailkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 12:19:34 -0000 Author: wg Date: Sun Dec 15 12:19:33 2013 New Revision: 336517 URL: http://svnweb.freebsd.org/changeset/ports/336517 Log: shells/jailkit: fix python usage Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/shells/jailkit/Makefile Modified: head/shells/jailkit/Makefile ============================================================================== --- head/shells/jailkit/Makefile Sun Dec 15 12:15:53 2013 (r336516) +++ head/shells/jailkit/Makefile Sun Dec 15 12:19:33 2013 (r336517) @@ -11,7 +11,8 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= Utilities to limit user account GNU_CONFIGURE= yes -USE_PYTHON= 2.5+ +CONFIGURE_ENV= PYTHONINTERPRETER=${PYTHON_CMD} +USE_PYTHON= 2 SHELLS= /etc/shells From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 12:22:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8DE25961; Sun, 15 Dec 2013 12:22:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A4771108; Sun, 15 Dec 2013 12:22:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFCMUqi095244; Sun, 15 Dec 2013 12:22:30 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFCMULG095242; Sun, 15 Dec 2013 12:22:30 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201312151222.rBFCMULG095242@svn.freebsd.org> From: Dirk Meyer Date: Sun, 15 Dec 2013 12:22:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336518 - head/graphics/tiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 12:22:30 -0000 Author: dinoex Date: Sun Dec 15 12:22:29 2013 New Revision: 336518 URL: http://svnweb.freebsd.org/changeset/ports/336518 Log: - use X11_CONFIGURE_WITH, X11_USE Modified: head/graphics/tiff/Makefile head/graphics/tiff/pkg-plist Modified: head/graphics/tiff/Makefile ============================================================================== --- head/graphics/tiff/Makefile Sun Dec 15 12:19:33 2013 (r336517) +++ head/graphics/tiff/Makefile Sun Dec 15 12:22:29 2013 (r336518) @@ -81,6 +81,9 @@ MLINKS= TIFFError.3tiff TIFFSet OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 +OPTIONS_SUB= yes +X11_CONFIGURE_WITH= x libgl +X11_USE= xorg=sm,ice,xmu,xi,x11 gl=glut,glu,gl .include @@ -93,15 +96,6 @@ __pmlinks3!= ${ECHO_CMD} '${MLINKS:S/ } }' .endif -.if ${PORT_OPTIONS:MX11} -USE_XORG= sm ice xmu xi x11 -USE_GL= glut glu gl -PLIST_SUB+= WITH_X11="" -.else -CONFIGURE_ARGS+= --without-x --without-libgl -PLIST_SUB+= WITH_X11="@comment " -.endif - pre-configure: ${REINPLACE_CMD} \ -e 's|^LIBTIFF_VERSION_INFO =.*$$|LIBTIFF_VERSION_INFO = 4:0:0|' \ Modified: head/graphics/tiff/pkg-plist ============================================================================== --- head/graphics/tiff/pkg-plist Sun Dec 15 12:19:33 2013 (r336517) +++ head/graphics/tiff/pkg-plist Sun Dec 15 12:22:29 2013 (r336518) @@ -17,7 +17,7 @@ bin/tiffcp bin/tiffcrop bin/tiffdither bin/tiffdump -%%WITH_X11%%bin/tiffgt +%%X11%%bin/tiffgt bin/tiffinfo bin/tiffmedian bin/tiffset From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 12:25:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57D2CA63; Sun, 15 Dec 2013 12:25:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 444D61119; Sun, 15 Dec 2013 12:25:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFCPEWT095606; Sun, 15 Dec 2013 12:25:14 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFCPE8v095605; Sun, 15 Dec 2013 12:25:14 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201312151225.rBFCPE8v095605@svn.freebsd.org> From: William Grzybowski Date: Sun, 15 Dec 2013 12:25:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336519 - head/security/py-pyme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 12:25:14 -0000 Author: wg Date: Sun Dec 15 12:25:13 2013 New Revision: 336519 URL: http://svnweb.freebsd.org/changeset/ports/336519 Log: security/py-pyme: fix usage of python - Fix usage of python - USES gmake Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/security/py-pyme/Makefile Modified: head/security/py-pyme/Makefile ============================================================================== --- head/security/py-pyme/Makefile Sun Dec 15 12:22:29 2013 (r336518) +++ head/security/py-pyme/Makefile Sun Dec 15 12:25:13 2013 (r336519) @@ -14,11 +14,13 @@ COMMENT= Python interface to GPGME libra BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme -USE_GMAKE= yes -USE_PYTHON= 2.5+ +USES= gmake +USE_PYTHON= 2 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME=pygpgme +MAKE_ARGS= PYTHON=${PYTHON_CMD} + NO_STAGE= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 12:28:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54D7CB55; Sun, 15 Dec 2013 12:28:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4152B1127; Sun, 15 Dec 2013 12:28:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFCSBwI096024; Sun, 15 Dec 2013 12:28:11 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFCSBp3096023; Sun, 15 Dec 2013 12:28:11 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201312151228.rBFCSBp3096023@svn.freebsd.org> From: William Grzybowski Date: Sun, 15 Dec 2013 12:28:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336520 - head/security/cfv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 12:28:11 -0000 Author: wg Date: Sun Dec 15 12:28:10 2013 New Revision: 336520 URL: http://svnweb.freebsd.org/changeset/ports/336520 Log: security/cfv: fix usage of python and limit to 2.x Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/security/cfv/Makefile Modified: head/security/cfv/Makefile ============================================================================== --- head/security/cfv/Makefile Sun Dec 15 12:25:13 2013 (r336519) +++ head/security/cfv/Makefile Sun Dec 15 12:28:10 2013 (r336520) @@ -9,9 +9,10 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Utility to both test and create .sfv, .csv, and md5sum files -USE_PYTHON= yes +USE_PYTHON= 2 ALL_TARGET= cfv.wrapper INSTALL_TARGET= install-wrapper +MAKE_ARGS= PYTHON=${PYTHON_CMD} MAN1= cfv.1 From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 12:30:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0F6AC4F; Sun, 15 Dec 2013 12:30:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC66C117B; Sun, 15 Dec 2013 12:30:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFCUsvZ098563; Sun, 15 Dec 2013 12:30:54 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFCUs5t098560; Sun, 15 Dec 2013 12:30:54 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201312151230.rBFCUs5t098560@svn.freebsd.org> From: Olli Hauer Date: Sun, 15 Dec 2013 12:30:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336521 - head/www/mod_authz_unixgroup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 12:30:54 -0000 Author: ohauer Date: Sun Dec 15 12:30:53 2013 New Revision: 336521 URL: http://svnweb.freebsd.org/changeset/ports/336521 Log: - update to 1.0.3 - allow staging - change MASTER_SITE Changes: v1.0.3 (Jan Wolter - Oct 6, 2011) ------------------------------------ * Allow group names to be quoted, so that you can have group names with spaces in them. This change was suggested by David Homborg. * Document updated with references to versions for Apache 2.4. v1.0.2 (Jan Wolter - May 21, 2009) ------------------------------------ * Adding copyright and Apache Version 2.0 license in LICENSE and NOTICE files. * New directive: AuthzUnixgroupError, can be used to specify the HTTP error number to be returned on failure. Modified: head/www/mod_authz_unixgroup/Makefile head/www/mod_authz_unixgroup/distinfo head/www/mod_authz_unixgroup/pkg-descr Modified: head/www/mod_authz_unixgroup/Makefile ============================================================================== --- head/www/mod_authz_unixgroup/Makefile Sun Dec 15 12:28:10 2013 (r336520) +++ head/www/mod_authz_unixgroup/Makefile Sun Dec 15 12:30:53 2013 (r336521) @@ -2,19 +2,20 @@ # $FreeBSD$ PORTNAME= mod_authz_unixgroup -PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTVERSION= 1.0.3 CATEGORIES= www -MASTER_SITES= http://www.unixpapa.com/software/ +MASTER_SITES= http://mod-auth-external.googlecode.com/files/ MAINTAINER= apache@FreeBSD.org -COMMENT= A unix group access control module for Apache 2.1 and later +COMMENT= UNIX group access control module for Apache 2.2 +LICENSE= AL2 + +PORTSCOUT= limit:^1\.0\. USE_APACHE= 22 AP_FAST_BUILD= yes AP_GENPLIST= yes SHORTMODNAME= authz_unixgroup -NO_STAGE= yes .include Modified: head/www/mod_authz_unixgroup/distinfo ============================================================================== --- head/www/mod_authz_unixgroup/distinfo Sun Dec 15 12:28:10 2013 (r336520) +++ head/www/mod_authz_unixgroup/distinfo Sun Dec 15 12:30:53 2013 (r336521) @@ -1,2 +1,2 @@ -SHA256 (mod_authz_unixgroup-1.0.1.tar.gz) = 217ca24b2ad8f8e74fd247f6d21845a28a2a7b6529ba1d121da15265a522aefa -SIZE (mod_authz_unixgroup-1.0.1.tar.gz) = 5909 +SHA256 (mod_authz_unixgroup-1.0.3.tar.gz) = 2792f736fdc3831a613747c78938cad58487486a606535eba2c4bb20009b7e2b +SIZE (mod_authz_unixgroup-1.0.3.tar.gz) = 10427 Modified: head/www/mod_authz_unixgroup/pkg-descr ============================================================================== --- head/www/mod_authz_unixgroup/pkg-descr Sun Dec 15 12:28:10 2013 (r336520) +++ head/www/mod_authz_unixgroup/pkg-descr Sun Dec 15 12:30:53 2013 (r336521) @@ -1,8 +1,9 @@ -This is a port of mod_authz_unixgroup for apache22, written by Jan Wolter. +Mod_Authz_Unixgroup 1.0.x is a unix group access control modules for Apache +version 2.2. If you have Apache 2.3 or Apache 2.4, you should be using +version 1.1.x of this module instead. -Mod_Authz_Unixgroup is a unix group access control modules for Apache 2.1 and -later. If you are having users authenticate with real Unix login ID over the -net, using something like my mod_authnz_external / pwauth combination, and you +If you are having users authenticate with real Unix login ID over the net, +using something like my mod_authnz_external / pwauth combination, and you want to do access control based on unix group membership, then mod_authz_unixgroup is exactly what you need. From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 12:34:18 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA12FE60; Sun, 15 Dec 2013 12:34:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C647411A0; Sun, 15 Dec 2013 12:34:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFCYIk4099259; Sun, 15 Dec 2013 12:34:18 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFCYI79099257; Sun, 15 Dec 2013 12:34:18 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201312151234.rBFCYI79099257@svn.freebsd.org> From: Olli Hauer Date: Sun, 15 Dec 2013 12:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336522 - head/www/mod_authz_unixgroup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 12:34:18 -0000 Author: ohauer Date: Sun Dec 15 12:34:18 2013 New Revision: 336522 URL: http://svnweb.freebsd.org/changeset/ports/336522 Log: - add DIST_SUBDIR Modified: head/www/mod_authz_unixgroup/Makefile head/www/mod_authz_unixgroup/distinfo Modified: head/www/mod_authz_unixgroup/Makefile ============================================================================== --- head/www/mod_authz_unixgroup/Makefile Sun Dec 15 12:30:53 2013 (r336521) +++ head/www/mod_authz_unixgroup/Makefile Sun Dec 15 12:34:18 2013 (r336522) @@ -5,6 +5,7 @@ PORTNAME= mod_authz_unixgroup PORTVERSION= 1.0.3 CATEGORIES= www MASTER_SITES= http://mod-auth-external.googlecode.com/files/ +DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= UNIX group access control module for Apache 2.2 Modified: head/www/mod_authz_unixgroup/distinfo ============================================================================== --- head/www/mod_authz_unixgroup/distinfo Sun Dec 15 12:30:53 2013 (r336521) +++ head/www/mod_authz_unixgroup/distinfo Sun Dec 15 12:34:18 2013 (r336522) @@ -1,2 +1,2 @@ -SHA256 (mod_authz_unixgroup-1.0.3.tar.gz) = 2792f736fdc3831a613747c78938cad58487486a606535eba2c4bb20009b7e2b -SIZE (mod_authz_unixgroup-1.0.3.tar.gz) = 10427 +SHA256 (apache2/mod_authz_unixgroup-1.0.3.tar.gz) = 2792f736fdc3831a613747c78938cad58487486a606535eba2c4bb20009b7e2b +SIZE (apache2/mod_authz_unixgroup-1.0.3.tar.gz) = 10427 From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 12:49:28 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9646D1; Sun, 15 Dec 2013 12:49:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D57231239; Sun, 15 Dec 2013 12:49:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFCnSrd003368; Sun, 15 Dec 2013 12:49:28 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFCnSDg003367; Sun, 15 Dec 2013 12:49:28 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201312151249.rBFCnSDg003367@svn.freebsd.org> From: William Grzybowski Date: Sun, 15 Dec 2013 12:49:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336523 - head/science/abinit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 12:49:29 -0000 Author: wg Date: Sun Dec 15 12:49:28 2013 New Revision: 336523 URL: http://svnweb.freebsd.org/changeset/ports/336523 Log: science/abinit: depends explicitly on "python" Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/science/abinit/Makefile Modified: head/science/abinit/Makefile ============================================================================== --- head/science/abinit/Makefile Sun Dec 15 12:34:18 2013 (r336522) +++ head/science/abinit/Makefile Sun Dec 15 12:49:28 2013 (r336523) @@ -10,7 +10,8 @@ MASTER_SITES= ftp://ftp.abinit.org/pub/a MAINTAINER= maho@FreeBSD.org COMMENT= Abinit calculates electronic structure of systems -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray +BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ + ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray LIB_DEPENDS= netcdff.4:${PORTSDIR}/science/netcdf3-ftn \ gsl:${PORTSDIR}/math/gsl From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 12:58:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3393345; Sun, 15 Dec 2013 12:58:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EF0C12E6; Sun, 15 Dec 2013 12:58:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFCw7B0006702; Sun, 15 Dec 2013 12:58:07 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFCw7Cw006701; Sun, 15 Dec 2013 12:58:07 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201312151258.rBFCw7Cw006701@svn.freebsd.org> From: Olli Hauer Date: Sun, 15 Dec 2013 12:58:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336524 - head/www/mod_auth_external2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 12:58:07 -0000 Author: ohauer Date: Sun Dec 15 12:58:07 2013 New Revision: 336524 URL: http://svnweb.freebsd.org/changeset/ports/336524 Log: - allow staging - s/LATEST_LINK/PKGNAMESUFFIX/ - change MASTERSITE to GOOGLE_CODE Modified: head/www/mod_auth_external2/Makefile Modified: head/www/mod_auth_external2/Makefile ============================================================================== --- head/www/mod_auth_external2/Makefile Sun Dec 15 12:49:28 2013 (r336523) +++ head/www/mod_auth_external2/Makefile Sun Dec 15 12:58:07 2013 (r336524) @@ -5,28 +5,24 @@ PORTNAME= mod_auth_external PORTVERSION= 2.2.11 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://www.unixpapa.com/software/ +MASTER_SITES= GOGLE_CODE +PKGNAMESUFFIX= 2 DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= Allows users authentication based on external mechanisms +LICENSE= AL2 USE_APACHE= 22 AP_FAST_BUILD= yes AP_GENPLIST= yes -LATEST_LINK= mod_auth_external2 SHORTMODNAME= auth_external PORTDOCS= AUTHENTICATORS INSTALL README -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/ -. for f in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ -. endfor -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 13:04:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7FE161B; Sun, 15 Dec 2013 13:04:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 940301377; Sun, 15 Dec 2013 13:04:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFD4tMS010100; Sun, 15 Dec 2013 13:04:55 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFD4tcT010099; Sun, 15 Dec 2013 13:04:55 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201312151304.rBFD4tcT010099@svn.freebsd.org> From: William Grzybowski Date: Sun, 15 Dec 2013 13:04:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336525 - head/net/xorp-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 13:04:55 -0000 Author: wg Date: Sun Dec 15 13:04:55 2013 New Revision: 336525 URL: http://svnweb.freebsd.org/changeset/ports/336525 Log: net/xorp-devel: depends explicitly on "python" to build Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/net/xorp-devel/Makefile Modified: head/net/xorp-devel/Makefile ============================================================================== --- head/net/xorp-devel/Makefile Sun Dec 15 12:58:07 2013 (r336524) +++ head/net/xorp-devel/Makefile Sun Dec 15 13:04:55 2013 (r336525) @@ -12,6 +12,7 @@ DISTNAME= xorp-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Open source network routing platform, development branch +BUILD_DEPENDS= python:${PORTSDIR}/lang/python # Uses libcurses, libcrypto, librt from base system. LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs \ libpcap.so:${PORTSDIR}/net/libpcap @@ -22,6 +23,7 @@ NOMAN= defined USE_BZIP2= yes USE_GCC= 4.2+ +USE_PYTHON_BUILD= 2 USE_SCONS= yes NO_STAGE= yes #USE_OPENSSL= yes From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 13:20:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BBC5A0E; Sun, 15 Dec 2013 13:20:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 487FB1468; Sun, 15 Dec 2013 13:20:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFDK144014582; Sun, 15 Dec 2013 13:20:01 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFDK1og014580; Sun, 15 Dec 2013 13:20:01 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201312151320.rBFDK1og014580@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 15 Dec 2013 13:20:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336526 - head/math/py-numpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 13:20:01 -0000 Author: koobs Date: Sun Dec 15 13:20:00 2013 New Revision: 336526 URL: http://svnweb.freebsd.org/changeset/ports/336526 Log: math/py-numpy: Add missing ending quotation to ECHO_MSG Add a missing ending quotation from the last ECHO_MSG command added in r336423. PR: ports/184775 Reported by: Roland Smith Modified: head/math/py-numpy/Makefile Modified: head/math/py-numpy/Makefile ============================================================================== --- head/math/py-numpy/Makefile Sun Dec 15 13:04:55 2013 (r336525) +++ head/math/py-numpy/Makefile Sun Dec 15 13:20:00 2013 (r336526) @@ -62,7 +62,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libalap @${ECHO_MSG} "for numpy to function correctly. Ensure it is" @${ECHO_MSG} "selected in the configuration dialog when prompted, or" @${ECHO_MSG} "Ctrl-C now and reinstall the atlas port with the option" -@${ECHO_MSG} "enabled. +@${ECHO_MSG} "enabled." sleep 5 .else LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack \ From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 13:21:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DFDAFB00; Sun, 15 Dec 2013 13:21:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC64114C4; Sun, 15 Dec 2013 13:21:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFDLDs9017093; Sun, 15 Dec 2013 13:21:13 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFDLDZf017092; Sun, 15 Dec 2013 13:21:13 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201312151321.rBFDLDZf017092@svn.freebsd.org> From: Marcus von Appen Date: Sun, 15 Dec 2013 13:21:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336527 - head/games/pykawari X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 13:21:14 -0000 Author: mva Date: Sun Dec 15 13:21:13 2013 New Revision: 336527 URL: http://svnweb.freebsd.org/changeset/ports/336527 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/games/pykawari/Makefile (contents, props changed) Modified: head/games/pykawari/Makefile ============================================================================== --- head/games/pykawari/Makefile Sun Dec 15 13:20:00 2013 (r336526) +++ head/games/pykawari/Makefile Sun Dec 15 13:21:13 2013 (r336527) @@ -34,6 +34,10 @@ NO_STAGE= yes CFLAGS+= -fPIC .endif +post-patch: + @${REINPLACE_CMD} -e 's|shell python|shell ${PYTHON_CMD}|' \ + ${WRKSRC}/build/src/gcc.mak + do-build: (cd ${WRKSRC}/build/src; CFLAGS="${CFLAGS}" ${GMAKE} -f gcc.mak PYTHONBASE=${PYTHONBASE} PYTHON_VERSION=${PYTHON_VERSION} PTHREAD_LIBS=${PTHREAD_LIBS} CXX=${CXX}) From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 13:27:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A81FAC1A; Sun, 15 Dec 2013 13:27:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9413A14E8; Sun, 15 Dec 2013 13:27:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFDRsNx017861; Sun, 15 Dec 2013 13:27:54 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFDRseV017859; Sun, 15 Dec 2013 13:27:54 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201312151327.rBFDRseV017859@svn.freebsd.org> From: Pawel Pekala Date: Sun, 15 Dec 2013 13:27:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336528 - head/net-p2p/vuze X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 13:27:54 -0000 Author: pawel Date: Sun Dec 15 13:27:53 2013 New Revision: 336528 URL: http://svnweb.freebsd.org/changeset/ports/336528 Log: Update to version 5.2.0.0 Modified: head/net-p2p/vuze/Makefile head/net-p2p/vuze/distinfo Modified: head/net-p2p/vuze/Makefile ============================================================================== --- head/net-p2p/vuze/Makefile Sun Dec 15 13:21:13 2013 (r336527) +++ head/net-p2p/vuze/Makefile Sun Dec 15 13:27:53 2013 (r336528) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vuze -PORTVERSION= 5.1.0.0 +PORTVERSION= 5.2.0.0 CATEGORIES= net-p2p java MASTER_SITES= SF/azureus/vuze/Vuze_${PORTVERSION:S/.//g} DISTNAME= Vuze_${PORTVERSION:S/.//g}_source Modified: head/net-p2p/vuze/distinfo ============================================================================== --- head/net-p2p/vuze/distinfo Sun Dec 15 13:21:13 2013 (r336527) +++ head/net-p2p/vuze/distinfo Sun Dec 15 13:27:53 2013 (r336528) @@ -1,2 +1,2 @@ -SHA256 (Vuze_5100_source.zip) = 017e56175dc194621f4201e43ccf1af6f0cbc36518ad1b1de0263fd6b0869c46 -SIZE (Vuze_5100_source.zip) = 9873092 +SHA256 (Vuze_5200_source.zip) = 399c97df898c94aa0c9d5c72d7beb8df808c6a52944ea2d3fa29540e89c36e46 +SIZE (Vuze_5200_source.zip) = 9934436 From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 13:28:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3DBECF9; Sun, 15 Dec 2013 13:28:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CFB0C14EE; Sun, 15 Dec 2013 13:28:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFDSc97018000; Sun, 15 Dec 2013 13:28:38 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFDScMY017999; Sun, 15 Dec 2013 13:28:38 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201312151328.rBFDScMY017999@svn.freebsd.org> From: Marcus von Appen Date: Sun, 15 Dec 2013 13:28:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336529 - head/games/starfighter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 13:28:39 -0000 Author: mva Date: Sun Dec 15 13:28:38 2013 New Revision: 336529 URL: http://svnweb.freebsd.org/changeset/ports/336529 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/games/starfighter/Makefile Modified: head/games/starfighter/Makefile ============================================================================== --- head/games/starfighter/Makefile Sun Dec 15 13:27:53 2013 (r336528) +++ head/games/starfighter/Makefile Sun Dec 15 13:28:38 2013 (r336529) @@ -17,12 +17,17 @@ COMMENT= Liberate the universe from the LICENSE= GPLv2 -USES= gmake iconv +USES= gmake iconv shebangfix +USE_PYTHON_BUILD= -2.7 USE_XORG= x11 xau xdmcp USE_SDL= image mixer WITH_ZLIB= yes MAKEFILE= makefile +SHEBANG_FILES= pack.py unpack.py +python_OLD_CMD= ${SETENV} python +python_CMD= ${PYTHON_CMD} + INSTALLS_ICONS= yes PLIST_FILES= bin/${PORTNAME} \ From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 13:35:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48E2112E; Sun, 15 Dec 2013 13:35:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 350241598; Sun, 15 Dec 2013 13:35:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFDZrOZ021284; Sun, 15 Dec 2013 13:35:53 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFDZrPQ021283; Sun, 15 Dec 2013 13:35:53 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201312151335.rBFDZrPQ021283@svn.freebsd.org> From: Marcus von Appen Date: Sun, 15 Dec 2013 13:35:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336530 - head/games/teeworlds X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 13:35:53 -0000 Author: mva Date: Sun Dec 15 13:35:52 2013 New Revision: 336530 URL: http://svnweb.freebsd.org/changeset/ports/336530 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency - Restrict the build to the supported Python versions Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/games/teeworlds/Makefile Modified: head/games/teeworlds/Makefile ============================================================================== --- head/games/teeworlds/Makefile Sun Dec 15 13:28:38 2013 (r336529) +++ head/games/teeworlds/Makefile Sun Dec 15 13:35:52 2013 (r336530) @@ -16,7 +16,7 @@ LICENSE= ZLIB LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USE_PYTHON_BUILD= yes +USE_PYTHON_BUILD= 2 BAM_VERSION= 0.4.0 BAM_WRKSRC= ${WRKDIR}/bam-${BAM_VERSION} @@ -52,6 +52,8 @@ DESKTOP_ENTRIES="Teeworlds" \ .endif post-patch: + @${REINPLACE_CMD} -e 's|"python "|"${PYTHON_CMD} "|' \ + ${WRKSRC}/bam.lua @${REINPLACE_CMD} -e 's|-O.||; s|-lpthread|${PTHREAD_LIBS}|; s|^gcc|${CC} ${CFLAGS}|; s|-ldl||g' \ ${BAM_WRKSRC}/make_unix.sh @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/other/sdl/sdl.lua From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 13:37:15 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D32C21B; Sun, 15 Dec 2013 13:37:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 19A5115A7; Sun, 15 Dec 2013 13:37:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFDbEWt021486; Sun, 15 Dec 2013 13:37:14 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFDbEGE021485; Sun, 15 Dec 2013 13:37:14 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201312151337.rBFDbEGE021485@svn.freebsd.org> From: William Grzybowski Date: Sun, 15 Dec 2013 13:37:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336531 - head/net/samba4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 13:37:15 -0000 Author: wg Date: Sun Dec 15 13:37:14 2013 New Revision: 336531 URL: http://svnweb.freebsd.org/changeset/ports/336531 Log: net/samba4: fix usage of python to remove implicit dependency Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/net/samba4/Makefile Modified: head/net/samba4/Makefile ============================================================================== --- head/net/samba4/Makefile Sun Dec 15 13:35:52 2013 (r336530) +++ head/net/samba4/Makefile Sun Dec 15 13:37:14 2013 (r336531) @@ -471,7 +471,7 @@ post-patch: ${PATCH_WRKSRC}/dynconfig/config.m4 # Make sure that the right version of Python is used by the tools # https://bugzilla.samba.org/show_bug.cgi?id=7305 - @for f in ${PATCH_WRKSRC}/source4/scripting/bin/*; do \ + @for f in ${PATCH_WRKSRC}/source4/scripting/bin/* ${WRKSRC}/${WAF_TOOL}; do \ ${REINPLACE_CMD} -e '1,1 s|.*python.*|#!${PYTHON_CMD}|' $${f}; \ done From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 13:50:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A692362; Sun, 15 Dec 2013 13:50:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 06A61165C; Sun, 15 Dec 2013 13:50:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFDoVEg027429; Sun, 15 Dec 2013 13:50:31 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFDoVZt027428; Sun, 15 Dec 2013 13:50:31 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201312151350.rBFDoVZt027428@svn.freebsd.org> From: Marcus von Appen Date: Sun, 15 Dec 2013 13:50:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336532 - head/graphics/lcms-python X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 13:50:32 -0000 Author: mva Date: Sun Dec 15 13:50:31 2013 New Revision: 336532 URL: http://svnweb.freebsd.org/changeset/ports/336532 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency - Restrict python to the supported versions Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/graphics/lcms-python/Makefile (contents, props changed) Modified: head/graphics/lcms-python/Makefile ============================================================================== --- head/graphics/lcms-python/Makefile Sun Dec 15 13:37:14 2013 (r336531) +++ head/graphics/lcms-python/Makefile Sun Dec 15 13:50:31 2013 (r336532) @@ -17,9 +17,10 @@ LIB_DEPENDS+= lcms:${PORTSDIR}/graphics/ BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${WRKSRC}/python -USE_PYTHON= yes +USE_PYTHON= 2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-python +CONFIGURE_ENV= PYTHON="${PYTHON_CMD}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 13:51:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5DF4444; Sun, 15 Dec 2013 13:51:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C28961664; Sun, 15 Dec 2013 13:51:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFDpGbv027784; Sun, 15 Dec 2013 13:51:16 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFDpGgc027783; Sun, 15 Dec 2013 13:51:16 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201312151351.rBFDpGgc027783@svn.freebsd.org> From: William Grzybowski Date: Sun, 15 Dec 2013 13:51:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336533 - head/net/py-pypcap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 13:51:16 -0000 Author: wg Date: Sun Dec 15 13:51:16 2013 New Revision: 336533 URL: http://svnweb.freebsd.org/changeset/ports/336533 Log: net/py-pypcap: fix usage of python Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/net/py-pypcap/Makefile Modified: head/net/py-pypcap/Makefile ============================================================================== --- head/net/py-pypcap/Makefile Sun Dec 15 13:50:31 2013 (r336532) +++ head/net/py-pypcap/Makefile Sun Dec 15 13:51:16 2013 (r336533) @@ -14,8 +14,7 @@ COMMENT= Simplified object-oriented Pyth BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex USE_PYTHON= yes -USE_PYTHON_PREFIX= yes -INSTALLS_EGGINFO= yes +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= pcap PLIST_FILES= %%PYTHON_SITELIBDIR%%/pcap.so @@ -24,4 +23,7 @@ NO_STAGE= yes post-patch: @${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pcap.c +pre-build: + (cd ${WRKSRC}; pyrexc pcap.pyx) + .include From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 13:54:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B563E545; Sun, 15 Dec 2013 13:54:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F4FE1675; Sun, 15 Dec 2013 13:54:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFDsWdj028263; Sun, 15 Dec 2013 13:54:32 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFDsUsB028251; Sun, 15 Dec 2013 13:54:30 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201312151354.rBFDsUsB028251@svn.freebsd.org> From: Olli Hauer Date: Sun, 15 Dec 2013 13:54:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336534 - in head/www: mod_auth_cookie_mysql2 mod_auth_imap2 mod_auth_pam2 mod_auth_pgsql2 mod_authn_sasl mod_bw mod_chroot mod_jail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 13:54:32 -0000 Author: ohauer Date: Sun Dec 15 13:54:30 2013 New Revision: 336534 URL: http://svnweb.freebsd.org/changeset/ports/336534 Log: - allow staging - change to new LIB_DEPENDS notation - s/LATEST_LINK/PKGNAMESUFFIX/ - fix MASTERSITE Modified: head/www/mod_auth_cookie_mysql2/Makefile head/www/mod_auth_imap2/Makefile head/www/mod_auth_pam2/Makefile head/www/mod_auth_pgsql2/Makefile head/www/mod_authn_sasl/Makefile head/www/mod_bw/Makefile head/www/mod_bw/pkg-descr head/www/mod_chroot/Makefile head/www/mod_jail/Makefile Modified: head/www/mod_auth_cookie_mysql2/Makefile ============================================================================== --- head/www/mod_auth_cookie_mysql2/Makefile Sun Dec 15 13:51:16 2013 (r336533) +++ head/www/mod_auth_cookie_mysql2/Makefile Sun Dec 15 13:54:30 2013 (r336534) @@ -10,8 +10,7 @@ DISTNAME= ${PORTNAME}_1.0 DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org -COMMENT= Allows authentication against a MySQL database via a secure cookie - +COMMENT= Allows authentication against MySQL database via secure cookie USE_MYSQL= yes USE_APACHE= 22 @@ -23,5 +22,4 @@ AP_INC= ${LOCALBASE}/include/mysql AP_LIB= ${LOCALBASE}/lib/mysql -lmysqlclient SRC_FILE= mod_auth_cookie_sql2.c mod_auth_cookie_sql2_mysql.c -NO_STAGE= yes .include Modified: head/www/mod_auth_imap2/Makefile ============================================================================== --- head/www/mod_auth_imap2/Makefile Sun Dec 15 13:51:16 2013 (r336533) +++ head/www/mod_auth_imap2/Makefile Sun Dec 15 13:54:30 2013 (r336534) @@ -6,6 +6,7 @@ PORTVERSION= 2.2.0 PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://ben.brillat.net/files/projects/mod_auth_imap2/ +PKGNAMESUFFIX= 2 DISTNAME= mod_auth_imap2-${PORTVERSION} DIST_SUBDIR= apache2 @@ -16,7 +17,6 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION} USE_APACHE= 22 -LATEST_LINK= mod_auth_imap2 AP_FAST_BUILD= yes AP_GENPLIST= yes Modified: head/www/mod_auth_pam2/Makefile ============================================================================== --- head/www/mod_auth_pam2/Makefile Sun Dec 15 13:51:16 2013 (r336533) +++ head/www/mod_auth_pam2/Makefile Sun Dec 15 13:54:30 2013 (r336534) @@ -7,14 +7,12 @@ PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://pam.sourceforge.net/mod_auth_pam/dist/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} +PKGNAMESUFFIX= 2 DISTNAME= ${PORTNAME}-2.0-${PORTVERSION} MAINTAINER= apache@FreeBSD.org COMMENT= Allows users to use PAM modules for user authentication - -LATEST_LINK= mod_auth_pam2 - USE_APACHE= 22+ WRKSRC= ${WRKDIR}/${PORTNAME} @@ -26,15 +24,10 @@ AP_GENPLIST= yes AP_EXTRAS+= -lpam -NO_STAGE= yes post-install: -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR}/ - ${INSTALL_DATA} ${WRKSRC}/samples/httpd ${EXAMPLESDIR}/pam-httpd.sample -.endif -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/ -.endif + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/samples/httpd ${STAGEDIR}${EXAMPLESDIR}/pam-httpd.sample + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} .include Modified: head/www/mod_auth_pgsql2/Makefile ============================================================================== --- head/www/mod_auth_pgsql2/Makefile Sun Dec 15 13:51:16 2013 (r336533) +++ head/www/mod_auth_pgsql2/Makefile Sun Dec 15 13:54:30 2013 (r336534) @@ -6,27 +6,22 @@ PORTVERSION= 2.0.3 PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/ +PKGNAMESUFFIX= 2 MAINTAINER= apache@FreeBSD.org COMMENT= Allows users to use PostgreSQL databases for user authentication - USE_PGSQL= yes USE_APACHE= 22 -LATEST_LINK= mod_auth_pgsql2 - AP_INC?= ${LOCALBASE}/include AP_LIB?= ${LOCALBASE}/lib -lpq AP_FAST_BUILD= yes AP_GENPLIST= yes PORTDOCS= mod_auth_pgsql.html -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/mod_auth_pgsql.html ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/www/mod_authn_sasl/Makefile ============================================================================== --- head/www/mod_authn_sasl/Makefile Sun Dec 15 13:51:16 2013 (r336533) +++ head/www/mod_authn_sasl/Makefile Sun Dec 15 13:54:30 2013 (r336534) @@ -13,13 +13,12 @@ COMMENT= Allows user authentication base LICENSE= AL2 -LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 - +LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 OPTIONS_DEFINE= SASLAUTHD SASLAUTHD_DESC= cyrus-sasl2-saslauthd support -NO_STAGE= yes +SASLAUTHD_RUN_DEPENDS= saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd .include USE_BZIP2= yes @@ -31,18 +30,10 @@ AP_LIB= ${LOCALBASE}/lib -lsasl2 PORTDOCS1= AUTHORS LICENSE PORTDOCS= * -.if ${PORT_OPTIONS:MSASLAUTHD} -RUN_DEPENDS+= saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd -.endif - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR}/ - @${FIND} ${WRKSRC}/doc \( -name "*.in" -o -name "*.am" \) -delete -. for f in ${PORTDOCS1} - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ -. endfor - @(cd ${WRKSRC} && ${COPYTREE_SHARE} doc ${DOCSDIR}) -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS1:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}/ + @(cd ${WRKSRC} && ${COPYTREE_SHARE} doc ${STAGEDIR}${DOCSDIR} \ + "! ( -name *\.in -o -name *\.am )" ) .include Modified: head/www/mod_bw/Makefile ============================================================================== --- head/www/mod_bw/Makefile Sun Dec 15 13:51:16 2013 (r336533) +++ head/www/mod_bw/Makefile Sun Dec 15 13:54:30 2013 (r336534) @@ -5,13 +5,14 @@ PORTNAME= mod_bw PORTVERSION= 0.8 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://www.ivn.cl/apache/files/source/ +MASTER_SITES= http://legacy.ivn.cl/files/source/ EXTRACT_SUFX= .tgz DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= Bandwidth and Connection control per Virtual Host or Directory +LICENSE= AL2 WRKSRC= ${WRKDIR}/mod_bw USE_APACHE= 22 @@ -19,14 +20,10 @@ AP_FAST_BUILD= yes AP_GENPLIST= yes SRC_FILE= mod_bw.c -PORTDOCS= LICENSE mod_bw.txt +PORTDOCS= mod_bw.txt -NO_STAGE= yes post-install: -.ifndef NOPORTDOCS - @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && \ - ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/www/mod_bw/pkg-descr ============================================================================== --- head/www/mod_bw/pkg-descr Sun Dec 15 13:51:16 2013 (r336533) +++ head/www/mod_bw/pkg-descr Sun Dec 15 13:54:30 2013 (r336534) @@ -3,4 +3,4 @@ It can: * Restrict the number of simultaneous connections per vhost/dir * Limit the bandwidth for files on vhost/dir -WWW: http://www.ivn.cl/apache/ +WWW: http://ivn.cl/category/apache/ Modified: head/www/mod_chroot/Makefile ============================================================================== --- head/www/mod_chroot/Makefile Sun Dec 15 13:51:16 2013 (r336533) +++ head/www/mod_chroot/Makefile Sun Dec 15 13:54:30 2013 (r336534) @@ -10,17 +10,14 @@ MASTER_SITES= http://core.segfault.pl/~h MAINTAINER= apache@FreeBSD.org COMMENT= The mod_chroot makes running Apache in a chroot easy - USE_APACHE= 22+ AP_FAST_BUILD= yes AP_GENPLIST= yes PORTDOCS= INSTALL CAVEATS README.Apache20 README -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + .include Modified: head/www/mod_jail/Makefile ============================================================================== --- head/www/mod_jail/Makefile Sun Dec 15 13:51:16 2013 (r336533) +++ head/www/mod_jail/Makefile Sun Dec 15 13:54:30 2013 (r336534) @@ -9,26 +9,15 @@ MASTER_SITES= http://mod-jail.googlecode MAINTAINER= apache@FreeBSD.org COMMENT= Apache module to enable an easy alternative to mod_chroot +LICENSE= AL2 USE_APACHE= 22+ AP_FAST_BUILD= yes AP_GENPLIST= yes -NOPORTDOCS= yes -PORTDOCS= changelog.html documentation.html download.html \ - index.html - -NO_STAGE= yes .include post-extract: @${REINPLACE_CMD} -e "s|= apxs|= ${APXS}|" ${WRKSRC}/Makefile -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC}/doc && \ - ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif - .include From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 13:56:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C748D653; Sun, 15 Dec 2013 13:56:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3281168E; Sun, 15 Dec 2013 13:56:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFDumsD028673; Sun, 15 Dec 2013 13:56:48 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFDum7S028671; Sun, 15 Dec 2013 13:56:48 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201312151356.rBFDum7S028671@svn.freebsd.org> From: William Grzybowski Date: Sun, 15 Dec 2013 13:56:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336536 - in head/net: rabbitmq-c rabbitmq-c-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 13:56:48 -0000 Author: wg Date: Sun Dec 15 13:56:47 2013 New Revision: 336536 URL: http://svnweb.freebsd.org/changeset/ports/336536 Log: net/rabbitmq-c(-devel)?: depends explicitly on "python" Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/net/rabbitmq-c-devel/Makefile head/net/rabbitmq-c/Makefile Modified: head/net/rabbitmq-c-devel/Makefile ============================================================================== --- head/net/rabbitmq-c-devel/Makefile Sun Dec 15 13:56:46 2013 (r336535) +++ head/net/rabbitmq-c-devel/Makefile Sun Dec 15 13:56:47 2013 (r336536) @@ -19,7 +19,8 @@ COMMENT= RabbitMQ C AMQP client library LICENSE= GPLv2 MPL LICENSE_COMB= dual -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson +BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson CONFLICTS= rabbitmq-c-[0-9]* Modified: head/net/rabbitmq-c/Makefile ============================================================================== --- head/net/rabbitmq-c/Makefile Sun Dec 15 13:56:46 2013 (r336535) +++ head/net/rabbitmq-c/Makefile Sun Dec 15 13:56:47 2013 (r336536) @@ -18,7 +18,8 @@ COMMENT= RabbitMQ C AMQP client library LICENSE= GPLv2 MPL LICENSE_COMB= dual -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson +BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson CONFLICTS= rabbitmq-c-devel-[0-9]* From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 13:56:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA903652; Sun, 15 Dec 2013 13:56:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 966D6168D; Sun, 15 Dec 2013 13:56:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFDukGg028604; Sun, 15 Dec 2013 13:56:46 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFDuklH028603; Sun, 15 Dec 2013 13:56:46 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201312151356.rBFDuklH028603@svn.freebsd.org> From: Andrej Zverev Date: Sun, 15 Dec 2013 13:56:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336535 - head/net-p2p/libtorrent-devel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 13:56:46 -0000 Author: az Date: Sun Dec 15 13:56:46 2013 New Revision: 336535 URL: http://svnweb.freebsd.org/changeset/ports/336535 Log: - Try fix under fbsd > 10 Added: head/net-p2p/libtorrent-devel/files/patch-src__torrent__connection_manager.h (contents, props changed) Added: head/net-p2p/libtorrent-devel/files/patch-src__torrent__connection_manager.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/libtorrent-devel/files/patch-src__torrent__connection_manager.h Sun Dec 15 13:56:46 2013 (r336535) @@ -0,0 +1,10 @@ +--- ./src/torrent/connection_manager.h.orig 2013-12-15 17:55:18.427951513 +0400 ++++ ./src/torrent/connection_manager.h 2013-12-15 17:55:43.459221755 +0400 +@@ -42,6 +42,7 @@ + + #include + #include ++#include + #include + #include + #include From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 14:04:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52E91989; Sun, 15 Dec 2013 14:04:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3EDE116FE; Sun, 15 Dec 2013 14:04:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFE4wXZ032243; Sun, 15 Dec 2013 14:04:58 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFE4wN0032242; Sun, 15 Dec 2013 14:04:58 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201312151404.rBFE4wN0032242@svn.freebsd.org> From: Marcus von Appen Date: Sun, 15 Dec 2013 14:04:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336537 - head/graphics/libosmesa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 14:04:58 -0000 Author: mva Date: Sun Dec 15 14:04:57 2013 New Revision: 336537 URL: http://svnweb.freebsd.org/changeset/ports/336537 Log: - Restrict the python version to be used to the proper value Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/graphics/libosmesa/Makefile Modified: head/graphics/libosmesa/Makefile ============================================================================== --- head/graphics/libosmesa/Makefile Sun Dec 15 13:56:47 2013 (r336536) +++ head/graphics/libosmesa/Makefile Sun Dec 15 14:04:57 2013 (r336537) @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libx USES+= gmake pkgconfig USE_BZIP2= yes USE_LDCONFIG= yes -USE_PYTHON= yes +USE_PYTHON= 2 USE_XORG= x11 xext USE_AUTOTOOLS= autoconf automake libtool GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 14:14:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D27AAAC; Sun, 15 Dec 2013 14:14:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 593011769; Sun, 15 Dec 2013 14:14:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFEErVR036091; Sun, 15 Dec 2013 14:14:53 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFEEr6W036090; Sun, 15 Dec 2013 14:14:53 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201312151414.rBFEEr6W036090@svn.freebsd.org> From: Marcus von Appen Date: Sun, 15 Dec 2013 14:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336538 - head/graphics/nathive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 14:14:53 -0000 Author: mva Date: Sun Dec 15 14:14:52 2013 New Revision: 336538 URL: http://svnweb.freebsd.org/changeset/ports/336538 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/graphics/nathive/Makefile (contents, props changed) Modified: head/graphics/nathive/Makefile ============================================================================== --- head/graphics/nathive/Makefile Sun Dec 15 14:04:57 2013 (r336537) +++ head/graphics/nathive/Makefile Sun Dec 15 14:14:52 2013 (r336538) @@ -31,7 +31,8 @@ NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/BASE =/ s|=.*|= ${PREFIX}/|; \ - s|cp -r \([^ ]*\)/|cp -R \1|' ${WRKSRC}/${MAKEFILE} + s|cp -r \([^ ]*\)/|cp -R \1|; \ + s|python |${PYTHON_CMD} |' ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} -e 's|/usr/share/nathive|${DATADIR}|' \ ${WRKSRC}/${PORTNAME}.desktop .if ! ${PORT_OPTIONS:MDOCS} From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 14:19:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA8EFBCE; Sun, 15 Dec 2013 14:19:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C59E01786; Sun, 15 Dec 2013 14:19:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFEJms2036769; Sun, 15 Dec 2013 14:19:48 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFEJm9L036767; Sun, 15 Dec 2013 14:19:48 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201312151419.rBFEJm9L036767@svn.freebsd.org> From: Rene Ladan Date: Sun, 15 Dec 2013 14:19:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336539 - head/comms/dcf77pi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 14:19:48 -0000 Author: rene Date: Sun Dec 15 14:19:48 2013 New Revision: 336539 URL: http://svnweb.freebsd.org/changeset/ports/336539 Log: Update to 1.1.1 Changes: dcf77pi: - Calculate century (modulo 400) from year, month, day of week, day of month - New parameter -S to set the system time - Improvements to DST handling - Set error state if day of month is too large, not just when greater than 31 readpin: - New parameter -t for readpin to adjust nanosleep() delay - Determine realfreq dynamically, do not use realfreq from config.txt general: - Documentation updates - Code cleanups Modified: head/comms/dcf77pi/Makefile head/comms/dcf77pi/distinfo Modified: head/comms/dcf77pi/Makefile ============================================================================== --- head/comms/dcf77pi/Makefile Sun Dec 15 14:14:52 2013 (r336538) +++ head/comms/dcf77pi/Makefile Sun Dec 15 14:19:48 2013 (r336539) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcf77pi -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= comms MAINTAINER= rene@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE= BSD USE_GITHUB= yes GH_ACCOUNT= rene0 -GH_COMMIT= 82252fd +GH_COMMIT= 8be074e MAKE_ARGS= FULLPREFIX="${STAGEDIR}${PREFIX}" Modified: head/comms/dcf77pi/distinfo ============================================================================== --- head/comms/dcf77pi/distinfo Sun Dec 15 14:14:52 2013 (r336538) +++ head/comms/dcf77pi/distinfo Sun Dec 15 14:19:48 2013 (r336539) @@ -1,2 +1,2 @@ -SHA256 (dcf77pi-1.1.0.tar.gz) = e2f8284228c49cb385d3479bd3f14cf39b205ad6a69d5f6bf55a5ed1f2f2a000 -SIZE (dcf77pi-1.1.0.tar.gz) = 11976 +SHA256 (dcf77pi-1.1.1.tar.gz) = 4849ff943c3e74480e86e6719302daffcc6140008e0d4f076e32cc31440fc87a +SIZE (dcf77pi-1.1.1.tar.gz) = 13058 From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 14:32:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Post