Ade Lovett
8503536d38
Conversion to a single libtool environment.
...
Approved by: portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
22fea9c3df
- Add some SHA256 checksums
2005-11-24 15:40:04 +00:00
Ade Lovett
54a0b86543
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
...
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
2005-11-15 06:52:12 +00:00
Marcus Alves Grando
e1026e71c2
Update to 1.3.21
...
PR: 88632
Submitted by: Nicolas Blais <nb_root@videotron.ca>
2005-11-08 02:36:28 +00:00
Tilman Keskinoz
fe8762f0a6
Unbreak on CURRENT
2005-11-05 19:02:30 +00:00
Kris Kennaway
91c58f29a6
BROKEN on 7.0: Does not compile
2005-10-28 23:02:26 +00:00
Volker Stolz
f3cbaa1a80
Fix breakage of ccscript on 4.x by lifting requisite commoncpp to gcc 3.4
...
(and track this for ccaudio which also uses commoncpp)
2005-10-14 12:05:42 +00:00
Sergey Matveychuk
ed8b76fb4c
- Update to 1.3.13
...
PR: ports/83311
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-07-12 14:49:09 +00:00
Sam Lawrance
059b790d76
Add patch to fix build on 6
...
PR: ports/82742
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-06-29 04:51:44 +00:00
Sam Lawrance
0040c9adaa
Update to 1.3.12
...
PR: ports/82565
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-06-24 11:16:57 +00:00
Pav Lucistnik
11af410024
- Update to 1.2.7
...
PR: ports/81850
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2005-06-03 22:30:47 +00:00
Alexey Dokuchaev
602729a7e1
Fix build with GCC 3.4.2, and unbreak.
2004-12-23 10:48:05 +00:00
Kris Kennaway
c1a0f8ede9
BROKEN on 5.x: Does not compile with gcc 3.4.2
2004-08-16 02:33:05 +00:00
Trevor Johnson
6e7d58c396
Trim whitespace.
2004-04-10 16:07:10 +00:00
Ying-Chieh Liao
ef9e8806b9
upgrade to 1.1.0
...
sort plist
2004-02-12 09:11:33 +00:00
Joe Marcus Clarke
053fdb6a6b
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
0c881ba59c
SIZEify.
2004-01-29 07:24:56 +00:00
Ying-Chieh Liao
94aa20faaf
upgrade to 1.0.13
2003-12-05 00:48:27 +00:00
Trevor Johnson
b3ba3ae427
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
2003-11-17 12:29:10 +00:00
FUJISHIMA Satsuki
b185046be2
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
2003-07-14 02:53:03 +00:00
Akinori MUSHA
7cc1393a93
De-pkg-comment.
2003-02-20 17:07:10 +00:00
Tilman Keskinoz
ff3494287e
Update to Commoncpp2 1.0.8. Bump PORTEPOCH because of PORTVERSION decrease.
...
PR: 47847
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>
2003-02-17 18:14:36 +00:00
Kris Kennaway
16656e42bf
Chase libxml2 includes to unbreak build
2002-03-31 05:27:03 +00:00
Michael Haro
da769d43bf
Update devel/commoncpp to 1.4.1
...
Update lang/ccscript to 1.4.1
PR: 26370
Submitted by: maintainer
2001-04-06 01:37:57 +00:00
Maxim Sobolev
4ca0e60800
-pthread --> ${PTHREAD_LIBS}
...
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
James E. Housley
cd003cb08f
Add a local MASTER_SITE until the file comes on line at SourceForge
...
Submitted by: David Sugar <dyfet@gnu.org> MAINTAINER
2000-11-01 20:28:40 +00:00
James E. Housley
e0837ffadb
Update to 1.2.5.1
...
Submitted by: MAINTAINER
2000-11-01 16:28:49 +00:00
Maxim Sobolev
23106fef4e
Yet again:
...
- properly use libc_r;
- remove ugly direct call to configure script from post-extract target;
- don't add -1.2 suffix to shared libraries.
2000-11-01 14:51:16 +00:00
James E. Housley
9c2adfe182
Update to version 1.2.5
...
Submitted by: David Sugar <dyfet@gnu.org> MAINTAINER
2000-11-01 14:13:38 +00:00
Maxim Sobolev
8cdc75ac20
Numerous improvements:
...
- properly use libc_r;
- provide hack around missing thread-safe version of fpathconf(1) syscall if
OSVERSION < 41100;
- remove ugly direct call to configure script from post-extract target;
- don't add -1.2 suffix to shared libraries;
- bump PORTREVISION to make kris happy ;).
2000-09-27 08:17:17 +00:00
Chris D. Faulhaber
ef2aa55886
Update port to 1.2.1
...
PR: 21090
Submitted by: Maintainer
2000-09-18 12:53:10 +00:00
Maxim Sobolev
3fac84483a
Update to 1.2.0.
2000-08-22 17:18:20 +00:00
Maxim Sobolev
f156328e09
Add CommonC++ - a portable class framework for C++
...
Obtained from: http://download.sourceforge.net/cplusplus/CommonC++-1.1.0.ports
2000-07-27 10:03:58 +00:00