diff options
author | alex <alex@FreeBSD.org> | 2000-12-24 22:37:25 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-12-24 22:37:25 +0800 |
commit | ff3a67d077aeb8cae26998411b87072130c96917 (patch) | |
tree | c59c3d6f4f4feabaa0747a70b0c00a23a1fe86db /german | |
parent | c1443769ce33605cebf6f08bb8a6c86687e0c219 (diff) | |
download | freebsd-ports-gnome-ff3a67d077aeb8cae26998411b87072130c96917.tar.gz freebsd-ports-gnome-ff3a67d077aeb8cae26998411b87072130c96917.tar.zst freebsd-ports-gnome-ff3a67d077aeb8cae26998411b87072130c96917.zip |
Add SunSolve Patch 109939-02.
This fixes numerous bugs. See the PR 23783 for details.
PR: 23783, 23784, 23785, 23809
Submitted by: Martin Blapp <mb@imp.ch> (maintainer)
Diffstat (limited to 'german')
-rw-r--r-- | german/staroffice52/Makefile | 27 | ||||
-rw-r--r-- | german/staroffice52/distinfo | 1 | ||||
-rw-r--r-- | german/staroffice70/distinfo | 1 |
3 files changed, 26 insertions, 3 deletions
diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile index b6682001bfe3..a2a8a342d64d 100644 --- a/german/staroffice52/Makefile +++ b/german/staroffice52/Makefile @@ -11,13 +11,20 @@ CATEGORIES= german editors linux MASTER_SITES= ftp://ftp.hu-berlin.de/pub/linux/staroffice/german/ \ ftp://ftp.software-engineering.org/pub/mirrors/staroffice/5.2/ \ ftp://ftp.uni-linz.ac.at/pub/staroffice_5.2/ \ + ftp://sunsite.anu.edu.au/mnt/disk3/sun-info/sun-patches/ \ ftp://sunsite.cnlab-switch.ch/mirror/staroffice/deutsch/ \ ftp://ftp.schwabmuenchen.de/pub/Linux/Office/Star_Office/ \ ftp://ftp.mayn.de/pub/unix/office/staroffice/ \ - ftp://ftp.isst.fhg.de/ISST/Sun/Staroffice/5.2/ + ftp://ftp.isst.fhg.de/ISST/Sun/Staroffice/5.2/ \ + ftp://ftp.cityline.net/mirrors2/sun-patches-all/ \ + ftp://ftp.gtn.com/os/Sun/patches/ \ + ftp://ftp.jaist.ac.jp/.arc07/sun-info/sun-patches/ \ + ftp://ftp.hu-berlin.de/pub/mirrors/sunsolve.sun.com/pub/patches/ \ + ftp://sunsite.uio.no/pub/sun/sun-patches/ \ + ftp://ftp.sunet.se/pub7/security/vendor/sun/patches/ DISTNAME= so-5_2-ga-bin-linux-de.bin -DISTFILES= soa-5_2-ga-bin-linux-de.bin so-5_2-ga-bin-linux-de.bin -EXTRACT_ONLY= +DISTFILES= soa-5_2-ga-bin-linux-de.bin so-5_2-ga-bin-linux-de.bin 109939-02.tar.Z +EXTRACT_ONLY= 109939-02.tar.Z MAINTAINER= mb@imp.ch @@ -32,6 +39,7 @@ WRKSRC= ${WRKDIR}/office52 TMPDIR= ${WRKDIR}/tmp LD_PATH= ${TMPDIR}:${WRKSRC}:${LINUXBASE}/lib:${LINUXBASE}/usr/lib INSTDB.INS= ${PREFIX}/office52/program/instdb.ins +SUNSOLVE= ${WRKDIR}/109939-02 .include <bsd.port.pre.mk> @@ -81,6 +89,13 @@ do-extract: @cd ${WRKSRC} @SAL_IGNOREXERRORS=1 ${WRKSRC}/${DISTNAME} -extract ${WRKSRC} @cd ../../ + @for file in ${EXTRACT_ONLY}; do \ + if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ + ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS}) ; \ + then \ + exit 1; \ + fi \ + done .endif post-configure: @@ -112,6 +127,12 @@ do-install: ${ECHO} ; \ ${FALSE} ; \ fi +.if ! defined(WITH_CDROM) + @${ECHO_MSG} "===> Applying sunsolve patches for ${PKGNAME}" + @for file in ${SUNSOLVE}/* ; do \ + ${CP} -Rv $$file ${PREFIX}/office52/ ; \ + done +.endif .endif post-install: diff --git a/german/staroffice52/distinfo b/german/staroffice52/distinfo index 008b0d115aa9..e86ac9060391 100644 --- a/german/staroffice52/distinfo +++ b/german/staroffice52/distinfo @@ -1,2 +1,3 @@ MD5 (staroffice52/so-5_2-ga-bin-linux-de.bin) = 1abb5b67108f0c5eaa832bca32a32913 MD5 (staroffice52/soa-5_2-ga-bin-linux-de.bin) = ee6e4fe81ac663835195cb756234b804 +MD5 (staroffice52/109939-02.tar.Z) = f2a32aec9b4c223fbb2829e496ad84b6 diff --git a/german/staroffice70/distinfo b/german/staroffice70/distinfo index f1e7894f7587..79bb05fcf4f3 100644 --- a/german/staroffice70/distinfo +++ b/german/staroffice70/distinfo @@ -1,2 +1,3 @@ MD5 (staroffice52/soa-5_2-ga-bin-linux-en.bin) = 8f36a55d7cefd919febdefb502ae986d MD5 (staroffice52/so-5_2-ga-bin-linux-en.bin) = 1f03de10b6127772ba87567d334aeb4d +MD5 (staroffice52/109939-02.tar.Z) = f2a32aec9b4c223fbb2829e496ad84b6 |