Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -2/+4 | |
buildlink2.mk files back into the main trunk. | |||||
2001-12-28 | Cleanup patch files: | tron | 91 | -1001/+1116 | |
- unified format - only one patch per file - no files get patched twice | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-05-02 | Fix on powerpc. Patches provided by Andrew Cagney <cagney@tpgi.com.au> | dmcmahill | 1 | -2/+2 | |
in PR pkg/12803 and integrated by me. It also now compiles on alpha but segfaults there so change the broken message accordingly. | |||||
2001-04-19 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -11/+9 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-29 | mark as broken on alpha until someone with more of a clue than me can fix | dmcmahill | 1 | -1/+2 | |
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-10-23 | Remove XMKMF definition; we now use pkgxmkmf. | jlam | 1 | -4/+1 | |
2000-10-21 | reorder lines for pkglint, fix DEPENDS line, remove whitespace | wiz | 1 | -4/+3 | |
2000-10-16 | Depend on xview-config>=3.2.1nb1 to get xvmkmf. | jlam | 1 | -2/+5 | |
2000-09-14 | After getting whacked upside the head...set the maintainer to me. | jlam | 1 | -2/+2 | |
2000-09-13 | * Remove useless pre-install target. | jlam | 3 | -14/+15 | |
* Find xview-clients in olvm/olvwm when xpkgwedge is installed. | |||||
2000-09-13 | Back out last change...${PREFIX}/lib/help is part of xview-lib. | jlam | 1 | -2/+1 | |
2000-09-13 | Remove ${PREFIX}/lib/help. | jlam | 1 | -1/+2 | |
2000-09-13 | Make this work with xpkgwedge: | jlam | 1 | -2/+3 | |
* Use ${X11PREFIX}/bin/xvmkmf instead of xmkmf to generate Makefiles. | |||||
2000-09-13 | Cosmetic changes | jlam | 1 | -12/+12 | |
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -2/+3 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
2000-06-16 | Adapt these to work with the OpenLook Virtual Window Manager | pooka | 5 | -3/+43 | |
patches provided by Witold J. Wnuk <ww181302@zodiac.mimuw.edu.pl> in pkg/9143 | |||||
1999-09-28 | Use a relative path for bsd.pkg.mk instead of relying on the search path. | soren | 1 | -2/+2 | |
1999-09-21 | Consistency: | abs | 1 | -1/+1 | |
Capitalise, remove trailing '.', remove many leading 'a', or 'the'. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+6 | |
1999-04-24 | Work around broken "#ident" handling on arm32. | hubertf | 1 | -0/+592 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -2/+2 | |
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} | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 3 | -0/+6 | |
1998-07-06 | Forgot "MIRROR_DISTFILE= no". | tron | 1 | -1/+2 | |
1998-07-04 | Adapt this package to NetBSD. | tron | 6 | -40/+27 | |
1998-07-04 | Initial import of FreeBSD's "xview-clients" port: | tron | 7 | -0/+454 | |
OpenLook applications and man pages. |