aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-ciphon/pkg-plist
Commit message (Expand)AuthorAgeFilesLines
* Add missing .pyo files to each pkg-plistperky2002-08-231-0/+7
* add py-ciphon 0.3.5ijliao2002-02-101-0/+16
MKMF_ARGS variable. For ports that don't need -a introduce USES=imake:notall. This way ports no longer have to redefine XMKMF. 2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf runs make Makefiles. This Makefiles target runs imake for each subdirectory but these imake invocations did not have the flags from IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp). Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to imake let imake handle IMAKECPPFLAGS itself just like it handles IMAKEINCLUDE. This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm. Approved by: portmgr (bapt) * Minor, last-minute fixes missed in the previous commits.danfe2013-07-311-1/+1 | * - Unbreak the build, convert USE_GMAKE to USESdanfe2013-07-291-4/+3 | | | | | | - Expand creator's name in header, touch COMMENT Pointy hat to: bapt (r322000) * Convert to USES=imakebapt2013-06-291-7/+3 | | | | Trim headers * - Kick MD5 Supportmiwi2011-07-031-1/+0 | * Add patch to fix build. (bad imake target)nox2011-04-022-2/+11 | | | | | PR: ports/156104 Submitted by: Callum Gibson <callum@omma.gibson.athome>