Age | Commit message (Collapse) | Author | Files | Lines |
|
portable. Bump PKGREVISION accordingly.
|
|
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.
|
|
texinfo/install-info/... support bits.
|
|
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.
|
|
|
|
- unified format
- only one patch per file
- no files gets patched twice
|
|
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.
|
|
|
|
|
|
in PR pkg/12803 and integrated by me. It also now compiles on alpha but
segfaults there so change the broken message accordingly.
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
|
|
|
|
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.
|
|
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....
|
|
problems with the latest package list handling changes in "bsd.pkg.mk".
|
|
* Remove XMKMF definition; we now use pkgxmkmf.
* Build with setlocale() support.
|
|
|
|
|
|
would conflict with devel/gettext.
|
|
* Don't build/install xgettext and msgfmt as they'll conflict with
devel/gettext.
* Use ${X11PREFIX}/bin/xvmkmf instead of xmkmf to generate Makefiles.
|
|
|
|
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
|
|
patches provided by Witold J. Wnuk <ww181302@zodiac.mimuw.edu.pl>
in pkg/9143
|
|
|
|
|
|
./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).
|
|
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
|
|
|
|
|
|
|
|
after signal changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OpenLook Toolkit libs, includes, and man pages.
|