mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Remove uneeded patch, and fix pkg-plist.
PR: ports/68880 Submitted by: maintainer
This commit is contained in:
parent
d6e5e14837
commit
7a27dd51c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113416
@ -1,10 +1,6 @@
|
||||
@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/scim-chinese.schemas >/dev/null || /usr/bin/true
|
||||
etc/gconf/schemas/scim-chinese.schemas
|
||||
lib/scim-1.0/IMEngine/pinyin.a
|
||||
lib/scim-1.0/IMEngine/pinyin.la
|
||||
lib/scim-1.0/IMEngine/pinyin.so
|
||||
lib/scim-1.0/SetupUI/pinyin-imengine-setup.a
|
||||
lib/scim-1.0/SetupUI/pinyin-imengine-setup.la
|
||||
lib/scim-1.0/SetupUI/pinyin-imengine-setup.so
|
||||
share/locale/zh_CN/LC_MESSAGES/scim-chinese.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/scim-chinese.mo
|
||||
|
@ -1,10 +1,6 @@
|
||||
@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/scim-chinese.schemas >/dev/null || /usr/bin/true
|
||||
etc/gconf/schemas/scim-chinese.schemas
|
||||
lib/scim-1.0/IMEngine/pinyin.a
|
||||
lib/scim-1.0/IMEngine/pinyin.la
|
||||
lib/scim-1.0/IMEngine/pinyin.so
|
||||
lib/scim-1.0/SetupUI/pinyin-imengine-setup.a
|
||||
lib/scim-1.0/SetupUI/pinyin-imengine-setup.la
|
||||
lib/scim-1.0/SetupUI/pinyin-imengine-setup.so
|
||||
share/locale/zh_CN/LC_MESSAGES/scim-chinese.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/scim-chinese.mo
|
||||
|
@ -1,51 +0,0 @@
|
||||
--- ltmain.sh.orig Sat Dec 6 14:47:45 2003
|
||||
+++ ltmain.sh Tue Dec 9 14:09:01 2003
|
||||
@@ -1280,7 +1280,7 @@
|
||||
esac
|
||||
elif test "X$arg" = "X-lc_r"; then
|
||||
case $host in
|
||||
- *-*-openbsd* | *-*-freebsd*)
|
||||
+ *-*-openbsd* | *-*-freebsd4*)
|
||||
# Do not include libc_r directly, use -pthread flag.
|
||||
continue
|
||||
;;
|
||||
@@ -1290,8 +1290,16 @@
|
||||
continue
|
||||
;;
|
||||
|
||||
+ -pthread)
|
||||
+ compile_command="$compile_command -pthread"
|
||||
+ finalize_command="$finalize_command -pthread"
|
||||
+ compiler_flags="$compiler_flags -pthread"
|
||||
+ continue
|
||||
+ ;;
|
||||
+
|
||||
-module)
|
||||
module=yes
|
||||
+ build_old_libs=no
|
||||
continue
|
||||
;;
|
||||
|
||||
@@ -3000,6 +3008,9 @@
|
||||
# problems, so we reset it completely
|
||||
verstring=
|
||||
;;
|
||||
+ *-*-freebsd*)
|
||||
+ # FreeBSD doesn't need this...
|
||||
+ ;;
|
||||
*)
|
||||
verstring="0.0"
|
||||
;;
|
||||
@@ -5428,10 +5439,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
Loading…
Reference in New Issue
Block a user