aboutsummaryrefslogtreecommitdiffstats
path: root/misc/wmpal
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-08-03 00:55:05 +0800
committeraz <az@FreeBSD.org>2013-08-03 00:55:05 +0800
commit5c2e842fc7ce547433d4ce95f42e0ce3633edd87 (patch)
treeb1748a305f1fbeae4e79b80ce1f77251f519c987 /misc/wmpal
parent296211a7fdac688e501bb9908ae965e72fa8fc45 (diff)
downloadfreebsd-ports-gnome-5c2e842fc7ce547433d4ce95f42e0ce3633edd87.tar.gz
freebsd-ports-gnome-5c2e842fc7ce547433d4ce95f42e0ce3633edd87.tar.zst
freebsd-ports-gnome-5c2e842fc7ce547433d4ce95f42e0ce3633edd87.zip
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'misc/wmpal')
0 files changed, 0 insertions, 0 deletions
obs2013-09-081-5/+8 * - Move the symlink magic for the default python version into lang/pythonmva2013-08-182-34/+1 * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 * Correct syntax in kernel config is 'options'lwhsu2013-07-031-1/+1 * - update to latest upstream versions:rm2013-05-172-56/+4 * Commit all the non-functional changes to python ports to reduce the diff sizerm2013-05-112-3/+3 * - adoption of USES for gettextjgh2013-05-061-9/+11 * - Remove "first-installed-win" logic for automatically settinglwhsu2012-12-242-16/+25 * Don't try to tidy up user-created directories.kwm2012-10-061-1/+0 * - do not hardcode distfile extension for lang/python ports in bsd.python.mkrm2012-10-032-2/+3 * - fix PORT_OPTIONS s/)/}/ohauer2012-09-081-1/+1 * - Fix Python OPT flags for WITH_PTH knobmva2012-07-221-2/+6 * - Fix builds, if the NLS option switch is set. In some casesmva2012-06-211-2/+3 * - Fix gettext detection for the locale modulemva2012-06-201-1/+11 * - Revert back UCS changesmiwi2012-05-311-2/+2 * - Correct PYMALLOC logic (that fix the build of devel/gobject-introspection)miwi2012-05-311-3/+4 * - Convert to new options frameworkmiwi2012-05-301-23/+25 * - Unbreak build on powerpcmiwi2012-05-282-7/+2 * - Update:miwi2012-04-114-20/+5 * - Mark Python as Securemiwi2012-02-192-1/+15 * - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0 * - Remove outdated patch to prune __wchar_t from CFLAGS (python-config --cflags)sunpoet2011-11-051-4/+2 * - Fix build on FreeBSD 10beat2011-10-287-8/+15 * - Remove the HUGE_STACK_SIZE option, now Python will use defaultlwhsu2011-09-251-6/+1 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-6/+3 * Handle built world without NIS more gracefully; detect missing ypcat andcrees2011-09-181-1/+8 * - Fix pkg-plist when building with WITHOUT_THREADSlwhsu2011-08-192-1/+3 * - Update to 2.6.7wen2011-06-084-48/+5 * - Apply two patch from svn.python.org to fix CVE-2010-3493 and SA43463wen2011-03-073-0/+131 * Changes to make python ports work on powerpc (32-bit mode; 64-bit notlinimon2011-02-252-2/+2 * Changes to make python ports work on powerpc (32-bit mode; 64-bit notlinimon2011-02-253-1/+16 * Changes to make python ports work on powerpc (32-bit mode; 64-bit notlinimon2011-02-251-5/+0 * - Fix the build with pth.wen2010-09-131-5/+5 * - Update to 2.6.6wen2010-09-129-120/+137 * Fix fcntl module to accept 'unsigned long' type commands for ioctl(2).jkim2010-07-204-0/+88 * - Update lang/python26 to 2.6.5wen2010-05-123-6/+15 * - Update to 2.6.4miwi2009-11-273-7/+12 * Fix build if POSIX semaphore enabled ismiwi2009-09-162-2/+8 * - Add support for FreeBSD 9.0miwi2009-09-115-15/+38 * - Use dirrmtry in lib-old dir to fix some plist leftloversmiwi2009-08-132-2/+2 * - Fix build with WITH_SEM but ${OSVERSION} < 701106 (mark IGNORE correctly)lwhsu2009-08-021-1/+0 * - Ask the first Python installed to install the bin/python link,lwhsu2009-07-141-2/+3 * - Honor EXAMPLESDIR, DATADIR, NOPORTEXAMPLES, NOPORTDATAlwhsu2009-07-132-576/+578 * - Update lang/python26 and make Python 2.6.2 to the default Python versionmiwi2009-06-094-15/+30 * Add support for building Python against GNU Portable Threads (Pth),bms2009-03-147-21/+129 * Make sure the singal is delivered to the main thread, where pythonsobomax2009-02-272-1/+31 * Fix typo in UCS4 knob handling.tmclaugh2009-02-231-1/+2 * - Update to python 2.5.4 and python 2.6.1miwi2009-02-173-14/+23 * Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)perky2008-10-1327-1945/+323 * - Security fixesmiwi2008-09-0820-1/+877 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * - Fix zlib crash from zlib.decompressobj().flush(val)miwi2008-04-253-1/+28 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2 * Force to build bsddb185 module to make pkg-plist consistent.perky2008-02-291-9/+18 * - Fix plistpav2008-02-262-0/+2 * Update to Python 2.5.2.perky2008-02-243-10/+125 * Add support for FreeBSD 8.perky2007-10-293-8/+945 * Remove support for OSVERSION < 5edwin2007-10-041-10/+2 * - Make Python 2.5.1 the default Python versionalexbl2007-07-303-13/+40 * - Force setup.py picks up readline and ncurses from base. This fixes buildrafan2007-02-281-3/+37 * Correct a patch not to install unwanted files.perky2006-10-161-10/+10 * Revert the default version of Python to 2.4 for the ports freezeperky2006-10-133-14/+13 * Fix build with WITH_FPECTL=yes on i386.perky2006-10-101-0/+1 * - Restrict a dependency to the real interpreter to _RUN only. Thisperky2006-10-091-7/+0 * Simple portupgrade doesn't upgrade python correctly, so add a checkperky2006-10-091-0/+7 * - Update the main python version to 2.5.perky2006-10-095-22/+45 * - Update lang/python-devel to Python 2.5c2perky2006-09-143-10/+22 * Fix plist for FreeBSD 7 or systems with OpenSSL 0.9.8.perky2006-08-102-3/+17 * Update python-devel to 2.5b3.perky2006-08-043-35/+39 * Mark broken: fails to install cleanly.linimon2006-07-161-0/+2 * Update python-devel to 2.5b1.perky2006-06-234-22/+149 * Remove USE_REINPLACE from the categories starting with Ledwin2006-05-10