make config no longer being run

Gareth Hopkins gabbawp at gmail.com
Tue Jul 17 10:21:01 UTC 2012


Hi, 

I've installed a new 8.2 Release box and cvsup'd the ports tree from cvsup.uk.freebsd.org. 

When installing any port, make config is no longer being run when using either portmaster or make itself. It works if I run make config manually. 

I know the repo has moved from cvs to svn but I cannot find anything else relating to this. 

Example

[root at freebsd8-test /usr/ports/lang/perl5.14]# date; ls -al /var/db/ports
Tue Jul 17 10:17:59 SAST 2012
total 4
drwxr-xr-x  2 root  wheel  512 Jul 17 10:12 .
drwxr-xr-x  9 root  wheel  512 Jul 17 08:23 ..
[root at freebsd8-test /usr/ports/lang/perl5.14]# make extract
===>  License ART10 GPLv1 accepted by the user
===>  Extracting for perl-5.14.2_2
=> SHA256 Checksum OK for perl/perl-5.14.2.tar.bz2.
=> SHA256 Checksum OK for perl/BSDPAN-20111107.tar.bz2.
[root at freebsd8-test /usr/ports/lang/perl5.14]# date; ls -al /var/db/ports
Tue Jul 17 10:18:18 SAST 2012
total 4
drwxr-xr-x  2 root  wheel  512 Jul 17 10:12 .
drwxr-xr-x  9 root  wheel  512 Jul 17 08:23 ..

[root at freebsd8-test /usr/ports/lang/perl5.14]# make config 


                                                                                                     ┌────────────────────────────────────────────────────────────────────┐
                                                                                                     │                    Options for perl 5.14.2_2                       │  
                                                                                                     │ ┌────────────────────────────────────────────────────────────────┐ │  
                                                                                                     │ │       [ ] DEBUGGING      Build with debugging support          │ │  
                                                                                                     │ │       [ ] GDBM           Build GDBM_File extension             │ │  
                                                                                                     │ │       [ ] PERL_MALLOC    Use Perl malloc                       │ │  
                                                                                                     │ │       [X] PERL_64BITINT  Use 64 bit integers (on i386)         │ │  
                                                                                                     │ │       [ ] THREADS        Build threaded perl                   │ │  
                                                                                                     │ │       [X] PTHREAD        Build with -pthread                   │ │  
                                                                                                     │ │       [ ] MULTIPLICITY   Use multiplicity                      │ │  
                                                                                                     │ │       [ ] SITECUSTOMIZE  Run-time customization of @INC        │ │  
                                                                                                     │ │       [X] USE_PERL       Rewrite links in /usr/bin             │ │  
                                                                                                     │ │                                                                │ │  
                                                                                                     │ │                                                                │ │  
                                                                                                     │ │                                                                │ │  
                                                                                                     │ │                                                                │ │  
                                                                                                     │ │                                                                │ │  
                                                                                                     │ │                                                                │ │  
                                                                                                     ├─└────────────────────────────────────────────────────────────────┘─┤  
                                                                                                     │                       [  OK  ]       Cancel                        │  
                                                                                                     └────────────────────────────────────────────────────────────────────┘  
                                                                                                                                                                             

[root at freebsd8-test /usr/ports/lang/perl5.14]# date; ls -al /var/db/ports
Tue Jul 17 10:19:16 SAST 2012
total 6
drwxr-xr-x  3 root  wheel  512 Jul 17 10:19 .
drwxr-xr-x  9 root  wheel  512 Jul 17 08:23 ..
drwxr-xr-x  2 root  wheel  512 Jul 17 10:19 perl

Cheers, 
Gareth 


More information about the freebsd-ports mailing list