summaryrefslogtreecommitdiff
path: root/lang/python15
AgeCommit message (Collapse)AuthorFilesLines
2002-10-13Use BUILDLINK_FILES_CMD.<pkg> instead of manually adding the shell pipelinejlam1-3/+2
to BUILDLINK_FILES.<pkg>.
2002-10-12Revert previous...GREP is correct.jlam1-2/+2
2002-10-12Use EGREP instead of GREP.jlam1-2/+2
2002-10-09Use BUILDLINK_PLIST_CMD instead of grepping the PLIST, which for some ofjlam1-4/+6
these python packages is empty.
2002-10-09Create BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS for the python packages sojlam1-1/+8
as to find their headers and libraries. Also allow "-lpython" to resolve to the versioned libpython (-lpython2.2, etc.).
2002-09-20Python extensions also install headers into ${PYINC}, so we can't justjlam1-2/+5
assume all of those headers belong to the python package. We use the trick for kdelibs2 and generate the BUILDLINK_FILES list from the PLIST.
2002-09-20Add buildlink2.mk file for use by other package Makefiles, and byjlam1-0/+23
python/pyversion.mk in particular.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-02-05/bin/mkdir -> ${MKDIR}.skrll1-2/+2
Make the print-PLIST target output ${MKDIR} also.
2002-01-31Add distinfo file, RCS Id for patch-aa, and clean up Makefile a bit forwiz3-2/+9
pkglint.
2002-01-29add the old Python-1.5 again - some pkgs run better with itdrochner4-0/+1488