summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-11-26Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.jlam20-45/+43
2001-11-26Missed a CONFDIR -> PKG_SYSCONFDIR replacement.jlam1-2/+2
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam195-555/+776
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26Buildlinkify.jlam2-5/+55
2001-11-26Remove unneeded commented lines.jlam1-5/+1
2001-11-26Make this build again after the Alistairs changes to remove some sub-makejlam1-5/+11
processes.
2001-11-26Buildlinkify.jlam2-1/+51
2001-11-26Correct configuration for pcre.kent1-3/+3
2001-11-26Respect PKG_SYSCONFDIR.jlam3-8/+15
2001-11-26p5-HTTPD-User-Manage also used APACHE_SYSCONFDIR (implicitly). Alsojlam1-11/+12
re-indent for aesthetic considerations.
2001-11-26Update to 8.0.200.b4 (beta.04). More bugfixes.hubertf2-7/+9
2001-11-26Run "make bulk-package" with stdin redirected from /dev/null,hubertf1-2/+2
to prevent it sitting there for days waiting for input in useless situations.
2001-11-25Converted to respect PKG_SYSCONFDIRzuntum3-75/+32
2001-11-25fix typo in error output message (s/PKNAME/PKGNAME). Patch fromdmcmahill1-2/+2
Hubert Feyrer.
2001-11-25Complete idea behind previous commit.jlam1-1/+7
2001-11-25Allow passing flags to linker and to compiler via LDFLAGS and CPPFLAGSjlam1-3/+7
settings in the package Makefile.
2001-11-25Respect PKG_SYSCONFDIR ! :)zuntum4-43/+14
2001-11-25use same PAX parameters everywhere: -pw -vhubertf1-2/+2
2001-11-25Fix pasto: PKG_GROUP -> PKG_USERID.jlam1-2/+2
2001-11-25Use the general INSTALL/DEINSTALL scripts and look for config files injlam3-58/+8
${PKG_SYSCONFDIR}.
2001-11-25Check for an empty value for PKG_SYSCONFSUBDIR and set PKG_SYSCONFDIRjlam1-1/+5
accordingly so that config files are in /usr/pkg/etc/foo.conf, and not /usr/pkg/etc//foo.conf.
2001-11-25www/apc-gui also used APACHE_SYSCONFDIR.jlam1-1/+2
2001-11-25Deprecate APACHE_SYSCONFDIR, PHP_CONFDIR, VTUN_SYSCONFDIR by moving themjlam1-22/+2
to bsd.pkg.obsolete.mk.
2001-11-25This file holds make(1) logic to allow obsolete or deprecated variablesjlam1-0/+23
still to be used. These may eventually disappear over time as the contents are, by definition, obsolete and deprecated.
2001-11-25VTUN_SYSCONFDIR is obsolete...use PKG_SYSCONFDIR instead.jlam3-9/+7
2001-11-25APACHE_SYSCONFDIR is obsolete...set PKG_SYSCONFSUBDIR to httpd instead.jlam1-5/+3
2001-11-25Add description of PKG_SYSCONFDIR and related variables, and note thatjlam1-2/+28
pkgsrc policy now is to make packages look for their config files in ${PKG_SYSCONFDIR}.
2001-11-25Pass PKG_SYSCONFDIR to the configure and build processes.jlam1-1/+4
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam24-136/+141
This value may be customized in various ways: PKG_SYSCONFBASE is the main config directory under which all package configuration files are to be found. PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found. PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a particular package. Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the default location of ${PREFIX}/etc. This obsoletes the use of CONFDIR, which was active for only 6 days, so no need to have a workaround to still accept old CONFDIR settings.
2001-11-25Allow ALL_{DIRS,FILES,MAKE_DIRS} to be appended to by the extra templatesjlam2-5/+9
so that the general INSTALL/DEINSTALL scripts can manage these extra files and directories.
2001-11-25Add & enable ip6_intzuntum1-1/+2
2001-11-25Initial import of ip6_intzuntum4-0/+34
Convert valid IPv6 addresses to ip6.int PTR values. Convert valid IPv4 addresses to in-addr.arpa PTR values. Anything not valid is simply printed as is. Handles :: notation and embedded IPv4 addresses. If the address is followed by /n, the PTR is truncated to n bits.
2001-11-25Don't hardcode /dev/tty00 as the serial device; use ${DEFAULT_SERIAL_DEVICE}jlam3-17/+5
instead. This has no user-visible effect, as the serial device name is only used for the test framework.
2001-11-25Add & enable keylaunchzuntum1-1/+2
2001-11-25Initial import of keylaunch-1.3.0zuntum5-0/+50
KeyLaunch is a small utility for binding commands to a hot key It's nice - now I simply press alt+p and xterm launches.
2001-11-25Add MESSAGE file that reminds to alter either /etc/man.conf or MANPATHzuntum1-0/+8
environment variable. PR pkg/14715 by Sen Nagata <sen@eccosys.com>
2001-11-24Buildlinkify, respect ${CONFDIR}, and use general INSTALL/DEINSTALL scripts.jlam5-151/+83
2001-11-24Fix permission problems in installed files:tron1-3/+6
- "man/man1/rletotarga.1" should be world readable. - There is no reason why the example directory and the files in it should be group writable.
2001-11-24Add buildlink.mk file for use by perl5 module package Makefiles. Thisjlam1-0/+61
buildlink.mk file can replace the use of USE_PERL5: it defines all of the same perl variables as bsd.pkg.mk, adds a dependency on perl>=${PERL5_REQD} and conditionally includes bsd.perl.mk. It also creates a buildlinkified Config.pm that makes the local include/library search path include ${BUILDLINK_DIR} instead of hard-coding ${LOCALBASE}. There's more to be done to make this more useful in strongly buildlinkifying a package, but it's useful now as-is in weakly buildlinkifying a package.
2001-11-24Update galeon to 1.0taya3-25/+42
Many bugs are fixed. And at last reached to 1.0.
2001-11-24remove incorrect assert in delegate.c::GetDelegateCommand(), whichlukem2-1/+14
resulted in convert foo.jpg foo.tiff.gz (or any other conversions involving an encode compression) dumping core.
2001-11-23Update xmame to 0.56.1:kristerw3-20/+18
As usual, this is a sych. with MAME 0.56 (i.e. a slew of new games and emulation improvments.) Unix specific changes include: - Numeric keypad support is now much better. (Andre Majorel) - Added arbitrary height scaling, available via the -arbheight option and started sanitizing the blit core. This currently only works with the X11 (windows, DGA1, DGA2) and svgalib drivers. (Adam Moss) - Added -usbpspad/-pspad switch for support of the direction buttons on the Playstation gamepad. (Bill Adams) - The -hotrod/-hr and -hotrodse/-hrse should actually work now. - Fixed a bunch of warnings that occurred when linking with GNU binutils using -warn-common. - Added DGA2 documentation: src/unix/doc/dga2.txt. (Shyouzou Sugitani) - Added special-cased fast 2x1 and 3x1 scaling to the blit core. (Adam Moss) - Added several AdvanceMAME effects, available via -effect/-ef. Note that these effects are not available for some video drivers, nor do they work on actual 24-bit (packed) displays yet. (Ben Saylor)
2001-11-23Update to 2.09, provided by Shell Hung in pkg/14695.wiz3-11/+12
Changes since 2.06: - changed keysize back to 0 apparently setting keysize to 8 triggered a bad hack in Crypt::CBC which resulted in OpenSRS breaking. the "bad hack" in question is: $ks = $cipher =~ /blowfish/i ? 56 : 8 unless $ks > 0; ... anyway.. fixed. - added two new functions: min_keysize and max_keysize these allow modules like Crypt::CBC_IL and Crypt::CBC_R to use variable key lengths with CBC modes. - cleaned up test.pl - updated README - minor change in XS - additions to reported platforms Remove package version number from DESCR.
2001-11-23Changed the -b argument. Now etcupdate is used like this:martti3-31/+67
# etcupdate -s /usr/src or # mkdir /tmp/etc && cd /tmp/etc && tar xf /some/where/etc.tgz # etcupdate -b -s /tmp/etc
2001-11-23Add dummy definition for DISTNAME if the platform is not supported.pooka1-1/+2
This is a workaround to avoid totally breaking the pkg system on platforms which are not supported (pkg system *requires* setting DISTNAME)
2001-11-23Change SQUID_SYSCONF_DIR to SQUID_SYSCONFDIR to match www/squid/Makefilekim1-2/+2
2001-11-23Pass MAKE_ENV down explicitly here, too.agc1-2/+2
2001-11-23Pass the environment down through the custom do-build and do-installagc1-3/+3
targets, otherwise the LIBTOOL definition doesn't get passed on.
2001-11-23Add SU to FILES_SUBSTabs1-1/+2
2001-11-23Bump the version number.martti1-2/+2