Dmitry Marakasov
6f6fbe4bdf
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
...
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
2011-09-23 22:26:39 +00:00
Martin Wilke
a9481afc8a
- Get Rid MD5 support
2011-03-19 12:38:54 +00:00
Ade Lovett
4a8684e352
Sync to new bsd.autotools.mk
2010-12-04 07:34:27 +00:00
Ade Lovett
8d837132c7
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5
- update to 1.4.1
...
Reviewed by: exp8 run on pointyhat
Supported by: miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c
- update to jpeg-8
2010-02-05 11:46:55 +00:00
Dmitry Marakasov
c6d73b3a64
- Switch SourceForge ports to the new File Release System: categories starting with E,F
2009-08-22 00:20:34 +00:00
Jeremy Messenger
789d75c728
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
...
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
2009-08-02 19:36:34 +00:00
Dirk Meyer
eca78ec61b
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
...
Requested by: edwin
2009-07-31 13:57:52 +00:00
Edwin Groothuis
090059a210
Bump portrevision due to upgrade of devel/gettext.
...
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
2008-06-06 14:17:21 +00:00
Pietro Cerutti
108c9af9fd
- Remove USE_X_PREFIX in favor of USE_XORG
...
Approved by: miwi (mentor)
2008-03-10 15:55:33 +00:00
Pietro Cerutti
be0ecc7e91
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
...
Approved by: miwi (mentor)
2008-02-21 21:20:01 +00:00
Martin Wilke
9512476be4
- Fix Build after objformat removal
...
- Pass maintainership to submitter
PR: 118678
Submitted by: Pietro Cerutti <gahr@gahr.ch>
2007-12-14 16:51:00 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Kris Kennaway
6c618f77f0
BROKEN on 7.0: Bad objformat handling
2007-04-21 17:22:30 +00:00
Edwin Groothuis
c8a818ace5
Remove USE_REINPLACE from all categories starting with F
2006-05-07 11:09:22 +00:00
Ade Lovett
8503536d38
Conversion to a single libtool environment.
...
Approved by: portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
7b8e2758ed
- Add SHA256
2005-11-24 16:18:42 +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
Oliver Lehmann
7f44153281
change the libtool version to use from 1.3 to 1.5
2005-06-01 19:56:04 +00:00
Kris Kennaway
7ed422e95c
Add missing libtool droppings
2004-11-26 00:30:41 +00:00
Tilman Keskinoz
bf276e0f26
Fix build with gcc 3.4
2004-08-17 14:06:27 +00:00
Ade Lovett
3f651573ad
Whoa there, boy, that's a mighty big commit y'all have there...
...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +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
Oliver Eikemeier
a50678312b
- fix PKGORIGIN
...
since ito makes using package tools hard, is marked as FATAL by
portlint and otherwise doesn't affect the port, fix it silently.
Approved by: marcus (mentor)
2004-01-22 17:59:27 +00:00
Trevor Johnson
00e692203d
USE_REINPLACE must be defined before REINPLACE_CMD may be used.
2003-11-17 12:03:17 +00:00
Kirill Ponomarev
c41898f938
- Reaarange USE_GNOME
...
PR: 57886
Submitted by: Ports Fury
2003-10-12 13:23:55 +00:00
Edwin Groothuis
17578e0979
Add finance category to the following ports.
...
PR: ports/56259 (ports/39102)
Submitted by: Mark Linimon <linimon@lonesome.com>
2003-10-04 02:27:44 +00:00
Oliver Lehmann
5d2b9f69d6
replace ${PERL} with ${REINPLACE_CMD}
...
PR: 47406
2003-07-06 10:14:34 +00:00
Akinori MUSHA
7cc1393a93
De-pkg-comment.
2003-02-20 17:07:10 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34
o Rollback PORTCOMMENT modifications while this feature's implementation
...
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
...
Approved by: pat
2002-11-06 22:47:41 +00:00
Chris D. Faulhaber
e889b30c87
Relinquish this port since I no longer us it.
2002-07-31 21:36:42 +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
Chris D. Faulhaber
f3ebcc13e1
Update port to 0.8.4
2000-12-02 12:20:12 +00:00
Chris D. Faulhaber
2d49b62f40
Update port to 0.8.3
2000-11-03 00:50:56 +00:00
Chris D. Faulhaber
cb2815f8ef
Update port to 0.8.2
2000-10-14 00:00:46 +00:00
Jeremy Lea
b7bdcd418e
Implement USE_GNOME, part 1.
2000-10-05 07:10:50 +00:00
Chris D. Faulhaber
432b920ef3
- Update port to 0.8.1
...
- GNU_CONFIGURE -> USE_LIBTOOL to prevent installing *.la files
2000-09-28 11:50:57 +00:00
Maxim Sobolev
a9f22cd584
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
2000-06-14 13:21:38 +00:00
Ade Lovett
8bd85a9d02
Updates for new shared library versions in GNOME 1.2
2000-06-01 16:25:45 +00:00
Michael Haro
a0cb9ec98b
update with the new PORTNAME/PORTVERSION variables
2000-04-08 22:04:57 +00:00
Chris D. Faulhaber
f1f65dcc57
Update port to 0.8.0
2000-03-19 01:33:35 +00:00
Chris D. Faulhaber
8b19849e9d
Update port to 0.7.10
2000-03-09 14:50:53 +00:00
Chris D. Faulhaber
9d39f1b2a3
Update port to 0.7.9
2000-02-21 11:51:58 +00:00
Chris D. Faulhaber
5bcae6df69
Update to 0.7.5
2000-02-14 17:29:48 +00:00
Chris D. Faulhaber
9b926c0ee8
Update port to 0.7.4
2000-02-07 12:36:03 +00:00
Chris D. Faulhaber
3c07013524
Update port to 0.7.2
2000-02-06 12:37:52 +00:00
Chris D. Faulhaber
576284a4de
Add libxml dependency
...
Found by: bento
2000-01-31 03:55:34 +00:00