mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
* Update to 1.0.4
* Fix up the automake stuff to be in line with the new rules in bsd.port.mk [1] Requested by: alane [1]
This commit is contained in:
parent
385168118c
commit
685f6f67c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73869
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= AbiWord
|
||||
PORTVERSION= 1.0.3
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
|
||||
@ -32,13 +32,9 @@ USE_REINPLACE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12 gnomehier
|
||||
WANT_GNOME= yes
|
||||
AUTOMAKE= ${WRKSRC}/autogen.sh && ${FIXME}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -liconv"
|
||||
MAKEFILE= GNUmakefile
|
||||
FIXME= find ${WRKSRC} -name GNUmakefile.in | xargs ${REINPLACE_CMD} -e \
|
||||
's|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \
|
||||
s|@DEFS@|-I${WRKSRC}/../libiconv/include @DEFS@|g' && ${TRUE}
|
||||
|
||||
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
|
||||
.undef WITHOUT_GNOME
|
||||
@ -61,9 +57,13 @@ BROKEN= "This port cannot be built when textproc/wv is installed because of a he
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog
|
||||
@cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog INSTALL
|
||||
@cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing
|
||||
@${RM} -f ${WRKSRC}/configure.ac
|
||||
@cd ${WRKSRC} && ./autogen.sh && ${TRUE}
|
||||
@${FIND} ${WRKSRC} -name GNUmakefile.in | xargs ${REINPLACE_CMD} -e \
|
||||
's|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \
|
||||
s|@DEFS@|-I${WRKSRC}/../libiconv/include @DEFS@|g' && ${TRUE}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (AbiWord/abiword-1.0.3.tar.gz) = 01336526136b7fbc66328d80931710e3
|
||||
MD5 (AbiWord/abiword-1.0.4.tar.gz) = fec2f2770c29afe0d30e653b5d1d40bb
|
||||
|
@ -216,6 +216,7 @@ share/AbiSuite/AbiWord/strings/fi-FI.strings
|
||||
share/AbiSuite/AbiWord/strings/fr-FR.strings
|
||||
share/AbiSuite/AbiWord/strings/ga-IE.strings
|
||||
share/AbiSuite/AbiWord/strings/gl-ES.strings
|
||||
share/AbiSuite/AbiWord/strings/he-IL.strings
|
||||
share/AbiSuite/AbiWord/strings/hu-HU.strings
|
||||
share/AbiSuite/AbiWord/strings/id-ID.strings
|
||||
share/AbiSuite/AbiWord/strings/it-IT.strings
|
||||
@ -231,9 +232,11 @@ share/AbiSuite/AbiWord/strings/ro-RO.strings
|
||||
share/AbiSuite/AbiWord/strings/ru-RU.strings
|
||||
share/AbiSuite/AbiWord/strings/sk-SK.strings
|
||||
share/AbiSuite/AbiWord/strings/sl-SI.strings
|
||||
share/AbiSuite/AbiWord/strings/sr-SR.strings
|
||||
share/AbiSuite/AbiWord/strings/sv-SE.strings
|
||||
share/AbiSuite/AbiWord/strings/tr-TR.strings
|
||||
share/AbiSuite/AbiWord/strings/uk-UA.strings
|
||||
share/AbiSuite/AbiWord/strings/vi-VN.strings
|
||||
share/AbiSuite/AbiWord/strings/zh-CN.strings
|
||||
share/AbiSuite/AbiWord/strings/zh-HK.strings
|
||||
share/AbiSuite/AbiWord/strings/zh-TW.strings
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= AbiWord
|
||||
PORTVERSION= 1.0.3
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
|
||||
@ -32,13 +32,9 @@ USE_REINPLACE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12 gnomehier
|
||||
WANT_GNOME= yes
|
||||
AUTOMAKE= ${WRKSRC}/autogen.sh && ${FIXME}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -liconv"
|
||||
MAKEFILE= GNUmakefile
|
||||
FIXME= find ${WRKSRC} -name GNUmakefile.in | xargs ${REINPLACE_CMD} -e \
|
||||
's|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \
|
||||
s|@DEFS@|-I${WRKSRC}/../libiconv/include @DEFS@|g' && ${TRUE}
|
||||
|
||||
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
|
||||
.undef WITHOUT_GNOME
|
||||
@ -61,9 +57,13 @@ BROKEN= "This port cannot be built when textproc/wv is installed because of a he
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog
|
||||
@cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog INSTALL
|
||||
@cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing
|
||||
@${RM} -f ${WRKSRC}/configure.ac
|
||||
@cd ${WRKSRC} && ./autogen.sh && ${TRUE}
|
||||
@${FIND} ${WRKSRC} -name GNUmakefile.in | xargs ${REINPLACE_CMD} -e \
|
||||
's|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \
|
||||
s|@DEFS@|-I${WRKSRC}/../libiconv/include @DEFS@|g' && ${TRUE}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (AbiWord/abiword-1.0.3.tar.gz) = 01336526136b7fbc66328d80931710e3
|
||||
MD5 (AbiWord/abiword-1.0.4.tar.gz) = fec2f2770c29afe0d30e653b5d1d40bb
|
||||
|
@ -216,6 +216,7 @@ share/AbiSuite/AbiWord/strings/fi-FI.strings
|
||||
share/AbiSuite/AbiWord/strings/fr-FR.strings
|
||||
share/AbiSuite/AbiWord/strings/ga-IE.strings
|
||||
share/AbiSuite/AbiWord/strings/gl-ES.strings
|
||||
share/AbiSuite/AbiWord/strings/he-IL.strings
|
||||
share/AbiSuite/AbiWord/strings/hu-HU.strings
|
||||
share/AbiSuite/AbiWord/strings/id-ID.strings
|
||||
share/AbiSuite/AbiWord/strings/it-IT.strings
|
||||
@ -231,9 +232,11 @@ share/AbiSuite/AbiWord/strings/ro-RO.strings
|
||||
share/AbiSuite/AbiWord/strings/ru-RU.strings
|
||||
share/AbiSuite/AbiWord/strings/sk-SK.strings
|
||||
share/AbiSuite/AbiWord/strings/sl-SI.strings
|
||||
share/AbiSuite/AbiWord/strings/sr-SR.strings
|
||||
share/AbiSuite/AbiWord/strings/sv-SE.strings
|
||||
share/AbiSuite/AbiWord/strings/tr-TR.strings
|
||||
share/AbiSuite/AbiWord/strings/uk-UA.strings
|
||||
share/AbiSuite/AbiWord/strings/vi-VN.strings
|
||||
share/AbiSuite/AbiWord/strings/zh-CN.strings
|
||||
share/AbiSuite/AbiWord/strings/zh-HK.strings
|
||||
share/AbiSuite/AbiWord/strings/zh-TW.strings
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= AbiWord
|
||||
PORTVERSION= 1.0.3
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
|
||||
@ -32,13 +32,9 @@ USE_REINPLACE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12 gnomehier
|
||||
WANT_GNOME= yes
|
||||
AUTOMAKE= ${WRKSRC}/autogen.sh && ${FIXME}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -liconv"
|
||||
MAKEFILE= GNUmakefile
|
||||
FIXME= find ${WRKSRC} -name GNUmakefile.in | xargs ${REINPLACE_CMD} -e \
|
||||
's|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \
|
||||
s|@DEFS@|-I${WRKSRC}/../libiconv/include @DEFS@|g' && ${TRUE}
|
||||
|
||||
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
|
||||
.undef WITHOUT_GNOME
|
||||
@ -61,9 +57,13 @@ BROKEN= "This port cannot be built when textproc/wv is installed because of a he
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog
|
||||
@cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog INSTALL
|
||||
@cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing
|
||||
@${RM} -f ${WRKSRC}/configure.ac
|
||||
@cd ${WRKSRC} && ./autogen.sh && ${TRUE}
|
||||
@${FIND} ${WRKSRC} -name GNUmakefile.in | xargs ${REINPLACE_CMD} -e \
|
||||
's|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \
|
||||
s|@DEFS@|-I${WRKSRC}/../libiconv/include @DEFS@|g' && ${TRUE}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (AbiWord/abiword-1.0.3.tar.gz) = 01336526136b7fbc66328d80931710e3
|
||||
MD5 (AbiWord/abiword-1.0.4.tar.gz) = fec2f2770c29afe0d30e653b5d1d40bb
|
||||
|
@ -216,6 +216,7 @@ share/AbiSuite/AbiWord/strings/fi-FI.strings
|
||||
share/AbiSuite/AbiWord/strings/fr-FR.strings
|
||||
share/AbiSuite/AbiWord/strings/ga-IE.strings
|
||||
share/AbiSuite/AbiWord/strings/gl-ES.strings
|
||||
share/AbiSuite/AbiWord/strings/he-IL.strings
|
||||
share/AbiSuite/AbiWord/strings/hu-HU.strings
|
||||
share/AbiSuite/AbiWord/strings/id-ID.strings
|
||||
share/AbiSuite/AbiWord/strings/it-IT.strings
|
||||
@ -231,9 +232,11 @@ share/AbiSuite/AbiWord/strings/ro-RO.strings
|
||||
share/AbiSuite/AbiWord/strings/ru-RU.strings
|
||||
share/AbiSuite/AbiWord/strings/sk-SK.strings
|
||||
share/AbiSuite/AbiWord/strings/sl-SI.strings
|
||||
share/AbiSuite/AbiWord/strings/sr-SR.strings
|
||||
share/AbiSuite/AbiWord/strings/sv-SE.strings
|
||||
share/AbiSuite/AbiWord/strings/tr-TR.strings
|
||||
share/AbiSuite/AbiWord/strings/uk-UA.strings
|
||||
share/AbiSuite/AbiWord/strings/vi-VN.strings
|
||||
share/AbiSuite/AbiWord/strings/zh-CN.strings
|
||||
share/AbiSuite/AbiWord/strings/zh-HK.strings
|
||||
share/AbiSuite/AbiWord/strings/zh-TW.strings
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= AbiWord
|
||||
PORTVERSION= 1.0.3
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
|
||||
@ -32,13 +32,9 @@ USE_REINPLACE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12 gnomehier
|
||||
WANT_GNOME= yes
|
||||
AUTOMAKE= ${WRKSRC}/autogen.sh && ${FIXME}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -liconv"
|
||||
MAKEFILE= GNUmakefile
|
||||
FIXME= find ${WRKSRC} -name GNUmakefile.in | xargs ${REINPLACE_CMD} -e \
|
||||
's|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \
|
||||
s|@DEFS@|-I${WRKSRC}/../libiconv/include @DEFS@|g' && ${TRUE}
|
||||
|
||||
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
|
||||
.undef WITHOUT_GNOME
|
||||
@ -61,9 +57,13 @@ BROKEN= "This port cannot be built when textproc/wv is installed because of a he
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog
|
||||
@cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog INSTALL
|
||||
@cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing
|
||||
@${RM} -f ${WRKSRC}/configure.ac
|
||||
@cd ${WRKSRC} && ./autogen.sh && ${TRUE}
|
||||
@${FIND} ${WRKSRC} -name GNUmakefile.in | xargs ${REINPLACE_CMD} -e \
|
||||
's|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \
|
||||
s|@DEFS@|-I${WRKSRC}/../libiconv/include @DEFS@|g' && ${TRUE}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (AbiWord/abiword-1.0.3.tar.gz) = 01336526136b7fbc66328d80931710e3
|
||||
MD5 (AbiWord/abiword-1.0.4.tar.gz) = fec2f2770c29afe0d30e653b5d1d40bb
|
||||
|
@ -216,6 +216,7 @@ share/AbiSuite/AbiWord/strings/fi-FI.strings
|
||||
share/AbiSuite/AbiWord/strings/fr-FR.strings
|
||||
share/AbiSuite/AbiWord/strings/ga-IE.strings
|
||||
share/AbiSuite/AbiWord/strings/gl-ES.strings
|
||||
share/AbiSuite/AbiWord/strings/he-IL.strings
|
||||
share/AbiSuite/AbiWord/strings/hu-HU.strings
|
||||
share/AbiSuite/AbiWord/strings/id-ID.strings
|
||||
share/AbiSuite/AbiWord/strings/it-IT.strings
|
||||
@ -231,9 +232,11 @@ share/AbiSuite/AbiWord/strings/ro-RO.strings
|
||||
share/AbiSuite/AbiWord/strings/ru-RU.strings
|
||||
share/AbiSuite/AbiWord/strings/sk-SK.strings
|
||||
share/AbiSuite/AbiWord/strings/sl-SI.strings
|
||||
share/AbiSuite/AbiWord/strings/sr-SR.strings
|
||||
share/AbiSuite/AbiWord/strings/sv-SE.strings
|
||||
share/AbiSuite/AbiWord/strings/tr-TR.strings
|
||||
share/AbiSuite/AbiWord/strings/uk-UA.strings
|
||||
share/AbiSuite/AbiWord/strings/vi-VN.strings
|
||||
share/AbiSuite/AbiWord/strings/zh-CN.strings
|
||||
share/AbiSuite/AbiWord/strings/zh-HK.strings
|
||||
share/AbiSuite/AbiWord/strings/zh-TW.strings
|
||||
|
Loading…
Reference in New Issue
Block a user