Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2006 10:35:06 -0800
From:      Beech Rintoul <beech@alaskaparadise.com>
To:        Bert van de Grift <bert@vdgrift.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Compile error proftpd 1.3.0_1
Message-ID:  <200605121035.22253.beech@alaskaparadise.com>
In-Reply-To: <20060512112237.GC631@snoozy.vdgrift.org>
References:  <20060512081431.GA631@snoozy.vdgrift.org> <200605120112.13495.beech@alaskaparadise.com> <20060512112237.GC631@snoozy.vdgrift.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart1726635.py0OuNHXZU
Content-Type: multipart/mixed;
  boundary="Boundary-01=_dVNZEMoD6YaavO2"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--Boundary-01=_dVNZEMoD6YaavO2
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Friday 12 May 2006 03:22, Bert van de Grift wrote:
> On Fri, May 12, 2006 at 01:11:53AM -0800, Beech Rintoul wrote:
> > On Friday 12 May 2006 00:14, Bert van de Grift wrote:
> > > Hi,
> > >
> > > I have a FreeBSD 4.11-RELEASE-p16 system with an up-to-date ports tree
> > > and ports (except proftpd :-) of course.
> > >
> > > While compiling I get the following error:
> > >
> > > gmake[1]: Entering directory
> > > `/usr/ports/ftp/proftpd/work/proftpd-1.3.0/src'
> > > cc -DHAVE_CONFIG_H  -DFREEBSD4_11 -DFREEBSD4 -I.. -I../include
> > > -I/usr/local/include -O -pipe  -DHAVE_OPENSSL -Wall -c main.c In file
> > > included from main.c:38:
> > > /usr/local/include/getopt.h:83: redefinition of `struct option'
> > > gmake[1]: *** [main.o] Error 1
> > > gmake[1]: Leaving directory
> > > `/usr/ports/ftp/proftpd/work/proftpd-1.3.0/src' gmake: *** [src] Error
> > > 2
> > > *** Error code 2
> > >
> > > Stop in /usr/ports/ftp/proftpd
> > >
> > > Current installed version of proftpd is: 1.3.0.r3
> > >
> > > Anybody else having this problem?
> >
> > The developers suggested to add libgnugetopt (
> > /usr/ports/devel/libgnugetopt ). Let me know if it fixes your build. I
> > don't have a 4x box to test this on.
>
> Thanks for your reply.
>
> I already have libgnugetopt-1.2 installed...
>
> Regards,

Try this patch on your port makefile.

Beech

=2D-=20

=2D------------------------------------------------------------------------=
=2D-------------
Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com
/"\   ASCII Ribbon Campaign  | Alaska Paradise
\ / - NO HTML/RTF in e-mail   | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
=2D------------------------------------------------------------------------=
=2D-------------












--Boundary-01=_dVNZEMoD6YaavO2
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="make.patch"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="make.patch"

diff -ruN --exclude=3DCVS /usr/ports/ftp/proftpd.orig/Makefile /usr/ports/f=
tp/proftpd/Makefile
=2D-- /usr/ports/ftp/proftpd.orig/Makefile	Wed May 10 13:32:16 2006
+++ /usr/ports/ftp/proftpd/Makefile	Fri May 12 10:28:49 2006
@@ -37,7 +37,8 @@
=20
 CONFIGURE_ARGS=3D	--localstatedir=3D/var/run \
 		--sysconfdir=3D${EXAMPLESDIR}/etc \
=2D		--disable-sendfile
+		--disable-sendfile \
+		--without-getopt
=20
 OPTIONS=3D	IPV6 "Use IPv6" off \
 		LDAP "Use LDAP" off \

--Boundary-01=_dVNZEMoD6YaavO2--

--nextPart1726635.py0OuNHXZU
Content-Type: application/pgp-signature

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

iD8DBQBEZNVqp5D0B1NlT4URAs9xAJ4m1UFKWPVElEs0V6VD9TxyV8F1xQCfXgkH
r7rFIE4Ad7FiEJaie4whLfo=
=+BcV
-----END PGP SIGNATURE-----

--nextPart1726635.py0OuNHXZU--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605121035.22253.beech>