Re: lang/fpc-utils, problem + solved

2008-07-09 Thread Jose Alonso Cardenas Marquez
2008/7/8, Norberto Meijome [EMAIL PROTECTED]:
 Hi there,
  I've been having problems upgrading fpc-utils to its latest incarnation.

  The error i was getting was not during build, but at install (either make 
 reinstall or make package), with the following error:
  [...]
  gmake[1]: Leaving directory 
 `/usr/ports/lang/fpc-utils/work/fpc-2.2.0/utils/h2pas'
  gmake -C fprcp all
  gmake[1]: Entering directory 
 `/usr/ports/lang/fpc-utils/work/fpc-2.2.0/utils/fprcp'
  gmake[1]: Leaving directory 
 `/usr/ports/lang/fpc-utils/work/fpc-2.2.0/utils/fprcp'
  gmake -C dxegen all
  gmake[1]: Entering directory 
 `/usr/ports/lang/fpc-utils/work/fpc-2.2.0/utils/dxegen'
  gmake[1]: Nothing to be done for `all'.
  gmake[1]: Leaving directory 
 `/usr/ports/lang/fpc-utils/work/fpc-2.2.0/utils/dxegen'
  gmake -C fpdoc all
  gmake[1]: Entering directory 
 `/usr/ports/lang/fpc-utils/work/fpc-2.2.0/utils/fpdoc'
  gmake[1]: Leaving directory 
 `/usr/ports/lang/fpc-utils/work/fpc-2.2.0/utils/fpdoc'
  gmake -C fpcres all
  gmake[1]: Entering directory 
 `/usr/ports/lang/fpc-utils/work/fpc-2.2.0/utils/fpcres'
  gmake[1]: Leaving directory 
 `/usr/ports/lang/fpc-utils/work/fpc-2.2.0/utils/fpcres'
  /usr/local/bin/ginstall -m 755 -d /usr/local/bin
  /usr/local/bin/ginstall -c -m 755 ppdep ptop rstconv data2inc delp bin2obj 
 postw32 rmcvsdir /usr/local/bin
  gmake -C fppkg install
  gmake[1]: Entering directory 
 `/usr/ports/lang/fpc-utils/work/fpc-2.2.0/utils/fppkg'
  /usr/local/bin/ginstall -m 755 -d /usr/local/bin
  /usr/local/bin/ginstall -c -m 755 fppkg /usr/local/bin
  /usr/local/bin/fpcmake -p -Ti386-freebsd Makefile.fpc
  gmake[1]: /usr/local/bin/fpcmake: Command not found
  gmake[1]: *** [fpc_install] Error 127
  gmake[1]: Leaving directory 
 `/usr/ports/lang/fpc-utils/work/fpc-2.2.0/utils/fppkg'
  gmake: *** [fppkg_install] Error 2
  *** Error code 2

  Stop in /usr/ports/lang/fpc-utils.
  *** Error code 1

  Stop in /usr/ports/lang/fpc-utils

  

  How I fixed it :
  1) build fpcmake by hand:
  [EMAIL PROTECTED] [Tue Jul  8 18:54:30 2008]
  /usr/ports/lang/fpc-utils/work/fpc-2.2.0/utils/fpcm
  $ sudo gmake
  []

  2) install fpcmake by hand BEFORE installing the package
  sudo cp fpcmake /usr/local/bin/fpcmake


  I hope this can be added to the port's install procedure itself.

  cheers!!
  B


Hi :)

The main reason for this problem is that now fpcmake is part of
lang/fpc port, only you need deinstall lang/fpc-utils port, you must
to update lang/fpc port and you must to try installing lang/fpc-utils
later.

Greetings
ACM
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: About PR 121431 (devel/ccrtp doesn't build with security/libgcrypt 1.4.0 on FreeBSD 5.x)

2008-04-30 Thread Jose Alonso Cardenas Marquez
2008/4/30, TooMany Secrets [EMAIL PROTECTED]:
 Hi!

  I have a FreeBSD 7.0-STABLE, and I'm having the same problem related
  at PR 121431 compiling twinkle port.

  I try also to add the file patch-1.diff showed at:

  http://www.freebsd.org/cgi/query-pr.cgi?pr=121431


Please could you test this patch?

--- Makefile   2008-04-30 23:17:46.0 -0500
+++ Makefile2008-04-30 23:18:33.0 -0500
@@ -28,5 +28,6 @@
 post-patch:
@cd ${WRKSRC}/src  \
${FIND} * -type f -exec ${REINPLACE_CMD} -i  -e
s|malloc.h|stdlib.h|g {} \;
+   @${REINPLACE_CMD} -e s|-pedantic||g ${WRKSRC}/configure

 .include bsd.port.mk

It seems like devel/ccrtp fails on all FreeBSD versions when -pedantic
is passed to WARN_FLAGS. I saw this problem on 6-STABLE(i386) and
7-STABLE(amd64)

Greetings
ACM
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Porting pdfedit-0.3.1

2007-10-24 Thread Jose Alonso Cardenas Marquez
2007/10/23, Michael Pope [EMAIL PROTECTED]:

Hi Michael :)

 I would like to port and application across and have read the porters
 handbook, but I'm still having trouble porting this app to freebsd6.2.

 The procedure I use to manually install pdfedit 0.3.1 under bsd is:

 FreeBSD build
 
 Here is the short howto for PDFedit compilation and installation on FreeBSD 
 6.2
 (Qt 3.38, Xorg 7.2). Thanks to Hao Chen.
 # New ports collection makefile for:pdfedit
 #

 PORTNAME=   pdfedit
 PORTVERSION=0.3.1
 PORTREVISION=   1

Remove PORTREVISION, it is not neccesary at moment

 CATEGORIES= graphics print
 MASTER_SITES=  http://optusnet.dl.sourceforge.net/sourceforge/pdfedit/

 MAINTAINER= [EMAIL PROTECTED]
 COMMENT=   a pdf editor which allows you to annotate and save back
 to a pdf.

 BUILD_DEPENDS=  freetype-config:${PORTSDIR}/print/freetype2
 LIB_DEPENDS=t1.5:${PORTSDIR}/devel/t1lib \
 freetype.9:${PORTSDIR}/print/freetype2
 RUN_DEPENDS=
 ${LOCALBASE}/share/ghostscript/fonts/n021003l.pfb:${PORTSDIR}/print/gsfonts

 USE_AUTOTOOLS=  autoconf:261

If this port will use qt3, you must to add the line USE_QT_VER= 3

 CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=  QTDIR=${LOCALBASE}/usr/local \
 QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \
 CPPFLAGS=-I${LOCALBASE}/include \
 LDFLAGS=-L${LOCALBASE}/lib

Set QTDIR to ${QT_PREFIX}, It is a defined variable at bsd.kde.mk file

 INCPATH= -I/usr/local/include

INCPATH could not be necessary, you could use CPPFLAGS instead of that

 CONFIGURE_ARGS= --with-t1-library=/usr/local/lib \
 --with-t1-includes=/usr/local/include


Replace /usr/local by ${LOCALBASE}

you could define MAKE_ENV variable, it could solve some incpath
problems on build time

MAKE_ENV+=  CPPFLAGS=${CPPFLAGS} LDFLAGS=${LDFLAGS}

 MAN1=   pdfedit.1


 .include bsd.port.mk


 So should I be making a patch file for the extra include I have to enter
 into src/utils/Makefile?

 If so how do I automate that patch for that file?  Currently i've
 created a little patch called 'patch-src-utils-Makefile' but every time
 I run make it asks me which file I want to patch.


See ijliao@ mail about that :)

Greetings
ACM
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: graphics/guilib can't find autoconf

2007-04-11 Thread Jose Alonso Cardenas Marquez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 11 Apr 2007 05:30:28 -0500
David J Brooks [EMAIL PROTECTED] wrote:

 ===  Building for guilib-1.2.0
  cd .  /usr/local/bin/automake19 --foreign
 cd .  autoconf
 autoconf: not found
 gmake: *** [configure] Error 127
 *** Error code 2
 
 Stop in /usr/ports/graphics/guilib.
 -- 
 Our swords shall play the orators for us.
   -- Christopher Marlowe

Fixed

Greetings
- 
Jose Alonso Cardenas Marquez|   http://www.FreeBSD.org
[EMAIL PROTECTED]   |   http://www.BSD.org.pe
GnuPG Key: http://www.FreeBSD.org/~acm/pgp/pubkey.asc


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (FreeBSD)

iD8DBQFGHPE3GV/UqJshvBkRAu/wAJ9BiejY7mKvz64bqXfFhw+PYDrN9QCgtHWa
KXROO7jbQkgQwTKW3akunBg=
=EBR3
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portupgrade failed

2007-03-21 Thread Jose Alonso Cardenas Marquez

2007/3/21, Joachim Bethke [EMAIL PROTECTED]:

Hallo,

error with portupgrade, what I have to do (I need help please)

portsdb -u
portsdb: MOVED file format error

portupgrade -a
/usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:119:in `fill': MOVED file
format error (PortsDB::MOVEDError)
from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:113:in `each'
from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:113:in `fill'
from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:112:in `open'
from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:112:in `fill'
from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:107:in
`initialize'
from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:182:in `new'
from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:182:in `setup'
from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:256:in
`init_pkgtools_global'
from /usr/local/sbin/portupgrade:519:in `main'
from /usr/local/lib/ruby/1.8/optparse.rb:755:in `initialize'
from /usr/local/sbin/portupgrade:220:in `new'
from /usr/local/sbin/portupgrade:220:in `main'
from /usr/local/sbin/portupgrade:2084

Thanks

Joachim


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]



Please update your MOVED file and try again, it was fixed some hour ago

Greetings
ACM
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mplayer canĀ“t install win32 codecs?

2006-10-06 Thread Jose Alonso Cardenas Marquez

2006/10/6, andres chavez [EMAIL PROTECTED]:

Hey mplayer just stop the install and says

===  Installing for mplayer-0.99.8_3
===   mplayer-0.99.8_3 depends on executable in : realplay - found
===   mplayer-0.99.8_3 depends on file: /usr/local/lib/win32/win32-
codecs-3.1.0.p8,1 - not found
===Verifying install for /usr/local/lib/win32/win32-codecs-3.1.0.p8,1
in /usr/ports/multimedia/win32-codecs
===  win32-codecs-3.1.0.p8,1 is forbidden: Remote code execution:
http://vuxml.FreeBSD.org/24f6b1eb-43d5-11db-81e1-000e0c2e438a.html.
*** Error code 1

Stop in /usr/ports/multimedia/win32-codecs.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer


What to do? im using 6.1 release, and i have the ports tree updated
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]



Please update your port tree and try again, I made some modifications
to multimedia/win32-codecs. It could work now

Greetings
ACM
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: lazarus-0.9.16_2

2006-09-21 Thread Jose Alonso Cardenas Marquez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 21 Sep 2006 12:17:52 +0200
Ales Katona [EMAIL PROTECTED] wrote:

Done :)

Greetings
- 
Jose Alonso Cardenas Marquez|   http://www.FreeBSD.org
[EMAIL PROTECTED]   |   http://www.BSD.org.pe
GnuPG Key: http://www.FreeBSD.org/~acm/pgp/pubkey.asc


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFEttyGV/UqJshvBkRApacAJ9RHXoJXLxtybDXi6hjzY1Y1plgBgCfRVoE
zR4ZtAbyRyWGbyTZ3eCWbCs=
=yfDo
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: fpc-fcl-2.0.4

2006-09-15 Thread Jose Alonso Cardenas Marquez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 The dependency of FCL in ports on mysql and other databases is wrong.
 You don't need mysql or others installed for FCL to work. There are
 many units in the FCL but most of them are stand-alone header
 translations.

databases/mysql-client is a dependency of fpc-mysql and the fpc-mysql is
part of fpc-base. if we want to compile fpc-fcl, we need the fpc-base
or it will not compile.

 Imagine that when you install java, you'd have to install all possible
 databases and libs it has interface to.. that's just not right.
 FCL is also a collection of pure fpc libs like containers required to
 compile alot of projects/programs which DON'T need any of the databases
 or other external libs.

It doesn't install the databases, only it installs the necessary
libs to compile your fp programs. If you want, you could comment the
lines of the dependencies.

Greetings
- 
Jose Alonso Cardenas Marquez|   http://www.FreeBSD.org
[EMAIL PROTECTED]   |   http://www.BSD.org.pe
GnuPG Key: http://www.FreeBSD.org/~acm/pgp/pubkey.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFCzCpGV/UqJshvBkRAoDpAKC6EIE/lOAx0qAtZu7zoE29eRq2hgCgu8hz
YG0gLQuiKRYKHw6N7fLPh9Y=
=6EYs
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


pkg-plist problems caused by ${DESTDIR} on ${MAKE_ENV}

2006-09-02 Thread Jose Alonso Cardenas Marquez

Hi guys :)

I was fixing some ports with pkg-plist problems:

games/netpanzer-data (fixed)
deskutils/adesklets (fixed)
graphics/crystalspace (fixed)

and i found that the main reason for it is the ${DESTDIR} on
${MAKE_ENV} . Only this is a problem on do-install time (for default
on bsd.port.mk file). These ports are installing the files/directories
on ${WRKSRC}. I don't know why it's removing the first slash /
character from ${PREFIX} (PREFIX=usr/local insted of
PREFIX=/usr/local).

if we remove the ${DESTDIR} from ${MAKE_ENV} on bsd.port.mk file,
these ports install without problems

I talked with gabor about it, but he has not idea about the problem.
Maybe anybody found/will find some solution that we could apply to
bsd.port.mk file.

kris@ marked with EXPIRATE_DATE some ports with pkg-plist problems
some hours ago and maybe some of those ports have the same problem
with ${MAKE_ENV}.

Greetings
ACM
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]