mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Dont strip script when use --install-admin-bin,
It will broken p5-Gimp installation.
This commit is contained in:
parent
346d17e89d
commit
c8027fbc79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39858
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.2/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/v1.2/v${PORTVERSION}/ \
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- gimptool.in.orig Wed Aug 25 18:49:22 1999
|
||||
+++ gimptool.in Tue Oct 12 13:31:37 1999
|
||||
@@ -209,11 +209,11 @@
|
||||
--- gimptool.in.orig Thu Apr 27 02:07:40 2000
|
||||
+++ gimptool.in Thu Mar 15 05:55:24 2001
|
||||
@@ -234,19 +234,19 @@
|
||||
| --uninstall-script | --uninstall-admin-script )
|
||||
case $1 in
|
||||
--*install-bin)
|
||||
@ -14,3 +14,13 @@
|
||||
install_dir="$HOME/@gimpdir@/plug-ins"
|
||||
;;
|
||||
--*install-admin-bin)
|
||||
- install_cmd="@INSTALL_PROGRAM@"
|
||||
+ install_cmd="@INSTALL_SCRIPT@"
|
||||
install_dir="$gimpplugindir/plug-ins"
|
||||
;;
|
||||
--install-admin-bin-strip)
|
||||
- install_cmd="@INSTALL_PROGRAM@ -s"
|
||||
+ install_cmd="@INSTALL_SCRIPT@ -s"
|
||||
install_dir="$gimpplugindir/plug-ins"
|
||||
;;
|
||||
--*install-script)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.2/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/v1.2/v${PORTVERSION}/ \
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- gimptool.in.orig Wed Aug 25 18:49:22 1999
|
||||
+++ gimptool.in Tue Oct 12 13:31:37 1999
|
||||
@@ -209,11 +209,11 @@
|
||||
--- gimptool.in.orig Thu Apr 27 02:07:40 2000
|
||||
+++ gimptool.in Thu Mar 15 05:55:24 2001
|
||||
@@ -234,19 +234,19 @@
|
||||
| --uninstall-script | --uninstall-admin-script )
|
||||
case $1 in
|
||||
--*install-bin)
|
||||
@ -14,3 +14,13 @@
|
||||
install_dir="$HOME/@gimpdir@/plug-ins"
|
||||
;;
|
||||
--*install-admin-bin)
|
||||
- install_cmd="@INSTALL_PROGRAM@"
|
||||
+ install_cmd="@INSTALL_SCRIPT@"
|
||||
install_dir="$gimpplugindir/plug-ins"
|
||||
;;
|
||||
--install-admin-bin-strip)
|
||||
- install_cmd="@INSTALL_PROGRAM@ -s"
|
||||
+ install_cmd="@INSTALL_SCRIPT@ -s"
|
||||
install_dir="$gimpplugindir/plug-ins"
|
||||
;;
|
||||
--*install-script)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.2/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/v1.2/v${PORTVERSION}/ \
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- gimptool.in.orig Wed Aug 25 18:49:22 1999
|
||||
+++ gimptool.in Tue Oct 12 13:31:37 1999
|
||||
@@ -209,11 +209,11 @@
|
||||
--- gimptool.in.orig Thu Apr 27 02:07:40 2000
|
||||
+++ gimptool.in Thu Mar 15 05:55:24 2001
|
||||
@@ -234,19 +234,19 @@
|
||||
| --uninstall-script | --uninstall-admin-script )
|
||||
case $1 in
|
||||
--*install-bin)
|
||||
@ -14,3 +14,13 @@
|
||||
install_dir="$HOME/@gimpdir@/plug-ins"
|
||||
;;
|
||||
--*install-admin-bin)
|
||||
- install_cmd="@INSTALL_PROGRAM@"
|
||||
+ install_cmd="@INSTALL_SCRIPT@"
|
||||
install_dir="$gimpplugindir/plug-ins"
|
||||
;;
|
||||
--install-admin-bin-strip)
|
||||
- install_cmd="@INSTALL_PROGRAM@ -s"
|
||||
+ install_cmd="@INSTALL_SCRIPT@ -s"
|
||||
install_dir="$gimpplugindir/plug-ins"
|
||||
;;
|
||||
--*install-script)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.2/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/v1.2/v${PORTVERSION}/ \
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- gimptool.in.orig Wed Aug 25 18:49:22 1999
|
||||
+++ gimptool.in Tue Oct 12 13:31:37 1999
|
||||
@@ -209,11 +209,11 @@
|
||||
--- gimptool.in.orig Thu Apr 27 02:07:40 2000
|
||||
+++ gimptool.in Thu Mar 15 05:55:24 2001
|
||||
@@ -234,19 +234,19 @@
|
||||
| --uninstall-script | --uninstall-admin-script )
|
||||
case $1 in
|
||||
--*install-bin)
|
||||
@ -14,3 +14,13 @@
|
||||
install_dir="$HOME/@gimpdir@/plug-ins"
|
||||
;;
|
||||
--*install-admin-bin)
|
||||
- install_cmd="@INSTALL_PROGRAM@"
|
||||
+ install_cmd="@INSTALL_SCRIPT@"
|
||||
install_dir="$gimpplugindir/plug-ins"
|
||||
;;
|
||||
--install-admin-bin-strip)
|
||||
- install_cmd="@INSTALL_PROGRAM@ -s"
|
||||
+ install_cmd="@INSTALL_SCRIPT@ -s"
|
||||
install_dir="$gimpplugindir/plug-ins"
|
||||
;;
|
||||
--*install-script)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.2/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/v1.2/v${PORTVERSION}/ \
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- gimptool.in.orig Wed Aug 25 18:49:22 1999
|
||||
+++ gimptool.in Tue Oct 12 13:31:37 1999
|
||||
@@ -209,11 +209,11 @@
|
||||
--- gimptool.in.orig Thu Apr 27 02:07:40 2000
|
||||
+++ gimptool.in Thu Mar 15 05:55:24 2001
|
||||
@@ -234,19 +234,19 @@
|
||||
| --uninstall-script | --uninstall-admin-script )
|
||||
case $1 in
|
||||
--*install-bin)
|
||||
@ -14,3 +14,13 @@
|
||||
install_dir="$HOME/@gimpdir@/plug-ins"
|
||||
;;
|
||||
--*install-admin-bin)
|
||||
- install_cmd="@INSTALL_PROGRAM@"
|
||||
+ install_cmd="@INSTALL_SCRIPT@"
|
||||
install_dir="$gimpplugindir/plug-ins"
|
||||
;;
|
||||
--install-admin-bin-strip)
|
||||
- install_cmd="@INSTALL_PROGRAM@ -s"
|
||||
+ install_cmd="@INSTALL_SCRIPT@ -s"
|
||||
install_dir="$gimpplugindir/plug-ins"
|
||||
;;
|
||||
--*install-script)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.2/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/v1.2/v${PORTVERSION}/ \
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- gimptool.in.orig Wed Aug 25 18:49:22 1999
|
||||
+++ gimptool.in Tue Oct 12 13:31:37 1999
|
||||
@@ -209,11 +209,11 @@
|
||||
--- gimptool.in.orig Thu Apr 27 02:07:40 2000
|
||||
+++ gimptool.in Thu Mar 15 05:55:24 2001
|
||||
@@ -234,19 +234,19 @@
|
||||
| --uninstall-script | --uninstall-admin-script )
|
||||
case $1 in
|
||||
--*install-bin)
|
||||
@ -14,3 +14,13 @@
|
||||
install_dir="$HOME/@gimpdir@/plug-ins"
|
||||
;;
|
||||
--*install-admin-bin)
|
||||
- install_cmd="@INSTALL_PROGRAM@"
|
||||
+ install_cmd="@INSTALL_SCRIPT@"
|
||||
install_dir="$gimpplugindir/plug-ins"
|
||||
;;
|
||||
--install-admin-bin-strip)
|
||||
- install_cmd="@INSTALL_PROGRAM@ -s"
|
||||
+ install_cmd="@INSTALL_SCRIPT@ -s"
|
||||
install_dir="$gimpplugindir/plug-ins"
|
||||
;;
|
||||
--*install-script)
|
||||
|
Loading…
Reference in New Issue
Block a user