Commit graph

71 commits

Author SHA1 Message Date
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
joerg
31d4992169 Add DragonFly support. Use CONFIGURE_SCRIPT instead of manual
do-configure rule. Allow GCC 3.4 build, there doesn't seem to
be a good reason to disallow it.
2005-12-03 04:14:05 +00:00
minskim
3ba0b69797 ENV is not defined; use SETENV instead. 2005-10-30 04:55:59 +00:00
kristerw
aa00586c49 Do not install *.orig files that are left after patching. 2005-09-29 19:35:50 +00:00
kristerw
7ad59ae4e9 Fix typo that prevented this package to build on NetBSD. 2005-06-16 23:34:44 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
minskim
6e5fd92608 Copy files only when they exist. 2005-06-06 03:08:18 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
rillig
4c4f140b61 Removed trailing empty lines. 2005-05-31 21:53:56 +00:00
rillig
6d51172575 Sorted PLIST. 2005-05-23 08:14:36 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jlam
bb0934eb2f Avoid using != to set PKG_COMPILER -- defer using :sh. This removes the
need for ECHO to be defined for the top-level make.
2005-04-28 22:21:52 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
5feb68a62b Make sure that the examples come with the real path to the festival
binary.
2005-03-07 11:32:08 +00:00
agc
c7313706dc Try to make this package build on all NetBSD platforms; patches from
Eric Schnoebelen in PR 28821, with some modifications by myself (for
configuration purposes).

Tested by myself on NetBSD/i386, and on NetBSD/amd64 by Quentin Garnier.
2005-03-07 10:34:07 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00
agc
687dfab9bf Fix the PLIST to include all files installed by the package 2004-12-30 14:28:09 +00:00
agc
8ac99bfe81 Fix oversight - remove unused patch-an 2004-12-30 14:02:34 +00:00
agc
ab0546a588 First pass at a new festival package, based on later sources, which will
compile with gcc3. Committed now for others to improve.
2004-12-21 18:12:25 +00:00
kristerw
1f62789c93 Make this work on NetBSD 1.6 again, by reverting the last change.
(That change was a work-in-progress to get this to build with gcc3,
so no functionality is lost by reverting it. The "correct" way of
fixing this package is to upgrade to a newer version...)
2004-10-15 16:50:17 +00:00
jlam
c683215537 Regen with proper checksum for patch-ap. 2004-09-15 06:20:08 +00:00
agc
ad79ecd098 Check-in work-in-progress. Now we get further in the build, but it still
fails. Watch this space.

+ remove references to ostream, which is deprecated in gcc3.
2004-09-13 09:05:25 +00:00
minskim
c3bfb33a89 Update HOMEPAGE. 2004-08-18 21:44:08 +00:00
kristerw
f3c0868c6e Do not use buildlink2-defined variables -- they are not defined now
when we are using buildlink3, and buildlink3 is smart enough to
do this automagically.
2004-05-09 22:43:10 +00:00
xtraeme
f8a4bd45bd bl3ify 2004-04-11 16:20:42 +00:00
jlam
efa1ab70ba Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
2004-02-18 13:33:40 +00:00
jlam
3cb6329f44 USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated. 2004-02-09 19:57:54 +00:00
grant
ed16993a08 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:14:59 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
sketch
7422a82dcf Use compiler.mk logic to determine the correct compiler to use, and clean
up the pattern matching.

Fixes build warnings on systems which do not use GCC.
2003-12-23 10:35:30 +00:00
jmc
4bb4755595 Add definition for gcc3 (just use the gcc2905 definition since it works and
has no caveats in it)
2003-10-06 21:40:17 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
cjep
746ce31aa7 Lint: whitespace police 2003-04-27 16:38:48 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
gson
99b7976079 Changed MAINTAINER to packages@netbsd.org since proff@iq.org
asked to be relieved as the maintainer of this package.
2002-12-13 04:16:45 +00:00
gson
49396d619e The sample scripts in ${PREFIX}/share/festival/examples did not work
because their #! lines contained an incorrect path.  Also, even if
they had actually pointed to the installed "festival", it would still
not have worked because a script cannot be used as a script
interpreter.  Even if it could, it still wouldn't have worked because
the festival script did not pass --script as the first command line
argument as festival.naked requires when running a script.  Fixed
by pointing the #! lines directly at the festival.naked binary.
2002-12-10 05:21:50 +00:00
markd
e9eece4c8a Because nas installs into $X11BASE this package needs a USE_X11=yes to stop
buildlink2 eating the $X11BASE/{include,lib} references.
Also $BUILDLINK_DIR -> $BUILDLINK_PREFIX.nas

Closes PR 19227 from Andreas Gustafsson.
2002-12-02 11:34:14 +00:00
wiz
44c3d794a9 Standardize. 2002-09-12 17:05:15 +00:00
wiz
fe071d0e7e Convert to buildlink2. 2002-08-31 14:35:59 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
martin
ecaf8c119f Bring this into the new toolchain world. 2001-11-17 16:29:07 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
wiz
a2719a456c Update festival to 1.4.1, and fix dependent packages up while I'm here
(including fixing lots of PLISTs).
Changes since 1.4.0, from the NEWS file:
. SSFF (for emulabel) track support
. Java fixes
. various minor bug fixes
. WFST with proper quoting
. Wagon sample counts
. gcc-2.95.1 support

Also use newer distfile for mbrola.

Addresses pkg/10671.
2001-07-18 15:19:35 +00:00
jlam
70cf5e59c3 Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option
on Solaris' xargs.
2001-07-14 12:37:45 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
agc
3e7e5cdd89 Move to sha1 digests, and add distfile sizes. 2001-04-18 13:04:18 +00:00
agc
18ea9c7e79 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:22:24 +00:00
zuntum
3fc4582220 Fix MAKE_ENV (quoting) 2001-03-31 10:22:24 +00:00
wiz
f7bb9e2078 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:30:32 +00:00