-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <[email protected]>
- Loading branch information
hubertf
committed
Mar 27, 2001
1 parent
d5f813f
commit e32afb6
Showing
204 changed files
with
593 additions
and
592 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.6 2001/02/16 13:15:27 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.7 2001/03/27 03:19:44 hubertf Exp $ | ||
|
||
DISTNAME= sharutils-4.2.1 | ||
PKGNAME= g${DISTNAME} | ||
|
@@ -9,7 +9,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.gnu.org/software/sharutils/sharutils.html | ||
COMMENT= Allow packing and unpacking of shell archives | ||
|
||
BUILD_DEPENDS+= msgfmt:../../devel/gettext | ||
BUILD_USES_MSGFMT= yes | ||
|
||
USE_LIBINTL= yes | ||
GNU_CONFIGURE= yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.22 2001/02/16 13:15:43 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.23 2001/03/27 03:19:44 hubertf Exp $ | ||
# FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp | ||
# | ||
|
||
|
@@ -13,7 +13,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.info-zip.org/pub/infozip/Zip.html | ||
COMMENT= Create/update ZIP files compatible with pkzip | ||
|
||
BUILD_DEPENDS= unzip:../../archivers/unzip | ||
BUILD_DEPENDS= unzip-*:../../archivers/unzip | ||
|
||
EXTRACT_ONLY= zip23.tar.gz | ||
MAKEFILE= unix/Makefile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.11 2001/02/16 13:15:44 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.12 2001/03/27 03:19:45 hubertf Exp $ | ||
# | ||
|
||
DISTNAME= zip1-1.1 | ||
|
@@ -11,7 +11,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.info-zip.org/pub/infozip/ | ||
COMMENT= Create/update ZIP files compatible with pkzip version 1 | ||
|
||
BUILD_DEPENDS= unzip:../../archivers/unzip | ||
BUILD_DEPENDS= unzip-*:../../archivers/unzip | ||
|
||
EXTRACT_CMD= unzip -qo ${DOWNLOADED_DISTFILE} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.7 2001/02/16 13:30:33 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.8 2001/03/27 03:19:45 hubertf Exp $ | ||
|
||
DISTNAME= aumix-2.7 | ||
CATEGORIES= audio | ||
|
@@ -12,7 +12,8 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://jpj.net/~trevor/aumix.html | ||
COMMENT= Set mix levels | ||
|
||
BUILD_DEPENDS+= msgfmt:../../devel/gettext | ||
BUILD_USES_MSGFMT= yes | ||
|
||
DEPENDS+= gtk+-1.2.*:../../x11/gtk | ||
|
||
USE_CURSES= yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.8 2001/02/16 13:30:33 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.9 2001/03/27 03:19:45 hubertf Exp $ | ||
|
||
DISTNAME= cdd-1.0nb3 | ||
CATEGORIES= audio | ||
|
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} | |
MAINTAINER= [email protected] | ||
COMMENT= Another program for reading CD digital audio from SCSI or ATAPI CD-ROM drives | ||
|
||
BUILD_DEPENDS+= ${PREFIX}/lib/libscsi.a:../../devel/libscsi | ||
BUILD_DEPENDS+= libscsi-1.6:../../devel/libscsi | ||
|
||
.include "../../mk/bsd.prefs.mk" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.1.1.1 2001/03/13 13:18:24 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.2 2001/03/27 03:19:45 hubertf Exp $ | ||
# | ||
|
||
DISTNAME= unofficial-csound-4.09.0.0b-linux.src | ||
|
@@ -10,7 +10,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.csound.org | ||
COMMENT= software synthesizer and sequencer | ||
|
||
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf | ||
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf | ||
|
||
LICENSE= csound-license | ||
NO_SRC_ON_CDROM= "no for-fee-redistribution" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.4 2001/03/16 12:52:31 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.5 2001/03/27 03:19:45 hubertf Exp $ | ||
# | ||
|
||
DISTNAME= eawpats-full-10 | ||
|
@@ -11,7 +11,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.stardate.bc.ca/eawpatches/ | ||
COMMENT= Eric A. Welsh' patches (audio samples) for TiMidity | ||
|
||
BUILD_DEPENDS= unrar:../../archivers/unrar | ||
BUILD_DEPENDS= unrar-*:../../archivers/unrar | ||
|
||
CONFLICTS= guspatches-* | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.4 2001/02/16 13:30:41 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.5 2001/03/27 03:19:45 hubertf Exp $ | ||
# | ||
|
||
DISTNAME= gogo235 | ||
|
@@ -11,7 +11,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://homepage1.nifty.com/herumi/gogo_e.html | ||
COMMENT= very fast lame-based mp3 encoder, i386 only | ||
|
||
BUILD_DEPENDS+= nasm:../../devel/nasm | ||
BUILD_DEPENDS+= nasm-0.98:../../devel/nasm | ||
|
||
ONLY_FOR_PLATFORM= *-*-i386 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.32 2001/03/25 16:21:51 hubertf Exp $ | ||
# $NetBSD: Makefile,v 1.33 2001/03/27 03:19:46 hubertf Exp $ | ||
# FreeBSD Id: Makefile,v 1.6 1998/12/28 01:02:05 vanilla Exp | ||
|
||
DISTNAME= gqmpeg-0.8.3 | ||
|
@@ -10,8 +10,9 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://gqmpeg.sourceforge.net/ | ||
COMMENT= GTK+ front end to mpg123 | ||
|
||
BUILD_USES_MSGFMT= yes | ||
|
||
DEPENDS+= gdk-pixbuf>=0.8.0nb1:../../graphics/gdk-pixbuf | ||
BUILD_DEPENDS+= msgfmt:../../devel/gettext | ||
DEPENDS+= gtk+-1.2.*:../../x11/gtk | ||
DEPENDS+= mpg123-0.59r:../../audio/mpg123 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.2 2001/03/20 09:57:36 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.3 2001/03/27 03:19:46 hubertf Exp $ | ||
|
||
DISTNAME= libao-0.6.0 | ||
PKGNAME= ${DISTNAME}nb1 | ||
|
@@ -8,8 +8,8 @@ MASTER_SITES= http://www.vorbis.com/files/beta4/unix/ | |
MAINTAINER= [email protected] | ||
COMMENT= cross-platform audio library | ||
|
||
BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake | ||
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf | ||
BUILD_DEPENDS+= automake-1.4:../../devel/automake | ||
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf | ||
|
||
GNU_CONFIGURE= yes | ||
USE_GMAKE= yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.13 2001/03/25 11:34:57 simonb Exp $ | ||
# $NetBSD: Makefile,v 1.14 2001/03/27 03:19:46 hubertf Exp $ | ||
# | ||
|
||
DISTNAME= mad-0.12.5b | ||
|
@@ -11,7 +11,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://sourceforge.net/projects/mad/ | ||
COMMENT= High-quality MPEG audio decoder | ||
|
||
BUILD_DEPENDS+= msgfmt:../../devel/gettext | ||
BUILD_USES_MSGFMT= yes | ||
|
||
GNU_CONFIGURE= YES | ||
USE_LIBINTL= YES | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.23 2001/02/16 13:30:49 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.24 2001/03/27 03:19:46 hubertf Exp $ | ||
# FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp | ||
# | ||
|
||
|
@@ -11,7 +11,8 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://rplay.doit.org/ | ||
COMMENT= Network audio player | ||
|
||
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf | ||
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf | ||
|
||
DEPENDS+= gsm-1.0.10:../../audio/gsm | ||
DEPENDS+= rx-1.5:../../devel/rx | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:38 hubertf Exp $ | ||
# $NetBSD: Makefile,v 1.5 2001/03/27 03:19:47 hubertf Exp $ | ||
# FreeBSD Id: ports/benchmarks/xengine/Makefile,v 1.9 2000/02/02 22:31:24 mharo Exp | ||
|
||
DISTNAME= xengine-1.0.1 | ||
|
@@ -11,7 +11,7 @@ PATCH_DIST_STRIP= -p1 # no ${PATCHFILES} but used below | |
MAINTAINER= [email protected] | ||
COMMENT= Reciprocating engine for X | ||
|
||
BUILD_DEPENDS= gunshar:../../archivers/gsharutils | ||
BUILD_DEPENDS= gsharutils-4.2.1:../../archivers/gsharutils | ||
|
||
DIST_SUBDIR= xengine | ||
NO_WRKSUBDIR= yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.7 2001/02/16 13:46:24 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.8 2001/03/27 03:19:47 hubertf Exp $ | ||
# | ||
|
||
DISTNAME= ipal-20001210 | ||
|
@@ -10,7 +10,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.icarus.com/eda/ipal/index.html | ||
COMMENT= Libs and utils for manipulating PAL designs (development version) | ||
|
||
BUILD_DEPENDS+= bison:../../devel/bison | ||
BUILD_DEPENDS+= bison-*:../../devel/bison | ||
DEPENDS+= gtk+>=1.2.7:../../x11/gtk | ||
|
||
GNU_CONFIGURE= YES | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.12 2001/02/16 13:46:30 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.13 2001/03/27 03:19:47 hubertf Exp $ | ||
# | ||
|
||
DISTNAME= verilog-20010113 | ||
|
@@ -10,8 +10,8 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://icarus.com/eda/verilog/index.html | ||
COMMENT= Verilog simulation and synthesis tool (development snapshot version) | ||
|
||
BUILD_DEPENDS+= bison:../../devel/bison | ||
BUILD_DEPENDS+= gperf:../../devel/gperf | ||
BUILD_DEPENDS+= bison-*:../../devel/bison | ||
BUILD_DEPENDS+= gperf-2.7.2:../../devel/gperf | ||
DEPENDS+= ipal-current>=20001210:../../cad/ipal-current | ||
|
||
CONFLICTS+= verilog | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.6 2001/02/16 13:46:29 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.7 2001/03/27 03:19:47 hubertf Exp $ | ||
# | ||
|
||
DISTNAME= verilog-0.4 | ||
|
@@ -9,8 +9,8 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://icarus.com/eda/verilog/index.html | ||
COMMENT= Verilog simulation and synthesis tool (stable release version) | ||
|
||
BUILD_DEPENDS+= bison:../../devel/bison | ||
BUILD_DEPENDS+= gperf:../../devel/gperf | ||
BUILD_DEPENDS+= bison-*:../../devel/bison | ||
BUILD_DEPENDS+= gperf-2.7.2:../../devel/gperf | ||
DEPENDS+= ipal-current>=20001210:../../cad/ipal-current | ||
|
||
CONFLICTS+= verilog-current | ||
|
Oops, something went wrong.