summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2005-06-09Fixed a typo.rillig1-2/+2
2005-06-09Fix harmless typo.jlam1-2/+2
2005-06-09Forgot the strip the comma when removing "-Wl," from the the nextjlam1-2/+2
argument during argument merging.
2005-06-09General improvements to the changes-entry target:jlam1-10/+20
* Improve the documentation. * Avoid running commands during Makefile processing by using the :sh modifier instead of defining variables using != * Add a new variable PKGSRC_CHANGES that holds the path to the CHANGES file to be modified. * Use ${ID} and ${DATE}, which are provided by the tools framework and avoid PATH issues.
2005-06-09Don't reinvent PKGPATH, which already contains just the "category/package"jlam1-3/+2
portion of the path.
2005-06-09Add a documentation block above the changes-entry target.jlam1-1/+16
2005-06-09Delay running of id until it is needed. Fixes PR 30477 by Neil Hoggarth.wiz1-5/+3
2005-06-09Rewrite the USE_BUILTIN.pthread section a bit so that it more closelyjlam1-3/+5
matches the template in bsd.builtin.mk. This causes USE_BUILTIN.pthread to be cached, which is useful at least for debugging purposes.
2005-06-09Clarify why dlopen.builtin.mk ignores PREFER_* values.jlam1-1/+6
2005-06-08Add changes-entry target, which adds an entry for the current packagewiz1-1/+22
into pkgsrc/doc/CHANGES. The type of the entry depends on what CTYPE is set to, which defaults to "Updated". Other possible values are "Added", "Renamed", "Moved", and "Removed". An example usage would be: cd /usr/pkgsrc/category/package make changes-entry CTYPE=Added after you added a new package, and similar for the others. If NETBSD_LOGIN_NAME is not set in /etc/mk.conf, it defaults to your local login name.
2005-06-08Fix variable name in comment: it is PKG_OPTIONS_VAR, with an S.wiz1-2/+2
2005-06-08Print the full path to broken or modified patches that aren't applied.jlam1-4/+6
This also fixes the problem where the names of broken local patches (in ${LOCALPATCHES}) weren't printed correctly in the error message.
2005-06-08fix variable name in example commentdillo1-2/+2
2005-06-08Add description for emacs-xaw3d.markd1-0/+1
2005-06-08Remove obsolete EMACS_USE_XAW3D.markd1-6/+1
2005-06-08The USE_BUILTIN.dl code got too complex in the previous commit.jlam1-22/+4
Simplify it so that USE_BUILTIN.dl is simply IS_BUILTIN.dl except for Darwin's special case. This makes PREFER_PKGSRC=yes work again on NetBSD instead of causing USE_BUILTIN.dl=no to be set, which is impossible.
2005-06-08Properly turn:jlam1-1/+32
-Wl,-rpath -Wl,/dir1:/dir2:/dir3 into: -Wl,-rpath,/dir1 -Wl,-rpath,/dir2 -Wl,-rpath,/dir3 Do the same for -Wl,-R and -Wl,-rpath-link. This makes the wrapper scripts pass the test in regress/buildlink-transform/rpath-merge.mk and fixes PR pkg/27702.
2005-06-08Update comment to reflect implementation.jlam1-2/+2
2005-06-08Remove part of comment that is no longer true.jlam1-5/+2
2005-06-07Add description for mjpegtools-cmov, from Geert Hendrickx in PR 30366.wiz1-0/+1
2005-06-07Add another common name for the GNU configure variable name used for thejlam1-2/+2
"env" tool.
2005-06-07Add a few more GNU configure variable names that are commonly used.jlam1-2/+7
Also, some configure scripts use "ENV" to represent the path to the "env" tool, which is probably bad since ENV has a special meaning to /bin/sh. To workaround this, set ac_cv_path_ENV.
2005-06-06make legacy variables external:dillo2-20/+38
PKG_LEGACY_OPTIONS PKG_OPTIONS_DEPRECATED_WARNINGS
2005-06-05Force libtool-base-1.5.18nb3 on DragonFly.tv1-1/+2
2005-06-05Fixed a typo in a comment.rillig1-2/+2
2005-06-04IMAKE_FILEMAN_SUFFIX is 4 on Solaris and (as I read it) OSF1 and UnixWare.markd3-10/+9
2005-06-04Added a leading underscore to the names of the *_COOKIE variables, as theyrillig3-63/+63
are not part of the public interface.
2005-06-04Describe new xterm options, from Jeroen Ruigrok van der Wervenwiz1-0/+3
2005-06-04Improve the way option groups are displayed in show-options.dillo1-12/+26
While here, rename _cls_ to _grp_, as they are called groups.
2005-06-04Fix variable names in usage example.seb1-3/+3
2005-06-03Teach the tools framework about mktemp. Replace explicit tests forjlam9-9/+31
mktemp with USE_TOOLS+=mktemp in the samba packages.
2005-06-03Teach the tools framework about bdftopcf and removejlam2-43/+20
x11-clients.buildlink3.mk. Packages that need bdftopcf should say: USE_TOOLS+= bdftopcf
2005-06-03Back out revision 1.1684. MAKEFLAGS was being propagated incorrectlyjlam1-14/+1
through to dependencies, which caused dependencies to have improper lists of tools required. XXX This whole mess with MAKEFLAGS and which ones are passed along when XXX running the install-depends target needs to be fixed for real.
2005-06-03Coalesce the common makefile code in the builtin.mk file that inspectjlam2-0/+167
the X11 distribution using imake into mk/buildlink3/imake-check.mk. imake-check.mk calls out to a helper shell script mk/buildlink3/imake-check that generates the required Imakefiles and runs imake. Remove the now extraneous builtin-imake.mk files as the builtin.mk files can now contain the name of the imake symbol to check.
2005-06-03don't requrie PKG_SUPPORTED_OPTIONS to be set when groups are in usedillo1-5/+8
2005-06-03Remove obsolete USE_GIF variable.wiz1-8/+1
2005-06-03Describe options used in inputmethod/uim and www/w3m.uebayasi1-6/+9
2005-06-03Describe idea option.wiz1-1/+1
2005-06-03Remove obsolete USE_IDEA variable.wiz1-7/+1
2005-06-03Remove USE_ESOUND, all users have been converted.wiz1-7/+1
2005-06-03"socks" option has been removed, remove it here too.wiz1-1/+0
2005-06-03Remove gtk2 options description now that option has been removed :)wiz1-1/+0
2005-06-03Add gtk2 option description.wiz1-0/+1
2005-06-02Fix USE_SOCKS=5 case.wiz1-2/+2
2005-06-02add group options to PKG_SUPPORTED_OPTIONS before includeingdillo1-4/+6
mk/defaults/obsolete.mk so socks and kerberos work when listed in groups
2005-06-02Document socks4 and socks5, and mention that socks should not be used.wiz1-3/+3
2005-06-02Fix a typo, and remove package names fromwiz1-4/+4
descriptions for package-specific options.
2005-06-02Back out previous change, and correct the surrounding check -- we needjlam1-4/+3
to see if _USE_TOOLS contains "perl", not USE_TOOLS.
2005-06-02Whitespace nit.wiz1-2/+2
2005-06-02add support for groups of mutually exclusive options viadillo1-4/+76
PKG_OPTIONS_REQUIRED_GROUPS and PKG_OPTIONS_OPTIONAL_GROUPS.