|
Lines 2423-2428
Link Here
|
| 2423 |
</qandadiv> |
2423 |
</qandadiv> |
| 2424 |
|
2424 |
|
| 2425 |
<qandadiv> |
2425 |
<qandadiv> |
|
|
2426 |
<title>Removing an Existing Port</title> |
| 2427 |
|
| 2428 |
<qandaentry> |
| 2429 |
<question> |
| 2430 |
<para>How do I remove an existing port?</para> |
| 2431 |
</question> |
| 2432 |
|
| 2433 |
<answer> |
| 2434 |
<para>First, please read the section about repository |
| 2435 |
copies. Make sure there is no dependency on the port |
| 2436 |
in the ports colloection, then perform the following:</para> |
| 2437 |
|
| 2438 |
<procedure> |
| 2439 |
<step> |
| 2440 |
<para>Remove the port via <command>cvs remove</command>.</para> |
| 2441 |
</step> |
| 2442 |
<step> |
| 2443 |
<para>Remove <makevar>SUBDIR</makevar> listing of the port |
| 2444 |
in the parent directory <filename>Makefile</filename>.</para> |
| 2445 |
</step> |
| 2446 |
<step> |
| 2447 |
<para>Remove the module entry in |
| 2448 |
<filename>CVSROOT/modules</filename>.</para> |
| 2449 |
</step> |
| 2450 |
<step> |
| 2451 |
<para>Add an entry to |
| 2452 |
<filename>ports/MOVED</filename>.</para> |
| 2453 |
</step> |
| 2454 |
</procedure> |
| 2455 |
</answer> |
| 2456 |
</qandaentry> |
| 2457 |
</qandadiv> |
| 2458 |
|
| 2459 |
<qandadiv> |
| 2426 |
<title>Repository Copies</title> |
2460 |
<title>Repository Copies</title> |
| 2427 |
|
2461 |
|
| 2428 |
<qandaentry> |
2462 |
<qandaentry> |
|
Lines 2495-2503
Link Here
|
| 2495 |
<step> |
2529 |
<step> |
| 2496 |
<para>Add the new subdirectory to the |
2530 |
<para>Add the new subdirectory to the |
| 2497 |
<makevar>SUBDIR</makevar> listing in the parent |
2531 |
<makevar>SUBDIR</makevar> listing in the parent |
| 2498 |
directory Makefile. You can run <command>make |
2532 |
directory <filename>Makefile</filename>. You can run |
| 2499 |
checksubdirs</command> in the parent directory to check |
2533 |
<command>make checksubdirs</command> in the parent |
| 2500 |
this.</para> |
2534 |
directory to check this.</para> |
| 2501 |
</step> |
2535 |
</step> |
| 2502 |
|
2536 |
|
| 2503 |
<step> |
2537 |
<step> |