Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-26 | Support NetBSD man/html entries. Fixes deforaos-*. | jperkin | 1 | -2/+2 | |
2016-07-25 | Remove special PRINT_PLIST_AWK for a couple of variables. | wiz | 1 | -10/+1 | |
In particular: OS_VERSION MACHINE_GNU_PLATFORM MACHINE_ARCH MACHINE_GNU_ARCH LOWER_OS_VERSION Reason: Only very few packages really need these, many other have false positives. Ok jperkin@ | |||||
2016-06-03 | Honour ALL_ENV in print-PLIST. | joerg | 1 | -2/+2 | |
2016-05-10 | Restore print-PLIST @pkgdir functionality. This was lost in the @dirrm | jperkin | 1 | -2/+3 | |
cleanup as the implicit print action was removed. | |||||
2016-05-04 | Handle MANZ for print-PLIST. | jperkin | 1 | -1/+2 | |
2016-04-11 | Re-arrange parsing order to fix various combinations of PKGMANDIR, MANZ, | jperkin | 1 | -10/+10 | |
and MKCATPAGES. | |||||
2016-04-10 | Remove support for USE_DESTDIR=no. | joerg | 1 | -13/+3 | |
2015-10-07 | Support .3am (lang/gawk) and .3f (math/udunits) cat/man page suffixes, fixing | jperkin | 1 | -17/+12 | |
builds with PKGMANDIR=share/man for those packages. Put the regexes into variables to make it easier to add more in the future. | |||||
2015-09-07 | Support .so.* files if they exist and are explicitly listed in the | jperkin | 1 | -1/+5 | |
PLIST instead of just .so files. Fixes a number of packages on Darwin. | |||||
2015-07-04 | Remove USE_X11BASE and X11PREFIX. | joerg | 1 | -2/+1 | |
2015-06-07 | Garbage collect remaining part of the @dirrm logic. | joerg | 2 | -1441/+2 | |
2014-12-30 | Remove pkg_views support, second part: infrastructure. | wiz | 1 | -20/+1 | |
2014-10-09 | Remove SVR4_PKGNAME, per discussion on tech-pkg. | wiz | 1 | -2/+1 | |
2014-04-18 | Some improvements and changes for Haskell Cabal support. | obache | 1 | -0/+84 | |
* HASKELL_ENABLE_LIBRARY_PROFILING and HASKELL_ENABLE_HADDOCK_DOCUMENTATION are "User-settable variables", not "Package-settable variables". * Change to HASKELL_ENABLE_HADDOCK_DOCUMENTATION=yes by default. * Add HASKELL_ENABLE_SHARED_LIBRARY("yes" by default), to enable shlib support. * Add support for dynamically conditional PLIST entries handling for HASKELL_ENABLE_SHARED_LIBRARY and HASKELL_ENABLE_LIBRARY_PROFILING. discussed with pho@ and szptvlfn@. | |||||
2014-03-11 | Introduce infrastructure support for SMF. | jperkin | 1 | -0/+8 | |
SMF is the Service Management Facility, the default init system in Solaris and derivatives since version 10. This adds "smf" to the list of supported INIT_SYSTEM types, and makes it the default init system on platforms where it is available. Packages can introduce SMF support by providing a manifest file, by default located in ${FILESDIR}/smf/manifest.xml but manifests under ${WRKSRC} can be used too if the package source includes one. SMF method scripts are supported too if required, using SMF_METHODS in a similar manner to RCD_SCRIPTS. Many parts of the SMF infrastructure are configurable, see mk/smf.mk for the full details. | |||||
2014-03-08 | Improve shlib name conversion for Cygwin. | obache | 1 | -5/+17 | |
* dll may be in ${PREFIX}/bin instead of ${PREFIX}/lib. * dll name may be cygXXX.dll instead of libXXX.dll. * versioning name may be foo-X.Y.Z.dll instead of foo.X.Y.Z.dll. | |||||
2014-01-24 | Move PY_PEP3147 specific PRINT_PLIST handling from common ↵ | obache | 1 | -4/+1 | |
mk/plist/print-plist.mk to lang/python/extension.mk, handling reverse way. | |||||
2014-01-18 | Improve support for python-3.3. | wiz | 1 | -1/+5 | |
2013-09-12 | Introduce CATMAN_SECTION_SUFFIX which if set to 'yes' will ensure that | jperkin | 2 | -3/+22 | |
catman pages are installed with a suffix which matches their section instead of the default '.0'. Enable it by default on SunOS, which requires that particular layout. | |||||
2013-07-05 | Fix print-PLIST with a custom PKGGNUDIR. | jperkin | 1 | -3/+2 | |
2013-04-17 | * try to replace .so with .dll without `lib' prefix, like a plugins. | obache | 1 | -2/+18 | |
* also try to register DLL import library (.dll.a) from static library (.a). | |||||
2013-03-03 | switch to based on shlib-dylib.awk | obache | 1 | -12/+174 | |
2013-02-23 | prevent to expand if dlname is empty. | obache | 1 | -2/+2 | |
2013-02-20 | Fix continuation for previous. | wiz | 1 | -2/+2 | |
2013-02-20 | Remove OPSYS and LOWER_OPSYS substitutions in print-PLIST; | wiz | 1 | -3/+1 | |
nowadays they cause more PLIST breakage than they fix. | |||||
2013-02-10 | Improve PLIST handling for Cygwin (SHLIB_TYPE=PEwin) | obache | 4 | -2/+67 | |
* also expand `dlname' in libtool archive * executable binary files may have .exe extension * rename shlib extension .so with .dll | |||||
2013-01-05 | Modify mk/plist/plist-gnu.mk to convert gnu/man to ${PKGGNUDIR}${PKGMANDIR}. | sbd | 1 | -1/+10 | |
Also modify mk/install/install.mk to make the conversion when using AUTO_MKDIRS. | |||||
2012-12-06 | Introduce PKGGNUDIR as a way to control gnu prefix. | jperkin | 3 | -2/+57 | |
By default pkgsrc uses LOCABASE/gnu as a prefix for packages to install native versions of GNU tools, which are them symbolically linked back to the 'g' versions of the files in LOCALBASE, and users can then add LOCALBASE/gnu/bin to PATH to pick up those tools. On systems where the GNU environment is desired, PKGGNUDIR now allows users to install the non-'g' files directly into LOCALBASE, making them the default without having to alter PATH, whilst retaining the 'g' files in order to ensure dependencies and tool paths remain the same. | |||||
2012-05-27 | "rebuild" and "retest" targets were added (by analogy with "reinstall"). | cheusov | 1 | -1/+11 | |
rebuild is a special target to re-run the build target. retest is a special target to re-run the test target. | |||||
2012-05-16 | typo. | jperkin | 1 | -2/+2 | |
2012-05-13 | Allow to additional post-processing PLIST with PLIST_AWK and PLIST_AWK_ENV. | obache | 1 | -1/+9 | |
2012-03-08 | Remove special handling for LOWER_VENDOR in print-PLIST, it hurts more | wiz | 1 | -5/+1 | |
than it helps (e.g. replacing foo.pc with foo.${LOWER_VENDOR}). | |||||
2012-03-04 | Don't strip out "cat" manual pages if the package gets built via "imake". | tron | 1 | -2/+4 | |
The settings in "MANINSTALL" don't apply here. | |||||
2011-09-08 | Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -i | abs | 1 | -6/+6 | |
to santise environment | |||||
2011-08-30 | escape `+' in DESTDIR for regex. | obache | 1 | -4/+4 | |
fixes PR#45245. | |||||
2010-02-20 | Handle MANINSTALL correctly for packages that USE_BSD_MAKEFILE. | rillig | 1 | -5/+9 | |
Fixes PR 42714. | |||||
2009-06-14 | Kill more @dirrm logic. | joerg | 3 | -20/+3 | |
2009-06-14 | Remove @dirrm related logic. | joerg | 2 | -8/+2 | |
2009-06-14 | Don't generate @dirrm lines in print-PLIST, switch @exec mkdir lines to | joerg | 1 | -7/+2 | |
@pkgdir. | |||||
2009-05-20 | Add bem and crh locales for Gnome. | wiz | 1 | -1/+9 | |
2009-03-17 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 2 | -7/+6 | |
2008-12-04 | Add en_NZ locale. | wiz | 1 | -1/+5 | |
2008-11-24 | Add la locale for GNOME (gedit). | wiz | 1 | -1/+5 | |
2008-11-23 | Add ast locale, for GNOME. | wiz | 1 | -1/+5 | |
2008-10-30 | Don't filter the PLIST for AIX, at least libtool nowadays also creates | joerg | 1 | -2/+2 | |
ELF like names. From PR 39387. | |||||
2008-10-28 | Add th_TH for bmpx. | wiz | 1 | -1/+5 | |
2008-10-25 | Add share/locale/ur_PK for file-roller. | wiz | 1 | -1/+5 | |
2008-10-25 | Add share/locale/ks for evince. | wiz | 1 | -1/+5 | |
2008-10-24 | Add a few locale dirs for gtk2. | wiz | 1 | -1/+13 | |
2008-10-24 | Add share/locale/mai for glib2-2.18.2. | wiz | 1 | -1/+5 | |