Age | Commit message (Collapse) | Author | Files | Lines |
|
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
|
|
|
|
Some BUILDLINK_RECOMMENDED bumps done also.
(If I missed any, please let me know -- and let me know a good
way to automate this.)
|
|
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.
|
|
|
|
*-dirs packages.
|
|
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
|
|
Whats New from verion 5.0.2 (05-Feb-2003):
- Added 'create link' command for one file or group of selected files (Shift+F7)
- Added displaing key shotcuts in menu
- Fixed bugs with long file names and file names with special characters
- Fixed bug with switching between terminal and FM window
Whats New from verion 5.0.0 (01-Jan-2003):
- Added quick 'cd' command - Ctrl-x. You can use Tab expantion there.
- Added hot keys to panel sort methods and modes.
- Added visual terminal/fm switch.
- Fixes for status bar display items.
- Fixes for edit/view files with spaces with external editor/viewer
- Fixes for deletion files named with '-alala-'
- Fixes for selection on right/bottom panels.
- Added Spanish, Czech and Serbian translation (thanks people)
- Added partly translated Hungarian messages
|
|
|
|
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
|
|
|
|
|
shells/es. The programs have already been renamed by the author.
bump pkgrevision
(noted by Robert Elz in PR 18939)
|
|
|
|
by former MAINTAINER Rui-Xiang Guo (rxg at ms25 dot url dot com dot tw).
Some modifications by me to adjust patches (which were for 4.4.6) to 4.4.7.
Changes from 4.4.6 to 4.4.7:
-Changed to a new method of detection pseudotty type, works well on more
platforms including CygWin32.
-IVES command line viewer and editor has been renamed. 'vs' to 'iview', 'es' to
'iedit'. This was made becouse older names conflict with another applications.
-New image library for using with IVES. Now XNC can view the following image
formats:
* GIF
* JPG (with external or built in libjpeg)
* PNG (with external or built in libpng)
* TIF (with external libtiff)
* BMP
* PCX
* PNM
* PCD
* LBM
* XPM
-Fixed bug in running UPGRADE/INSTALL inside RPM archives.
-Fixed legal issues, added some copyrights
-Small bug fixes, as usual. Thanks to all who reported.
Changes from 4.4.5 to 4.4.6:
-Added new program 'xncloader' for faster xnc starting up.
-Fixed bug with wrong display rxvt terminal contents.
-Fixed small bug in FTP vfs.
Set MAINTAINER to myself as Riu no longer uses this pkg. If there are any
volunteers who wish to take over, please feel free to change this.
|
|
|
|
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
|
|
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
|
|
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
|
|
X Northern Captain is a X Window file manager that allows to create, copy,
move, rename, delete, view and edit files in a Virtual File System (VFS).
VFS consists from a normal disk space and a Archive File System (AFS).
All file operations in AFS can be done exactly as in normal file system.
The IVES - file viewer and editor for X Window included, provides a
comprehensive way to view and edit images in many different formats: GIF,
JPEG, PCX, BMP, XBM, XPM, TIFF, TGA, PCD, PNG.
Package provided by Rui-Xiang Guo <xg@ms25.url.com.tw> in PR pkg/13835
|