Commit graph

29 commits

Author SHA1 Message Date
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
ad73af8ae0 Fixed the do-install target for unprivileged users. The directories had
been installed without execute permission. While here, fixed almost all
pkglint warnings.
2006-02-04 15:27:16 +00:00
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
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +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
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jlam
00686c240d Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to
the configure and build processes.
2004-12-04 23:09:06 +00:00
jlam
af591191d2 Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk.  Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
2004-11-12 06:39:19 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
snj
7bdebf2480 Convert to buildlink3. 2004-04-27 03:09:57 +00:00
mrauch
6be590c66a This package also needs plain C. 2004-02-14 17:39:29 +00:00
jlam
17d1ca394e These packages need a C++ compiler. 2004-02-02 13:02:49 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
mrauch
6db979c8d5 Update to version 4.6:
* support for compilation with gcc3 added
* ANSI conformance fixes
* smaller bugfixes and performance optimisations
   see etc/ChangeLog for a full list

E-mail to MAINTAINER bounces, therefore reset to default value
2004-01-05 22:14:18 +00:00
grant
712c21283a s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
libstdc++ in gcc3.

when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.

packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.
2003-05-29 23:14:07 +00:00
jlam
63e3c3993b Use buildlink2 and use gcc/buildlink2.mk instead of homegrown GCC detection
code.  We lose the ability to build with PGCC, but that will be added back
into gcc/buildlink2.mk soon.
2002-09-30 23:33:54 +00:00
martti
95ec51883d Added some .if ... .endif glue to detect the gcc version. Now systems with
gcc 2.95.3 in /usr/bin don't need to build lang/gcc (pkg/15620).
2002-03-01 10:56:51 +00:00
mrauch
481be39148 gcc 2.95.2 was ABI incompatible (C++ symbol names were mangled with "."
instead of "$"). Set requirement to gcc-2.95.3
2002-02-25 13:53:36 +00:00
mrauch
bed08f7015 * Patches for two header files to adjust path fragments in #include
statements for NetBSD
* __unix is not any longer defined in new-toolchain gcc's so add __NetBSD__
   to make it compile again

Bumped version number as a package without the first fix may break other ones.
2002-01-08 21:18:04 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
jlam
5aa3e56288 Don't keep re-evaluating GCC_BINDIR -- preserve its value in MAKEFLAGS and
don't compute its value if it's already defined.
2001-05-08 01:04:40 +00:00
jlam
cd30f719aa Fix --tag errors associated with building with the latest libtool. 2001-04-30 20:41:11 +00:00
jlam
ed13e58de4 Use whichever of gcc or pgcc is installed during compilation. Also modify
the dependency to allow either gcc or pgcc of the appropriate version.
2001-02-26 20:00:30 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
jlam
2a62c0487f Add trailing slash to HOMEPAGE. 2001-01-13 00:53:29 +00:00
jlam
9f5be4014f STLport - a complete C++ standard library implementation, base on the free
SGI STL implementation, with emphasis on cross-platform and cross-compiler
portability.  This package is base on the submission by Emmanuel Dreyfus
<p99dreyf@criens.u-psud.fr> in PR#11810, but modified by me to use libtool
for library generation and to install the complete set of headers.
2000-12-27 17:37:50 +00:00