Package: ns2 / 2.35+dfsg-9
Metadata
Package | Version | Patches format |
---|---|---|
ns2 | 2.35+dfsg-9 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 install indep utils.diff.patch | (download) |
Makefile.in |
2 1 + 1 - 0 ! |
install-indep-utils.diff |
0002 tclcl header move.patch.patch | (download) |
Makefile.in |
2 1 + 1 - 0 ! |
tclcl-header-move.patch |
0003 fix gcc 4.7 ftbfs.patch.patch | (download) |
linkstate/ls.h |
2 1 + 1 - 0 ! |
fix-gcc-4.7-ftbfs.patch |
0004 correct paths in examples.patch | (download) |
tcl/ex/asym/asym-test-2.tcl |
2 1 + 1 - 0 ! |
correct paths in examples |
0005 fix for multiarch tcltk.patch | (download) |
conf/configure.in.tcl |
1 1 + 0 - 0 ! |
--- |
0006 hack for tcl8.6.patch | (download) |
configure |
1 1 + 0 - 0 ! |
--- |
0007 fix build with gcc6.patch | (download) |
bitmap/play.xbm |
2 1 + 1 - 0 ! |
fix build with gcc-6 |
0008 fix build with gcc11.patch | (download) |
tcp/tcp-fack.cc |
2 1 + 1 - 0 ! |
fix build with gcc-11 |
0009 fix build with gcc14.patch | (download) |
configure |
2 1 + 1 - 0 ! |
fix build with gcc-14 Using GCC-14, and without this patch, the compiler may not find the correct type of RANDOM_RETURN_TYPE from the system, which may result in a compilation failure. |
0010 rootless.patch | (download) |
indep-utils/cmu-scen-gen/setdest/Makefile.in |
4 2 + 2 - 0 ! |
--- |
0011 remove check makefile newer.patch | (download) |
Makefile.in |
7 0 + 7 - 0 ! |
remove the modification time check between makefile.in and makefile As Makefile.in has patches applied in the build process, it will fail without this patch in a second build. |
0012 check makeflags in distclean recursive.patch | (download) |
Makefile.in |
11 10 + 1 - 0 ! |
check makeflags before running `rm` in distclean-recursive Debhelper command dh_auto_clean run "make -s -n (dry-run opt) distclean" before running "make distclean". Without this patch, when the first make runs, some Makefiles will be removed, and then when running the second make, some compiled files will not be removed, causing a failure in the build process. |
0013 add placeholders to flags.patch | (download) |
Makefile.in |
1 1 + 0 - 0 ! |
add placeholders to cflags and ldflags flags for hardening |