cvs commit: ports/lang/gcc34 Makefile

Gerald Pfeifer gerald at pfeifer.com
Thu Mar 18 17:13:44 PST 2004


On Wed, 17 Mar 2004, David O'Brien wrote:
>>> Have you tested this following the instructions at
>>>  http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-testing.html
>> I *DID* test on i386 (5.2-CURRENT, full 'make world' just before testing
>> the port).
> I just re-tested on FreeBSD/i386:
>
>     kieu(r):/usr/ports/lang/gcc34> /usr/bin/time -h make package
>     ...
>     Creating bzip'd tar ball in '/usr/ports/lang/gcc34/gcc-3.4.0_20040310.tbz'
>             49m57.11s real          16m21.78s user          7m13.72s sys
>     kieu(r):/usr/ports/lang/gcc34> ll gcc-3.4.0_20040310.tbz
>     -rw-r--r--  1 root  ncvs  13.0M Mar 17 09:48 gcc-3.4.0_20040310.tbz

Well, this is just one part of the testing required for port updates.

If you follow the instructions in the Porters' Handbook, you'll note
that `make deinstall` got broken, as I just verified on beast

  rmdir: /j/gerald/lib/gcc/alpha-portbld-freebsd5.2: Directory not empty
  rmdir: /j/gerald/lib/gcc: Directory not empty

with the patch below.

Gerald

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/gcc34/Makefile,v
retrieving revision 1.166
diff -3 -u -p -r1.166 Makefile
--- Makefile	17 Mar 2004 14:21:58 -0000	1.166
+++ Makefile	19 Mar 2004 01:11:38 -0000
@@ -43,7 +43,7 @@ NOMANCOMPRESS=	yes	# too hard to deal wi
 .if ${ARCH} == "amd64"
 CONFIGURE_TARGET=	x86_64-portbld-freebsd${OSREL}
 .else
-CONFIGURE_TARGET=	${ARCH}-portbld-freebsd${OSREL}
+#CONFIGURE_TARGET=	${ARCH}-portbld-freebsd${OSREL}
 .endif

 .if ${ARCH} == ia64  ||  ${ARCH} == sparc64


More information about the cvs-ports mailing list