diff options
author | db <db@FreeBSD.org> | 2009-11-26 01:30:42 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2009-11-26 01:30:42 +0800 |
commit | 04a41d1c22b1da85352909c266abcaab28e6bd85 (patch) | |
tree | 31ea6b16be78f3dfce11f6202d94c7bcb87fcc83 /comms/hamlib/files | |
parent | bd8d8d498bb16351c64b48c7e1d34111a36e2706 (diff) | |
download | freebsd-ports-gnome-04a41d1c22b1da85352909c266abcaab28e6bd85.tar.gz freebsd-ports-gnome-04a41d1c22b1da85352909c266abcaab28e6bd85.tar.zst freebsd-ports-gnome-04a41d1c22b1da85352909c266abcaab28e6bd85.zip |
- Update to 1.2.10
- Add port docs
Diffstat (limited to 'comms/hamlib/files')
-rw-r--r-- | comms/hamlib/files/patch-bindings_Makefile.in | 24 | ||||
-rw-r--r-- | comms/hamlib/files/patch-libltdl_configure | 46 | ||||
-rw-r--r-- | comms/hamlib/files/patch-macros_libtools.m4 | 13 |
3 files changed, 12 insertions, 71 deletions
diff --git a/comms/hamlib/files/patch-bindings_Makefile.in b/comms/hamlib/files/patch-bindings_Makefile.in index 51f5a14e1393..71c1531c5d16 100644 --- a/comms/hamlib/files/patch-bindings_Makefile.in +++ b/comms/hamlib/files/patch-bindings_Makefile.in @@ -1,6 +1,6 @@ ---- bindings/Makefile.in.orig 2009-02-25 14:18:37.000000000 -0500 -+++ bindings/Makefile.in 2009-02-25 19:53:13.000000000 -0500 -@@ -268,7 +268,7 @@ +--- bindings/Makefile.in.orig 2009-11-02 17:21:43.000000000 -0500 ++++ bindings/Makefile.in 2009-11-02 19:57:15.000000000 -0500 +@@ -307,7 +307,7 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ @@ -9,12 +9,12 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ -@@ -287,7 +287,7 @@ - ########################################## - # Tcl binding - tcl_ltlib = hamlibtcl.la --tcldir = $(prefix)/lib/tcl -+tcldir = %%TCL_LIBDIR%% - PKG_VER = 1.0 - DLL = hamlibtcl-$(PKG_VER)@TCL_SHLIB_SUFFIX@ - nodist_hamlibtcl_la_SOURCES = hamlibtcl_wrap.c +@@ -329,7 +329,7 @@ + Hamlib.bs hamlibpy_wrap.c Hamlib.py *.pyc + AM_CFLAGS = -fno-strict-aliasing + @ENABLE_TCL_TRUE@tcl_ltlib = hamlibtcl.la +-@ENABLE_TCL_TRUE@tcldir = $(prefix)/lib/tcl ++@ENABLE_TCL_TRUE@tcldir = %%TCL_LIBDIR%% + @ENABLE_TCL_TRUE@PKG_VER = 1.0 + @ENABLE_TCL_TRUE@DLL = hamlibtcl-$(PKG_VER)@TCL_SHLIB_SUFFIX@ + @ENABLE_TCL_TRUE@nodist_hamlibtcl_la_SOURCES = hamlibtcl_wrap.c diff --git a/comms/hamlib/files/patch-libltdl_configure b/comms/hamlib/files/patch-libltdl_configure deleted file mode 100644 index 81c4b4842694..000000000000 --- a/comms/hamlib/files/patch-libltdl_configure +++ /dev/null @@ -1,46 +0,0 @@ ---- libltdl/configure.orig Thu Feb 22 14:24:59 2007 -+++ libltdl/configure Thu Feb 22 14:24:59 2007 -@@ -8189,8 +8189,8 @@ - ;; - - freebsd*) -- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` -- version_type=freebsd-$objformat -+# objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` -+ version_type=freebsd-elf - case $version_type in - freebsd-elf*) - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' -@@ -11897,8 +11897,8 @@ - ;; - - freebsd*) -- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` -- version_type=freebsd-$objformat -+# objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` -+ version_type=freebsd-elf - case $version_type in - freebsd-elf*) - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' -@@ -15050,8 +15050,8 @@ - ;; - - freebsd*) -- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` -- version_type=freebsd-$objformat -+# objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` -+ version_type=freebsd-elf - case $version_type in - freebsd-elf*) - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' -@@ -17412,8 +17412,8 @@ - ;; - - freebsd*) -- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` -- version_type=freebsd-$objformat -+# objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` -+ version_type=freebsd-elf - case $version_type in - freebsd-elf*) - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' diff --git a/comms/hamlib/files/patch-macros_libtools.m4 b/comms/hamlib/files/patch-macros_libtools.m4 deleted file mode 100644 index 28b9a2d99737..000000000000 --- a/comms/hamlib/files/patch-macros_libtools.m4 +++ /dev/null @@ -1,13 +0,0 @@ ---- macros/libtool.m4.orig Sun Apr 3 16:25:10 2005 -+++ macros/libtool.m4 Thu Feb 22 14:24:59 2007 -@@ -1300,8 +1300,8 @@ - ;; - - freebsd*) -- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` -- version_type=freebsd-$objformat -+# objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` -+ version_type=freebsd-elf - case $version_type in - freebsd-elf*) - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' |