summaryrefslogtreecommitdiff
path: root/x11/xforms
AgeCommit message (Collapse)AuthorFilesLines
2001-08-09Add SunOS support, provided by Peter L. Petersen in pkg/13655.wiz2-4/+19
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-03Add buildlink.mk file for use by other packageszuntum1-0/+36
2001-07-03First step in conversion to buildlink.mk -- use xpm's buildlink instead of ↵zuntum1-2/+2
USE_XPM
2001-05-04populate distinfo with SHA1 sums and sizes for all the variousdmcmahill1-10/+19
MACHINE_ARCH's and OBJECT_FMT's we currently have.
2001-05-04restore checksums for alpha, arm32, m68k, i386-a.out, mipsel, ns32k, ↵dmcmahill1-1/+10
powerpc, and sparc
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-11/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-02Generate the proper .lo files needed by the new libtool (libtool-ml).jlam1-27/+35
This should compile again.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+5
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.
2000-09-28Belatedly bump "nb" version for xforms, and likewise increment packagesfredb1-2/+2
that depend it, as suggested by wrstuden. The reason is so that older binary packages which were linked against an a.out shared lib won't have their package dependencies satisfied by the latest package, which has no shared libraries. There's no help for old ELF packages, unfortunately.
2000-09-27Oh dear! This software requires prior arrangement for commercial use.fredb1-1/+3
Add appropriate LICENSE variable.
2000-09-27Packages that use the shared lib really should be linked with libGL,fredb1-5/+4
but since none of the NetBSD packages which link in xforms seem to use the gl_{get,set}_canvas*() and gl_win*() functions, simply extend the present ELF hack to a.out, for now. That is, disable the shared {,x}forms library the hard way, by deleting it after installation. It stinks, I know. Close PR pkg/10560.
2000-09-03fix comment (and thus building)wiz1-2/+2
2000-09-02Don't run 'check-shlibs', fdesigner is known to be broken.hubertf1-1/+4
This pkg needs to be recompiled/relinked with the proper switches...
2000-08-30update mipsel distfile. The change is that the program 'fdesign' now hasdmcmahill1-2/+2
the correct RPATH for the X libraries.
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-6/+5
2000-08-15USE_LIBTOOL instead of USE_PKGLIBTOOLwiz3-4/+10
2000-08-01Add missing slash to URL.tron1-2/+2
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-14add missing depends on xpmdmcmahill1-1/+3
2000-03-01- enable this package for mipseldmcmahill2-3/+4
- add md5 entry for the mipsel distfile Thanks to Bill Studenmund for providing the distfile.
2000-02-29update checksum for sparc-ELF distfile.dmcmahill1-2/+2
2000-02-29update HOMEPAGE and MASTER_SITES to reflect new locationdmcmahill1-3/+3
1999-12-16Add alpha and sparc-elf support.wrstuden2-5/+6
1999-11-13Add powerpc to list of suported platforms. Tested on my powermac. Should workwrstuden2-3/+4
with 1.4.
1999-09-24Remove unused file.jlam1-35/+0
1999-09-24Rebuild shared library with appropriate library version numbers fromjlam4-63/+92
the static library so our shared lib versioning semantics can be preserved. Suggested on tech-pkg.
1999-09-23On ELF platforms, linking against the shared library doesn't work, butjlam4-19/+26
linking against the static library does (see PR#8417), so for now, disable the installation of the shared library on ELF platforms until a better fix is found. But at least, those of us needing xforms on i386-ELF can get some work done!
1999-09-23Change MAINTAINER to packages@netbsd.org since smarter people than I arejlam1-17/+16
making this work on ELF. Also fix a typo and make a few rearrangements to be make pkglint hiccup less often.
1999-09-21Consistency:abs1-1/+1
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-09-14Make xforms use the (newly-available) i386-ELF binaries.jwise2-9/+14
Also, use IGNORE= instead of a NOT_FOR_PLATFORM re-assignment to exclude ELFin sparcs
1999-08-25On second thought, do previous only if LOWER_OPSYS == netbsd.bad1-4/+4
1999-08-25Kludge alert: disable this pkg on i386-ELF and sparc-ELF because of thebad1-1/+11
missing objects.
1999-07-09Add package patch checksum files.agc1-0/+3
1999-06-20Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"tron1-2/+2
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
1999-06-11Correct the paths to the distfiles per architecture.jlam1-6/+6
1999-06-11Modify DIST_SUBDIR to now have multiple levels of subdirectories.jlam1-2/+2
Now DTRT when distcleaning.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-2/+2
pattern match format. Minor pkglint along the way.
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-18/+18
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1998-11-13Enable ns32k architecture.matthias1-2/+4
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna1-3/+0
from individual DESCR files that had them.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-1/+3
1998-07-15Create symbolic links that will work in a binary package if the preficesagc1-3/+3
differ.
1998-07-15Use automatic shared object handlingagc2-9/+6