看板 DFBSD_submit 關於我們 聯絡資訊
This is a patch against the acroread5 dfport override to bring acroread5 up to date on DragonFly. diff -ruN acroread5/Makefile acroread5.new/Makefile --- acroread5/Makefile 2004-01-25 09:05:43.000000000 -0600 +++ acroread5.new/Makefile 2004-12-26 10:36:35.000000000 -0600 @@ -7,13 +7,13 @@ # PORTNAME= acroread -PORTVERSION= 5.08 +PORTVERSION= 5.10 CATEGORIES= print linux MASTER_SITES= http://download.adobe.com/pub/adobe/acrobatreader/unix/5.x/ \ ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/ .include <bsd.dfport.pre.mk> .if ${ARCH} == "i386" -DISTNAME= linux-508 +DISTNAME= linux-5010 .endif CONFLICTS= acroread-3* DIST_SUBDIR= acroread @@ -31,17 +31,17 @@ .if ${ARCH} == "i386" PLIST_SUB= "ARCHDIR=intellinux" .endif -WRKSRC= ${WRKDIR} +WRKSRC= ${WRKDIR}/installers do-build: @${ECHO_MSG} "Do a \`make install' as root." do-install: @${MKDIR} ${PREFIX}/Acrobat5 - @ReadInstallDir=${PREFIX}/Acrobat5 ${WRKDIR}/INSTALL + @ReadInstallDir=${PREFIX}/Acrobat5 ${WRKSRC}/INSTALL .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - strings -1 ${WRKDIR}/README > ${DOCSDIR}/README + strings -1 ${WRKSRC}/README > ${DOCSDIR}/README .endif post-install: diff -ruN acroread5/distinfo acroread5.new/distinfo --- acroread5/distinfo 2004-01-12 13:03:04.000000000 -0600 +++ acroread5.new/distinfo 2004-12-26 10:35:43.000000000 -0600 @@ -1 +1,2 @@ -MD5 (acroread/linux-508.tar.gz) = fbf4e174be41987addacca7cf677dd58 +MD5 (acroread/linux-5010.tar.gz) = 9721b85d54aab1d9ece37758cc6d64f2 +SIZE (acroread/linux-5010.tar.gz) = 9286383 -- Glenn Johnson <glennpj@charter.net>