summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2004-07-10Add default values for CONSERVER_DEFAULTPORT and CONSERVER_DEFAULTHOST,salo1-1/+11
used by comms/conserver.
2004-07-10Be explicit about the fact that USE_PKGINSTALL has to be set to YESwiz1-2/+2
for this Makefile fragment to get included. XXX: This should be documented in Packages.txt, not here.
2004-07-10Replace test -e with -d and -f respectively.salo2-13/+13
Fixes part of PR pkg/26235 by Georg Schwarz.
2004-07-10fix typogrant1-2/+2
2004-07-10explicitly don't transform "-Wl,*", fixing a bug that meant we weregrant1-1/+5
throwing away all -W arguments that weren't -Wl,-R. fixes building of a number of packages on Solaris.
2004-07-10provide BUILDLINK_{CPPFLAGS,LDFLAGS,LIBS}.bdb, taken from whichever dbgrant1-1/+14
implementation is being used, including native. tested on NetBSD with db1 in libc, Linux with db1 in libdb, db2, db3 and db4.
2004-07-08Replace VARBASE in INSTALL/DEINSTALL scripts and in rc.d scripts.reed1-1/+2
2004-07-07Remove duplicated BUILDLINK_DEPENDS lines, which are not needed becausextraeme1-14/+1
they are already defined in the buildlink3 files.
2004-07-06Retire buildlink2, now that all packages using it have been converted towiz25-2136/+16
buildlink3.
2004-07-06Option "-e" for "test" is not portable.heinz1-2/+2
2004-07-06Add SUN_JRE14_USE_JCE which pulls in Sun's Unlimited Strengthabs1-1/+7
Java Cryptography Extension. Implemented as a variable rather than as an additional package as it needs to replace JRE jar files.
2004-07-06Implement EXTRACT_CMD.binabs1-1/+3
2004-07-04Handle --execute the same way as --install (not modifying the arguments).wiz1-2/+2
Needed to convert inputmethods/xcin to bl3. Idea from jlam.
2004-07-04transform --export-dynamic to -G and strip -fstrict-prototypes.grant2-3/+13
2004-07-04Re-add USE_PKGSRC_GCC, and document it should only bewiz1-2/+9
used in /etc/mk.conf. Requested by Klaus Heinz.
2004-07-04Retire USE_GCC2, USE_GCC3, USE_SUNPRO, USE_MIPSPRO, and USE_PKGSRC_GCC,wiz1-22/+2
now that all instances of packages using it have been fixed.
2004-07-03catch locking failure case where we couldn't find the parent's processgrant1-1/+5
ID. from Roland Illig.
2004-07-03style fix from Roland Illig.grant1-8/+6
2004-07-03use built-in test(1) now that bsd.pkg.mk is ${TEST} -e free.grant1-2/+2
2004-07-03replace ${TEST} -e with -f.grant1-2/+2
2004-07-03replace use of ${TEST} -e with -f or -d as appropriate. use consistentgrant1-12/+12
shell syntax. this allows the pkgsrc framework to work with IRIX 5.3 and Solaris' sh(1) built-in test(1).
2004-07-03add /var/sadm so that Solaris pkgchk(8) can read the package database,grant1-2/+2
xpm/builtin.mk uses this to determine whether Solaris has xpm.
2004-07-03update the cache for -staticgrant1-2/+2
2004-07-03fix typo and slight botch up in lastgrant1-3/+3
2004-07-03Convert -static to -Bstatic.salo1-1/+6
2004-07-03Use http instead of ftp from ftp.fi.NetBSD.org. This provides at leastgavan1-2/+2
one MASTER_SITE_BACKUP which is available by http, to be nice to people behind proxies or who have difficulty with ftp.
2004-07-03gcc 3.3.4 is in pkgsrc now.grant1-2/+2
2004-07-02Unused.wiz1-16/+0
2004-07-02Remove support for buildlink2, now that all packages using thiswiz1-7/+3
file have been converted to buildlink3.
2004-07-02else exists ... -> elif exists ...wiz1-2/+2
Noted by Roland Illig on tech-pkg.
2004-07-01the timezone file on Solaris is /etc/TIMEZONE.grant1-2/+10
2004-07-01Do not use continuation -- line is shortwiz1-3/+2
enough, and this silences a pkglint warning.
2004-06-27Use shell builtins where possible, particularly for TEST.jschauma1-9/+5
Pointed out by Roland Illig on tech-pkg.
2004-06-27s/planetmirror.com/public.planetmirror.com.au/ to help MASTER_SORT.grant1-2/+2
2004-06-26as per bsd.pkg.mk rev 1.1449, flow.dl.sourceforge.net in Australia isgrant1-2/+2
still unreachable. replace it with optusnet.dl.sourceforge.net, another fast, up-to-date mirror.
2004-06-25Add switch and voxel sourceforge mirrors, and reenable aleron,wiz1-2/+4
since it is currently working.
2004-06-25make sure we get BMAKE set when calling printdepends and printindexdmcmahill1-3/+3
2004-06-23In SUBST_SED.pkglocaledir, escape the rest of the line in the pattern.salo1-2/+2
Saves trailing \ properly. Addresses PR pkg/26022 by Akio OBATA.
2004-06-23Use TEST instead of [] when using -nt. This makes the section work oncjep1-3/+3
SunOS.
2004-06-22Enable drac support in mail/qpopper package, patch was suppliedxtraeme1-1/+6
by John Nemeth in PR pkg/22925. The new option to use is "QPOPPER_USE_DRAC" and by default is not defined. Bump PKGREVISION.
2004-06-22Remove references about BUILDLINK_UPDATE_CACHE in the configure stage,xtraeme1-6/+1
you could build packages faster right now (yay), I'm using this way around +2 months ago without any problem. Ok'ed by jlam@.
2004-06-21Check for libpthread.so.* file with -f instead of echo as suggested byxtraeme1-2/+2
grant, because previous check was not working fine, I tested it under OpenBSD 3.5 and now just works.
2004-06-21Under OpenBSD there is no libpthread.so, just libpthread.so.X.X, andxtraeme1-1/+12
BUILDLINK_LDADD.pthread was empty, so add a check to find the libraries and if they are found, add -lpthread to BUILDLINK_LDADD.pthread, thanks to grant beattie for the suggestion. Reported and tested by Sergio Jimenez <tripledes at eslack dot org>.
2004-06-20Update sysutils/grub to 0.95, and remove obsoleted optionsxtraeme1-11/+1
GRUB_USE_UFS2/GRUB_USE_ISO9660, they are not longer needed. New in 0.95 - 2004-06-13: * Add support for ReiserFS 3. * Fix support for FreeBSD 5. * Support ATARAID for Linux in the grub shell and grub-install. * Add CDROM support for El Torito with no emulation mode. You can use (cd) as a CDROM drive in the config file. * Option --no-mem-option is implied for Linux 2.4.18 and newer. * Add support for UFS2.
2004-06-20Remove obsoleted options USE_TETEX2 and LIBWRAP_FWD, they are not usedxtraeme1-14/+1
under any package, reported by Jim Bernard in PRs pkg/25975, pkg/25976.
2004-06-18Remove Motif 1.2 functionality.kristerw13-119/+29
2004-06-15NetBSD 2.0 and above does not have GNU awk, make it so.grant1-3/+3
2004-06-15add optusnet.dl.sourceforge.net as a sourceforge mirror in Australia.grant1-1/+2
2004-06-14Update priv to 1.0beta2nb1.uebayasi1-1/+5
* Make sure ${PKG_SYSCONFDIR} is passed to configure. * Care ${PRIV_CONF_DIR} as an obsoleted variable. Pointed out by Matt Green.
2004-06-14ensure that motif header files and libraries can be found atgrant1-1/+3
compile/link time by adding the appropriate flags to CPPFLAGS and LDFLAGS (patch posted to tech-pkg@). fixes build of a number of motif-needy packages on Solaris using native motif from /usr/dt. XXX this needs to better adhere to the buildlink3 way, but not during the freeze.