head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2013.02.07.14.08.11;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.09.04.08.51.24;	author zeising;	state Exp;
branches;
next	1.1;

1.1
date	2012.08.20.15.24.13;	author zeising;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311829
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@--- freebsd/Makefile.orig	2012-12-11 14:25:00.000000000 +0100
+++ freebsd/Makefile	2012-12-11 14:25:07.000000000 +0100
@@@@ -9,7 +9,7 @@@@
 LDADD= -lutil -lgcrypt
 GTK_CFLAGS!= pkg-config --cflags $(LIBS)
 GTK_LDFLAGS!= pkg-config --libs $(LIBS)
-CFLAGS+= $(GTK_CFLAGS) -O2 -Wall -pthread -I. -I..
+CFLAGS+= $(GTK_CFLAGS) -Wall -I. -I..
 LDFLAGS+= $(GTK_LDFLAGS) -pthread
 
 PREFIX?= /usr/local
@


1.2
log
@SVN rev 303648 on 2012-09-04 08:51:24Z by zeising

Update to version 1.3.0
This update contains many new features and bug fixes, see
https://opensource.conformal.com/fluxbb/viewtopic.php?id=555
for more details.

Approved by:	kwm (mentor)
@
text
@d1 3
a3 3
--- freebsd/Makefile.orig	2012-08-28 19:18:30.000000000 +0100
+++ freebsd/Makefile	2012-08-31 13:57:54.000000000 +0100
@@@@ -9,8 +9,8 @@@@
d8 2
a9 3
-LDFLAGS+= $(GTK_LDFLAGS) -pthread
+CFLAGS+= $(GTK_CFLAGS) -Wall ${PTHREAD_CFLAGS} -I. -I..
+LDFLAGS+= $(GTK_LDFLAGS) ${PTHREAD_LIBS}
a11 1
 BINDIR?= $(PREFIX)/bin
@


1.1
log
@SVN rev 302803 on 2012-08-20 15:24:13Z by zeising

Rename xxxterm to xombrero
Update xombrero to latest version 1.2.2
Pass maintainership to me

PR:		ports/169860
Submitted by:	HU Dong <itechbear@@gmail.com>
Approved by:	maintainer, kwm (mentor)
@
text
@d1 2
a2 2
--- ./freebsd/Makefile.orig	2012-07-25 17:37:55.000000000 -0400
+++ ./freebsd/Makefile	2012-07-31 08:13:02.000000000 -0400
d7 1
a7 1
-CFLAGS+= $(GTK_CFLAGS) -O2 -Wall -pthread
d9 1
a9 1
+CFLAGS+= $(GTK_CFLAGS) -Wall -D_GCRYPT_IN_LIBGCRYPT=1 -I.. ${PTHREAD_CFLAGS}
@

