pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/screws
Module Name: pkgsrc
Committed By: dholland
Date: Sun Aug 17 20:09:12 UTC 2008
Modified Files:
pkgsrc/www/screws: Makefile PLIST distinfo
pkgsrc/www/screws/patches: patch-ae patch-ag
Added Files:
pkgsrc/www/screws/patches: patch-aj patch-ak
Log Message:
Fix broken amd64 build:
- use -fPIC in all the needed places.
- add USE_TOOLS+=gmake; this requires gmake to build properly.
- add missing dir to PLIST.
Also fix some LP64 issues that warned but didn't break the build.
Note however that the SSL code will not work in an LP64 environment;
it relies heavily on being able to cast pointers to int without losing
information. The ssl option should probably be blacklisted on LP64
platforms.
PKGREVISION++.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/www/screws/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/www/screws/PLIST
cvs rdiff -r1.13 -r1.14 pkgsrc/www/screws/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/www/screws/patches/patch-ae
cvs rdiff -r1.1 -r1.2 pkgsrc/www/screws/patches/patch-ag
cvs rdiff -r0 -r1.1 pkgsrc/www/screws/patches/patch-aj \
pkgsrc/www/screws/patches/patch-ak
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index