Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
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.
|
|
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
|
|
|
|
* Remove xvmkmf; we use pkgxmkmf now.
* Move config files to ${PREFIX}/lib/X11/config where pkgxmkmf can
find them.
|
|
|
|
|
|
* Move installation of config files to ${PREFIX}/lib/X11/xview
(consistent with how lesstif installs into ${PREFIX}/lib/X11/lesstif)
* Provide a xmkmf-type script called "xvmkmf" which does the right thing
for programs needing to generate Makefiles from Imakefiles using XView.
* Bump version number to 3.2.1nb1.
|
|
|
|
|
|
|
|
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
|
|
|
|
link on the sparc. Thanks to Ethan Bakshy, ethan@enteract.com
for pointing out some of the xview problems on the sparc.
|
|
|
|
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
|
|
|
|
|
|
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz,
and .tar.bz2).
EXTRACT_USING_PAX can be set as before.
For custom extractions, instead of using EXTRACT_BEFORE_ARGS,
EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the
command needed to decompress and extract the lements from the archive.
${DOWNLOADED_DISTFILE} can be used to reference the distfile(s).
e.g. for compressed shars, where previously there was:
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
now use:
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
|
|
|
|
|
|
|
|
|
|
OpenLook Toolkit config files.
|