Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-12-13 | Properly fix meta-characters quoting in awk regexp specified as strings: | seb | 1 | -32/+32 | |
`\' needs to be quoted in a string. Also remove some unnecessary `\' in awk strings. | |||||
2003-12-12 | Escape any ':' characters when using ${FLAG} as a match pattern. | erh | 1 | -2/+2 | |
2003-12-12 | Support the automake17 package, and for now, | wiz | 1 | -7/+11 | |
default to it until all packages have been fixed. | |||||
2003-12-12 | Sync for automake update to 1.8. | wiz | 1 | -5/+5 | |
2003-12-12 | Enable _BLNK_CACHE_ALL in FreeBSD (approved by silence in tech-pkg@). | xtraeme | 1 | -1/+2 | |
2003-12-11 | Increase base version of libtool required for BSD/OS. | reed | 1 | -2/+2 | |
(1.4.20010614nb18 has support for bsdi* instead of just bsdi4*.) | |||||
2003-12-11 | For BSD/OS, the customized libtool uses "bsdi", so set | reed | 1 | -1/+4 | |
LOWER_OPSYS to that. | |||||
2003-12-11 | remove ftp.progsoc.uts.edu.au from MASTER_SITE_GNU as it has been | grant | 1 | -2/+2 | |
unreachable for weeks. replace with public.planetmirror.com.au. | |||||
2003-12-11 | add missing }. | grant | 1 | -2/+2 | |
from Aidan Kehoe in PR pkg/23676. | |||||
2003-12-11 | only print SUBST_MESSAGE if it's defined. | grant | 1 | -1/+3 | |
2003-12-10 | override bootstrap-pkgsrc's incorrect OBJECT_FMT on NetBSD 1.4. from | grant | 1 | -2/+13 | |
krister. XXX this should also be fixed in bootstrap-pkgsrc and bmake's mk-files. | |||||
2003-12-10 | Replace hardcoded '/usr/pkgsrc' in comments. | sketch | 3 | -7/+7 | |
2003-12-10 | handle older NetBSD systems where bootstrap-pkgsrc is needed, and | grant | 1 | -1/+5 | |
therefore the pkgtools are in ${LOCALBASE}/sbin. patch from krister. | |||||
2003-12-10 | Ensure CPP is defined to use the Sun compiler when building packages | sketch | 1 | -1/+2 | |
under USE_SUNPRO, to avoid the possibility of picking up "cpp" from a local GCC installation. | |||||
2003-12-09 | make the "update your package tools!" failure message more accurate | grant | 1 | -4/+5 | |
and friendly. | |||||
2003-12-08 | Use BUILDLINK_SHELL, do not hardcode /bin/sh. | salo | 1 | -2/+2 | |
From PR pkg/23685 by Adam C. Migus. Addresses PR pkg/23691 by Rob Quinn. | |||||
2003-12-07 | g/c FIX_RPATH, it is broken and no longer required for Darwin, which | grant | 2 | -21/+2 | |
was the only platform where it was being used. | |||||
2003-12-07 | Make the cvs update work for all shells, not just csh. | agc | 1 | -2/+2 | |
2003-12-06 | When DIST_SUBDIR is set, make sure various download variables don't get | cube | 1 | -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-05 | add ftp.cz.NetBSD.org as another MASTER_SITE_BACKUP prior to ftp.netbsd.org | jdolecek | 1 | -1/+2 | |
2003-12-05 | For BSD/OS, get rid of that libtool work-around of | reed | 1 | -6/+1 | |
renaming LOWER_OPSYS to match. I will fix ltconfig to work with "bsdos" too instead. | |||||
2003-12-04 | Whitespace fixes, no functional changes. | agc | 1 | -30/+29 | |
2003-12-04 | Add IRSSI_USE_SSL?= YES to be used in the coming update of irssi 0.8.8. | veego | 1 | -1/+7 | |
2003-12-04 | set _OPSYS_RPATH_NAME=-L, as proposed by danw@ in | grant | 1 | -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-04 | Congratulations, we've found our first incompatible awk: Irix! | jschauma | 1 | -2/+2 | |
Pointed out by Bas van Oostveen in PR pkg/23514. | |||||
2003-12-03 | Fix breakage in show-shlib-type introduced in last changes. | xtraeme | 1 | -2/+2 | |
Thanks to Jeremy C.Reed and Soren Jacobsen, this also closes PR pkg/23641. | |||||
2003-12-03 | In bsd.prefs.mk, get rid of possible "/" in OPSYS name and define | reed | 3 | -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-03 | fake-la also needs @AR@ replaced now. | erh | 1 | -1/+2 | |
2003-12-03 | Shared libraries on AIX have a ".a" extension. Handle those by either looking | erh | 1 | -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-03 | Add another shlib type "aixlib". | erh | 1 | -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-03 | Pay attention to the setting of $ROOT_USER when checking whether we're root. | erh | 1 | -3/+3 | |
2003-12-03 | If PKGMAKECONF is defined, use it to set MAKECONF instead of "/dev/null". | erh | 1 | -1/+5 | |
2003-12-03 | Add initial support for AIX to pkgsrc. Tested with AIX 4.3 | erh | 2 | -0/+1065 | |
2003-12-03 | Missing terminating quote. | sketch | 1 | -1/+1 | |
2003-12-03 | Make sure programs compatible with pkgsrc are used, rather than relying | sketch | 1 | -9/+9 | |
on the first in path. Fixes possible issues with Solaris. | |||||
2003-12-02 | conditionally set LIBTOOL and SHLIBTOOL, as proposed by Michal | grant | 1 | -3/+3 | |
Pasternak on tech-pkg. [first commit after pkgsrc meltdown ;)] | |||||
2003-11-28 | Catch if the user given to "su" is bogus/non-existing, but if | hubertf | 1 | -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-27 | update directory structure of ftp.mozilla.org in MASTER_SITE_MOZILLA | taya | 1 | -2/+2 | |
2003-11-26 | Do as buildlink2 and _append_ extra flags instead of prepending them. | jlam | 2 | -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-25 | If we're linking a shared library by "cc -shared -o /srcdir/shlib", we | jlam | 1 | -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-25 | libtool.sh should also supply a definition for "$expr", used by the | jlam | 1 | -1/+2 | |
buffer script. | |||||
2003-11-25 | Don't write conflicts into the binary packages unless they're "overwrite" | jlam | 1 | -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-25 | Support buildlink3. | jlam | 1 | -10/+18 | |
2003-11-23 | Make the value of VIEWBASE available in more settings. | jlam | 1 | -1/+4 | |
2003-11-23 | In the overwrite package case: | jlam | 5 | -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-23 | Add some whitespace. | jlam | 1 | -1/+2 | |
2003-11-23 | Don't be fooled into thinking that the "-c" in "install -c" means to | jlam | 1 | -2/+2 | |
interpret the libtool mode as "compile". | |||||
2003-11-22 | Add public variables EXTRACT_CMD_OPTS.{zip,lha,lhz,zoo} that may be set in | jlam | 1 | -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-21 | Back out part of rev. 1.20: rc.d scripts aren't really view files. | jlam | 1 | -2/+1 | |
2003-11-21 | Back out part of rev. 1.24: we don't need to add config files to the view | jlam | 1 | -4/+6 | |
if only rc.d scripts are present. rc.d scripts always live in ${PREFIX} regardless of the setting for ${PKG_SYSCONFBASE}. |