summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2008-09-28Avoid the 'VAR.${SEL}?= value' construct which has surprising resultscube1-4/+2
depending on the version of make(1).
2008-09-28Refine the comment why CHECK_BUILTIN.${BUILTIN_PKG}?=no is not used.cube1-3/+4
2008-09-28Implement a work around for what seems to be a bug in make(1).cube1-2/+7
'CHECK_BUILTIN.${BUILTIN_PKG}?= no' would set the variable to no even if it had a value before.
2008-09-27Fix another issue with variable evaluation time.cube1-2/+2
2008-09-26Add a check for CHECK_BUILTIN.<BUILTIN_PKG>, set BUILDLINK_PREFIX incube1-3/+14
we're using the built-in version and include x11.buildlink3.mk. This is the way x11.builtin.mk is currently used by all its consumer. This will factor a bit of code out of the existing builtin.mk files and will make it a lot easier to use by other builtim.mk files.
2008-09-26Simplify the test surrounding the default value for PREFER_PKGSRC.cube1-9/+7
XXX X11BASE is not yet defined, so we can't use it. Tests for XXX X11R7/libX11.so instead.
2008-09-24Pull-up 1.287 for MacOS X support.cube1-1/+3
2008-09-21* escape new line in conditionalrtr1-3/+4
* make sure X11BASE is defined before checking if it is empty
2008-09-21Change the logic of the default setting of PREFER_PKGSRC so that nativecube1-3/+7
X.Org on NetBSD never prefers pkgsrc by default.
2008-09-18- Make this subroutine more generic by allowing a base in which the filescube1-4/+10
are considered native different than X11BASE. However, it is the default. - Fix an evaluation bug for BUILTIN_PKG.<BUILTIN_PKG>; := is needed here. - Only construct a BUILTIN_PKG.<BUILTIN_PKG> variable if we actually found a .pc file. This allows the caller to search for more than just a .pc file, in case the native package doesn't provide one, or even not to search for .pc file, but for something different. This makes the subroutine even more generic.
2008-09-16PREFER_PKGSRC.<package>? Quezako? That's PREFER.<package> you want.cube1-2/+2
2008-09-16pkgconfig-builtin.mk is a generic builtin.mk file testing the presence ofcube1-0/+53
a given .pc file and if the package is indeed built-in, construct a version number from it so that it's suitable for BUILDINK_API_DEPENDS tests.
2008-09-13Detect X11BASE as /usr/X11R7. From John Nemeth.cube1-1/+3
2008-09-11If "/usr/gnu/bin/false" exists use that as a value of ${FALSE}. This is knownadrianp1-1/+5
to exist at least on OpenSolaris. This makes the useradd scripts work under OpenSolaris as it won't accept "false" as a ${SHELL}.
2008-09-11Add option's description for graphics/magicpoint andtaca1-0/+15
new www/squid options.
2008-09-10MOTIFBASE, not MOTIF_BASE.joerg1-2/+2
2008-09-10Add MOTIF_TYPE and MOTIF_BASE to BUILD_DEFS.joerg1-1/+3
2008-09-09add missing bacula-staticdmcmahill1-0/+1
2008-09-07Apply patch from Aleksej Saushev to fix index generation.wiz1-7/+7
2008-09-07Add faac.ahoka1-0/+1
2008-09-07Add FETCH_*_ARGS templates for curl.obache1-1/+7
Should be solution for PR 39208.
2008-09-07Change 'mjpegtools-simd' option to 'simd' in preparation for libmpg123bjs1-1/+1
import.
2008-09-01Add various language (translation) support options.taca1-0/+33
2008-08-30Document "lzw" option used by e.g. the "tiff" package.tron1-0/+1
2008-08-29Add entry to gtk2sborrill1-0/+1
2008-08-27Add ecl.ahoka1-0/+1
2008-08-25Add description for fftw and threads support optionsbjs1-0/+2
2008-08-25Remove ftp.scarlet.be from MASTER_SITE_KDE, service suspended over a month.obache1-2/+1
Noticed by Zafer Aydogan via private mail.
2008-08-24Remove ftp.scarlet.be from MASTER_SITE_MOZILLA_ALL.obache1-15/+23
It was uncompleted and now service suspended, noticed by Zafer Aydogan. While here, update MSTER_SITE_MOZILLA taken from mirrors list: http://www.mozilla.org/mirrors.html
2008-08-23Update MASTER_SITE_PGSQL, but it is not used anywhere...obache1-98/+96
2008-08-23Update MASTER_SITE_MYSQL, taken from current download page.obache1-14/+128
Noticed some dead hosts by Zafer Aydogan via private mail.
2008-08-23Update MASTER_SITE_GENTOO, taken from http://www.gentoo.org/main/en/mirrors2.xmlobache1-44/+193
Noticed some dead hosts by Zafer Aydogan via private mail.
2008-08-19For no real reason, but per the "discussion" on tech-pkg, default theagc1-2/+2
creation of a symbolic link to the real work directory to "no".
2008-08-18Add share/locale/fur.joerg1-1/+5
2008-08-18Describe lua option.dholland1-0/+1
2008-08-10Use patch --suffix instead of -b, the latter will be problematic whenjoerg1-2/+2
PR 11220 gets addressed.
2008-08-10Remove long outdated comment about full destdir not working completely.joerg1-3/+1
2008-08-10Prefer builtin echo, test/[, true/false.ahoka2-6/+10
State that we use pdksh on these platforms.
2008-08-09Add oniguruma option for textproc/oniguruma regular expression librarybjs1-0/+1
2008-08-09UCB binaries were removed from OpenSolaris, so let's use builtin echoahoka1-2/+6
as we use pdksh on this platform. Also use /usr/bin/ginstall when it's present (it is on OpenSolaris) for the same reason. This problem was reported by Andras Barna.
2008-08-08+Zend Thread Safetyadrianp1-0/+1
2008-08-03fix "make readme" error due to awk changes in -current.tnn1-9/+9
From Aleksej Saushev.
2008-08-02Add freetype option.bjs1-0/+1
2008-07-23Avoid quoting "other character" in awk's strings as regular expressions.seb1-3/+3
See pkg/39002.
2008-07-21Restore default behaviour for creating a symbolic link to the ${WRKDIR},agc1-2/+2
which was lost when this definition was introduced without prior discussion.
2008-07-21set TOOLS_PLATFORM.ftp to /usr/bin/ftpdbj1-1/+2
2008-07-13+perldholland1-0/+1
2008-07-13Add missing descriptions for sane and dbus, used by wine.dholland1-0/+2
2008-07-07+cgiadrianp1-0/+1
2008-07-02Document java option. ok wiz@gdt1-0/+1