summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2003-12-13Properly fix meta-characters quoting in awk regexp specified as strings:seb1-32/+32
`\' needs to be quoted in a string. Also remove some unnecessary `\' in awk strings.
2003-12-12Escape any ':' characters when using ${FLAG} as a match pattern.erh1-2/+2
2003-12-12Support the automake17 package, and for now,wiz1-7/+11
default to it until all packages have been fixed.
2003-12-12Sync for automake update to 1.8.wiz1-5/+5
2003-12-12Enable _BLNK_CACHE_ALL in FreeBSD (approved by silence in tech-pkg@).xtraeme1-1/+2
2003-12-11Increase base version of libtool required for BSD/OS.reed1-2/+2
(1.4.20010614nb18 has support for bsdi* instead of just bsdi4*.)
2003-12-11For BSD/OS, the customized libtool uses "bsdi", so setreed1-1/+4
LOWER_OPSYS to that.
2003-12-11remove ftp.progsoc.uts.edu.au from MASTER_SITE_GNU as it has beengrant1-2/+2
unreachable for weeks. replace with public.planetmirror.com.au.
2003-12-11add missing }.grant1-2/+2
from Aidan Kehoe in PR pkg/23676.
2003-12-11only print SUBST_MESSAGE if it's defined.grant1-1/+3
2003-12-10override bootstrap-pkgsrc's incorrect OBJECT_FMT on NetBSD 1.4. fromgrant1-2/+13
krister. XXX this should also be fixed in bootstrap-pkgsrc and bmake's mk-files.
2003-12-10Replace hardcoded '/usr/pkgsrc' in comments.sketch3-7/+7
2003-12-10handle older NetBSD systems where bootstrap-pkgsrc is needed, andgrant1-1/+5
therefore the pkgtools are in ${LOCALBASE}/sbin. patch from krister.
2003-12-10Ensure CPP is defined to use the Sun compiler when building packagessketch1-1/+2
under USE_SUNPRO, to avoid the possibility of picking up "cpp" from a local GCC installation.
2003-12-09make the "update your package tools!" failure message more accurategrant1-4/+5
and friendly.
2003-12-08Use BUILDLINK_SHELL, do not hardcode /bin/sh.salo1-2/+2
From PR pkg/23685 by Adam C. Migus. Addresses PR pkg/23691 by Rob Quinn.
2003-12-07g/c FIX_RPATH, it is broken and no longer required for Darwin, whichgrant2-21/+2
was the only platform where it was being used.
2003-12-07Make the cvs update work for all shells, not just csh.agc1-2/+2
2003-12-06When DIST_SUBDIR is set, make sure various download variables don't getcube1-1/+11
changed when they're defined but empty. Although it might sound weird to have DISTFILES empty and DIST_SUBDIR set, it makes sense for wrapper packages such as graphics/Mesa. Fixes PR 23658 from Aaron J. Grier.
2003-12-05add ftp.cz.NetBSD.org as another MASTER_SITE_BACKUP prior to ftp.netbsd.orgjdolecek1-1/+2
2003-12-05For BSD/OS, get rid of that libtool work-around ofreed1-6/+1
renaming LOWER_OPSYS to match. I will fix ltconfig to work with "bsdos" too instead.
2003-12-04Whitespace fixes, no functional changes.agc1-30/+29
2003-12-04Add IRSSI_USE_SSL?= YES to be used in the coming update of irssi 0.8.8.veego1-1/+7
2003-12-04set _OPSYS_RPATH_NAME=-L, as proposed by danw@ ingrant1-2/+2
<1062867125.27063.26.camel@frotz.local> on tech-pkg. Darwin has no rpath, but many packages pass "-Wl,${RPATH_NAME}..." to the linker, breaking the build of these packages on Darwin. using -L essentially makes these arguments a no-op, and fixes packages which were solely broken by this.
2003-12-04Congratulations, we've found our first incompatible awk: Irix!jschauma1-2/+2
Pointed out by Bas van Oostveen in PR pkg/23514.
2003-12-03Fix breakage in show-shlib-type introduced in last changes.xtraeme1-2/+2
Thanks to Jeremy C.Reed and Soren Jacobsen, this also closes PR pkg/23641.
2003-12-03In bsd.prefs.mk, get rid of possible "/" in OPSYS name and definereed3-2/+1052
LOWER_OPSYS for libtool use under BSD/OS. Add initial support for using pkgsrc under BSD/OS. This was tested under BSDI BSD/OS 4.3.1. (Thank you D. Hege.) (Need to add BSDOS.x11.dist later.) CVS ----------------------------------------------------------------------
2003-12-03fake-la also needs @AR@ replaced now.erh1-1/+2
2003-12-03Shared libraries on AIX have a ".a" extension. Handle those by either lookingerh1-2/+31
for an existing libtool ".la" library, or looking inside the archive for the .so file. Also, fail immediately if passed a library that isn't handled.
2003-12-03Add another shlib type "aixlib".erh1-143/+179
Handle this in do-shlib-handling: turn *.so into *.a. Pull out the inline awk scripts into variables to make the actual target a little bit clearer.
2003-12-03Pay attention to the setting of $ROOT_USER when checking whether we're root.erh1-3/+3
2003-12-03If PKGMAKECONF is defined, use it to set MAKECONF instead of "/dev/null".erh1-1/+5
2003-12-03Add initial support for AIX to pkgsrc. Tested with AIX 4.3erh2-0/+1065
2003-12-03Missing terminating quote.sketch1-1/+1
2003-12-03Make sure programs compatible with pkgsrc are used, rather than relyingsketch1-9/+9
on the first in path. Fixes possible issues with Solaris.
2003-12-02conditionally set LIBTOOL and SHLIBTOOL, as proposed by Michalgrant1-3/+3
Pasternak on tech-pkg. [first commit after pkgsrc meltdown ;)]
2003-11-28Catch if the user given to "su" is bogus/non-existing, but ifhubertf1-2/+2
the "cvs" command inside the su returns an error, that should be ignored. (Aparently cvs returns "1" even if it's done a successful update but if there were some files removed on purpose).
2003-11-27update directory structure of ftp.mozilla.org in MASTER_SITE_MOZILLAtaya1-2/+2
2003-11-26Do as buildlink2 and _append_ extra flags instead of prepending them.jlam2-5/+6
Prepending caused everything in ${BUILDLINK_DIR} to be found first, which was bad when you built something like MesaLib where the X11R6 headers conflict with the ones provided in the source.
2003-11-25If we're linking a shared library by "cc -shared -o /srcdir/shlib", wejlam1-1/+9
need to protect the full path after "-o" from being transformed from "/srcdir/shlib" to "-L/srcdir -lshlib". This fixes building graphics/freetype2, which uses lots of full paths to sources and objects.
2003-11-25libtool.sh should also supply a definition for "$expr", used by thejlam1-1/+2
buffer script.
2003-11-25Don't write conflicts into the binary packages unless they're "overwrite"jlam1-2/+2
packages. All pkgviews packages are safe to install into the same tree, and we rely on more dynamic file collision detection through linkfarm(1) rather than just using CONFLICTS.
2003-11-25Support buildlink3.jlam1-10/+18
2003-11-23Make the value of VIEWBASE available in more settings.jlam1-1/+4
2003-11-23In the overwrite package case:jlam5-12/+43
* Ensure that VIEW-INSTALL is called after _all_ POST-INSTALL actions (including any in the INSTALL_EXTRA_TMPL file) by moving the call to a file that is included after all other INSTALL templates. * Ensure that VIEW-DEINSTALL is called before _all_ DEINSTALL actions (including any in the DEINSTALL_EXTRA_TMPL file) by moving the call to a file that is included before all other DEINSTALL templates.
2003-11-23Add some whitespace.jlam1-1/+2
2003-11-23Don't be fooled into thinking that the "-c" in "install -c" means tojlam1-2/+2
interpret the libtool mode as "compile".
2003-11-22Add public variables EXTRACT_CMD_OPTS.{zip,lha,lhz,zoo} that may be set injlam1-4/+8
package Makefiles to customize the options passed to the extraction commands when the defaults don't suffice. Patch from Michal Pasternak with additions by me.
2003-11-21Back out part of rev. 1.20: rc.d scripts aren't really view files.jlam1-2/+1
2003-11-21Back out part of rev. 1.24: we don't need to add config files to the viewjlam1-4/+6
if only rc.d scripts are present. rc.d scripts always live in ${PREFIX} regardless of the setting for ${PKG_SYSCONFBASE}.