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
Joe Marcus Clarke
9e5632dd66
Apply a big libtool patch to allow porters to use the libtool installed by
...
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
2004-07-09 17:43:11 +00:00
Kirill Ponomarev
280375e84a
- Update to version 3.1.11
...
PR: ports/64851
Submitted by: Ports Fury
Approved by: maintainer
2004-04-08 20:41:21 +00:00
Trevor Johnson
38069212cc
Add size data, approved by maintainers.
2004-03-18 20:59:15 +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
Pav Lucistnik
76e987cbed
- Update master sites, website url
...
- Give maintainership to submitter
PR: ports/59691
Submitted by: David Le Brun <daviddyn-ns.net@da-quirk.org>
Approved by: adamw (mentor)
2003-12-04 09:50:27 +00:00
Edwin Groothuis
34b22769c3
don't forget to bump the revision, it's important enough under -current.
2003-09-08 07:50:54 +00:00
Edwin Groothuis
7b6c469e16
Properly replace all -pthread occurances to make it working on
...
-current with the new gcc.
2003-09-08 07:49:23 +00:00
Kris Kennaway
1515386f58
Utilize INFO
2003-08-16 10:20:04 +00:00
Marcel Moolenaar
347578d44c
Remove the patch for config.sub to teach it about ia64. We now have a
...
centralized solution.
2003-07-11 07:09:55 +00:00
Marcel Moolenaar
2e7c12424e
Teach configure about ia64.
2003-06-19 09:41:18 +00:00
Joe Marcus Clarke
5aba753137
Remove the USE_GNOMENG macro.
2003-04-08 00:40:09 +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
Kris Kennaway
9692428a71
Force libtool script to be executed by /bin/sh, not "whatever shell
...
you are currently running", which doesn't work too well if it happens to
be e.g. csh.
Noticed by: bento
2002-08-23 18:48:50 +00:00
Joe Marcus Clarke
77a35b0176
* Use USE_GNOMENG
...
* Re-add dependency on gmake to fix build problems
PR: 41845 and 41877
2002-08-22 04:48:10 +00:00
Christian Weisgerber
13cc890dfb
* Optionalize esound. Suggested by:
...
PR: 41594
Submitted by: Brad Laue <brad@brad-x.com>
* Remove unneeded gmake dependency.
2002-08-16 19:51:41 +00:00
Ying-Chieh Liao
31154892b6
PERL -> REINPLACE_CMD
...
PR: 39283
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-07-08 10:22:14 +00:00
Patrick Li
a799ac6b02
Update to 3.1.10
...
PR: 35613
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2002-03-07 02:42:41 +00:00
Pete Fritchman
b2f9fdc061
Update MASTER_SITES and WWW: to libmikmod's new home.
...
PR: 33284
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
2001-12-28 18:08:31 +00:00
Maxim Sobolev
da85900567
The project has moved to the new location - update MASTER_SITES and WWW.
2001-04-19 14:10:27 +00:00
SADA Kenji
8fb52e7ad5
Move MASTER_SITES to MASTER_SITE_LOCAL since original distfile looks
...
disappeared and MASTER_SITE_SUNSITE are not in good condition.
2001-04-17 18:09:23 +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
FUJISHIMA Satsuki
7a7b428008
o add MASTER_SITE_SUNSITE to MASTER_SITES.
...
o get rid of version number from pkg-descr.
PR: 25744
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2001-03-12 19:40:04 +00:00
Michael Haro
c33754a7b7
disown this port
2001-03-07 21:07:14 +00:00
Jeremy Lea
712a219938
Implement WANT_ESOUND, USE_ESOUND.
2000-10-05 05:19:38 +00:00
Maxim Sobolev
d26b7ff1e8
Patch configure to use -pthread instead of -lpthread.
2000-08-15 11:34:32 +00:00
Satoshi Asami
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
dc1177a9a5
Fourth round of INSTALLS_SHLIBS conversion.
2000-06-16 08:48:22 +00:00
Maxim Sobolev
f76334001d
Get rid of those zero-sized `music.raw' files, known to anyone using
...
libmikmod or any software based on it.
2000-05-29 06:34:02 +00:00
Michael Haro
0af8c0c322
remove a.out support
2000-04-16 20:02:07 +00:00
Michael Haro
bcd8ffd9d0
update with the new PORTNAME/PORTVERSION variables
2000-04-08 21:25:03 +00:00
Michael Haro
cb2e456d00
update to 3.1.9
2000-03-07 21:08:38 +00:00
Michael Haro
61b66a1e8c
reword and update WWW
2000-02-24 01:46:03 +00:00
Michael Haro
6f6df526ba
use -pthread instead of -lc_r
2000-01-29 01:04:59 +00:00
Michael Haro
36f97ab978
use -pthread instead of -lc_r and other minor changes
...
Submitted by: reg
2000-01-28 22:01:42 +00:00
Michael Haro
83e91d05cc
update to 3.1.8
...
PR: 14611
Submitted by: Will Andrews <andrews@technologist.com>
2000-01-01 22:44:25 +00:00
Yukihiro Nakai
b47f4a3bf1
Use updated esound library.
1999-10-08 02:41:23 +00:00
Michael Haro
65ab34a667
FreeBSD.ORG -> FreeBSD.org
...
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
78ab65a396
Change Id->FreeBSD.
1999-08-25 04:36:31 +00:00
Michael Haro
326683eee2
Update libmikmod
...
Submitted by: Douglas Carmichael dcarmich@xnet.com
PR Number: 12454
1999-07-03 18:52:33 +00:00
Michael Haro
df01a76e6d
Update mastersite
...
Noticed by: fenner distfile survey
1999-06-23 01:26:30 +00:00
Michael Haro
40b1e6bb50
Looks like they updated the distfile w/o updating the version.
...
Some changes stolen from yoshiaki@kt.rim.or.jp
1999-06-05 07:43:16 +00:00
Steve Price
a221ee94d0
USE_LIBTOOL=yes after upgrade to libtool port.
...
PR: 11854
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 04:29:50 +00:00
Michael Haro
aa21a8c8c0
Add WWW:
1999-05-05 22:19:35 +00:00
Michael Haro
668c9b1540
Library required for latest version of mikmod. Possibly also used
...
by other ports.
PR: 11082
Submitted by: me
1999-05-05 22:16:14 +00:00