Re: FreeBSD Port: squid-3.1.6

2010-08-12 Thread Guido Falsi

On 08/11/10 21:35, Thomas-Martin Seck wrote:


Thanks for the heads up. From looking at
http://www.squid-cache.org/Versions/v3/3.1/changesets/
it looks like you are running into Squid bug #2994/3011 ("squid
3.1.6 does not work on ipv4-only systems"). Can you confirm that?



Hi!

Thanks for the quick response!

From what I have seen, yes it seems to happen on IPv4 systems. I could 
not try any IPv6 system, since I don't have any.



Could you try this patch against www/squid31? It adds a trimmed version
of changeset 10063 to the files/ directory. I tested that Squid still
builds on 8.1-STABLE/amd64.


I just tried your patch at home and it seems to have solved the problem. 
I can now reach ssl sites.


I have not tested it well still though.

I will try this at work tomorrow and report back.

Thanks again for the quick patch!

--
Guido Falsi 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ports/146709: Update port: sysutils/psmisc Upgrade to 22.11

2010-08-12 Thread Douglas Thrift
Hello,

I originally submitted this PR almost 3 months ago when psmisc didn't
have a maintainer and offered to take maintainership. Since then another
PR was submitted and that person was given maintainership despite this
one still being open. I tried contacting the new maintainer and the
committer of the other PR, but received no response from either.

I've reworked my patch to work against the latest version of the port.

Thanks!
-- 
Douglas William Thrift


diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/Makefile psmisc/Makefile
--- /usr/ports/sysutils/psmisc/Makefile 2010-08-01 00:13:14.0 -0700
+++ psmisc/Makefile 2010-08-12 00:02:19.087759857 -0700
@@ -7,20 +7,39 @@
 
 PORTNAME=  psmisc
 PORTVERSION=   22.12
+PORTREVISION=  1
 CATEGORIES=sysutils
 MASTER_SITES=  SF/${PORTNAME}/${PORTNAME}
 
 MAINTAINER=sunp...@sunpoet.net
 COMMENT=   A port of the Linux pstree, killall and pidof commands
 
+BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed
+
 CONFLICTS= pidof-[0-9]* pstree-2.[0-9]*
 
-CONFIGURE_ARGS=--disable-nls
+LICENSE=   GPLv2
+
 GNU_CONFIGURE= yes
 USE_GMAKE= yes
 
+OPTIONS=   NLS "Native Language Support via gettext utilities" On
+
+.include 
+
 MAN1=  killall.1 pstree.1
-PLIST_FILES=   bin/killall bin/pidof bin/pstree bin/pstree.x11
+
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+=NLS="@comment "
+.else
+USE_GETTEXT=   yes
+CONFIGURE_ARGS+=--enable-nls
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+=  -L${LOCALBASE}/lib
+CONFIGURE_ENV+=CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+PLIST_SUB+=NLS=""
+.endif
 
 post-patch:
@${REINPLACE_CMD} -e '/^#define COMM_LEN / s|16|254|' 
${WRKSRC}/src/comm.h
@@ -28,4 +47,4 @@
 post-install:
@${LN} -fs killall ${PREFIX}/bin/pidof
 
-.include 
+.include 
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/files/patch-src-Makefile.in 
psmisc/files/patch-src-Makefile.in
--- /usr/ports/sysutils/psmisc/files/patch-src-Makefile.in  2010-08-01 
00:13:14.0 -0700
+++ psmisc/files/patch-src-Makefile.in  2010-08-11 23:40:24.404739181 -0700
@@ -1,5 +1,5 @@
 src/Makefile.in.orig   2010-07-12 19:38:08.0 +0800
-+++ src/Makefile.in2010-07-31 18:58:38.0 +0800
+--- src/Makefile.in.orig   2010-07-12 04:38:08.0 -0700
 src/Makefile.in2010-08-11 23:39:30.652095791 -0700
 @@ -34,8 +34,8 @@
  POST_UNINSTALL = :
  build_triplet = @build@
@@ -37,32 +37,37 @@
  prtstat_SOURCES = prtstat.c prtstat.h
  BUILT_SOURCES = signames.h
  EXTRA_DIST = signames.c 
-@@ -545,14 +543,20 @@
- 
+@@ -299,19 +297,19 @@
+   -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+ fuser$(EXEEXT): $(fuser_OBJECTS) $(fuser_DEPENDENCIES) 
+   @rm -f fuser$(EXEEXT)
+-  $(LINK) $(fuser_OBJECTS) $(fuser_LDADD) $(LIBS)
++  $(LINK) $(fuser_OBJECTS) $(fuser_LDADD) $(LIBS) $(INTLLIBS)
+ killall$(EXEEXT): $(killall_OBJECTS) $(killall_DEPENDENCIES) 
+   @rm -f killall$(EXEEXT)
+-  $(LINK) $(killall_OBJECTS) $(killall_LDADD) $(LIBS)
++  $(LINK) $(killall_OBJECTS) $(killall_LDADD) $(LIBS) $(INTLLIBS)
+ peekfd$(EXEEXT): $(peekfd_OBJECTS) $(peekfd_DEPENDENCIES) 
+   @rm -f peekfd$(EXEEXT)
+-  $(LINK) $(peekfd_OBJECTS) $(peekfd_LDADD) $(LIBS)
++  $(LINK) $(peekfd_OBJECTS) $(peekfd_LDADD) $(LIBS) $(INTLLIBS)
+ prtstat$(EXEEXT): $(prtstat_OBJECTS) $(prtstat_DEPENDENCIES) 
+   @rm -f prtstat$(EXEEXT)
+-  $(LINK) $(prtstat_OBJECTS) $(prtstat_LDADD) $(LIBS)
++  $(LINK) $(prtstat_OBJECTS) $(prtstat_LDADD) $(LIBS) $(INTLLIBS)
+ pstree$(EXEEXT): $(pstree_OBJECTS) $(pstree_DEPENDENCIES) 
+   @rm -f pstree$(EXEEXT)
+-  $(LINK) $(pstree_OBJECTS) $(pstree_LDADD) $(LIBS)
++  $(LINK) $(pstree_OBJECTS) $(pstree_LDADD) $(LIBS) $(INTLLIBS)
  
+ mostlyclean-compile:
+   -rm -f *.$(OBJEXT)
+@@ -547,7 +545,7 @@
  signames.h: signames.c Makefile
--  export LC_ALL=C ; \
--  @CPP@ -dM $< |\
+   export LC_ALL=C ; \
+   @CPP@ -dM $< |\
 -  tr -s '\t ' ' ' | sort -n -k 3 | sed \
--  's:#define SIG\([A-Z]\+[0-9]*\) \([0-9]\+\) *\(\|/\*.*\)$$:{\ \2,"\1" 
},:p;d' | \
--grep -v '[0-9][0-9][0-9]' >signames.h || \
--{ rm -f signames.h; exit 1; }
--  grep '^{ 1,"HUP" },$$' signames.h >/dev/null || \
--{ rm -f signames.h; exit 1; }
-+  @CPP@ -dM $< | {\
-+  signames=`kill -l | tr a-z A-Z`; \
-+  while read define name value; do \
-+  [ "$$define" = '#define' ] || continue; \
-+  case "$$value" in \
-+  *[!0-9]*) continue; \
-+  esac; \
-+  for signame in $$signames; do \
-+  if [ "$$name" = "SIG$$signame" ]; then \
-+ 

Re: ports/146709: Update port: sysutils/psmisc Upgrade to 22.11

2010-08-12 Thread Douglas Thrift
Hello,

I originally submitted this PR almost 3 months ago when psmisc didn't
have a maintainer and offered to take maintainership. Since then another
PR was submitted and that person was given maintainership despite this
one still being open. I tried contacting the new maintainer and the
committer of the other PR, but received no response from either.

I've reworked my patch to work against the latest version of the port.

Thanks!
-- 
Douglas William Thrift


diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/Makefile psmisc/Makefile
--- /usr/ports/sysutils/psmisc/Makefile 2010-08-01 00:13:14.0 -0700
+++ psmisc/Makefile 2010-08-12 00:02:19.087759857 -0700
@@ -7,20 +7,39 @@
 
 PORTNAME=  psmisc
 PORTVERSION=   22.12
+PORTREVISION=  1
 CATEGORIES=sysutils
 MASTER_SITES=  SF/${PORTNAME}/${PORTNAME}
 
 MAINTAINER=sunp...@sunpoet.net
 COMMENT=   A port of the Linux pstree, killall and pidof commands
 
+BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed
+
 CONFLICTS= pidof-[0-9]* pstree-2.[0-9]*
 
-CONFIGURE_ARGS=--disable-nls
+LICENSE=   GPLv2
+
 GNU_CONFIGURE= yes
 USE_GMAKE= yes
 
+OPTIONS=   NLS "Native Language Support via gettext utilities" On
+
+.include 
+
 MAN1=  killall.1 pstree.1
-PLIST_FILES=   bin/killall bin/pidof bin/pstree bin/pstree.x11
+
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+=NLS="@comment "
+.else
+USE_GETTEXT=   yes
+CONFIGURE_ARGS+=--enable-nls
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+=  -L${LOCALBASE}/lib
+CONFIGURE_ENV+=CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+PLIST_SUB+=NLS=""
+.endif
 
 post-patch:
@${REINPLACE_CMD} -e '/^#define COMM_LEN / s|16|254|' 
${WRKSRC}/src/comm.h
@@ -28,4 +47,4 @@
 post-install:
@${LN} -fs killall ${PREFIX}/bin/pidof
 
-.include 
+.include 
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/files/patch-src-Makefile.in 
psmisc/files/patch-src-Makefile.in
--- /usr/ports/sysutils/psmisc/files/patch-src-Makefile.in  2010-08-01 
00:13:14.0 -0700
+++ psmisc/files/patch-src-Makefile.in  2010-08-11 23:40:24.404739181 -0700
@@ -1,5 +1,5 @@
 src/Makefile.in.orig   2010-07-12 19:38:08.0 +0800
-+++ src/Makefile.in2010-07-31 18:58:38.0 +0800
+--- src/Makefile.in.orig   2010-07-12 04:38:08.0 -0700
 src/Makefile.in2010-08-11 23:39:30.652095791 -0700
 @@ -34,8 +34,8 @@
  POST_UNINSTALL = :
  build_triplet = @build@
@@ -37,32 +37,37 @@
  prtstat_SOURCES = prtstat.c prtstat.h
  BUILT_SOURCES = signames.h
  EXTRA_DIST = signames.c 
-@@ -545,14 +543,20 @@
- 
+@@ -299,19 +297,19 @@
+   -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+ fuser$(EXEEXT): $(fuser_OBJECTS) $(fuser_DEPENDENCIES) 
+   @rm -f fuser$(EXEEXT)
+-  $(LINK) $(fuser_OBJECTS) $(fuser_LDADD) $(LIBS)
++  $(LINK) $(fuser_OBJECTS) $(fuser_LDADD) $(LIBS) $(INTLLIBS)
+ killall$(EXEEXT): $(killall_OBJECTS) $(killall_DEPENDENCIES) 
+   @rm -f killall$(EXEEXT)
+-  $(LINK) $(killall_OBJECTS) $(killall_LDADD) $(LIBS)
++  $(LINK) $(killall_OBJECTS) $(killall_LDADD) $(LIBS) $(INTLLIBS)
+ peekfd$(EXEEXT): $(peekfd_OBJECTS) $(peekfd_DEPENDENCIES) 
+   @rm -f peekfd$(EXEEXT)
+-  $(LINK) $(peekfd_OBJECTS) $(peekfd_LDADD) $(LIBS)
++  $(LINK) $(peekfd_OBJECTS) $(peekfd_LDADD) $(LIBS) $(INTLLIBS)
+ prtstat$(EXEEXT): $(prtstat_OBJECTS) $(prtstat_DEPENDENCIES) 
+   @rm -f prtstat$(EXEEXT)
+-  $(LINK) $(prtstat_OBJECTS) $(prtstat_LDADD) $(LIBS)
++  $(LINK) $(prtstat_OBJECTS) $(prtstat_LDADD) $(LIBS) $(INTLLIBS)
+ pstree$(EXEEXT): $(pstree_OBJECTS) $(pstree_DEPENDENCIES) 
+   @rm -f pstree$(EXEEXT)
+-  $(LINK) $(pstree_OBJECTS) $(pstree_LDADD) $(LIBS)
++  $(LINK) $(pstree_OBJECTS) $(pstree_LDADD) $(LIBS) $(INTLLIBS)
  
+ mostlyclean-compile:
+   -rm -f *.$(OBJEXT)
+@@ -547,7 +545,7 @@
  signames.h: signames.c Makefile
--  export LC_ALL=C ; \
--  @CPP@ -dM $< |\
+   export LC_ALL=C ; \
+   @CPP@ -dM $< |\
 -  tr -s '\t ' ' ' | sort -n -k 3 | sed \
--  's:#define SIG\([A-Z]\+[0-9]*\) \([0-9]\+\) *\(\|/\*.*\)$$:{\ \2,"\1" 
},:p;d' | \
--grep -v '[0-9][0-9][0-9]' >signames.h || \
--{ rm -f signames.h; exit 1; }
--  grep '^{ 1,"HUP" },$$' signames.h >/dev/null || \
--{ rm -f signames.h; exit 1; }
-+  @CPP@ -dM $< | {\
-+  signames=`kill -l | tr a-z A-Z`; \
-+  while read define name value; do \
-+  [ "$$define" = '#define' ] || continue; \
-+  case "$$value" in \
-+  *[!0-9]*) continue; \
-+  esac; \
-+  for signame in $$signames; do \
-+  if [ "$$name" = "SIG$$signame" ]; then \
-+ 

Re: ports/146709: Update port: sysutils/psmisc Upgrade to 22.11

2010-08-12 Thread Douglas Thrift
Hello,

I originally submitted this PR almost 3 months ago when psmisc didn't
have a maintainer and offered to take maintainership. Since then another
PR was submitted and that person was given maintainership despite this
one still being open. I tried contacting the new maintainer and the
committer of the other PR, but received no response from either.

I've reworked my patch to work against the latest version of the port.

Thanks!
-- 
Douglas William Thrift


diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/Makefile psmisc/Makefile
--- /usr/ports/sysutils/psmisc/Makefile 2010-08-01 00:13:14.0 -0700
+++ psmisc/Makefile 2010-08-12 00:02:19.087759857 -0700
@@ -7,20 +7,39 @@
 
 PORTNAME=  psmisc
 PORTVERSION=   22.12
+PORTREVISION=  1
 CATEGORIES=sysutils
 MASTER_SITES=  SF/${PORTNAME}/${PORTNAME}
 
 MAINTAINER=sunp...@sunpoet.net
 COMMENT=   A port of the Linux pstree, killall and pidof commands
 
+BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed
+
 CONFLICTS= pidof-[0-9]* pstree-2.[0-9]*
 
-CONFIGURE_ARGS=--disable-nls
+LICENSE=   GPLv2
+
 GNU_CONFIGURE= yes
 USE_GMAKE= yes
 
+OPTIONS=   NLS "Native Language Support via gettext utilities" On
+
+.include 
+
 MAN1=  killall.1 pstree.1
-PLIST_FILES=   bin/killall bin/pidof bin/pstree bin/pstree.x11
+
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+=NLS="@comment "
+.else
+USE_GETTEXT=   yes
+CONFIGURE_ARGS+=--enable-nls
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+=  -L${LOCALBASE}/lib
+CONFIGURE_ENV+=CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+PLIST_SUB+=NLS=""
+.endif
 
 post-patch:
@${REINPLACE_CMD} -e '/^#define COMM_LEN / s|16|254|' 
${WRKSRC}/src/comm.h
@@ -28,4 +47,4 @@
 post-install:
@${LN} -fs killall ${PREFIX}/bin/pidof
 
-.include 
+.include 
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/files/patch-src-Makefile.in 
psmisc/files/patch-src-Makefile.in
--- /usr/ports/sysutils/psmisc/files/patch-src-Makefile.in  2010-08-01 
00:13:14.0 -0700
+++ psmisc/files/patch-src-Makefile.in  2010-08-11 23:40:24.404739181 -0700
@@ -1,5 +1,5 @@
 src/Makefile.in.orig   2010-07-12 19:38:08.0 +0800
-+++ src/Makefile.in2010-07-31 18:58:38.0 +0800
+--- src/Makefile.in.orig   2010-07-12 04:38:08.0 -0700
 src/Makefile.in2010-08-11 23:39:30.652095791 -0700
 @@ -34,8 +34,8 @@
  POST_UNINSTALL = :
  build_triplet = @build@
@@ -37,32 +37,37 @@
  prtstat_SOURCES = prtstat.c prtstat.h
  BUILT_SOURCES = signames.h
  EXTRA_DIST = signames.c 
-@@ -545,14 +543,20 @@
- 
+@@ -299,19 +297,19 @@
+   -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+ fuser$(EXEEXT): $(fuser_OBJECTS) $(fuser_DEPENDENCIES) 
+   @rm -f fuser$(EXEEXT)
+-  $(LINK) $(fuser_OBJECTS) $(fuser_LDADD) $(LIBS)
++  $(LINK) $(fuser_OBJECTS) $(fuser_LDADD) $(LIBS) $(INTLLIBS)
+ killall$(EXEEXT): $(killall_OBJECTS) $(killall_DEPENDENCIES) 
+   @rm -f killall$(EXEEXT)
+-  $(LINK) $(killall_OBJECTS) $(killall_LDADD) $(LIBS)
++  $(LINK) $(killall_OBJECTS) $(killall_LDADD) $(LIBS) $(INTLLIBS)
+ peekfd$(EXEEXT): $(peekfd_OBJECTS) $(peekfd_DEPENDENCIES) 
+   @rm -f peekfd$(EXEEXT)
+-  $(LINK) $(peekfd_OBJECTS) $(peekfd_LDADD) $(LIBS)
++  $(LINK) $(peekfd_OBJECTS) $(peekfd_LDADD) $(LIBS) $(INTLLIBS)
+ prtstat$(EXEEXT): $(prtstat_OBJECTS) $(prtstat_DEPENDENCIES) 
+   @rm -f prtstat$(EXEEXT)
+-  $(LINK) $(prtstat_OBJECTS) $(prtstat_LDADD) $(LIBS)
++  $(LINK) $(prtstat_OBJECTS) $(prtstat_LDADD) $(LIBS) $(INTLLIBS)
+ pstree$(EXEEXT): $(pstree_OBJECTS) $(pstree_DEPENDENCIES) 
+   @rm -f pstree$(EXEEXT)
+-  $(LINK) $(pstree_OBJECTS) $(pstree_LDADD) $(LIBS)
++  $(LINK) $(pstree_OBJECTS) $(pstree_LDADD) $(LIBS) $(INTLLIBS)
  
+ mostlyclean-compile:
+   -rm -f *.$(OBJEXT)
+@@ -547,7 +545,7 @@
  signames.h: signames.c Makefile
--  export LC_ALL=C ; \
--  @CPP@ -dM $< |\
+   export LC_ALL=C ; \
+   @CPP@ -dM $< |\
 -  tr -s '\t ' ' ' | sort -n -k 3 | sed \
--  's:#define SIG\([A-Z]\+[0-9]*\) \([0-9]\+\) *\(\|/\*.*\)$$:{\ \2,"\1" 
},:p;d' | \
--grep -v '[0-9][0-9][0-9]' >signames.h || \
--{ rm -f signames.h; exit 1; }
--  grep '^{ 1,"HUP" },$$' signames.h >/dev/null || \
--{ rm -f signames.h; exit 1; }
-+  @CPP@ -dM $< | {\
-+  signames=`kill -l | tr a-z A-Z`; \
-+  while read define name value; do \
-+  [ "$$define" = '#define' ] || continue; \
-+  case "$$value" in \
-+  *[!0-9]*) continue; \
-+  esac; \
-+  for signame in $$signames; do \
-+  if [ "$$name" = "SIG$$signame" ]; then \
-+ 

Re: FreeBSD Port: squid-3.1.6

2010-08-12 Thread Dominique BERTHET
Hello
I have finally use the patch on the amd64 server and now everything
seems to work fine
Thanx a lot
Best Regards
Dominique BERTHET

Le 12/08/2010 00:44, Guido Falsi a écrit :
> On 08/11/10 21:35, Thomas-Martin Seck wrote:
> 
>> Thanks for the heads up. From looking at
>> http://www.squid-cache.org/Versions/v3/3.1/changesets/
>> it looks like you are running into Squid bug #2994/3011 ("squid
>> 3.1.6 does not work on ipv4-only systems"). Can you confirm that?
>>
> 
> Hi!
> 
> Thanks for the quick response!
> 
> From what I have seen, yes it seems to happen on IPv4 systems. I could
> not try any IPv6 system, since I don't have any.
> 
>> Could you try this patch against www/squid31? It adds a trimmed version
>> of changeset 10063 to the files/ directory. I tested that Squid still
>> builds on 8.1-STABLE/amd64.
> 
> I just tried your patch at home and it seems to have solved the problem.
> I can now reach ssl sites.
> 
> I have not tested it well still though.
> 
> I will try this at work tomorrow and report back.
> 
> Thanks again for the quick patch!
> 

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ports/149564: patch for various games/ adding appropriate LICENSEs to Makefiles

2010-08-12 Thread Anonymous
(CC'ing ports@, anyone there care to update the wiki to mention the
common issue?)

Ullrich Franke  writes:

> --- ./magicor/Makefile2010-03-28 08:35:17.0 +0200
> +++ ./magicor/Makefile2010-07-26 12:36:33.0 +0200
> @@ -16,6 +16,11 @@
>  MAINTAINER=  amd...@freebsd.org
>  COMMENT= Old-school, puzzle game similar to Solomon's Key
>  
> +LICENSE= unknown
> +LICENSE_NAME=Public Domain
> +LICENSE_PERMS=   ${_LICENSE_PERMS_DEFAULT}
> +LICENSE_FILE=${WRKSRC}/LICENSE
> +
>  RUN_DEPENDS= 
> ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
>  
>  USE_PYTHON=  yes
> --- ./alienblaster/Makefile   2010-01-30 10:42:46.0 +0100
> +++ ./alienblaster/Makefile   2010-07-26 12:28:24.0 +0200
> @@ -15,6 +15,9 @@
>  MAINTAINER=  alepul...@freebsd.org
>  COMMENT= Alien Blaster
>  
> +LICENSE= GPLv2
> +LICENSE_FILE=${WRKSRC}/LICENSE
> +
>  USE_GMAKE=   yes
>  USE_SDL= mixer sdl
>  REINPLACE_ARGS=  -i ''

Note, there is a known limitation of the framework regarding license
file named `LICENSE' described in ports/148808. Just comment
LICENSE_FILE until it's resolved so you won't forget which ports have a
license file.

  $ make deinstall
  ===>   Deinstalling magicor-1.1_3
  pkg_delete: file '/usr/local/share/licenses/magicor-1.1_3/LICENSE' doesn't 
exist

  $ make deinstall
  ===>   Deinstalling alienblaster-1.1.0_4
  pkg_delete: file '/usr/local/share/licenses/alienblaster-1.1.0_4/LICENSE' 
doesn't exist
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: xz memory limit override

2010-08-12 Thread Matthias Andree

Warren Block wrote on 2010-08-01:

xz(1) has a built-in protective notion about limiting memory usage that  
prevents port building on relatively low-memory computers.  Users have  
experienced this in the wild[1].


Matthias Andree pointed out[2] that there are existing ways to limit  
memory usage: "They can use ulimit(1) -- or whatever their favourite  
login shell offers -- to set soft memory limits."


I submitted ports/148250[3] to add the "-Mmax" option to port xz  
extractions.  There haven't been any squawks of outrage, peeps of  
agreement, or even acks of, uh, acknowledgement.  Hence this message, to  
bring it up again for a status check.


I'm in favour of adding such a command line option to extraction, because  
it appears that upstream solutions are stalled or progressing slowly (I  
haven't checked the xz git repo though), and it's critical to the build  
process that we can actually extract.


--
Matthias Andree
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: i keep *trying* to move from portupgrade to portmaster

2010-08-12 Thread Mike Jakubik
 I tried portmaster for myself and im wondering how to get the 
functionality of "portupgrade lib\*", meaning update all libraries that 
need updating. With "portmaster lib\*" it tries to update and rebuild 
all libraries, how can i tell portmaster to only update what needs 
updating? I can't find such an option in the man page, there is an 
option to always rebuild but no option to never rebuild. There is also 
-i, but it's a pain in the ass to manually select y/n for all libraries. 
Am i not seeing something in the man page?

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: squid-3.1.6

2010-08-12 Thread Thomas-Martin Seck
* Dominique BERTHET (dbert...@emse.fr):

> Hello
> I have finally use the patch on the amd64 server and now everything
> seems to work fine

Good news, thank you both for testing. ports/149582 contains the
maintainer update to 3.1.6_1 with the local patch for bug #3011.

Best regards,
-- 
Thomas-Martin Seck
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: i keep *trying* to move from portupgrade to portmaster

2010-08-12 Thread Dominic Fandrey
On 06/08/2010 23:26, Doug Barton wrote:
> On 08/06/2010 04:34, jhell wrote:
> 
>> Do not prompt for a backup package creation failure
> 
> I need to add an option for this, but it will likely be an "expert"
> option that you can set in the rc file. The theory is that package
> creation failure should be a rare thing, and since portmaster has no way
> to know what packages are really critical to any given system it treats
> inability to safely recover from an upgrade failure as a critical error.
> However, having the ability to disable this is an oft-requested feature,
> I just haven't gotten to it yet.

Maybe you could treat pkg_create's return value 2 special, that's
what pkg_upgrade does.

Return value 2 means that creating a backup was successful, but
incomplete because of missing files. All the more reason to replace
the package in my opinion.

It's the most common case and it has no influence on portmaster's
ability to return the original state if something goes wrong, so
there's really no need to treat it differently from return value 0.

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: i keep *trying* to move from portupgrade to portmaster

2010-08-12 Thread Dominic Fandrey
On 07/08/2010 02:46, Adam Vande More wrote:
> On Fri, Aug 6, 2010 at 5:11 PM, Doug Barton  wrote:
> 
>> On 08/06/2010 15:03, Adam Vande More wrote:
>>
>> for pkg in /var/db/pkg/* ; do
>>pkg_create -b $pkg
>> done
>>
> 

You guys are loosing opportunities to boast with your shell one liners

# pkg_info -Ea | xargs -n1 pkg_create -b

Regards

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Looks as if we need a misc/compat8x

2010-08-12 Thread Dmitry Marakasov
* Ade Lovett (a...@freebsd.org) wrote:

> > I expect that a "real" compat8x port might need a few more libraries --
> > my build machine has a rather small number of installed ports
> 
> If I'm not mistaken, a compat8x port would only likely be created
> during the RC process of 9.0 - ie: when it is known which libraries
> are needed in terms of having a different shlib rev.
> 
> All the while it's merely 9-CURRENT, folks are expected to handle
> building of their own ports (or pull packages from the usual places)
> -- another artefact of "it's -current, deal with it" (or words to
> that effect).

compat6x appeared there half a year before 7.0-RELEASE, so I guess
nothing holds us from doing a compat8x and keeping in up to date with
bumps in current. Ask ga...@.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: i keep *trying* to move from portupgrade to portmaster

2010-08-12 Thread Anonymous
Dominic Fandrey  writes:

> On 07/08/2010 02:46, Adam Vande More wrote:
>> On Fri, Aug 6, 2010 at 5:11 PM, Doug Barton  wrote:
>> 
>>> On 08/06/2010 15:03, Adam Vande More wrote:
>>>
>>> for pkg in /var/db/pkg/* ; do
>>>pkg_create -b $pkg
>>> done
>>>
>> 
>
> You guys are loosing opportunities to boast with your shell one liners
>
> # pkg_info -Ea | xargs -n1 pkg_create -b

Why do you need xargs(1) when pkg_create(1) supports regexps as well as
simple globs?

  $ pkg_create -b \*# all packages
  $ pkg_create -xb firefox  # only firefox
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Whither Thunderbird 3.1(.1)?

2010-08-12 Thread Doug Barton
ale? ping? Would it help if Beat or I committed this for you?


Doug


On 08/04/2010 23:12, Doug Barton wrote:
> On 08/04/10 08:12, Beat Gaetzi wrote:
>> On 03.08.2010 20:52, Doug Barton wrote:
>>> On 08/03/10 09:59, Joe Marcus Clarke wrote:
 On 8/3/10 3:05 AM, Beat Gaetzi wrote:
> On 03.08.2010 02:59, Doug Barton wrote:
>> Just curious about the status of native Thunderbird 3.1.x. IMO the
>> linux
>> version is a significant improvement over 3.0.x, so I'd like to run the
>> native version and get out of "clunky font land" sometime soon. :)  Do
>> y'all have a roadmap? If I missed it, my apologies ...
>
> Thunderbird 3.1 is ready since it has been released but the update
> depends on this repo-cpoy:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148136

 Ugh.  With all my travel and work lately, the repocopies moved to cvs so
 I missed them in my weekly sweep.  Sorry.  I just took care of this.

 Joe

>
> In the meantime you could use the port from our development repository:
> # svn co
> https://trillian.chruetertee.ch/svn/freebsd-gecko/trunk/mail/thunderbird
>>>
>>> Careful, if you guys start rewarding my whinging about stuff you'll just
>>> get more of it. :)
>>>
>>> Meanwhile, hopefully ale can coordinate with y'all on the enigmail
>>> plugin since they made a break on compatibility and enigmail 1.0.x only
>>> works with tbird <= 3.0.x, and enigmail 1.1.x only works with tbird >=
>>> 3.1.x. Woo hoo!
> 
>> Please take a look at this patch which updates enigmail-thunderbird to
>> 1.1.2 and works with Thunderbird 3.1:
>> http://people.freebsd.org/~beat/patches/enigmail-1.1.2.patch
> 
>> ale: Could you please consider committing this patch?
> 
> This patch worked for me, thanks Beat for all your hard work on this.
> 
> 
> Doug
> 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

-- 

Improve the effectiveness of your Internet presence with
a domain name makeover!http://SupersetSolutions.com/

Computers are useless. They can only give you answers.
-- Pablo Picasso

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ports/14471: commit references a PR

2010-08-12 Thread dfilter service
The following reply was made to PR ports/14471; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/14471: commit references a PR
Date: Thu, 12 Aug 2010 20:25:15 + (UTC)

 ohauer  2010-08-12 20:20:23 UTC
 
   FreeBSD ports repository
 
   Modified files:
 net  Makefile 
   Added files:
 net/gpxe Makefile distinfo pkg-descr 
 net/gpxe/files   patch-arch__i386__Makefile 
  patch-arch__i386__Makefile.pcbios 
  patch-util__fnrec.sh patch-util__geniso 
  patch-util__genliso patch-util__gensdsk 
  pkg-message.in 
   Log:
   PR:14471
   Submitted by:  Guerkan Karaman 
   Approved by:   glarkin (mentor)
   
   gPXE is an open-source PXE implementation and bootloader.
   
   Create network booting code that allows computers to load
   their operating system from a network or to extend an
   existing PXE implementation with support for additional
   protocols, such iSCSI, HTTP, TFTP, NFS, FTP and ATA
   over Ethernet.
   
   WWW: http://etherboot.org/wiki/index.php
   
   Revision  ChangesPath
   1.2239+1 -0  ports/net/Makefile
   1.1   +46 -0 ports/net/gpxe/Makefile (new)
   1.1   +3 -0  ports/net/gpxe/distinfo (new)
   1.1   +12 -0 ports/net/gpxe/files/patch-arch__i386__Makefile (new)
   1.1   +25 -0 ports/net/gpxe/files/patch-arch__i386__Makefile.pcbios 
(new)
   1.1   +8 -0  ports/net/gpxe/files/patch-util__fnrec.sh (new)
   1.1   +17 -0 ports/net/gpxe/files/patch-util__geniso (new)
   1.1   +19 -0 ports/net/gpxe/files/patch-util__genliso (new)
   1.1   +19 -0 ports/net/gpxe/files/patch-util__gensdsk (new)
   1.1   +19 -0 ports/net/gpxe/files/pkg-message.in (new)
   1.1   +9 -0  ports/net/gpxe/pkg-descr (new)
 ___
 cvs-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"
 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: i keep *trying* to move from portupgrade to portmaster

2010-08-12 Thread Doug Barton

On Thu, 12 Aug 2010, Mike Jakubik wrote:

I tried portmaster for myself and im wondering how to get the functionality 
of "portupgrade lib\*", meaning update all libraries that need updating. With 
"portmaster lib\*" it tries to update and rebuild all libraries, how can i 
tell portmaster to only update what needs updating? I can't find such an 
option in the man page, there is an option to always rebuild but no option to 
never rebuild. There is also -i, but it's a pain in the ass to manually 
select y/n for all libraries. Am i not seeing something in the man page?


No, you're not missing anything. The default behavior for portmaster is 
to upgrade everything you specify on the command line.


Something like this would probably work:
portmaster `pkg_version -Ivl\< | grep ^lib | cut -f1 -d\<`


hth,

Doug

--

Improve the effectiveness of your Internet presence with
a domain name makeover!http://SupersetSolutions.com/

Computers are useless. They can only give you answers.
-- Pablo Picasso

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: dspam install

2010-08-12 Thread David DEMELIER
2010/7/16 Ion-Mihai Tetcu :
> On Thu, 15 Jul 2010 22:50:32 +0200
> David DEMELIER  wrote:
>
>> 2010/7/14 Sahil Tandon :
>> > [mail/dspam maintainer Cc:'d]
>> >
>> > On Tue, 2010-07-13 at 09:46:04 +0200, David DEMELIER wrote:
>> >
>> >> 2010/7/13 Sahil Tandon :
>> >> > On Mon, 2010-07-12 at 21:28:56 +0200, David DEMELIER wrote:
>> >> >
>> >> >> .if defined(WITH_MYSQL)
>> >> >> WANT_MYSQL_VER= 55 ...
>> >> >> .endif
>> >> >>
>> >> >> Then if the user wants a different version he still can change using :
>> >> >> WITH_MYSQL_VER= 44.
>> >> >
>> >> > That change by itself will not work because in bsd.database.mk:
>> >> >
>> >> >  .if defined(WITH_MYSQL_VER) && ${WITH_MYSQL_VER} != ${WANT_MYSQL_VER}
>> >> >  IGNORE= ...
>> >>
>> >> Then, explain me why do both php5 and php5-pgsql have not
>> >> KNOBS/OPTIONS like dspam and work with this variable WITH_PGSQL_VER ?
>> >
>> > This is a good opportunity for you to learn about how the ports system
>> > works.  Compare the contents of both ports and also review
>> > bsd.database.mk; if, after that, you still do not understand the current
>> > behavior, let us know.
>
> For short, it's like this because it (AFAIR) not all what we have now
> in the framework we had back when I worte the port, and because I
> wanted to also be able to depend on the server.
>
>
> --
> Ion-Mihai Tetcu 
>

Hi,

I made a lot of changes in the mail/dspam Makefile.

Can you take a look at it if you have the time? I want to be sure
everything is okay and I didn't test everything right now.

The patch is accessible here :

http://markand.malikania.fr/dspam.patch

Summary of changes :
 o Huge general cleanup ;
 o Removed useless *_LOCAL options (for RUN_DEPENDS). If user needs it
he will install it ;
 o Sit on WITH_MYSQL_VER and WITH_PGSQL_VER instead of multiple
WITH_MYSQL* options ;
 o Renamed WebUI option to WEBUI (we usually write them in capital only) ;
 o Switched USE_* conditionals to WITH_* (depend on option selected).

With kind regards.

-- 
Demelier David
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Why did www/mplayer-plugin disappear without the notice in /usr/ports/UPDATING?

2010-08-12 Thread Yuri
I noticed that on /Sun Aug 8 08:46:23 2010 UTC /this port just 
disappeared with cvs message by beat:
Remove expired port www/mplayer-plugin: Upstream support dropped. Please 
consider using www/gecko-mediaplayer instead.


Could you please add the notice in /usr/ports/UPDATING saying just the 
same as cvs checkin message does?
UPDATING file is the place where all people updating the ports look 
where they notice the disappeared port.


Thank you,
Yuri
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Why did www/mplayer-plugin disappear without the notice in /usr/ports/UPDATING?

2010-08-12 Thread Rob Farmer
On Thu, Aug 12, 2010 at 4:46 PM, Yuri  wrote:
> I noticed that on /Sun Aug 8 08:46:23 2010 UTC /this port just disappeared
> with cvs message by beat:
> Remove expired port www/mplayer-plugin: Upstream support dropped. Please
> consider using www/gecko-mediaplayer instead.
>
> Could you please add the notice in /usr/ports/UPDATING saying just the same
> as cvs checkin message does?
> UPDATING file is the place where all people updating the ports look where
> they notice the disappeared port.

This is noted in MOVED, which is the correct place for such things.

http://www.freebsd.org/cgi/cvsweb.cgi/ports/MOVED.diff?r1=1.2188;r2=1.2189

-- 
Rob Farmer

>
> Thank you,
> Yuri
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Scid (chess toolkit) fork

2010-08-12 Thread Steven
This work great with FreeBSD 7.0.
Scid is a huge chess engine and database toolkit.
Scid vs. PC has countless interface fixes over the original,
(and a new chess engine tournament feature) but lacks some of 
it's more modern database features.

source: 
http://sourceforge.net/projects/scidvspc/files/source/scid_vs_pc-4.0.tgz/download
svn: svn co https://scidvspc.svn.sourceforge.net/svnroot/scidvspc
web: http://scidvspc.sourceforge.net/

Steven




___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"