Commit graph

589 commits

Author SHA1 Message Date
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
heinz
e7d8fde67b The package supports installation to DESTDIR. 2008-01-03 23:14:46 +00:00
wiz
a40a8b4e34 Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 12:20:12 +00:00
wiz
bb60724301 Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:18:09 +00:00
wiz
48aee8ab57 Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:31:49 +00:00
rillig
f338d15c24 Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
2007-12-02 08:32:23 +00:00
wiz
10a9a86a93 Make curses support completely optional, in response to PR 37173
by David A. Holland.
2007-11-25 12:44:07 +00:00
rillig
105dd4b97c Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
2007-11-17 12:04:11 +00:00
wiz
9ee7414dba Remove ftp.nuxi.com from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37328.
2007-11-12 00:04:36 +00:00
wiz
0c3aed1371 Remove uiarchive.uiuc.edu from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37327.
2007-11-12 00:02:23 +00:00
is
3fa82e02ac cleanscore is a PERL script to clean the "score file" of the Usenet news
reader "srln" from expired entries.
2007-10-12 12:30:47 +00:00
is
d7ae31ead1 cleanscore. 2007-10-11 20:47:06 +00:00
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
wiz
b604619719 Fix build with curses option. From Yakovetsky Vladimir in PR 36998. 2007-09-19 05:55:05 +00:00
wiz
b7eae74469 Take maintainership. 2007-09-13 23:26:24 +00:00
wiz
98e4cd068b Add options for ncurses and ncursesw support.
Based on patch in PR 36983 by Leonard Schmidt.
2007-09-13 23:14:41 +00:00
jlam
2761568ac2 Convert to use the features framework. 2007-09-08 21:57:57 +00:00
jlam
07dd3147c6 Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
2007-09-07 22:12:10 +00:00
jlam
df7d10dbeb Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
wiz
5ae3d4f881 Add license file for tin, and make news/tin use it. 2007-09-05 21:59:41 +00:00
wiz
7dc977c1cb Report it if part of the build fails. 2007-09-05 21:59:22 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
joerg
011ce19062 Use MACHINE_ARCH instead of LOWER_ARCH in conditionals. 2007-07-29 14:33:12 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
wiz
51c8ea8d62 pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev. 2007-02-22 19:30:02 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
rillig
79a320a98f Added VARBASE to BUILD_DEFS. 2007-02-15 21:35:11 +00:00
joerg
7e2d764782 Modlar Xorg support. 2007-02-15 14:44:49 +00:00
wiz
019ba8fa18 Update to 1.8.3:
-- 1.8.3 release 20070201 "Scotasay" --

018) Christian Weisgerber <naddy@mips.inka.de>
     BUG. assumed that wchar_t and wint_t are of the same size
     FIX. tcurses.c

017) Antonio Querubin <tony@lava.net>
     BUG. missplaced ||
     FIX. nntplib.c

016) Toomas Soome <Toomas.Soome@microlink.ee>
      ADD. updated estonian translation
      FIX. et.po

015) Michael Bienia <michael@vorlon.ping.de>
     BUG. 'l' from the pager doesn't reposition cursor to last viewed
          article
     FIX. thread.c

014) Urs Janssen <urs@tin.org>
     BUG. "Kill text pattern" form killfile menu was applied to
          Message-ID and Rrferences instead of Message-ID only
     BUG. FILTER_FILE_OFFSET was wrong
     ADD. allow .ax TLD
     FIX. tin.h, filter.c, policy.h

013) Urs Janssen <urs@tin.org>
     ADD. minor manpage tweaking
     FIX. tin.1, tin.5

012) Peter Breitenlohner <peb@mppmu.mpg.de>
     BUG. build problem with VPATH
     FIX. Makefile.in
2007-02-02 19:29:12 +00:00
wiz
9d2e96ac11 Remove some legacy options handling after 3 branches. 2007-01-30 07:11:46 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00
joerg
82e459c499 Alwauys include netinet/in.h and fix errno usage. 2006-12-01 13:54:27 +00:00
rillig
9714fd7767 Fixed PKGMANDIR and made the package build on NetBSD. 2006-11-12 01:28:03 +00:00
christos
594d91b49e fix the order of includes in order for this to compile; from Anon Ymous 2006-11-01 17:12:21 +00:00
schwarz
0fcb68082b added support for IRIX 5 2006-10-20 19:18:45 +00:00
schwarz
be3ce4cfc1 upgraded nntpcache to 3.0.2 (bug fix release) and added patches to
support Darwin
2006-10-17 20:28:01 +00:00
schwarz
3171075638 added support for Darwin 2006-10-16 19:20:27 +00:00
schwarz
3f3115205b added support for IRIX 5 and for Darwin 2006-10-15 21:59:13 +00:00
schwarz
fe9f048b15 added support for IRIX 5 2006-10-15 20:06:59 +00:00
schwarz
6e27c9edb5 - do not explicitly pass CC to MAKE_ENV as pkgsrc already does so
- added fixes for IRIX
2006-10-15 16:43:37 +00:00
schwarz
e70c720c77 updated download path 2006-10-15 10:27:53 +00:00
schwarz
5215c15086 updated news/nn to 6.7.3. Changes from 6.6.5 according to nn's ChangeLog
are various bug fixes and code cleanups.
2006-10-14 19:33:45 +00:00
wiz
a9c3a0685a Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
tron
663307ee50 Remove as maintainer of this package because I'm now longer running
INN on my home server.
2006-10-01 11:34:24 +00:00
christos
93a0bbf947 fix build on linux by searching ncurses too for tputs. 2006-09-26 20:35:16 +00:00
christos
d1c82728a4 add linux support 2006-09-26 19:00:20 +00:00
rillig
29b6090998 The preprocessor of gcc 4 converts tabs into spaces, which must be
restored before the resulting output can be used as a Makefile.

This fixes PR 34543.
2006-09-17 13:18:59 +00:00