Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-17 | Fix C&P error. Pointed out by OBATA Akio. | joerg | 1 | -2/+2 | |
2009-02-15 | Don't use :Q for the fetch argument lists. | joerg | 1 | -3/+3 | |
2009-02-15 | Add MASTER_SITE_NETLIB to list Netlib and its mirrors. | asau | 1 | -1/+7 | |
Netlib is a collection of mathematical software, papers, and databases. | |||||
2009-02-14 | Don't use += to append to an empty variable. If PASSIVE_FTP is not | joerg | 1 | -5/+3 | |
defined, it would still leave the variable with a non-empty value and that would be passed down to the fetch command when running fetch-list. | |||||
2009-02-13 | package-install with DESTDIR should pass down -A as needed to get | joerg | 1 | -2/+5 | |
automatic installed handling correct. | |||||
2009-02-11 | +jdbc-mysql{31,5} | adrianp | 1 | -0/+2 | |
2009-02-11 | Use pkg_admin for audit processing if pkg_install >= 20090201 is | joerg | 2 | -4/+14 | |
installed. | |||||
2009-02-10 | add db2 and tcpwrappers | jnemeth | 1 | -0/+2 | |
2009-02-10 | Optionally request passive FTP for wget. | joerg | 1 | -2/+2 | |
2009-02-10 | Change the way the fetch process is organised as proposed on tech-pkg: | joerg | 4 | -32/+50 | |
- Introduce FETCH_USING, which specifies the mechanism to use; possible values are ftp, fetch, curl, wget, manual and custom. - Depend on the correct tool/program if not using manual or custom. - For manual, just use /usr/bin/false to bail out if a distfile is missing. - For custom, FETCH_CMD and related variables are used as before. - Default value is ftp. | |||||
2009-02-08 | Break out of fetch loop if cd to _DISTDIR fails. | wiz | 1 | -5/+5 | |
From Anon Ymous. | |||||
2009-02-06 | Fix circular dependency detection for the case of non-leading circles. | joerg | 2 | -10/+15 | |
For the dependency chain A->B->B the old code created: _PKGSRC_DEPS=", B-1.0, A-1.0", which obviously can't match the PKGNAME of B. Skip the _flavor-bootstrap-depends processing if PKG_FAIL_REASON is already set and move the check for circular dependencies right after the block that defines PKGNAME and friends. | |||||
2009-02-05 | Drop tools/bootstrap.mk. It was mostly reundant as the bootstrap | joerg | 4 | -132/+9 | |
components are correctly registered as dependencies. Move the remaining two exceptions into the corresponding platform files. XXX Both the strip and mkdir-sh are currently not registered | |||||
2009-02-05 | Don't skip the pax dependency. It has been registered as part of the | joerg | 1 | -6/+2 | |
bootstrap for a long time. As it is no longer a bootstrap part, the dependency is required. | |||||
2009-02-03 | Added svg option | adam | 1 | -0/+1 | |
2009-02-02 | Create users with -M. On Linux this gives the same behavior as NetBSD's | joerg | 1 | -9/+3 | |
useradd without -M, e.g. allows creation of users without home directory. Tested on RHEL4. From Jens Rehsack. | |||||
2009-02-02 | Use system tbl if it exists. From Jens Rehsack. | joerg | 1 | -1/+4 | |
2009-01-29 | sysutils/memtestplus options were renamed a year ago (memtesplus-iso -> iso, | shattered | 1 | -2/+2 | |
memtesplus-serialconsole -> serialconsole). Document them. OK by wiz@. | |||||
2009-01-25 | Document the 'avahi' option. | jmcneill | 1 | -0/+1 | |
2009-01-23 | Update DLOPEN_REQUIRE_PTHREADS pattern again. | obache | 1 | -2/+5 | |
Even on NetBSD>=5, need to link pthread if using pthread_create()/join(). | |||||
2009-01-23 | Mention to m17nlib, prime, uim-fep and xim options. | obache | 1 | -0/+4 | |
2009-01-23 | Fixes DLOPEN_REQUIRE_PTHREADS patterns. | obache | 1 | -2/+2 | |
NetBSD-3 was lost by previous commit, and NetBSD-5_BETA does not require pthread. (TODO: 4.99.*...) | |||||
2009-01-23 | Added NetBSD>=4 to the list of platforms which need pthreads linked into | obache | 1 | -3/+2 | |
the application if it uses dlopen(). This pattern should be changed if confirmed fixed in NetBSD-current. | |||||
2009-01-22 | Do not use GNU m4 shipped with the OS on systems prior to Mac OS 10.5. | schwarz | 1 | -2/+2 | |
10.4 shipped with gm4 1.4.2, 10.3 came with 1.4. This is not recent enough for some packages (specifically devel/autoconf), so use pkgsrc's gm4 instead. Fixes PR#40329. | |||||
2009-01-22 | Add lang-id (Indonesian) and lang-ko (Korean) used by drupal6-translations. | taca | 1 | -0/+2 | |
2009-01-21 | Document xapian-flint-backend and xapian-quartz-backend options, allowing | dsainty | 1 | -0/+2 | |
rationalisation of backends (and also allows wiring the database to the older database format if desired). | |||||
2009-01-20 | Typo fix | adrianp | 1 | -2/+2 | |
2009-01-19 | Add djbdns-cachestats option, show cache hits/misses in stats output. | sketch | 1 | -0/+1 | |
2009-01-19 | enable 1.6 for x86_64 too, and make it the default. | christos | 1 | -3/+4 | |
2009-01-18 | Add description of gdal, octave, openexr (pfstools) and gsl (pfstmo) options. | obache | 1 | -0/+4 | |
2009-01-18 | Correct a typo and fix FTP definition (T is for Transfer). | shattered | 1 | -2/+2 | |
OK by wiz@. | |||||
2009-01-15 | Fix cut & paste errors. From Jens Rehsack. | joerg | 3 | -6/+6 | |
2009-01-14 | While user/group 'games' does not exist by default on Solaris, it will | sketch | 1 | -10/+9 | |
get created correctly if SETGIDGAME=yes and this avoids ugly errors from check-files.mk | |||||
2009-01-14 | Don't use full path to include, avoids | sketch | 1 | -5/+5 | |
"<stdin>", line 4: warning: #include of /usr/include/... may be non-portable warning with Sun Studio. | |||||
2009-01-12 | Add enchant option. | wiz | 1 | -0/+1 | |
2009-01-12 | - Describe 'catalog-sqlite3' option | shattered | 1 | -0/+1 | |
- Delint OK by wiz@. | |||||
2009-01-12 | Fix check-wrkref path. | uebayasi | 1 | -3/+2 | |
_CHECK_WRKREF_FILELIST_CMD is a command which prints PLIST paths converted to absolute path. _CHECK_WRKREF_FILELIST_CMD can run anywhere, so cd ${DESTDIR} before that is pointless. To access files, _CHECK_WRKREF_FILELIST_CMD's output needs to be s/^/${DESTDIR}/ when destdir is used. Reviewed By: joerg | |||||
2009-01-10 | run ${_ULIMIT_CMD} in build-env target | tnn | 1 | -3/+3 | |
2009-01-09 | Further refine AIX support. From Jens Rehsack. | joerg | 3 | -6/+30 | |
2009-01-08 | Add kde4 option. | wiz | 1 | -0/+1 | |
2009-01-07 | Added options for ImageMagick: ghostscript, djvu, wmf | adam | 1 | -0/+3 | |
2009-01-06 | Mention gsasl and gnome-keyring options used by mail/msmtp. | obache | 1 | -0/+2 | |
2009-01-05 | this script was not visiting packages in the proper order when subpackages | dbj | 1 | -31/+40 | |
had common dependencies. This change hopefully fixes that. | |||||
2009-01-04 | Add links and lynx similar to w3m, add trailing dot to all three. | hubertf | 1 | -1/+3 | |
2009-01-01 | Improve description of libao, and remove the 'ao' option | hubertf | 1 | -2/+1 | |
Addresses PR 40312 | |||||
2008-12-29 | Fix misbalanced brackets as noticed by jnemeth. | joerg | 1 | -2/+2 | |
2008-12-29 | Also wrap the cpp command like cc for AIX/XLC. | joerg | 1 | -1/+2 | |
2008-12-29 | Improve AIX/XLC support: | joerg | 4 | -9/+40 | |
- provide cpp wrapper using cc -E - provide c++_r wrapper working like c++ - provide -rpath handling for cc - fix some debug messages to provide the correct script name | |||||
2008-12-29 | Emulate -rpath argument of GCC and xlC on AIX, it works like the | joerg | 1 | -1/+10 | |
corresponding linker argument. | |||||
2008-12-23 | Use a temporary variable to hold ${_dep_:C/\:.*$//} since it is used | dsl | 1 | -2/+3 | |
as a modifier on another variable and would need to be escaped as :M${_dep_\:C/\\\:.*$//} in order for the modifiers to be parsed correctly. This all used to work because _dep_ is a .for loop control variable which was substituted in an earlier pass through the line. Recent changes leave .for loop control variables to be substituted during normal expansion. Adding the \ would leave the script non-working with theolder make. OK'd by Beefy |