X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/blobdiff_plain/ba1cf081ce040605b3c23b1b786a087dc66dfbb9..HEAD:/docs/howtos/howtoporttodragonfly/index.mdwn diff --git a/docs/howtos/howtoporttodragonfly/index.mdwn b/docs/howtos/howtoporttodragonfly/index.mdwn index 02cbaa45..c67bf0f6 100644 --- a/docs/howtos/howtoporttodragonfly/index.mdwn +++ b/docs/howtos/howtoporttodragonfly/index.mdwn @@ -29,9 +29,9 @@ Suppose you would want to modify the application foo/bar from the pkgsrc collect This will restore the changes previously made, which will be a good starting point for the porting. The bmake command could also be used without options to attempt an immediate first compilation. But you might have to change some files first, like the GNU scripts for example. -Suppose that the foo application of the collection is version 1.0. Let's go into the newly extracted source directory located right here[1]: +Suppose that the bar application of the collection is version 1.0. Let's go into the newly extracted source directory located right here[1]: - cd /var/obj/pkgsrc/foo/bar/work/foo-1.0 + cd /usr/pkgobj/bootstrap/work/pkgsrc/foo/bar/work/bar-1.0 Voilà, your ready! The porting of the source code can now begin. @@ -302,7 +302,7 @@ It is also possible to import new packages in pkgsrc-wip. See [http://pkgsrc-wip

- Previously, the work directory was created directly in the directory dedicated to the ported application, under the pkgsrc directory. But to preserve the integrity of these directories and to be able to compile on another volume, the working files have been moved under /usr/obj. The source code located in /usr/src followed the same path. + Previously, the work directory was created directly in the directory dedicated to the ported application, under the pkgsrc directory. But to preserve the integrity of these directories and to be able to compile on another volume, the working files have been moved under /usr/pkgobj.