Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-09-03 | s/PLIST_SUB/PLIST_SUBST/ | sakamoto | 1 | -5/+5 | |
1999-09-02 | s/OS/OPSYS | christos | 1 | -3/+3 | |
1999-09-02 | Use devel/libtool for OS's other than NetBSD, and disable automatic shared | christos | 1 | -1/+8 | |
library handling. This partially takes care of the libfoo.so.1.2.3 names that Linux uses. More to come. | |||||
1999-08-31 | if ${IDENT} does not exist, assume that the package tools are ok. This is | christos | 1 | -1/+5 | |
for bootstrapping on systems that don't have RCS installed. | |||||
1999-08-31 | Add support for PLIST_SUB variable. It is a list of "VAR=VALUE" pairs, | sakamoto | 1 | -10/+13 | |
and will substitute ${VAR} with the value of VALUE in the PLIST. This implementation was taken from FreeBSD. Default PLIST_SUB: OPSYS=${OPSYS} OS_VERSION=${OS_VERSION} MACHINE_ARCH=${MACHINE_ARCH} MACHINE_GNU_ARCH=${MACHINE_GNU_ARCH} MACHINE_GNU_PLATFORM=${MACHINE_GNU_PLATFORM} LOWER_VENDOR=${LOWER_VENDOR} LOWER_OPSYS=${LOWER_OPSYS} PKGNAME=${PKGNAME} | |||||
1999-08-31 | Use ${DEPENDS_TARGET} instead of ${INSTALL_TARGET} in 'make update' as | rh | 1 | -2/+2 | |
${INSTALL_TARGET} is for target makefiles only. | |||||
1999-08-29 | Add 'update' target to update a package and all depending packages. | rh | 1 | -1/+57 | |
1999-08-27 | Fix DEINSTALLDEPENDS for su commands that do not preserve environments. | rh | 1 | -2/+2 | |
1999-08-26 | Force registration of binary package dependences without patterns. This | tron | 1 | -2/+2 | |
way we can finally use pattern dependences in the package sources without breaking "pkg_add" - "pkg_add" will attempt to install the version available at build time. | |||||
1999-08-26 | Add USE_WALLPAPER, suggested by Alistair Crooks. | sakamoto | 1 | -1/+5 | |
Used in x11/kterm package to support wallpaper. | |||||
1999-08-25 | Introduce a USE_XAW definition, which is used in package Makefiles, to | agc | 2 | -2/+16 | |
denote that the package uses libXaw. Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by the user, to denote the type of libXaw to use. Possible values are: standard, 3d and xpm. Define USE_XAW in relevant Makefiles. Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d... This means that package builds should not fail because of conflicting Xaw packages being installed on machines. | |||||
1999-08-25 | Document NMH_PAGER and NMH_EDITOR. | agc | 1 | -9/+13 | |
Make WINDOWMAKER_OPTIONS conform to normal usage. GIMP_SMALL_DATA doesn't seem to exist any more. Explain LIBWRAP_FWD and USE_INN more fully. | |||||
1999-08-24 | Use -h instead of -L in test(1) when testing for a symbolic link. | agc | 1 | -3/+3 | |
1999-08-23 | Correct description of "USE_XFACE". | tron | 1 | -2/+2 | |
1999-08-22 | Fix typo in last commit. | tron | 1 | -3/+3 | |
1999-08-22 | Add mirror on "ftp.informatik.tu-muenchen.de" to "MASTER_SITE_GNU". | tron | 1 | -2/+3 | |
1999-08-22 | Use "ftp.wustl.edu" instead of "wuarchive.wustl.edu". | tron | 1 | -3/+3 | |
1999-08-22 | Add "MASTER_SITE_GNOME" for GNOME related packages. | tron | 1 | -1/+7 | |
1999-08-21 | s/ECHO_CMD/ECHO/ | hubertf | 1 | -2/+2 | |
1999-08-21 | Let "make deinstall" remove any version installed, not only the one | hubertf | 1 | -16/+17 | |
currently in pkgsrc. Enabled unconditionally by request of several people. | |||||
1999-08-19 | Update package tools to version 19990819: | tron | 1 | -2/+2 | |
- fixes false conflict detection in "pkg_add". | |||||
1999-08-18 | Remove MASTER_SITE_LOCAL and MASTER_SITE_BACKUP entries | soren | 1 | -3/+1 | |
for ftp.dk.netbsd.org until another place for a Danish ftp.netbsd.org mirror is found. | |||||
1999-08-18 | Record the names of the patches which were applied to the package | agc | 1 | -2/+7 | |
(taken from the patch-sum file), plus any local patches, in the BuildVersion file (which can be viewed with the -b option to pkg_info(1)), rather than simply recording the contents of any patches directory. | |||||
1999-08-16 | Ignore the return code from rm when trying to delete a symbolic link | agc | 1 | -2/+2 | |
which may be read-only. Pointed out by Julian Coleman, fixed in a slightly different way. | |||||
1999-08-13 | The X11 mirror on "ftp.eu.net" is gone, use "ftp.sunsite.auc.dk" instead. | tron | 1 | -2/+2 | |
1999-08-13 | Substitute for ${PKGNAME} when generating the PLIST files. | agc | 1 | -1/+2 | |
1999-08-12 | Linux fixes. | christos | 1 | -1/+13 | |
1999-08-10 | This is NetBSD. s/port/package/g | agc | 1 | -19/+19 | |
1999-08-10 | better linux support | christos | 1 | -2/+6 | |
1999-08-09 | Use ${SORTED_MASTER_SITES} instead of ${MASTER_SITES} in "fetch-list:". | sakamoto | 1 | -2/+2 | |
1999-08-04 | Ignore result of ${RM} command in do-extract target - the original ${LN} -fs | agc | 1 | -2/+2 | |
command was split into two specific commands: ${RM} -f, then ${LN} -s, for Solaris ln(1) behaviour, and, as pointed out by Julian Coleman, this can have an unfortunate side-effect on read-only filesystems. | |||||
1999-07-28 | Don't try to fetch a file if there's a symbolic link in ${DISTDIR}. | agc | 1 | -2/+2 | |
1999-07-28 | Clarify the DIST_PATH example. | agc | 1 | -3/+4 | |
1999-07-28 | Document the DIST_PATH definition which accidentally got committed | agc | 1 | -1/+17 | |
yesterday. #DIST_PATH= /cdrom/0/distfiles:${HOME}/distfiles (DIST_PATH allows multiple directories for distfiles to be defined, although distfiles will still be downloaded into DISTDIR. For example, this allows a CD to be used as a basic repository for distfiles, with additional distfiles to be found in other directories, and, if the distfile is not found in any of these, it will be downloaded into DISTDIR. A symbolic link is created in DISTDIR, pointing to the local distfile.) | |||||
1999-07-28 | Make "make readme" work on Solaris - Solaris's sed(1) can be a pain | agc | 1 | -10/+9 | |
at times. | |||||
1999-07-27 | Actually apply any patch-local-* local patch files if there are any. | agc | 1 | -15/+27 | |
1999-07-27 | Don't put a // in MASTER_SITE_BACKUP if DIST_SUBDIR is empty/undefined. | mycroft | 1 | -1/+7 | |
Yes, this is a hack. | |||||
1999-07-26 | New variable "USE_INN" to use "inn" instead of "nntclnt" to provide | tron | 1 | -1/+7 | |
"inews" binary for newsreaders. | |||||
1999-07-26 | Re-visit the patch-sum modifications: | agc | 1 | -19/+14 | |
(a) if the patch file does not exist in the patch-sum file, then print a warning to the user, and ignore the patch file. In particular, do not exit with an error. (b) if the patch file's calculated checksum does not match the one recorded in the patch-sum file, print a warning to the user, and try the other patch files. Once all patch files have been attempted, exit with an error. Also, don't bother to check for patch-local-* files inside the checksum logic - they're already ignored at the head of the loop. | |||||
1999-07-24 | If there's a discrepancy between files/patch-sum and patches/*, | hubertf | 1 | -5/+19 | |
this shouldn't be silently ignored. Tell the user instead. | |||||
1999-07-23 | Avoid unnecessary shell variable usage. | tron | 1 | -3/+3 | |
1999-07-21 | Some master-sites (like the second one of the libslang package) seem | hubertf | 1 | -2/+4 | |
to return some "please see the new location"-pages instead of the requested archive, which our ftp(1) doesn't take as an error. Now, add a check here to see if ftp(1) actually got the requested file or something else. Detected by Reinoud Zandijk <zandijk@cs.utwente.nl>, talked over with Frederick Bruckman <fb@enteract.com>. | |||||
1999-07-19 | Document "${INN_DATA_DIR}". | tron | 1 | -1/+5 | |
1999-07-17 | Update "pkglibtool" to version 1.2p2. This version makes sure that you | tron | 1 | -2/+2 | |
don't use an a.out "pkglibtool" on an ELF system and vice versa. | |||||
1999-07-15 | Once again: this is a make file. there's a difference between TABS and SPACES | wrstuden | 1 | -4/+4 | |
when starting a line. Tabs are for shell commands, and spaces are for comments, etc.. Closes PR 7982 by KAWAMOTO Yosihisa kawamoto@tenjin.org. | |||||
1999-07-14 | cleanup of README.html generation code, as provided in PR 7989 by | hubertf | 1 | -12/+7 | |
Jaromir Dolecek <dolecek@ics.muni.cz>. While there, mark the README.html as precious, so it doesn't get removed if the build process is interrupted. | |||||
1999-07-13 | Add possibility to sort the master download site list according to | mjl | 2 | -5/+35 | |
local preferences (domain suffixes or full regular expressions) by defining MASTER_SORT or MASTER_SORT_REGEX appropriately. | |||||
1999-07-13 | Do not include checksums of files names *.orig in files/patch-sum | hubertf | 1 | -1/+2 | |
1999-07-10 | Create symbolic links for ELF shared libraries without absolute directory | tron | 1 | -10/+11 | |
names so that they don't need to be adjusted later. | |||||
1999-07-09 | Only create a patch-sum file if there are any patches to checksum | agc | 1 | -5/+5 | |