Commit graph

40 commits

Author SHA1 Message Date
jschauma
90fb80758b Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-03-03 04:17:23 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
seb
35c300b8b1 This package's lib/help/*.info are not Info files: remove the
texinfo/install-info/...  support bits.
2002-04-10 04:49:58 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
tron
223e96ce63 Fix build problem under NetBSD-current. 2001-12-20 09:22:04 +00:00
tron
71146f333e Cleanup patch files:
- unified format
- only one patch per file
- no files gets patched twice
2001-12-20 09:19:53 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
dmcmahill
1403928fb7 don't return the address of a local variable. 2001-05-11 20:41:31 +00:00
dmcmahill
51b94997c0 Fix on powerpc. Patches provided by Andrew Cagney <cagney@tpgi.com.au>
in PR pkg/12803 and integrated by me.  It also now compiles on alpha but
segfaults there so change the broken message accordingly.
2001-05-02 21:46:07 +00:00
skrll
7c75053771 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:07:33 +00:00
agc
8f972b049a + 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 12:12:16 +00:00
wiz
b05719c3b8 Add some symlinks that aren't generated automatically anymore. 2001-03-22 14:29:34 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
dmcmahill
0cd363dca1 mark as broken on alpha until someone with more of a clue than me can fix
it.  The handling of va_arg stuff in broken in xview-lib.  In particular
an interested programmer could start looking at:

the MAKE_AVLIST macro in:
xview3.2p1-X11R6//lib/libxview/misc/portable.h

and some illegal casts of va_list variables in
xview3.2p1-X11R6//lib/libxview/color/cms_pblc.c

probably more....
2000-12-29 15:07:21 +00:00
tron
1163e3579f Remove unnecessary entries for ".so" links for shared libraries which cause
problems with the latest package list handling changes in "bsd.pkg.mk".
2000-11-29 23:12:58 +00:00
jlam
b47eabcc65 Update xview-lib to 3.2.1nb2. Changes from version 3.2.1nb1:
* Remove XMKMF definition; we now use pkgxmkmf.
    * Build with setlocale() support.
2000-10-23 18:06:19 +00:00
jlam
3f38c58ca5 Depend on xview-config>=3.2.1nb1 to get xvmkmf. 2000-10-16 06:39:27 +00:00
jlam
c5ff395652 After getting whacked upside the head...set the maintainer to me. 2000-09-14 14:07:49 +00:00
jlam
dc3890d209 Bump version number to 3.2.1nb1, since we've removed some programs which
would conflict with devel/gettext.
2000-09-13 21:51:53 +00:00
jlam
88c8cd24ad Make this work with xpkgwedge:
* Don't build/install xgettext and msgfmt as they'll conflict with
     devel/gettext.
   * Use ${X11PREFIX}/bin/xvmkmf instead of xmkmf to generate Makefiles.
2000-09-13 20:24:37 +00:00
jlam
228ddf4361 Cosmetic changes 2000-09-13 15:19:38 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
pooka
92666dc3ae Adapt these to work with the OpenLook Virtual Window Manager
patches provided by Witold J. Wnuk <ww181302@zodiac.mimuw.edu.pl>
in pkg/9143
2000-06-16 14:16:49 +00:00
dmcmahill
0b93407448 remove redundant patch file which caused patching to fail 2000-02-09 00:58:03 +00:00
wiz
09661ed275 RCS tag added 2000-02-05 16:26:06 +00:00
dmcmahill
965940b10d - Break out patches to ./lib/libxview/misc/expandname.c and
./lib/libxview/textsw/txt_filter.c from patch-ad into patch-al and patch-ao.

- Fix several compilation bugs on the sparc.  The code had #ifdef(sparc)
  checks when it was really wanting to make an operating system choice, not
  a processor choice.  Thanks to Ethan Bakshy, ethan@mail.enteract.com
  for pointing out the problem (on port-sparc).
1999-12-15 23:51:04 +00:00
abs
3365dcb7a5 Consistency:
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-09-21 17:20:03 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
hubertf
08689d8b1c Split out of patch-ad, #include <errno.h> if not SVR4 1999-03-31 14:25:40 +00:00
hubertf
4364e05957 Split out patch for lib/libxview/textsw/es_file.c into patch-ak 1999-03-31 14:23:30 +00:00
tron
6877d2a872 Patches supplied by Matthieu Herrb in PR pkg/6612 to make xview compile
after signal changes.
1998-12-28 18:52:05 +00:00
agc
f7c4996e0b Add NetBSD RCS Ids. 1998-08-07 13:27:33 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
agc
583dcca5f3 Use automatic shared object handling 1998-07-15 10:51:16 +00:00
tron
895b1068a3 Don't install ".info" files which belong to the "xview-clients" package. 1998-07-04 14:51:17 +00:00
tron
ea3fd44915 Don't mirror distribution files which are kept locally anyway. 1998-07-03 23:30:09 +00:00
tron
5f524e3f61 Adapt this package to NetBSD. 1998-07-03 22:58:34 +00:00
tron
6cd87e3403 Initial import of FreeBSD's "xview-lib" port:
OpenLook Toolkit libs, includes, and man pages.
1998-07-03 21:02:03 +00:00