pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/doc/guide/files



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul 23 06:45:32 UTC 2022

Modified Files:
        pkgsrc/doc/guide/files: fixes.xml

Log Message:
doc: remove half sentence about packages with the same PKGNAME

It's confusing in the context of the CONFLICTS section, since packages
with the same PKGNAME conflict automatically.


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 pkgsrc/doc/guide/files/fixes.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/guide/files/fixes.xml
diff -u pkgsrc/doc/guide/files/fixes.xml:1.180 pkgsrc/doc/guide/files/fixes.xml:1.181
--- pkgsrc/doc/guide/files/fixes.xml:1.180      Tue Jul 19 01:58:04 2022
+++ pkgsrc/doc/guide/files/fixes.xml    Sat Jul 23 06:45:32 2022
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.180 2022/07/19 01:58:04 gutteridge Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.181 2022/07/23 06:45:32 wiz Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
 <title>Making your package work</title>
@@ -473,8 +473,7 @@ BUILDLINK_API_DEPENDS.jpeg+=    jpeg>=9.
     <para>Your package may conflict with other packages users might
     already have installed on their system, e.g., if your package
     installs the same set of files as another package in the pkgsrc
-    tree or has the same <varname>PKGNAME</varname> (though, the latter
-    would arguably be a bug in itself).</para>
+    tree.</para>
 
     <para>For example, <filename role="pkg">x11/libXaw3d</filename>
     and <filename role="pkg">x11/Xaw-Xpm</filename>



Home | Main Index | Thread Index | Old Index