1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 03:39:02 +00:00
Files
nmap/zenmap/install_scripts/macosx/MacPorts-ports.diff

294 lines
12 KiB
Diff

diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/archivers/xz/Portfile ports/archivers/xz/Portfile
--- ports.orig/archivers/xz/Portfile 2015-03-09 01:01:51.000000000 -0700
+++ ports/archivers/xz/Portfile 2015-07-02 05:10:12.000000000 -0700
@@ -26,9 +26,9 @@
checksums rmd160 d53db9cb078fa51ad2c1363141e464fd6bdfcfb9 \
sha256 679148f497e0bff2c1adce42dee5a23f746e71321c33ebb0f641a302e30c2a80
-depends_lib port:libiconv port:gettext
+depends_lib port:gettext
-configure.args --with-libiconv-prefix=${prefix} --with-libintl-prefix=${prefix}
+configure.args --with-libintl-prefix=${prefix}
# document that we always need legacy symlinks now that "lzmautils" refers here
configure.args-append --enable-lzma-links
diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/devel/apr-util/Portfile ports/devel/apr-util/Portfile
--- ports.orig/devel/apr-util/Portfile 2014-09-29 09:30:23.000000000 -0700
+++ ports/devel/apr-util/Portfile 2015-07-02 05:10:12.000000000 -0700
@@ -21,13 +21,13 @@
rmd160 9710ffbffea60750b2c1f75532c607bda87ecb71
depends_lib port:apr port:expat \
- port:libiconv port:db46 \
+ port:db46 \
port:sqlite3
use_parallel_build yes
configure.ccache no
configure.args --with-apr=${prefix}/bin/apr-1-config --with-expat=${prefix} \
- --with-iconv=${prefix} --with-berkeley-db=${prefix}/include:${prefix}/lib/db46 \
+ --with-berkeley-db=${prefix}/include:${prefix}/lib/db46 \
--without-mysql --without-pgsql --without-sqlite2 --with-sqlite3=${prefix}
test.run yes
diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/devel/atk/Portfile ports/devel/atk/Portfile
--- ports.orig/devel/atk/Portfile 2015-05-11 11:30:44.000000000 -0700
+++ ports/devel/atk/Portfile 2015-07-02 05:10:12.000000000 -0700
@@ -28,8 +28,7 @@
depends_build port:pkgconfig
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
- port:gettext \
- port:libiconv
+ port:gettext
gobject_introspection yes
diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/devel/gettext/Portfile ports/devel/gettext/Portfile
--- ports.orig/devel/gettext/Portfile 2014-12-24 16:31:01.000000000 -0800
+++ ports/devel/gettext/Portfile 2015-07-02 05:10:12.000000000 -0700
@@ -51,7 +51,6 @@
--without-xz
depends_lib port:expat \
- port:libiconv \
port:ncurses
test.run yes
diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/devel/glib2/Portfile ports/devel/glib2/Portfile
--- ports.orig/devel/glib2/Portfile 2015-06-25 18:00:18.000000000 -0700
+++ ports/devel/glib2/Portfile 2015-07-02 05:10:12.000000000 -0700
@@ -52,7 +52,6 @@
depends_build bin:xmllint:libxml2
depends_lib port:gettext \
- port:libiconv \
port:zlib \
port:libffi
diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/devel/glib2/work/.macports.glib2.state ports/devel/glib2/work/.macports.glib2.state
--- ports.orig/devel/glib2/work/.macports.glib2.state 1969-12-31 16:00:00.000000000 -0800
+++ ports/devel/glib2/work/.macports.glib2.state 2015-07-02 05:10:12.000000000 -0700
@@ -0,0 +1 @@
+target: org.macports.archivefetch
diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/editors/vim/Portfile ports/editors/vim/Portfile
--- ports.orig/editors/vim/Portfile 2015-05-29 14:00:47.000000000 -0700
+++ ports/editors/vim/Portfile 2015-07-02 05:10:12.000000000 -0700
@@ -774,8 +774,7 @@
depends_build bin:grep:grep
depends_lib port:ncurses \
- port:gettext \
- port:libiconv
+ port:gettext
patchfiles-append patch-compat-sigaltstack.diff
diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/gnome/gtk2/Portfile ports/gnome/gtk2/Portfile
--- ports.orig/gnome/gtk2/Portfile 2015-05-24 08:31:20.000000000 -0700
+++ ports/gnome/gtk2/Portfile 2015-07-02 05:10:12.000000000 -0700
@@ -45,8 +45,13 @@
# indirectly depends on gtk2, so we can not list it as a dependency here.
# port:librsvg
-depends_run port:shared-mime-info \
- port:hicolor-icon-theme
+# If shared-mime-info is installed it causes GTK+ to use Glib's GIO to
+# do automatic file type guessing and to disable its own internal
+# guessing. The guessing then fails at runtime if the MIME database
+# (/usr/share/mime) isn't present. Avoid using GIO and always use GTK+'s
+# internal guesser.
+# depends_run port:shared-mime-info
+depends_run port:hicolor-icon-theme
patchfiles-append patch-aliases.diff
patchfiles-append patch-gtk-builder-convert.diff
@@ -55,7 +60,12 @@
use_autoreconf yes
autoreconf.args -fvi
+# Don't have the immodules as loadable modules. This would require
+# running install_name_tool on the .so files to make the libraries they
+# depend on relative to @executable_path, not the MacPorts installation
+# directory.
configure.args --enable-static \
+ --with-included-immodules \
--disable-glibtest \
--enable-introspection \
gio_can_sniff=yes
@@ -100,21 +110,6 @@
xinstall -d ${destroot}${docdir}
xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING HACKING NEWS README \
${destroot}${docdir}
-
- ui_debug "Creating gtk.immodules..."
- system "DYLD_LIBRARY_PATH=${destroot}${prefix}/lib \
- ${destroot}${prefix}/bin/gtk-query-immodules-2.0 \
- ${destroot}${prefix}/lib/gtk-2.0/2.10.0/immodules/*.so \
- >${destroot}${prefix}/etc/gtk-2.0/gtk.immodules"
- reinplace "s|${destroot}||" ${destroot}${prefix}/etc/gtk-2.0/gtk.immodules
-}
-
-post-activate {
- ui_debug "Updating gdk-pixbuf.loaders..."
- system "${prefix}/bin/gdk-pixbuf-query-loaders \
- >${prefix}/etc/gtk-2.0/gdk-pixbuf.loaders"
- ui_debug "Updating immodules.cache..."
- system "${prefix}/bin/gtk-query-immodules-2.0 --update-cache"
}
platform darwin 8 {
diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/graphics/fontconfig/Portfile ports/graphics/fontconfig/Portfile
--- ports.orig/graphics/fontconfig/Portfile 2014-04-07 20:00:05.000000000 -0700
+++ ports/graphics/fontconfig/Portfile 2015-07-02 05:10:12.000000000 -0700
@@ -26,8 +26,7 @@
depends_build port:pkgconfig
-depends_lib port:libiconv \
- port:expat \
+depends_lib port:expat \
port:freetype
if {${os.platform} eq "darwin" && ${os.major} < 9} {
diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/graphics/gdk-pixbuf2/Portfile ports/graphics/gdk-pixbuf2/Portfile
--- ports.orig/graphics/gdk-pixbuf2/Portfile 2015-05-15 04:04:22.000000000 -0700
+++ ports/graphics/gdk-pixbuf2/Portfile 2015-07-02 06:45:22.000000000 -0700
@@ -29,7 +29,6 @@
depends_build port:pkgconfig
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
- port:shared-mime-info \
port:libpng \
port:jasper \
port:jpeg \
@@ -43,7 +42,15 @@
use_autoreconf yes
autoreconf.args -fvi
-configure.args --with-libjasper
+# Don't have the GDK image loaders as loadable modules. This would
+# require running install_name_tool on the .so files to make the
+# libraries they depend on relative to @executable_path, not the
+# MacPorts installation directory.
+# See also https://trac.macports.org/ticket/45354
+configure.args --with-libjasper \
+ --disable-modules \
+ --disable-gio-sniffing \
+ --with-included-loaders=yes
test.run yes
test.target check
diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/mail/libidn/Portfile ports/mail/libidn/Portfile
--- ports.orig/mail/libidn/Portfile 2015-05-30 14:30:57.000000000 -0700
+++ ports/mail/libidn/Portfile 2015-07-02 05:10:12.000000000 -0700
@@ -26,7 +26,7 @@
checksums rmd160 8fb47a04c456ed586e7a3b2fe0b45bb15943770d \
sha256 39b9fc94d74081c185757b12e0891ce5a22db55268e7d1bb24533ff4432eb053
-depends_lib port:libiconv port:gettext
+depends_lib port:gettext
# nawk: syntax error at source line 1 source file
conflicts_build nawk
diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/perl/p5-locale-gettext/Portfile ports/perl/p5-locale-gettext/Portfile
--- ports.orig/perl/p5-locale-gettext/Portfile 2014-12-27 03:30:47.000000000 -0800
+++ ports/perl/p5-locale-gettext/Portfile 2015-07-02 05:10:12.000000000 -0700
@@ -24,7 +24,7 @@
rmd160 767adfce05b8fe77ddd7d3814951822746cf6e4b
if {${perl5.major} != ""} {
-depends_lib-append port:gettext port:libiconv
+depends_lib-append port:gettext
# The first patch below corrects a typo in the documentation. The last two
# correct a bug discovered by the Debian Project; they come from the CPAN RT
diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/python/py-libxml2/files/patch-setup.py.diff ports/python/py-libxml2/files/patch-setup.py.diff
--- ports.orig/python/py-libxml2/files/patch-setup.py.diff 2014-10-20 22:05:02.000000000 -0700
+++ ports/python/py-libxml2/files/patch-setup.py.diff 2015-07-02 05:10:12.000000000 -0700
@@ -13,8 +13,20 @@
];
xml_includes=""
-@@ -85,7 +81,7 @@
+@@ -73,19 +69,9 @@
+ print("failed to find headers for libxml2: update includes_dir")
+ sys.exit(1)
+-iconv_includes=""
+-for dir in includes_dir:
+- if not missing(dir + "/iconv.h"):
+- iconv_includes=dir
+- break;
+-
+-if iconv_includes == "":
+- print("failed to find headers for libiconv: update includes_dir")
+- sys.exit(1)
+-
# those are added in the linker search path for libraries
libdirs = [
-os.path.join(ROOT,'lib'),
@@ -55,3 +67,12 @@
if with_xslt == 1:
xslt_includes=""
+@@ -166,7 +126,7 @@
+ if WITHDLLS:
+ modules.append('libxmlmods.__init__')
+ c_files = ['libxml2-py.c', 'libxml.c', 'types.c' ]
+-includes= [xml_includes, iconv_includes]
++includes= [xml_includes]
+ libs = [libraryPrefix + "xml2"] + platformLibs
+ macros = []
+ if with_threads:
diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/textproc/help2man/Portfile ports/textproc/help2man/Portfile
--- ports.orig/textproc/help2man/Portfile 2015-05-05 06:30:42.000000000 -0700
+++ ports/textproc/help2man/Portfile 2015-07-02 05:10:12.000000000 -0700
@@ -24,7 +24,7 @@
sha256 615ff5ac38369ddb3707c5fd71672ab122639fd9cf6870de172e0127ed632caf
depends_lib port:perl5.16 port:p5.16-locale-gettext \
- port:gettext port:libiconv
+ port:gettext
configure.perl ${prefix}/bin/perl5.16
diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/textproc/libxml2/Portfile ports/textproc/libxml2/Portfile
--- ports.orig/textproc/libxml2/Portfile 2015-03-10 04:00:55.000000000 -0700
+++ ports/textproc/libxml2/Portfile 2015-07-02 05:10:12.000000000 -0700
@@ -20,8 +20,7 @@
available in other environments.
homepage http://xmlsoft.org/
-depends_lib port:libiconv \
- port:xz \
+depends_lib port:xz \
port:zlib
master_sites ftp://gd.tuwien.ac.at/pub/libxml/ \
diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/textproc/libxslt/Portfile ports/textproc/libxslt/Portfile
--- ports.orig/textproc/libxslt/Portfile 2015-06-03 12:01:19.000000000 -0700
+++ ports/textproc/libxslt/Portfile 2015-07-02 05:10:12.000000000 -0700
@@ -38,8 +38,7 @@
if {${name} eq ${subport}} {
revision 1
- depends_lib-append port:libiconv \
- port:libxml2 \
+ depends_lib-append port:libxml2 \
port:zlib
pre-configure {
diff --unidirectional-new-file -ru -x 'PortIndex*' ports.orig/x11/pango/Portfile ports/x11/pango/Portfile
--- ports.orig/x11/pango/Portfile 2015-01-19 17:01:12.000000000 -0800
+++ ports/x11/pango/Portfile 2015-07-02 05:10:12.000000000 -0700
@@ -79,6 +79,7 @@
}
configure.args --enable-static \
+ --with-included-modules \
--disable-silent-rules \
--without-x