aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2005-07-22 05:05:47 +0800
committerjoerg <joerg@FreeBSD.org>2005-07-22 05:05:47 +0800
commit4710e17cf6c93bb053bcf9070f8e6112bca421f8 (patch)
treebe403b88dd0c7420f0feb6693f348ead25d64609 /devel
parent1f0fc5399fa21315e3afd3683bd02618c4c08eaf (diff)
downloadfreebsd-ports-graphics-4710e17cf6c93bb053bcf9070f8e6112bca421f8.tar.gz
freebsd-ports-graphics-4710e17cf6c93bb053bcf9070f8e6112bca421f8.tar.zst
freebsd-ports-graphics-4710e17cf6c93bb053bcf9070f8e6112bca421f8.zip
Upgrade to version 1.2.4.
Among other bugfixes, this particularly fixes the brokeness for the recent binutils-2.16 upgrade (so the port is no longer broken now).
Diffstat (limited to 'devel')
-rw-r--r--devel/avr-libc/Makefile5
-rw-r--r--devel/avr-libc/distinfo4
-rw-r--r--devel/avr-libc/files/patch-latex367
3 files changed, 3 insertions, 73 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile
index 20a5fd79d46..95f07094276 100644
--- a/devel/avr-libc/Makefile
+++ b/devel/avr-libc/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= avr-libc
-PORTVERSION= 1.2.3
-PORTREVISION= 4
+PORTVERSION= 1.2.4
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
@@ -29,8 +28,6 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \
fig2dev:${PORTSDIR}/print/transfig
.endif
-BROKEN= Install fails
-
USE_BZIP2= yes
USE_GMAKE= yes
HAS_CONFIGURE= yes
diff --git a/devel/avr-libc/distinfo b/devel/avr-libc/distinfo
index 0ab835401ca..ca70bbc23d6 100644
--- a/devel/avr-libc/distinfo
+++ b/devel/avr-libc/distinfo
@@ -1,2 +1,2 @@
-MD5 (avr-libc-1.2.3.tar.bz2) = 440ff0d7cb0bef009ba2f689d0b16922
-SIZE (avr-libc-1.2.3.tar.bz2) = 317293
+MD5 (avr-libc-1.2.4.tar.bz2) = 1c6cae40fe9323943c5dcc62f0062c82
+SIZE (avr-libc-1.2.4.tar.bz2) = 317243
diff --git a/devel/avr-libc/files/patch-latex3 b/devel/avr-libc/files/patch-latex3
deleted file mode 100644
index 7e905fd4771..00000000000
--- a/devel/avr-libc/files/patch-latex3
+++ /dev/null
@@ -1,67 +0,0 @@
---- doc/api/doxygen.config.in.orig Mon Dec 20 22:47:48 2004
-+++ doc/api/doxygen.config.in Fri Mar 11 22:20:37 2005
-@@ -679,7 +679,7 @@
- # contain links (just like the HTML output) instead of page references
- # This makes the output suitable for online browsing using a pdf viewer.
-
--PDF_HYPERLINKS = YES
-+PDF_HYPERLINKS = NO
-
- # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
- # plain latex in the generated Makefile. Set this option to YES to get a
---- doc/api/Makefile.am.orig Mon Dec 20 22:47:48 2004
-+++ doc/api/Makefile.am Fri Mar 11 22:21:14 2005
-@@ -144,7 +144,7 @@
- doxygen doxygen.config
- cd latex_src && \
- sed -e '/tocdepth/s/1/2/' \
-- -e '/usepackage{times}/s/$$/\\usepackage{longtable}/' \
-+ -e '/usepackage{doxygen}/s/$$/\\usepackage{longtable}/' \
- refman.tex > tmp.$$ && \
- mv -f tmp.$$ refman.tex
- cd latex_src && \
-@@ -164,7 +164,7 @@
- doxygen doxygen-pdf.config
- cd latex_pdf_src && \
- sed -e '/tocdepth/s/1/3/' \
-- -e '/usepackage{times}/s/$$/\\usepackage{longtable}/' \
-+ -e '/usepackage{doxygen}/s/$$/\\usepackage{longtable}/' \
- refman.tex > tmp.$$ && \
- mv -f tmp.$$ refman.tex
- cd latex_pdf_src && \
-@@ -190,6 +190,7 @@
- -e '/LATEX_OUTPUT/s/latex_src/latex_pdf_src/' \
- -e '/GENERATE_HTML/s/YES/NO/' \
- -e '/GENERATE_MAN/s/YES/NO/' \
-+ -e '/PDF_HYPERLINKS/s/NO/YES/' \
- doxygen.config > doxygen-pdf.config
-
- # XXX currently, HTML and LaTeX documentation will always be built
---- doc/api/Makefile.in.orig Tue Feb 15 15:58:15 2005
-+++ doc/api/Makefile.in Fri Mar 11 22:21:24 2005
-@@ -331,7 +331,7 @@
- doxygen doxygen.config
- cd latex_src && \
- sed -e '/tocdepth/s/1/2/' \
-- -e '/usepackage{times}/s/$$/\\usepackage{longtable}/' \
-+ -e '/usepackage{doxygen}/s/$$/\\usepackage{longtable}/' \
- refman.tex > tmp.$$ && \
- mv -f tmp.$$ refman.tex
- cd latex_src && \
-@@ -351,7 +351,7 @@
- doxygen doxygen-pdf.config
- cd latex_pdf_src && \
- sed -e '/tocdepth/s/1/3/' \
-- -e '/usepackage{times}/s/$$/\\usepackage{longtable}/' \
-+ -e '/usepackage{doxygen}/s/$$/\\usepackage{longtable}/' \
- refman.tex > tmp.$$ && \
- mv -f tmp.$$ refman.tex
- cd latex_pdf_src && \
-@@ -377,6 +377,7 @@
- -e '/LATEX_OUTPUT/s/latex_src/latex_pdf_src/' \
- -e '/GENERATE_HTML/s/YES/NO/' \
- -e '/GENERATE_MAN/s/YES/NO/' \
-+ -e '/PDF_HYPERLINKS/s/NO/YES/' \
- doxygen.config > doxygen-pdf.config
-
- # XXX currently, HTML and LaTeX documentation will always be built