head 1.3;
access;
symbols
pkgsrc-2018Q2:1.2.0.22
pkgsrc-2018Q2-base:1.2
pkgsrc-2018Q1:1.2.0.20
pkgsrc-2018Q1-base:1.2
pkgsrc-2017Q4:1.2.0.18
pkgsrc-2017Q4-base:1.2
pkgsrc-2017Q3:1.2.0.16
pkgsrc-2017Q3-base:1.2
pkgsrc-2017Q2:1.2.0.12
pkgsrc-2017Q2-base:1.2
pkgsrc-2017Q1:1.2.0.10
pkgsrc-2017Q1-base:1.2
pkgsrc-2016Q4:1.2.0.8
pkgsrc-2016Q4-base:1.2
pkgsrc-2016Q3:1.2.0.6
pkgsrc-2016Q3-base:1.2
pkgsrc-2016Q2:1.2.0.4
pkgsrc-2016Q2-base:1.2
pkgsrc-2016Q1:1.2.0.2
pkgsrc-2016Q1-base:1.2
pkgsrc-2015Q4:1.1.0.12
pkgsrc-2015Q4-base:1.1
pkgsrc-2015Q3:1.1.0.10
pkgsrc-2015Q3-base:1.1
pkgsrc-2015Q2:1.1.0.8
pkgsrc-2015Q2-base:1.1
pkgsrc-2015Q1:1.1.0.6
pkgsrc-2015Q1-base:1.1
pkgsrc-2014Q4:1.1.0.4
pkgsrc-2014Q4-base:1.1
pkgsrc-2014Q3:1.1.0.2
pkgsrc-2014Q3-base:1.1;
locks; strict;
comment @# @;
1.3
date 2018.08.16.11.28.06; author wiz; state dead;
branches;
next 1.2;
commitid Z2WAMfHS5wc4YkOA;
1.2
date 2016.02.17.10.16.05; author dbj; state Exp;
branches;
next 1.1;
commitid pqqtAPc33DXiQfVy;
1.1
date 2014.07.21.06.53.24; author dbj; state Exp;
branches;
next ;
commitid OtSh934bnodbfdJx;
desc
@@
1.3
log
@wxGTK30: remove remnants of build system changes
The other patches for this have been removed from the package,
we use the upstream build system now.
@
text
@diff -ru rules.orig/autoconf.bkl rules/autoconf.bkl
--- rules.orig/autoconf.bkl 2011-02-02 14:04:25.000000000 -0800
+++ rules/autoconf.bkl 2016-02-13 16:51:17.000000000 -0800
@@@@ -200,82 +200,19 @@@@
$(__linkname)
-
-
- $(DLLEXT).$(__soversion1)
-
-
- .$(__soversion1)$(DLLEXT)
-
- $(DLLEXT)
-
+ $(DLLEXT)
$(DLLPREFIX)$(__dllname)$(__targetsuf2)
-
-
- $(DLLEXT).$(__soversion1).$(__soversion2).$(__soversion3)
-
-
- .$(__soversion1).$(__soversion2).$(__soversion3)$(DLLEXT)
-
-
- $(DLLEXT).$(__soversion1)
-
-
- -$(__soversion1)$(DLLEXT)
-
- $(DLLEXT)
-
+ $(DLLEXT)
$(DLLPREFIX)$(__dllname)$(__targetsuf3)
-
-
- $(SONAME_FLAG)$(__linkname2)
-
-
- $(SONAME_FLAG)$(__targetname)
-
-
+ -version-number $(__soversion1):$(__soversion2):$(__soversion3)
$(__soname_flags)
-
-
- (cd $(pathPrefixToPath(__targetdir));
- $(RM) $(__linkname1) $(__linkname2);
- $(LN_S) $(__targetname) $(__linkname2);
- $(LN_S) $(__linkname2) $(__linkname1))
-
-
- (cd $(pathPrefixToPath(__targetdir));
- $(RM) $(__linkname1);
- $(LN_S) $(__targetname) $(__linkname1))
-
-
-
-
- $(RM) $(__linkname1) $(__linkname2);
- $(LN_S) $(__targetname) $(__linkname2);
- $(LN_S) $(__linkname2) $(__linkname1)
-
-
- $(RM) $(__linkname1);
- $(LN_S) $(__targetname) $(__linkname1);
-
-
-
-
- $(RM) $(__linkname2) $(__linkname1)
-
-
- $(RM) $(__linkname1)
-
-
- <__command>$(LF)$(__so_symlinks_cmd)
-
$(__linkname2)
@@@@ -298,12 +235,6 @@@@
$(ifthenelse(__mac_instname=='',ref('__targetname',id),ref('__mac_instname',id)))
-
-
- -install_name $(value)/$(__macinstname)
-
-
- $(__macinstnamecmd)
(cd $(DESTDIR)$(value) ; $(ref('__so_symlinks_inst_cmd',id)))
diff -ru rules.orig/makefile.bkl rules/makefile.bkl
--- rules.orig/makefile.bkl 2011-02-02 14:04:25.000000000 -0800
+++ rules/makefile.bkl 2016-02-13 16:51:17.000000000 -0800
@@@@ -749,7 +749,7 @@@@
- $(INSTALL_PROGRAM) $(ref('__targetdir',id))$(ref('__targetname',id)) $(DESTDIR)$(nativePaths(value))
+ ${LIBTOOL} --mode=install $(INSTALL_PROGRAM) $(ref('__targetdir',id))$(ref('__targetname',id)) $(DESTDIR)$(nativePaths(value))
@@@@ -762,8 +762,7 @@@@
- $(INSTALL_DATA) $(ref('__targetdir',id))$(ref('__linkname',id)) $(DESTDIR)$(nativePaths(value))
- $(INSTALL_PROGRAM) $(ref('__targetdir',id))$(ref('__targetname',id)) $(DESTDIR)$(nativePaths(value))
+ ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} $(ref('__targetdir',id))$(ref('__targetname',id)) $(DESTDIR)$(nativePaths(value))
@@@@ -777,7 +776,7 @@@@
- $(INSTALL_PROGRAM) $(ref('__targetdir',id))$(ref('__targetname',id)) $(DESTDIR)$(nativePaths(value))
+ ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} $(ref('__targetdir',id))$(ref('__targetname',id)) $(DESTDIR)$(nativePaths(value))
diff -ru rules.orig/makefile_defs_gnu.bkl rules/makefile_defs_gnu.bkl
--- rules.orig/makefile_defs_gnu.bkl 2011-02-02 14:04:25.000000000 -0800
+++ rules/makefile_defs_gnu.bkl 2016-02-13 16:51:17.000000000 -0800
@@@@ -62,12 +62,12 @@@@
- $(CCC) -c -o $@@ $(__cflags) $(CPPDEPS) $<
+ ${LIBTOOL} --mode=compile --tag=CC $(CCC) -c -o $@@ $(__cflags) $(CPPDEPS) $<
- $(CXXC) -c -o $@@ $(__cxxflags) $(CPPDEPS) $<
+ ${LIBTOOL} --mode=compile --tag=CXX $(CXXC) -c -o $@@ $(__cxxflags) $(CPPDEPS) $<
diff -ru rules.orig/makefile_defs_unix.bkl rules/makefile_defs_unix.bkl
--- rules.orig/makefile_defs_unix.bkl 2011-02-02 14:04:25.000000000 -0800
+++ rules/makefile_defs_unix.bkl 2016-02-13 18:27:40.000000000 -0800
@@@@ -39,22 +39,23 @@@@
/
- .o
+ ${LIBTOOL}
+ .lo
.a
lib
- .so
+ .la
$(DLLEXT)
$(DLLEXT)
$(LIBPREFIX)
$(DLLPREFIX)
- -fPIC -DPIC
+
rm -f
- install -c
- $(INSTALL) -m 644
- $(INSTALL) -d
+ ${BSD_INSTALL_PROGRAM}
+ ${BSD_INSTALL_DATA}
+ ${BSD_INSTALL_DATA_DIR}
$(RM)
$(RM)
@@@@ -122,24 +123,24 @@@@
- $(CCC) -c -o $@@ $(__cflags) $(src)
+ $(LIBTOOL) --mode=compile --tag=CC $(CCC) -c -o $@@ $(__cflags) $(src)
- $(CXXC) -c -o $@@ $(__cxxflags) $(src)
+ $(LIBTOOL) --mode=compile --tag=CXX $(CXXC) -c -o $@@ $(__cxxflags) $(src)
- $(CCC) -c -o $@@ $(__objcflags) $(src)
+ $(LIBTOOL) --mode=compile --tag=CC $(CCC) -c -o $@@ $(__objcflags) $(src)
- $(CXXC) -c -o $@@ $(__objcxxflags) $(src)
+ $(LIBTOOL) --mode=compile --tag=CXX $(CXXC) -c -o $@@ $(__objcxxflags) $(src)
@@@@ -154,18 +155,16 @@@@
- $(__linker) -o $@@ $(__objects_var) $(__ldargs)
+ $(LIBTOOL) --mode=link --tag=CC $(__linker) -o $@@ $(__objects_var) $(__ldargs)
- $(RM) $@@
- $(AR) $(AROPTIONS) $@@ $(__objects_var)
- $(RANLIB) $@@
+ $(LIBTOOL) --mode=link --tag=CC $(__linker) -o $@@ $(__objects_var) $(__ldflags) $(__ldlibs)
- $(__dll_linker) $@@ $(__objects_var) $(__ldargs)
+ $(LIBTOOL) --mode=link --tag=CC $(__linker) -rpath $(libdir) -shared -o $@@ $(__objects_var) $(__ldflags) $(__ldlibs)
- $(__module_linker) $@@ $(__objects_var) $(__ldargs)
+ $(LIBTOOL)--mode=link --tag=CC $(__linker) -rpath $(libdir) -module -o $@@ $(__objects_var) $(__ldflags) $(__ldlibs)
Only in rules: makefile_defs_unix.bkl.~1~
Only in rules: makefile_defs_unix.bkl.~2~
@
1.2
log
@build wxGTK30 using cocoa by default on Darwin
we might want to consider renaming this package
@
text
@@
1.1
log
@Create wxGTK30 package for wxWidgets 3.0.1
@
text
@a0 3
$NetBSD: $
This is a patch to the bakefile-0.2.9 rules to use libtool.
d3 1
a3 1
+++ rules/autoconf.bkl 2013-04-06 21:35:57.000000000 -0700
a102 4
Only in rules: autoconf.bkl.orig
Only in rules: autoconf.bkl.rej
Only in rules: autoconf.bkl.save1
Only in rules: autoconf.bkl.~1~
d105 1
a105 1
+++ rules/makefile.bkl 2013-04-06 21:30:45.000000000 -0700
d136 1
a136 1
+++ rules/makefile_defs_gnu.bkl 2013-04-06 21:30:45.000000000 -0700
d154 1
a154 1
+++ rules/makefile_defs_unix.bkl 2013-04-06 21:30:45.000000000 -0700
d185 1
a185 1
@@@@ -122,12 +123,12 @@@@
d200 14
d229 1
a229 1
+ $(LIBTOOL) --mode=link --tag=CC $(__linker) -rpath $(libdir) -o $@@ $(__objects_var) $(__ldflags) $(__ldlibs)
d233 1
a233 1
+ $(LIBTOOL) --mode=link --tag=CC $(__linker) -rpath $(libdir) -o $@@ $(__objects_var) $(__ldflags) $(__ldlibs)
d237 2
a238 1
Only in rules: makefile_defs_unix.bkl.orig
@