lang/php72: last changelog references to wrong version, please update to 7.2.33

2020-08-25 Thread José García Juanino
Hi all,

I am inspecting the last update in lang/php72 port
(https://svnweb.freebsd.org/ports?view=revision=545454),
and the changelog shows the following:

lang/php72: Update from 7.2.22 to 7.2.23

Changelog:

Core:
Fixed bug #79877 (getimagesize function silently truncates
after a null byte) (cmb)
Phar:
Fixed bug #79797 (Use of freed hash key in the
phar_parse_zipfile function). (CVE-2020-7068)

Unless I am misunderstanding something, it seems to be wrong: that
changelog references to 7.2.33 update instead of the 7.2.23 one, and
on the other hand in the Makefile also references the wrong version
7.2.32.

In short, I think what needs to be done is to update the port to the
7.2.33 version to cover CVE-2020-7068.

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


Several PostgreSQL versions installed

2017-05-25 Thread José García Juanino
Hi FreeBSD porters,


I have been read the following thread

"Proposal to fix postgresql package maintainance nightmare"

https://lists.freebsd.org/pipermail/freebsd-ports/2015-July/099842.html

but I think that, two years later, there is no progress on this matter.
I am unaware if there is any project that addresses this issue, so my
apologies if this work is already in progress.

The goal of the new postgresql port schema should be, in my honest
opinion:

* It must allow to install distinct version without ugly hacks as jails,
  etc. Jails are a overkill to accomplish this task.

* Each software version must live in a separate directory
${LOCALBASE}/pgsql/X.Y:

/usr/local/pgsql/9.2
/usr/local/pgsql/9.4
/usr/local/pgsql/9.6

  and so on.


* It is not necessary to provide an installed version as the default.
  For example, if we need 9.5 and 9.6 versions installed, both are
  equally valid, and we do not need the standard postgresql binaries
  (pg_dump, psql, pg_ctl, etc) installed in the standard PATH as
  /bin:/usr/bin:/usr/local/bin.  Those binaries are located under
  /usr/local/pgsql/X.Y/bin directory, and everyone can configure the
  shell environment variable PATH to add the previous directory:
  PATH=$PATH:/usr/local/pgsql/X.Y/bin. Please do not make symlinks from
  /usr/local/bin/pg_some to specific /usr/local/pgsql/X.Y/bin/pg_some,
  it has very little advantages and a lot of drawbacks. Under a prompt
  command line, a skilled database administrator always need to know
  what command version is executing and do not need an standard location
  as /usr/local/bin.


* The rc and the periodic script must be versioned also:

/usr/local/etc/rc.d/postgresql9.6
/usr/local/etc/rc.d/postgresql5.6



Best regards, and thanks to the volunteers for make FreeBSD an great
operating system!




-- 
José G. Juanino
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

[PATCH] Support for more than one exchange server in mail/davmail port

2017-05-08 Thread José García Juanino
Hi FreeBSD ports,

please could any port committer take a look at 218140 PR?. It submits
a patch to support more than one exchange server to connect. Today
Microsoft Exchange servers are more and more popular.

The patch is pretty similar to postgresql server databases port, and
works fine at least for me.

Thank you for your support, best regards.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


commit PR 214236

2016-11-26 Thread José García Juanino
Hi freebsd-ports,

could any committer take a look to PR 214236? It is a patch ready to
be committed. Thanks.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


by-borgbackup does not install with portmaster: it does not detect the right python version

2016-05-24 Thread José García Juanino
Hi,

please I need some advice about this PR:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209649

The issue seems to be related to portmaster, as I think it does not
detect that py-borgbackup requires 3.4 python version packages instead
of 2.7. The critical output is the following:

# portmaster archivers/py-borgbackup

===>>> Port directory: /usr/ports/archivers/py-borgbackup

===>>> Gathering distinfo list for installed ports

===>>> Launching 'make checksum' for archivers/py-borgbackup in background
===>>> Gathering dependency list for archivers/py-borgbackup from ports
===>>> Starting dependency check
===>>> Checking dependency: devel/py-setuptools_scm
===>>> Launching child to install devel/py-setuptools_scm

===>>> archivers/py-borgbackup >> devel/py-setuptools_scm (1/1)

===>>> Port directory: /usr/ports/devel/py-setuptools_scm

===>>> Launching 'make checksum' for devel/py-setuptools_scm in background
===>>> Gathering dependency list for devel/py-setuptools_scm from ports
===>>> Starting dependency check
===>>> Checking dependency: devel/py-setuptools27  <--- Wrong???


Notice that the port builds fine by mean of "make install". Only
crashes (at runtime) when building with portmaster.

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


Libreoffice 4.5.2 crashes opening an ODF file

2014-07-03 Thread José García Juanino
Hi,

I have installed the last libreoffice version available from pkg
repository, but I have found two serious issues:

1- If you try to open an ODF format file (.odt extension) libreoffice
segfaults, and syslogs shows:

Jul  3 08:50:06 hostnam kernel: pid 2007 (soffice.bin), uid 1001:
exited on signal 11

Whenever, you can work with other formats as FODT, DOCX, etc with no issue.


2- If you create a ODF document from scratch and save it, libreoffice
raises an annoying error Error saving the document: General Error,
although the file is well  created and you can open it with other
libreoffice (from windows, for example). At previously, you can save
in other format as FODT, etc.

I have remove my profile ($HOME/.config/libreoffice) but does not fix the issue.

Anyone else is suffering this issues?


Regards
___
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: Libreoffice 4.5.2 crashes opening an ODF file

2014-07-03 Thread José García Juanino
I forgot to say that my release is:

$ uname -a
FreeBSD hostname 10.0-RELEASE-p4 FreeBSD 10.0-RELEASE-p4 #0: Tue Jun
 3 12:52:18 UTC 2014
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

On 3 July 2014 09:02, José García Juanino jjuan...@gmail.com wrote:
 Hi,

 I have installed the last libreoffice version available from pkg
 repository, but I have found two serious issues:

 1- If you try to open an ODF format file (.odt extension) libreoffice
 segfaults, and syslogs shows:

 Jul  3 08:50:06 hostnam kernel: pid 2007 (soffice.bin), uid 1001:
 exited on signal 11

 Whenever, you can work with other formats as FODT, DOCX, etc with no issue.


 2- If you create a ODF document from scratch and save it, libreoffice
 raises an annoying error Error saving the document: General Error,
 although the file is well  created and you can open it with other
 libreoffice (from windows, for example). At previously, you can save
 in other format as FODT, etc.

 I have remove my profile ($HOME/.config/libreoffice) but does not fix the 
 issue.

 Anyone else is suffering this issues?


 Regards
___
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

mrxvt-devel does not show non-ascii character before end of line

2014-01-24 Thread José García Juanino
Hello,

after upgrade from 9.2 to 10.0 and rebuild the ports, mrxvt multi tab
terminal shows a strange issue: when you type an non-ascii character, it is
hidden from terminal unless you type another new character just behind.
Indeed, the exact bug is that mrxvt will not show any non-ascii character
before end of line. To reproduce this issue, you can type the following in
mrxt terminal, built from ports with the default options:

$ echo añ   myfile
$ cat myfile
a
### ñ is not shown

(substitute spanish ñ by any other non-ascii character and you will get the
same issue).

mrxvt is rather ancient and not mantained by upstream, but actually is the
best multi tab terminal. But with this annoyed bug, I think it should be
definitively deprecated. Any idea to fix this bug, or some proposal on a
good multi tab terminal? (ignoring  kde or gnome related terminals, as they
need huge and complex dependencies).

Regards
___
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: kBuild and opera will not install in 10.0: lang/gcc46 conflicts with lang/gcc

2013-12-23 Thread José García Juanino
On 23 December 2013 08:36, Bernhard Fröhlich de...@bluelife.at wrote:

 Am 22.12.2013 21:57 schrieb Dirk Meyer dirk.me...@dinoex.sub.org:
  Opera has an option to pick your poison.
  you can set COMPAT9, which does conflict with virtualbox.

 No it does not conflict anymore. That has been fixed already.

Only a remark: the goal is install emulators/virtualbox-ose-additions and
www/opera on a
VirtualBox FreeBSD 10.0RC2. I have found a workaround:

1- First,  install emulators/virtualbox-ose-additions  with pkgng. Then you
will get /usr/local/lib/gcc46/libstdc++.so.6
installed by lang/gcc port.
2- Install www/opera from ports: cd /usr/ports/www/opera  make install
clean. This trick  works as the port only
check the installation of the libstdc++.so.6; it does not care the which
package installed the library.

Yes, there are some corner cases you need the flexibility of the port
system :-)

Best regards
___
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


[patch] Update textproc/fop from 0.93 to 0.94

2007-12-26 Thread José García Juanino
Hi

Please could someone to update the textproc/fop port to 0.94 release?
It looks like a good release with some nice improvements:

http://xmlgraphics.apache.org/fop/0.94/releaseNotes_0.94.html

In order to update the port I have attached fop_094.diff.bz2:

# cd /usr/ports/textproc/fop
# bzip2 -dc fop_094.diff.bz2 | patch -p1
# rm *.orig

I have tested it on 7.0-BETA4 and 6.2-RELEASE-p9 i386 architecture.

PD: Should I to submit a PR?

Thanks!


fop_094.diff.bz2
Description: Binary data


pgpQdFo3EbH6a.pgp
Description: PGP signature


Re: Xorg 7.2 funal upgrade trouble

2007-05-20 Thread José García Juanino
El domingo 20 de mayo a las 01:15:45 CEST, Dmitry Morozovsky escribió:
 On Sun, 20 May 2007, Pav Lucistnik wrote:
 
 PL Dmitry Morozovsky p??e v ne 20. 05. 2007 v 02:50 +0400:
 PL 
 PL  However, just after The Big Commit [tm] ;) I'd falled into very strange 
 erro 
 PL  (last few lines from script log):
 PL  
 PL  Error: mtree file /usr/ports/Templates/BSD.local.dist is missing.
 PL  Copy it from a suitable location (e.g., /usr/src/etc/mtree) and try 
 again.
 PL  *** Error code 1
 PL  
 PL  Hence, I could not install portupgrade-devel.
 PL  
 PL  This is on rather fresh (week old) RELENG_6.
 PL  
 PL  Can anyone sched me a bit of light? Thanks in advance.
 PL 
 PL Already fixed - wait another hour and cvsup/portsnap again.
 
 Ah, I see (last commit from flz).
 
 Copying from the place mentioned helps too ;)

I did that yesterday, but I see now some differences between that files
(after a recent portsnap)

# diff /usr/ports/Templates/BSD.local.dist /usr/src/etc/mtree/BSD.local.dist

--- /usr/ports/Templates/BSD.local.dist Sat May 19 23:55:00 2007
+++ /usr/src/etc/mtree/BSD.local.dist   Tue May  9 21:42:12 2006
@@ -1,4 +1,4 @@
-# $FreeBSD: ports/Templates/BSD.local.dist,v 1.1 2007/05/19 21:55:00 flz Exp $
+# $FreeBSD: src/etc/mtree/BSD.local.dist,v 1.117.2.1 2006/01/17 06:53:17 dougb 
Exp $
 #
 # Please see the file src/etc/mtree/README before making changes to this file.
 #
@@ -14,20 +14,10 @@
 ..
 ..
 include
-X11
-..
 ..
 info
 ..
 lib

...



Will I get into trouble?


I have done already 

# portupgrade -f -o ports-mgmt/portupgrade-devel portupgrade
# portupgrade -Rf libXft


Best regards



-- 
http://www.telefonica.net/web2/gauss


pgpJzqyPnveeq.pgp
Description: PGP signature


Re: HEADS UP: xorg 7.2 ready for testing (could not open default font 'fixed' error)

2007-05-20 Thread José García Juanino
El domingo 20 de mayo a las 18:55:43 CEST, Gaye Abdoulaye escribió:
  Hello list,
  1-I've successfully upgraded my ports tree
  2-use /usr/ports/Tools/scripts/mergebase.sh and make required sym-link to 
  /usr/local/lib/X11
  3- run X -configure
  4- run X -config xorg.conf.new
  but i have an error: could not open default font 'fixed'
  I forgot something?

It is possible that fonts.alias files are not installed, as in Xorg 7.2
they are supplied by x11-fonts/font-alias port.

Regards

-- 
http://www.telefonica.net/web2/gauss


pgpVk5W4nxwYe.pgp
Description: PGP signature


Re: x11/kdelibs3 revamp, add OPTIONS

2007-04-09 Thread José García Juanino
El jueves 05 de abril a las 16:32:04 CEST, Dmitry Marakasov escribió:
 Hi!
 
 I'm one of those people who don't like extra dependencies, and I'm
 disappointed that, while it's required by many useful apps,
 x11/kdelibs3 does not provide options to disable obviously useless
 for many people functionality and, thus, additional depends (arts,
 libthai, fam, aspell, libidn etc.). I've created kdelibs3-lite
 port for myself, stripped of useless depends and I'm happy with it.
 
 But I wanted to know if it's worth to submit kdelibs3-lite as a PR,
 or maybe it's even possible to merge OPTIONS into kdelibs3 port (it
 could be improved even more. For example, kdelibs3-nocups support is
 rather ugly as it is).
 
 I would like to hear if there are more people who's for such a change,
 and general opinion of kde@ guys. Thanks.

I agree. I only use konsole, but I have to compile and to install all
the KDE in order to get it. A such port with OPTIONS will be wellcome
for many people (the same applies to kdebase3).

Regards

-- 
http://www.telefonica.net/web2/gauss


pgp6va8nEllHG.pgp
Description: PGP signature


Re: hide dependency in graphics/xpdf port

2007-04-01 Thread José García Juanino
El domingo 01 de abril a las 00:03:23 CEST, Eric P. Scott escribió:
 Let's try that again, without the missing-hyphen typo:
 
 .if defined(WITH_LIBPAPER)
 LIB_DEPENDS+= paper.2:${PORTSDIR}/print/libpaper
 CONFIGURE_ARGS+=  --with-libpaper-library=${LOCALBASE}/lib \
   --with-libpaper-includes=${LOCALBASE}/include
 .else
 CONFIGURE_ARGS+=  --without-libpaper-library
 .endif

OK, it works.

I have submitted the followup.

Thanks

-- 
http://www.telefonica.net/web2/gauss


pgplhseoXGfHt.pgp
Description: PGP signature


hide dependency in graphics/xpdf port

2007-03-31 Thread José García Juanino
Hi


I think that graphics/xpdf holds a hide depend with print/libpaper.

Suppose you have print/libpaper port installed and you build xpdf with
A4 option. Then you get:

$ ldd /usr/X11R6/bin/xpdf | grep libpaper
libpaper.so.2 = /usr/local/lib/libpaper.so.2 (0x285ab000)

but libpaper is not registered in ports database as dependency:

# pkg_info -r xpdf-3.01_3
Information for xpdf-3.01_3:

Depends on:
Dependency: expat-2.0.0_1
Dependency: pkg-config-0.21
Dependency: freetype2-2.2.1_1
Dependency: perl-5.8.8
Dependency: fontconfig-2.4.2,1
Dependency: libdrm-2.0.2
Dependency: imake-6.9.0_1
Dependency: gsfonts-8.11_2
Dependency: xorg-libraries-6.9.0_1
Dependency: t1lib-5.1.1,1
Dependency: open-motif-2.2.3_2




Regards

-- 
http://www.telefonica.net/web2/gauss


pgp5tEgcRIZfc.pgp
Description: PGP signature


mod_authnz_external apache module on FreeBSD

2007-03-25 Thread José García Juanino
Hi

I am looking for a port for the mod_auth_external apache module working
on apache 2.2.

In http://www.unixpapa.com/mod_auth_external/ I see that module,
mod_authnz_external, but It seems to be it is not ported to FreeBSD.

I would like to cooperate with the project porting this software, and
would like to submit it.


Regards

-- 
http://www.telefonica.net/web2/gauss


pgpMJsAmVU9sr.pgp
Description: PGP signature