pkgsrc-WIP-changes archive

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

jitsi: don't pretend to be another OS on netbsd



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Tue Mar 22 00:38:25 2016 +0200
Changeset:	43fec7d2fd53673afe7858dad8834afc6b92d922

Modified Files:
	jitsi/patches/patch-build.xml

Log Message:
jitsi: don't pretend to be another OS on netbsd

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=43fec7d2fd53673afe7858dad8834afc6b92d922

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

diffstat:
 jitsi/patches/patch-build.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/jitsi/patches/patch-build.xml b/jitsi/patches/patch-build.xml
index 21d4a8c..3df87ec 100644
--- a/jitsi/patches/patch-build.xml
+++ b/jitsi/patches/patch-build.xml
@@ -6,7 +6,7 @@ $NetBSD$
      <property name="bundles.dest.win" value="${bundles.dest}/os-specific/windows"/>
      <property name="bundles.dest.lin" value="${bundles.dest}/os-specific/linux"/>
      <property name="bundles.dest.sol" value="${bundles.dest}/os-specific/solaris"/>
-+    <property name="bundles.dest.freebsd" value="${bundles.dest}/os-specific/freebsd"/>
++    <property name="bundles.dest.netbsd" value="${bundles.dest}/os-specific/netbsd"/>
      <property name="bundles.dest.freebsd" value="${bundles.dest}/os-specific/freebsd"/>
      <property name="bundles.dest.android" value="${bundles.dest}/os-specific/android"/>
      <property name="doc" value="doc"/>
@@ -14,8 +14,8 @@ $NetBSD$
      <property name="lib.mac.noinst" value="${lib}/os-specific/mac/installer-exclude"/>
      <property name="lib.sol" value="${lib}/os-specific/solaris"/>
      <property name="lib.sol.noinst" value="${lib}/os-specific/solaris/installer-exclude"/>
-+    <property name="lib.netbsd" value="${lib}/os-specific/freebsd"/>
-+    <property name="lib.netbsd.noinst" value="${lib}/os-specific/freebsd/installer-exclude"/>
++    <property name="lib.netbsd" value="${lib}/os-specific/netbsd"/>
++    <property name="lib.netbsd.noinst" value="${lib}/os-specific/netbsd/installer-exclude"/>
      <property name="lib.freebsd" value="${lib}/os-specific/freebsd"/>
      <property name="lib.freebsd.noinst" value="${lib}/os-specific/freebsd/installer-exclude"/>
      <property name="lib.noinst" value="${lib}/installer-exclude"/>
@@ -25,7 +25,7 @@ $NetBSD$
  
 +    <!-- NetBSD specific properties -->
 +    <condition property="is.running.netbsd" value="${os.name}">
-+        <equals arg1="${os.name}" arg2="freebsd" casesensitive="false" trim="true"/>
++        <equals arg1="${os.name}" arg2="netbsd" casesensitive="false" trim="true"/>
 +    </condition>
 +
      <!-- FreeBSD specific properties -->


Home | Main Index | Thread Index | Old Index