head	1.9;
access;
symbols
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	old_RELEASE_5_EOL:1.8
	old_RELEASE_7_0_0:1.8
	old_RELEASE_6_3_0:1.8
	old_PRE_XORG_7:1.8
	old_RELEASE_4_EOL:1.8
	old_RELEASE_6_2_0:1.7
	old_RELEASE_6_1_0:1.7
	old_RELEASE_5_5_0:1.7
	old_RELEASE_6_0_0:1.7
	old_RELEASE_5_4_0:1.6
	old_RELEASE_4_11_0:1.6
	old_RELEASE_5_2_1:1.4
	old_RELEASE_5_2_0:1.4
	old_RELEASE_4_9_0:1.4
	old_RELEASE_4_8_0:1.2
	old_RELEASE_5_0_0:1.2
	old_RELEASE_4_7_0:1.2
	old_RELEASE_4_6_2:1.2
	old_RELEASE_4_6_1:1.2
	old_RELEASE_4_6_0:1.2
	old_RELEASE_5_0_DP1:1.2
	old_RELEASE_4_5_0:1.2
	old_RELEASE_4_4_0:1.2
	old_RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2008.11.06.01.04.56;	author cy;	state dead;
branches;
next	1.8;

1.8
date	2006.12.10.23.32.33;	author cy;	state Exp;
branches;
next	1.7;

1.7
date	2005.05.13.02.03.55;	author vanilla;	state Exp;
branches;
next	1.6;

1.6
date	2004.10.27.15.46.11;	author vanilla;	state Exp;
branches;
next	1.5;

1.5
date	2003.12.19.15.53.54;	author sergei;	state dead;
branches;
next	1.4;

1.4
date	2003.06.10.16.27.56;	author foxfair;	state Exp;
branches;
next	1.3;

1.3
date	2003.05.21.17.12.04;	author foxfair;	state dead;
branches;
next	1.2;

1.2
date	2001.03.21.07.09.49;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.21.06.51.00;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Retire fwbuilder version 2. It is no longer supported by its developer.
@
text
@--- qmake.inc.in.linux	2006-06-22 08:36:05.000000000 -0700
+++ qmake.inc.in	2006-06-22 08:36:27.000000000 -0700
@@@@ -34,10 +34,8 @@@@
 
 	PKGLOCALEDIR            = $$res.path/locale
 
-	QMAKE_CFLAGS_DEBUG     += -Wno-unused-parameter
-	QMAKE_CFLAGS_RELEASE   += -Wno-unused-parameter
-	QMAKE_CXXFLAGS_DEBUG   += -Wno-unused-parameter @@CXXFLAGS@@
-	QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter @@CXXFLAGS@@
+	QMAKE_CXXFLAGS_DEBUG   += @@CXXFLAGS@@
+	QMAKE_CXXFLAGS_RELEASE += @@CXXFLAGS@@
 }
 }
 
@


1.8
log
@Update from 2.0.10 to 2.1.8.

Vadim Kurland, the author of libfwbuilder and fwbuilder, wishes that I
maintain this port for him.

Submitted by:	Vadim Kurland <vadim@@fwbuilder.org>
Approved by:	Maintainer: Vadim Kurland <vadim@@fwbuilder.org>
@
text
@@


1.7
log
@Upgrade to 2.0.5.

PR:		ports/80957
Submitted by:	maintainer
@
text
@d1 3
a3 4
--- qmake.inc.in.linux	2005-04-27 19:17:10.000000000 -0700
+++ qmake.inc.in	2005-04-27 19:17:38.000000000 -0700
@@@@ -33,11 +33,6 @@@@
 	LIBS                   += $$LIBS_FWBUILDER
d6 1
a6 1
-
d9 4
a12 2
-	QMAKE_CXXFLAGS_DEBUG   += -Wno-unused-parameter
-	QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter
@


1.6
log
@Fix build on 4-stable

PR:		ports/72808
Submitted by:	maintainer
@
text
@d1 4
a4 3
--- qmake.inc.in.old	Sat Oct 16 23:56:08 2004
+++ qmake.inc.in	Sat Oct 16 23:56:20 2004
@@@@ -37,10 +37,6 @@@@
d7 1
a7 1
 
@


1.5
log
@- Update to 1.1.1
- Remove patches not needed anymore
- Add patch to respect LOCALBASE when searching for glib

While I'm here:
- Remove explicit automake/autoconf dependencies from BUILD_DEPENDS
  in favor of USE_AUTOCONF and WANT_AUTOMAKE_VER
- Utilize USE_GNOME for glib12, gtk12 and gdk-pixbuf dependencies
- Switch to DOCSDIR that doesn't contain a version number in the name
- Sort pkg-plist

PR:		59918
Submitted by:	maintainer
@
text
@d1 12
a12 5
--- config.h.in.old	Sat May 31 14:40:22 2003
+++ config.h.in	Sat May 31 14:40:40 2003
@@@@ -33,6 +33,11 @@@@
 #undef HAVE_SETENV
 #undef HAVE_PUTENV
a13 8
+#ifdef HAVE_GETOPT_H
+#  define HAVE_DECL_GETOPT  HAVE_GETOPT_H
+#endif
+
+
 /*
  *  This is needed for Solaris
  */
@


1.4
log
@PR:		53120
Submitted by:	Vadim Kurland <vadim@@vk.crocodile.org>
Add ports dependency: aclocal && gdk_pixbuf to build without problem,
and add patches for -current. Bump PORTREVISION as well.
Switch maitainership to Vadim Kurland <vadim@@vk.crocodile.org>, who
is the developer of fwbuilder (approved by original maintainer).
@
text
@@


1.3
log
@PR:		52520
Update fwbuilder to 1.0.10 RC5 and unlock BROKEN bit in the Makefile.
Pass maintainer's hat to Sergey Lyubka <devnull@@uptsoft.com> who is
also the maintainer of libfwbuilder.
@
text
@d1 5
a5 3
--- src/compiler-framework/Makefile.in.orig	Sat Feb  3 23:11:36 2001
+++ src/compiler-framework/Makefile.in	Sat Feb  3 23:11:57 2001
@@@@ -11,7 +11,7 @@@@
d7 8
a14 19
 CC= @@CC@@
 INSTALL = @@INSTALL@@
-INSTALL_PROGRAM=@@INSTALL_PROGRAM@@
+INSTALL_DATA=@@INSTALL_DATA@@
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
 XML_CFLAGS = @@XML_CFLAGS@@
@@@@ -45,9 +45,9 @@@@
 
 install: $(FWLIB) $(HEADERS)
 	$(mkinstalldirs) $(libdir)
-	$(INSTALL_PROGRAM) $(FWLIB) $(libdir)
+	$(INSTALL_DATA) $(FWLIB) $(libdir)
 	$(mkinstalldirs) $(includedir)
-	$(INSTALL_PROGRAM) $(HEADERS) $(includedir)
+	$(INSTALL_DATA) $(HEADERS) $(includedir)
 
 
 uninstall: 
@


1.2
log
@The port was face lifted.

PR:		24837
Submitted by:	roman@@xpert.com
@
text
@@


1.1
log
@Firewall Builder consists of object-oriented GUI and set of policy compilers
for various firewall platforms. In Firewall Builder, firewall policy is a set
of rules, each rule consists of abstract objects which represent real network
objects and services (hosts, routers, firewalls, networks, protocols).
Firewall Builder helps user maintain database of objects and allows policy
editing using simple drag-and-drop operations.

WWW: http://www.crocodile.org/~vadim/fwbuilder/

- New checksum, Archive on sourceforge.net had changed.
- use new version of gtkmm

PR:		24837
Submitted by:	roman@@xpert.com
@
text
@d1 3
a3 30
--- configure.orig	Fri Feb  2 02:17:34 2001
+++ configure	Sun Feb  4 01:26:08 2001
@@@@ -3145,14 +3145,14 @@@@
   PTHREAD_LIB="-lpthreads"
 else
   echo "$ac_t""no" 1>&6
-echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
-echo "configure:3150: checking for pthread_create in -lc_r" >&5
+echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6
+echo "configure:3150: checking for pthread_create in -pthread" >&5
 ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-lc_r  $LIBS"
+LIBS="-pthread  $LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 3158 "configure"
 #include "confdefs.h"
@@@@ -3180,7 +3180,7 @@@@
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  PTHREAD_LIB="-lc_r"
+  PTHREAD_LIB="-pthread"
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for pthread_create""... $ac_c" 1>&6
@@@@ -3979,7 +3979,7 @@@@
d5 5
a9 5
 else
   cat >> confdefs.h <<EOF
-#define TEMPLATE_DIR "${PREFIX}/share/fwbuilder"
+#define TEMPLATE_DIR "${PREFIX}/share/gnome/fwbuilder"
 EOF
d11 13
a23 1
 fi
@

