Skip to content

Commit

Permalink
Convert to buildlink3.
Browse files Browse the repository at this point in the history
  • Loading branch information
snj committed Apr 11, 2004
1 parent 0865b39 commit bffc80c
Show file tree
Hide file tree
Showing 18 changed files with 52 additions and 56 deletions.
17 changes: 6 additions & 11 deletions audio/icecast1/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2004/04/11 05:48:34 kim Exp $
# $NetBSD: Makefile,v 1.5 2004/04/11 06:03:15 snj Exp $
#

DISTNAME= icecast-1.3.12
Expand All @@ -10,7 +10,7 @@ MAINTAINER= [email protected]
HOMEPAGE= http://www.icecast.org/
COMMENT= Internet broadcasting system using Mpeg Layer III streaming

USE_BUILDLINK2= # defined
USE_BUILDLINK3= # defined
GNU_CONFIGURE= # defined
USE_PKGINSTALL= yes

Expand Down Expand Up @@ -52,18 +52,13 @@ pre-configure:
-e 's/@CHUNKLEN@/${ICECAST_CHUNKLEN}/' \
${WRKSRC}/src/icetypes.h.bak > ${WRKSRC}/src/icetypes.h

.include "../../devel/readline/buildlink2.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../security/tcp_wrappers/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"

.include "../../devel/readline/buildlink2.mk"
.include "../../lang/python/application.mk"
.include "../../security/tcp_wrappers/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"

.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none")
. include "../../devel/unproven-pthreads/buildlink2.mk"
. include "../../devel/unproven-pthreads/buildlink3.mk"
.endif

.include "../../mk/bsd.pkg.mk"
6 changes: 3 additions & 3 deletions chat/micq/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2004/01/22 07:49:20 grant Exp $
# $NetBSD: Makefile,v 1.16 2004/04/11 05:59:14 snj Exp $

DISTNAME= micq-0.4.10.3
PKGREVISION= 1
Expand All @@ -11,9 +11,9 @@ MAINTAINER= [email protected]
HOMEPAGE= http://www.micq.org/
COMMENT= Text-mode ICQ client

USE_BUILDLINK2= YES
USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES

.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
6 changes: 3 additions & 3 deletions chat/sirc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2003/07/17 21:26:18 grant Exp $
# $NetBSD: Makefile,v 1.12 2004/04/11 06:05:04 snj Exp $

DISTNAME= sirc-2.211
PKGREVISION= 1
Expand Down Expand Up @@ -39,7 +39,7 @@ SIRC_SCRIPTS= \
www.pl \
yiff.pl

USE_BUILDLINK2= yes
USE_BUILDLINK3= yes
NO_CONFIGURE= yes
NO_BUILD= yes
DIST_SUBDIR= sirc
Expand Down Expand Up @@ -75,5 +75,5 @@ do-install:
${ECHO} installing $$i ; \
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$$i ${PREFIX}/lib/sirc/scripts/$$i ; done

.include "../../lang/perl5/buildlink2.mk"
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
7 changes: 4 additions & 3 deletions chat/tirc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2004/02/02 09:30:15 grant Exp $
# $NetBSD: Makefile,v 1.11 2004/04/11 06:07:52 snj Exp $
#

DISTNAME= tirc-1.2
Expand All @@ -7,9 +7,10 @@ CATEGORIES= chat
MASTER_SITES= ftp://ftp.mayn.de/pub/unix/network/irc/tirc/

MAINTAINER= [email protected]
HOMEPAGE= http://home.mayn.de/jean-luc/alt/tirc/
COMMENT= Token's 'Internet Relay Chat' Client

USE_BUILDLINK2= YES
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES

CONFIGURE_ARGS+="--with-ansi-colours"
Expand All @@ -32,5 +33,5 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/tirc
${INSTALL_DATA} ${WRKSRC}/dot.tircrc ${PREFIX}/share/tirc/tircrc

.include "../../devel/ncurses/buildlink2.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions comms/binkd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2004/01/20 12:10:01 agc Exp $
# $NetBSD: Makefile,v 1.17 2004/04/11 06:12:40 snj Exp $
#

DISTNAME= binkd094
Expand All @@ -14,7 +14,7 @@ HOMEPAGE= http://www.corbina.net/~maloff/binkd/
COMMENT= FidoNet-over-IP transport program utilizing BINKP protocol

WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_BUILDLINK2= # defined
USE_BUILDLINK3= # defined
GNU_CONFIGURE= # defined

CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
Expand Down
4 changes: 2 additions & 2 deletions comms/dl-ezkit/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2004/01/20 12:10:01 agc Exp $
# $NetBSD: Makefile,v 1.11 2004/04/11 06:13:20 snj Exp $

DISTNAME= dl-ezkit-0.8.1-bsd
PKGNAME= dl-ezkit-0.8.1
Expand All @@ -12,7 +12,7 @@ COMMENT= Coff file downloader for the EZ-KIT Lite using the RS232
MAKEFILE= Makefile.bsd

WRKSRC= ${WRKDIR}/dl-ezkit
USE_BUILDLINK2= # defined
USE_BUILDLINK3= # defined

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dl ${PREFIX}/bin/
Expand Down
4 changes: 2 additions & 2 deletions comms/efax/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2003/08/30 22:51:13 jlam Exp $
# $NetBSD: Makefile,v 1.12 2004/04/11 06:14:32 snj Exp $

DISTNAME= efax-0.9
CATEGORIES= comms
Expand All @@ -10,7 +10,7 @@ COMMENT= Collection of small programs for sending and receiving faxes

CONFLICTS= kdeutils<3.1

USE_BUILDLINK2= # defined
USE_BUILDLINK3= # defined

USE_PKGINSTALL= YES
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
Expand Down
4 changes: 2 additions & 2 deletions comms/estic/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2004/01/20 12:10:01 agc Exp $
# $NetBSD: Makefile,v 1.11 2004/04/11 06:17:39 snj Exp $

DISTNAME= estic-1.61
CATEGORIES= comms
Expand All @@ -17,7 +17,7 @@ NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}

WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:C/-.*//}
USE_BUILDLINK2= # defined
USE_BUILDLINK3= # defined
USE_X11= # defined

ALL_TARGET= depend all
Expand Down
6 changes: 3 additions & 3 deletions comms/fidogate/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.30 2004/01/27 00:53:12 heinz Exp $
# $NetBSD: Makefile,v 1.31 2004/04/11 06:19:05 snj Exp $
#

DISTNAME= fidogate-4.4.5
Expand All @@ -9,7 +9,7 @@ MAINTAINER= [email protected]
HOMEPAGE= http://www.fidogate.org/
COMMENT= FidoNet (FTN) <-> Internet mail and news gateway

USE_BUILDLINK2= yes
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
USE_GNU_TOOLS+= make
MAKE_ENV= DEBUG="${CFLAGS} -Werror"
Expand Down Expand Up @@ -65,5 +65,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/fidogate.txt ${PREFIX}/share/doc/fidogate
${INSTALL_DATA} ${WRKSRC}/fidogate.conf ${EGDIR}

.include "../../lang/perl5/buildlink2.mk"
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions comms/gscmxx/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2004/01/01 16:38:46 salo Exp $
# $NetBSD: Makefile,v 1.3 2004/04/11 06:21:29 snj Exp $
#

DISTNAME= gscmxx-0.4.1
Expand All @@ -14,7 +14,7 @@ DEPENDS+= p5-gtk>=0.7008:../../x11/p5-gtk
DEPENDS+= p5-Image-Size>=2.92:../../graphics/p5-Image-Size
DEPENDS+= scmxx>=0.6:../../comms/scmxx

USE_BUILDLINK2= YES
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/gscmxx/.packlist

.include "../../lang/perl5/module.mk"
Expand Down
6 changes: 3 additions & 3 deletions comms/linuxsms/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2003/09/02 12:48:33 seb Exp $
# $NetBSD: Makefile,v 1.6 2004/04/11 06:25:18 snj Exp $
#

DISTNAME= linuxsms-0.65
Expand All @@ -9,7 +9,7 @@ MAINTAINER= [email protected]
HOMEPAGE= http://linuxsms.sourceforge.net/
COMMENT= Perl script to send short messages to GSM phones

USE_BUILDLINK2= yes
USE_BUILDLINK3= yes
USE_PERL5= yes
NO_BUILD= yes

Expand All @@ -24,5 +24,5 @@ do-install:
.endfor
.undef f

.include "../../lang/perl5/buildlink2.mk"
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
6 changes: 3 additions & 3 deletions comms/mgetty+sendfax/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.39 2004/01/20 12:10:01 agc Exp $
# $NetBSD: Makefile,v 1.40 2004/04/11 06:43:27 snj Exp $
# FreeBSD Id: Makefile,v 1.25 1998/07/16 06:44:37 vanilla Exp
#

Expand All @@ -18,7 +18,7 @@ BUILD_DEPENDS+= texi2roff-[0-9]*:../../textproc/texi2roff
CONFLICTS= hylafax-[0-9]*

WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_BUILDLINK2= yes
USE_BUILDLINK3= yes

USE_PKGINSTALL= yes
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
Expand Down Expand Up @@ -61,5 +61,5 @@ do-configure:
&& cd ${.CURDIR} \
&& ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure

.include "../../graphics/netpbm/buildlink2.mk"
.include "../../graphics/netpbm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions comms/modemd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2003/07/17 21:26:53 grant Exp $
# $NetBSD: Makefile,v 1.12 2004/04/11 06:51:20 snj Exp $

DISTNAME= modemd-970221
PKGNAME= modemd-19970221
Expand All @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.vix.com/pub/modemd/
MAINTAINER= [email protected]
COMMENT= Replacement getty for dialup ttys and a modem server

USE_BUILDLINK2= # defined
USE_BUILDLINK3= # defined
MANCOMPRESSED_IF_MANZ= # defined

pre-install:
Expand Down
4 changes: 2 additions & 2 deletions comms/p5-Device-Gsm/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2003/07/17 21:26:54 grant Exp $
# $NetBSD: Makefile,v 1.4 2004/04/11 06:53:05 snj Exp $
#

DISTNAME= Device-Gsm-1.16
Expand All @@ -12,7 +12,7 @@ COMMENT= Perl module to interface GSM cellular / modems

DEPENDS+= p5-Device-Modem-[0-9]*:../p5-Device-Modem

USE_BUILDLINK2= YES
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Device/Gsm/.packlist

.include "../../lang/perl5/module.mk"
Expand Down
4 changes: 2 additions & 2 deletions comms/p5-Device-Modem/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2003/07/17 21:26:55 grant Exp $
# $NetBSD: Makefile,v 1.4 2004/04/11 06:55:52 snj Exp $
#

DISTNAME= Device-Modem-1.24
Expand All @@ -12,7 +12,7 @@ COMMENT= Perl module to talk to modem devices connected via serial port

DEPENDS+= p5-Device-SerialPort-[0-9]*:../p5-Device-SerialPort

USE_BUILDLINK2= YES
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Device/Modem/.packlist

.include "../../lang/perl5/module.mk"
Expand Down
6 changes: 3 additions & 3 deletions comms/pilotmgr/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 2004/03/26 22:40:01 rh Exp $
# $NetBSD: Makefile,v 1.27 2004/04/11 06:50:19 snj Exp $

DISTNAME= pilotmgr-1.107p2
PKGNAME= pilotmgr-1.107.2
Expand All @@ -17,7 +17,7 @@ DEPENDS+= p5-pilot-link-[0-9]*:../p5-pilot-link
DEPENDS+= {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:${PERL5_PKGSRCDIR}

WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*$//}
USE_BUILDLINK2= YES
USE_BUILDLINK3= YES
USE_X11= YES
HAS_CONFIGURE= YES
NO_BUILD= YES
Expand Down Expand Up @@ -55,5 +55,5 @@ do-install:
done
${LN} -fs ${PM_DOC_DIR} ${PM_PERL_DIR}/docs

.include "../../lang/perl5/buildlink2.mk"
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions graphics/aview-x11/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2004/01/20 12:18:15 agc Exp $
# $NetBSD: Makefile,v 1.9 2004/04/11 06:48:01 snj Exp $
#

DISTNAME= aview-1.3.0rc1
Expand All @@ -18,7 +18,7 @@ PLIST_SRC= ${WRKDIR}/PLIST
WRKSRC= ${WRKDIR}/aview-1.3.0
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_BUILDLINK2= yes
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
USE_X11= yes

Expand Down Expand Up @@ -48,7 +48,7 @@ post-install:
@${ECHO} bin/aaflip >>${PLIST_SRC}
.endif

.include "../../graphics/aalib-x11/buildlink2.mk"
.include "../../graphics/netpbm/buildlink2.mk"
.include "../../graphics/aalib-x11/buildlink3.mk"
.include "../../graphics/netpbm/buildlink3.mk"

.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions graphics/aview/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2004/01/20 12:18:15 agc Exp $
# $NetBSD: Makefile,v 1.10 2004/04/11 06:46:12 snj Exp $
#

DISTNAME= aview-1.3.0rc1
Expand All @@ -18,7 +18,7 @@ PLIST_SRC= ${WRKDIR}/PLIST
WRKSRC= ${WRKDIR}/aview-1.3.0
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_BUILDLINK2= yes
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes

.include "../../mk/bsd.prefs.mk"
Expand Down Expand Up @@ -47,7 +47,7 @@ post-install:
@${ECHO} bin/aaflip >>${PLIST_SRC}
.endif

.include "../../graphics/aalib/buildlink2.mk"
.include "../../graphics/netpbm/buildlink2.mk"
.include "../../graphics/aalib/buildlink3.mk"
.include "../../graphics/netpbm/buildlink3.mk"

.include "../../mk/bsd.pkg.mk"

0 comments on commit bffc80c

Please sign in to comment.