Commit graph

65 commits

Author SHA1 Message Date
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
obache
8f1819d140 Add destdir installation support. 2011-03-21 12:27:11 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
wiz
ffa67f8f8c Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual
hardcoding.

Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages.
2010-01-07 07:36:53 +00:00
dholland
75984632b9 Mark this NOT_FOR_PLATFORM on LP64 targets. Also fix a typo in the
COMMENT and add a note pointing to devel/ptlib.
2009-11-29 23:42:35 +00:00
obache
d9d80e21fb * convert manual dependency of bison to USE_TOOLS.
* requirement of tar is came from ancient custom do-extract target, removed.
* add DESTDIR support to ptlib.
2009-01-30 08:18:45 +00:00
tonnerre
bdcbf522a3 Fix overlong string DoS in pwlib's PString::vsprintf code (CVE-2007-4897). 2008-07-13 14:38:41 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
rillig
17e3b0b8e9 Found another "extra qualification" that has not stopped the package
from building. Detected when compiling openh323.

PKGREVISION++ since the package was broken but installed nevertheless.
2007-10-10 15:16:12 +00:00
wiz
281a00d231 Remove manual extraction code, now that mk/ recognizes -tar.gz. 2006-05-31 00:16:22 +00:00
joerg
928b9af7ea Fix up pthread related source:
- PTHREAD_MUTEX_RECURSIVE is POSIX, _NP doesn't exist
- try to link when looking for pthread_mutex_timedlock
- don't hard-code -lpthread

Bump revision, since the generated library changed.
2006-05-16 15:56:43 +00:00
joerg
5e0584bdf6 Don't install *.orig files. Bump revision. 2006-04-12 18:30:04 +00:00
joerg
a8e0b3d70a Try to fix compilation for older OpenSSL and NetBSD -current.
Remove BROKEN_IN.
2006-03-13 21:20:24 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
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
joerg
cd1ee1d986 Use SUBST framework. Readd some replacements in the mak files, since
they are installed and should work without the pkgsrc framework to
define e.g. LIBTOOL. Bump the revision for this.

Fix the inclusion in Makefiles by crudely faking the installation
directory layout. Remove some explicit casts which break with GCC 3.4
and OpenSSL 0.9.8, this might need to be conditionalized.
Add DraogonFly support and somewhat cleanup the FreeBSD sound includes.
2006-01-08 04:57:55 +00:00
schmonz
42428df5a0 Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
2006-01-04 04:29:05 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +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
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +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
e70b376fa4 Note that tar is required by this package. 2005-05-16 01:32:22 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
kristerw
ca451a948e This pkg does not build when using the lang/gcc3-c++-3.3.5 compiler,
but it builds fine using gcc 2.95, so remove the GCC_REQD=3.0
that was added to work around gcc 2.95 problems some months ago.
2005-01-22 21:50:27 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
adam
47b83821e2 Install ptlib-config as well 2004-12-01 15:41:09 +00:00
wiz
dbaf076852 Bump PKGREVISION for openssl dependency, and depend on version with openssl
dependency.
2004-12-01 13:40:54 +00:00
adam
a44ff7b5e0 Rather use OpenSSL 2004-12-01 13:10:06 +00:00
adam
b108d863e2 Changes 1.8.3:
* Bug fixes
2004-11-30 16:44:47 +00:00
wiz
57d0fdabf8 Mark as using c++, and set GCC_REQD to 3.0 so this builds on 1.6.2. 2004-10-16 14:11:23 +00:00
mjl
306203bd3f Update pwlib to 1.8.2
The development site silently moved away from openh323.org without
even a notice on that page. That page still advertises 1.5.2 as the
latest version, even though development is alive and kicking and
is at 1.8.2 now. Oh well...
2004-10-09 14:01:03 +00:00
mjl
b746bcf916 Install ptbuildopts.h too. 2004-10-08 22:49:56 +00:00
mjl
ef448ce16a Also install ptlib/version.h 2004-10-08 22:09:55 +00:00
mjl
f7e4c0e10d Update pwlib to 1.5.2
Make this compile with newer gcc versions, and bring in a more
recent version of the library. No changelog is available unfortunately.
2004-10-08 21:02:53 +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
9b413b14cd Convert to buildlink3. 2004-05-08 06:41:33 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +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
jmmv
d6038f52ba Line up PKGREVISION whitespace. 2003-05-05 14:29:25 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
salo
34894084da USE_BUILDLINK_ONLY->USE_BUILDLINK2, require pthread library. This fixes build
on systems where pthread library was not yet installed.
2002-12-08 01:30:23 +00:00
jdolecek
a28a81848e libtoolify also .dep rule in common.mak
fix path in pwlib.mak and gui.mak, too
bump pkg revision to 2
2002-12-03 20:20:36 +00:00
jdolecek
b4096276db oops, remove accidental -lpth in library link flags, it was left there
by accident
problem pointed out by Daniel Carosone
bump pkg revision
2002-12-03 13:00:17 +00:00
jdolecek
e469fec007 use grep -v instead of find -path 2002-12-01 21:01:18 +00:00