mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
maintainer-update: bluefish-devel
Update to latest snapshot PR: ports/50205 Submitted by: Koop Mast <einekoai@chello.nl>
This commit is contained in:
parent
8a905ff320
commit
0eac554629
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79210
@ -6,14 +6,14 @@
|
||||
#
|
||||
|
||||
PORTNAME= bluefish
|
||||
PORTVERSION= 0.9.20030223
|
||||
PORTVERSION= 0.9.20030308
|
||||
CATEGORIES= www editors
|
||||
MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/${DOWNLOAD}/ \
|
||||
ftp://bluefish.advancecreations.com/pub/bluefish/${DOWNLOAD}/ \
|
||||
http://bluefish.mrball.net/${DOWNLOAD}/ \
|
||||
ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/ \
|
||||
http://bluefish.shellhung.org/${DOWNLOAD}/
|
||||
DISTNAME= ${PORTNAME}-gtk2port-2003-02-23
|
||||
DISTNAME= ${PORTNAME}-gtk2port-2003-03-08
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= einekoai@chello.nl
|
||||
@ -37,7 +37,7 @@ USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --with-gnome2-menu=/${PREFIX}/share/gnome/apps/Applications
|
||||
CONFIGURE_ARGS= --with-gnome2-menu=${PREFIX}/share/gnome/apps/Applications
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (bluefish-gtk2port-2003-02-23.tgz) = 6a1f8b475b0b5a07f8252eae43ecbb45
|
||||
MD5 (bluefish-gtk2port-2003-03-08.tgz) = 3e648b1885aaf638336582cdc9f9df0a
|
||||
|
10
www/bluefish-devel/files/patch-src::bluefish.c
Normal file
10
www/bluefish-devel/files/patch-src::bluefish.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/bluefish.c.orig Sat Mar 8 04:55:40 2003
|
||||
+++ src/bluefish.c Thu Apr 17 23:04:31 2003
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <gtk/gtk.h>
|
||||
#include <unistd.h> /* getopt() */
|
||||
#include <stdlib.h> /* getopt() exit() and abort() on Solaris */
|
||||
+#include <sys/stat.h>
|
||||
|
||||
#include "bluefish.h"
|
||||
|
Loading…
Reference in New Issue
Block a user