diff options
-rw-r--r-- | www/galeon/Makefile | 15 | ||||
-rw-r--r-- | www/galeon/distinfo | 3 | ||||
-rw-r--r-- | www/galeon2/Makefile | 15 | ||||
-rw-r--r-- | www/galeon2/distinfo | 3 |
4 files changed, 24 insertions, 12 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 93b6da068b7a..f9730304eec1 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -6,11 +6,15 @@ # PORTNAME= galeon -PORTVERSION= 0.8.4 +PORTVERSION= 0.9.b1 CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/} \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + libmpfilelocprovider_s.a.gz +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sobomax@FreeBSD.org @@ -38,13 +42,14 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mozilla-includes="${MOZHEADERS}" \ --with-mozilla-libs="${MOZLIBS}" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -pthread -lgcc_r" + LIBS="-L${LOCALBASE}/lib -L${WRKSRC} -pthread -lgcc_r" CFLAGS+= -D_REENTRANT -D_THREAD_SAFE -fno-rtti -.if !defined(WITH_FULL_MOZILLA) post-extract: + @${GZCAT} ${DISTDIR}/libmpfilelocprovider_s.a.gz > ${WRKSRC}/libmpfilelocprovider_s.a +.if !defined(WITH_FULL_MOZILLA) @${ECHO_MSG} @${ECHO_MSG} " By default the port uses mozilla-embedded for html rendering, but if you are" @${ECHO_MSG} " planning to use both Mozilla and Galeon you can instruct it to use mozilla by" diff --git a/www/galeon/distinfo b/www/galeon/distinfo index 0b86bb08bd30..bac7915fec30 100644 --- a/www/galeon/distinfo +++ b/www/galeon/distinfo @@ -1 +1,2 @@ -MD5 (galeon-0.8.4.tar.gz) = 16efc7a73d548f1a1a8e78b2615ead3f +MD5 (galeon-0.9pre1.tar.gz) = 9bfe449e08eac3fae3156c8fa11bb18b +MD5 (libmpfilelocprovider_s.a.gz) = bf2ac157ced37c56fd9009441553cd1f diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 93b6da068b7a..f9730304eec1 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -6,11 +6,15 @@ # PORTNAME= galeon -PORTVERSION= 0.8.4 +PORTVERSION= 0.9.b1 CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/} \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + libmpfilelocprovider_s.a.gz +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sobomax@FreeBSD.org @@ -38,13 +42,14 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mozilla-includes="${MOZHEADERS}" \ --with-mozilla-libs="${MOZLIBS}" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -pthread -lgcc_r" + LIBS="-L${LOCALBASE}/lib -L${WRKSRC} -pthread -lgcc_r" CFLAGS+= -D_REENTRANT -D_THREAD_SAFE -fno-rtti -.if !defined(WITH_FULL_MOZILLA) post-extract: + @${GZCAT} ${DISTDIR}/libmpfilelocprovider_s.a.gz > ${WRKSRC}/libmpfilelocprovider_s.a +.if !defined(WITH_FULL_MOZILLA) @${ECHO_MSG} @${ECHO_MSG} " By default the port uses mozilla-embedded for html rendering, but if you are" @${ECHO_MSG} " planning to use both Mozilla and Galeon you can instruct it to use mozilla by" diff --git a/www/galeon2/distinfo b/www/galeon2/distinfo index 0b86bb08bd30..bac7915fec30 100644 --- a/www/galeon2/distinfo +++ b/www/galeon2/distinfo @@ -1 +1,2 @@ -MD5 (galeon-0.8.4.tar.gz) = 16efc7a73d548f1a1a8e78b2615ead3f +MD5 (galeon-0.9pre1.tar.gz) = 9bfe449e08eac3fae3156c8fa11bb18b +MD5 (libmpfilelocprovider_s.a.gz) = bf2ac157ced37c56fd9009441553cd1f |