summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2002-10-20Use lang/gcc (gcc-2.95.3) if on alpha. From pkg/18301 by Rhialto.jlam1-1/+4
2002-10-20Pass MAKE_ENV to MAKE (two places, one of them from PR 18720).wiz1-4/+4
Fix typo in IGNORE message (also from PR 18720).
2002-10-20Prefer pax to GNU tar. By Greg A. Woods in PR 18719.wiz1-2/+2
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19Add a buildlink2.mk file that allows for libperl or perl>=5.8.0.jlam1-0/+22
2002-10-18Trivially use buildlink2.jlam1-2/+3
2002-10-18Allow additional sed expressions to be used to patch the python scripts byjlam1-1/+2
passing them in with PYTHON_PATCH_SCRIPT_SED.
2002-10-18Allow PYTHON_PATCH_SCRIPTS to take shell wildcards.jlam1-5/+10
2002-10-18Correct MASTER_SITE and HOMEPAGE.jschauma1-3/+3
2002-10-18regen (without RCS Ids inside the patches)wiz5-11/+9
2002-10-16add buildink2.mkdillo1-0/+25
2002-10-16Add an unofficial patch that allows xmlrpclib to supply Basic Auth.tsarna2-1/+90
Shouldn't affect other uses, just ads a missing feature.
2002-10-16Update to 2.95.3-12kent2-12/+11
Changes: - add protection for alloca() - fix a problem on m68k Remove NOT_FOR_PLATFORM temporarily. If we have build error on a platform, lang/gcc also has the same error and patches for lang/gcc should be improved. If protection check in post-build fails, it is a problem in the ssp patch, we should tell the ssp author the problem, and add the platform to NOT_FOR_PLATFORM.
2002-10-15Upgrade python22 package from 2.2.1 to 2.2.2.tsarna4-16/+57
Mostly bug fixes, a few enhancements, notably in the email package.
2002-10-15We need the suse-Makefile when we _are_ on NetBSD.jschauma2-4/+4
2002-10-15fixed some build and installation issue. tested on 1.6D/i386.kei7-17/+43
- use buildlink2 - it needs MesaLib - added missing entries into PLIST - /usr/local, /usr/pkg --> ${PREFIX} - modified the way of handling LDFLAGS - and some minor stuff
2002-10-15Trivially use java.mk.jschauma1-3/+5
Clean up to to fit into <80 cols. (Note: MASTER_SITE seems to be unavailable at the moment, I contacted the author.)
2002-10-15Use java.mkjschauma1-2/+3
2002-10-15Trivially use java.mkjschauma1-2/+2
2002-10-13back out previous. EXTRACT_SUFX is already set to .binjschauma2-8/+2
Pointed out by jlam.
2002-10-13buildlink1 -> buildlink2.wiz1-3/+3
2002-10-13Note that using this package implies needing datasize >= 131204 by addingjlam1-1/+2
datasize to UNLIMIT_RESOURCES.
2002-10-13Default to a build dependency as usually packages that need Java will onlyjlam3-3/+6
need a full dependency on the JRE, not the JDK.
2002-10-13Add buildlink2.mk files for use by other package Makefiles. Each JVMjlam8-0/+214
buildlink2.mk file creates a public variable "BUILDLINK_JAVA_PREFIX.<pkg>" that may be used as the JAVA_HOME for that package.
2002-10-13* Use buildlink2.jlam2-338/+338
* Install with JAVA_HOME=${LOCALBASE}/java/jdk-1.1.8 instead of into ${LOCALBASE}/java/${PKGNAME}, which lead to the jdk installation moving even when the PKGREVISION is bumped. * Cosmetic updates to the package Makefile. * Sort the PLIST.
2002-10-13* Use buildlink2.jlam10-134/+103
* Minor improvements to the package Makefiles. * Correct the PLIST.
2002-10-13* Use buildlink2.jlam5-1165/+1154
* Build the blackdown packages with PREFIX=${LOCALBASE}/java/blackdown-1.3.1 and adjust the PLIST accordingly. This is to make the Java VM packages consistently return JAVA_HOME from `pkg_info -qp <jvm-pkg>'. * Cosmetic updates to package Makefiles.
2002-10-13* Use buildlink2.jlam4-113/+111
* Build the kaffe package with PREFIX=${LOCALBASE}/java/kaffe and adjust the PLIST accordingly. This is to make the Java VM packages consistently return JAVA_HOME from `pkg_info -qp <jvm-pkg>'. * License file was wrongly being installed as ${PREFIX}/share. * Separate out last half of DESCR into a more appropriate MESSAGE file.
2002-10-13Cosmetic changes to MESSAGE files for JVMs for readability.jlam5-37/+48
2002-10-13Use BUILDLINK_FILES_CMD.<pkg> instead of manually adding the shell pipelinejlam5-15/+10
to BUILDLINK_FILES.<pkg>.
2002-10-12The DISTFILE for powerpc requires a ".bin" suffix.jschauma2-2/+8
Pointed out by John Klos (john at sixgirls dot org)
2002-10-12gauche-refj.texi cannot be extracted by non-euc-jp gosh.minoura5-43/+33
Pointed out by Shiro, the original author of Gauche.
2002-10-12Unused.wiz1-64/+0
2002-10-12Remove debugging code.jlam1-4/+1
2002-10-12Revert previous...GREP is correct.jlam5-10/+13
2002-10-12Use EGREP instead of GREP.jlam5-10/+10
2002-10-10Clean up my previous commit. The --withouts where no-ops (hence thetsarna1-5/+1
nned for the updated patch in the previous commit) and the empty "PLIST_SRC+=" was kinda silly.
2002-10-10regen for patch-acdmcmahill1-2/+2
2002-10-10regenwiz1-2/+1
2002-10-10buildlink1 -> buildlink2.wiz1-3/+3
2002-10-10Use PKG_JAVA_HOME consistently instead of JAVA_HOME now that JAVA_HOME isjlam1-3/+3
no longer defined by bsd.pkg.mk.
2002-10-09Don't automatically add BUILDLINK_LDFLAGS.python22 to the LDFLAGS. Allowjlam1-3/+1
package Makefiles to make that decision for themselves.
2002-10-09Use BUILDLINK_PLIST_CMD instead of grepping the PLIST, which for some ofjlam4-72/+24
these python packages is empty.
2002-10-09Unused.wiz1-55/+0
2002-10-09Use BUILDLINK_PLIST_CMD.python22 to create BUILDLINK_FILES.python22,jlam1-6/+6
instead of trying to parse the PLIST, which may not exist, or may not have a full list of files installed by the package.
2002-10-09Unused.wiz1-35/+0
2002-10-09buildlink1 -> buildlink2.wiz1-4/+5
2002-10-09Add buildlink2.mk.wiz1-0/+43
2002-10-09Creating the list of files to link with grep does not work, sincewiz1-3/+59
the PLIST is created at install time; thus, add all files to link in here by hand.
2002-10-09Create BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS for the python packages sojlam5-5/+42
as to find their headers and libraries. Also allow "-lpython" to resolve to the versioned libpython (-lpython2.2, etc.).