Commit graph

35 commits

Author SHA1 Message Date
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Emanuel Haupt
7c95c66b16 Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we support
via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the
system compiler.
2008-07-07 13:41:57 +00:00
Emanuel Haupt
b16fd44c3c The last update never worked. The player wouldn't even start.
- Reclaim maintainer-ship
- Roll back to the last working version
- Bump PORTEPOCH

Pointyhat to:	miwi
2008-06-23 11:33:24 +00:00
Jimmy Olgeni
bbdb4d4623 A few typo fixes for ports/audio descriptions. 2008-06-15 12:52:11 +00:00
Martin Wilke
e1dc9f3eb1 - Update to 0.1.15
PR:		123497
Submitted by:	Ports Fury
2008-05-16 14:10:36 +00:00
Emanuel Haupt
42d789b494 Drop maintainership 2008-05-03 09:38:41 +00:00
Emanuel Haupt
7f1a7b52d5 Use MASTER_SITE_CRITICAL 2008-03-27 22:15:47 +00:00
Emanuel Haupt
cd9c9e2fff Get rid of USE_XLIB and use "USE_XORG=xxf86dga xxf86vm" instead. 2008-03-17 16:41:01 +00:00
Martin Wilke
605b516239 - Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
2007-07-28 12:27:31 +00:00
Emanuel Haupt
a6ae2676e7 Forget about X11BASE 2007-06-01 18:22:20 +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
Emanuel Haupt
cb0d3af5b6 Refine last commit. ocp seems to need wide character support in order to
display colors correctly. However, devel/ncurses is not needed after 602107 and
700033 since it's already in the base.
2007-04-25 12:24:55 +00:00
Emanuel Haupt
0059dfe4f3 Use devel/ncurses instead of base curses.h in order to have color support. 2007-04-24 12:17:57 +00:00
Emanuel Haupt
31087abdc8 Remove unnecessary DISTNAME redefinition. 2007-04-22 07:33:45 +00:00
Emanuel Haupt
fcf42e8d1c Chase libadplug update 2007-04-21 12:45:44 +00:00
Emanuel Haupt
ae6c76c014 Cleanup non-supported FreeBSD versions
PR:		111681
Submitted by:	edwin
2007-04-17 07:27:43 +00:00
Emanuel Haupt
04413a181c Update to 0.1.13 2007-02-13 21:56:13 +00:00
Emanuel Haupt
8cea503c48 Update to 0.1.10 release candidate 6. This version is out for quite a while and
runs quite stable. This version also supports .ay files.
2006-10-04 21:38:10 +00:00
Emanuel Haupt
4c475713ef Disable libadplug (audio/libadplug) support on OSVERSIONS prior to 500000 2006-09-03 12:39:49 +00:00
Emanuel Haupt
150f722dbc - Chase audio/libadplug update
- Use USE_LDCONFIG
2006-08-15 12:59:58 +00:00
Emanuel Haupt
643de8b2ed - Update MASTER_SITES
- Update WWW
2006-07-24 09:13:51 +00:00
Emanuel Haupt
7be606cdf6 Add an additional mirror. 2006-06-01 12:13:54 +00:00
Emanuel Haupt
488e6adb05 Chase audio/libadplug update 2006-05-18 20:22:55 +00:00
Emanuel Haupt
1337aded1e Remove deprecated USE_REINPLACE 2006-02-19 11:39:14 +00:00
Emanuel Haupt
6229fea156 Add SHA256 hashes to my ports 2005-11-30 14:01:14 +00:00
Jean-Yves Lefort
872d7f80ee Chase libid3tag update. 2005-10-28 07:59:53 +00:00
Emanuel Haupt
4e74162b8b Change MAINTAINER address for my ports.
Approved by:	novel (mentor)
2005-10-06 11:57:11 +00:00
Renato Botelho
382a684554 devel/libbinio:
- Update to 1.4

all:
- Cleanup Makefile Header
- Remove signature from pkg-descr
- Adjustments to build with libbinio 1.4

PR:		ports/86431
Submitted by:	maintainer
2005-09-22 12:49:18 +00:00
Volker Stolz
61a45f8798 Mastersite for audio/ocp is unavailable at the moment.
- Makefile.patch, add aditional mastersite
- pkg-descr.patch, change pkg-descr WWW to freshmeat project site

PR:		ports/84251
Submitted by:	maintainer
2005-07-29 08:55:37 +00:00
Pav Lucistnik
5df70f878c - Disable libsidplay for FreeBSD 4.X due to clash between gcc295 and gcc34
PR:		ports/82956
Submitted by:	Emanuel Haupt <ehaupt@critical.ch> (maintainer)
2005-07-05 22:30:07 +00:00
Sam Lawrance
9128eb6e45 Update to 0.1.9.
Also fix a build problem when security/heimdal is installed.

PR:		ports/82135
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-06-12 13:30:07 +00:00
Roman Bogorodskiy
dc18688a75 Update to 0.1.7
PR:		80616
Submitted by:	Emanuel Haupt (maintainer)
2005-05-04 16:22:23 +00:00
Jean-Yves Lefort
4071f5899d Update to 0.1.6
PR:		ports/80509
Submitted by:	maintainer
2005-05-02 09:36:28 +00:00
Jean-Yves Lefort
428532260f Fix MIDI playback.
PR:		ports/80304
Submitted by:	Emanuel Haupt <ehaupt@critical.ch> (maintainer)
Approved by:	adamw (mentor)
2005-04-25 00:01:17 +00:00
Jean-Yves Lefort
8e2b69549d Open Cubic Player first appeared around December 1994 as a DOS
binary-only module player. It supported many soundcards and module
formats.

At some point, the source code was released to the public under the
terms of the GNU General Public License, and around 2003 Stian
Skjelstad ported the code to Linux.

In addition to legacy tracker formats such as mod, xm and s3m, Open
Cubic Player now also supports mp3 and ogg files.

PR:		ports/80276
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
Approved by:	adamw (mentor)
2005-04-24 14:11:31 +00:00