pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/unison2.51 unison2.51: remove unneede...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5b5a02a4701
branches:  trunk
changeset: 307045:b5b5a02a4701
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 30 12:22:31 2018 +0000
description:
unison2.51: remove unneeded patch.

ok jaapb@

diffstat:

 net/unison2.51/distinfo                         |   3 +-
 net/unison2.51/patches/patch-src_Makefile.OCaml |  44 -------------------------
 2 files changed, 1 insertions(+), 46 deletions(-)

diffs (62 lines):

diff -r 1a1b07f91597 -r b5b5a02a4701 net/unison2.51/distinfo
--- a/net/unison2.51/distinfo   Mon Apr 30 10:41:35 2018 +0000
+++ b/net/unison2.51/distinfo   Mon Apr 30 12:22:31 2018 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.3 2018/04/30 10:23:49 wiz Exp $
+$NetBSD: distinfo,v 1.4 2018/04/30 12:22:31 wiz Exp $
 
 SHA1 (unison-2.51.2.tar.gz) = 63e3b526254ab6356a3fabf74be533982c2962c2
 RMD160 (unison-2.51.2.tar.gz) = d73c88be2a5c3c677939f4adede4c0f772ecff33
 SHA512 (unison-2.51.2.tar.gz) = 4ec4a1603ce5e561084dcd59621a0cc72c1ea40e3e23e36408c436c51bde3eb82774f671aba85c016f87982417800e8a27b978be59c92aa62ce9e4be1a072011
 Size (unison-2.51.2.tar.gz) = 1398790 bytes
 SHA1 (patch-src_Makefile) = 3172ed284bea2d21ccb475439c53ce65a45b79f6
-SHA1 (patch-src_Makefile.OCaml) = df9c889fc892e66f48c769e72cbb1cea8da525fc
 SHA1 (patch-src_uigtk2.ml) = 87a9c1e678f4056c0a32bfb3c3b7320652a171a2
diff -r 1a1b07f91597 -r b5b5a02a4701 net/unison2.51/patches/patch-src_Makefile.OCaml
--- a/net/unison2.51/patches/patch-src_Makefile.OCaml   Mon Apr 30 10:41:35 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-$NetBSD: patch-src_Makefile.OCaml,v 1.2 2018/04/30 10:21:02 wiz Exp $
-
-Correct lablgtk paths for 2.16, and use ocamlopt.opt for compilation
-
---- src/Makefile.OCaml.orig    2018-01-27 21:12:13.000000000 +0000
-+++ src/Makefile.OCaml
-@@ -73,8 +73,8 @@ OCAMLLIBDIR=$(shell ocamlc -v | tail -1 
- #
- # This should be set to an appropriate value automatically, depending
- # on whether the lablgtk library is available
--LABLGTKLIB=$(OCAMLLIBDIR)/lablgtk
--LABLGTK2LIB=$(OCAMLLIBDIR)/lablgtk2
-+LABLGTKLIB=$(OCAMLLIBDIR)/site-lib/lablgtk
-+LABLGTK2LIB=$(OCAMLLIBDIR)/site-lib/lablgtk2
- ##BCP [3/2007]: Removed temporarily, since the OSX UI is not working well
- ## at the moment and we don't want to confuse people by building it by default
- ifeq ($(OSARCH),osx)
-@@ -272,7 +272,7 @@ endif
- 
- # Gtk GUI
- ifeq ($(UISTYLE), gtk)
--  CAMLFLAGS+=-I +lablgtk
-+  CAMLFLAGS+=-I $(OCAMLLIBDIR)/site-lib/lablgtk
-   OCAMLOBJS+=pixmaps.cmo uigtk.cmo linkgtk.cmo
-   OCAMLLIBS+=lablgtk.cma
- endif
-@@ -282,7 +282,7 @@ OCAMLFIND := $(shell command -v ocamlfin
- 
- ifeq ($(UISTYLE), gtk2)
-   ifndef OCAMLFIND
--    CAMLFLAGS+=-I +lablgtk2
-+    CAMLFLAGS+=-I $(OCAMLLIBDIR)/site-lib/lablgtk2
-   else
-     CAMLFLAGS+=$(shell $(OCAMLFIND) query -i-format lablgtk2 )
-   endif
-@@ -370,7 +370,7 @@ ifeq ($(PROFILING), true)
- else
-   OCAMLC=$(EXEC_PREFIX)ocamlc
- endif
--OCAMLOPT=$(EXEC_PREFIX)ocamlopt
-+OCAMLOPT=$(EXEC_PREFIX)ocamlopt.opt
- 
- ifeq ($(NATIVE), true)
-   ## Set up for native code compilation



Home | Main Index | Thread Index | Old Index