aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2007-01-10 19:23:31 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2007-01-10 19:23:31 +0000
commit722c1fb7d30b830a53a49bc072760ade3141a709 (patch)
treea2a7d0a3507d70f35c3e88993139211016e666ce
parent7239c1b4bc14c0a0a6d35ca75cae418d7c16313d (diff)
downloadports-722c1fb7d30b830a53a49bc072760ade3141a709.tar.gz
ports-722c1fb7d30b830a53a49bc072760ade3141a709.zip
. mark BROKEN for 4.x (does not compile); [1]
. s/INSTALLS_SHLIB/USE_LDCONFIG. Submitted by: pointyhat via krismail [1]
Notes
Notes: svn path=/head/; revision=182004
-rw-r--r--comms/gammu-devel/Makefile6
-rw-r--r--comms/gammu/Makefile6
2 files changed, 10 insertions, 2 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile
index 09920f5b9af2..9ee0c0b21c8e 100644
--- a/comms/gammu-devel/Makefile
+++ b/comms/gammu-devel/Makefile
@@ -19,7 +19,7 @@ USE_GMAKE= yes
USE_GNOME= pkgconfig
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:259:env
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
PORTDOCS= *
@@ -28,6 +28,10 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC"
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= does not compile with gcc 2.95
+.endif
+
post-patch:
.if ${OSVERSION} < 500000
@${REINPLACE_CMD} -e 's|%zd|%d|g' -e 's|%zi|%i|g' \
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile
index 09920f5b9af2..9ee0c0b21c8e 100644
--- a/comms/gammu/Makefile
+++ b/comms/gammu/Makefile
@@ -19,7 +19,7 @@ USE_GMAKE= yes
USE_GNOME= pkgconfig
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:259:env
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
PORTDOCS= *
@@ -28,6 +28,10 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC"
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= does not compile with gcc 2.95
+.endif
+
post-patch:
.if ${OSVERSION} < 500000
@${REINPLACE_CMD} -e 's|%zd|%d|g' -e 's|%zi|%i|g' \