2012-10-05 14:36:55 by Makoto Fujiwara | Files touched by this commit (6) |
Log message:
Clean up patches directory
(1) patch-ai and patch-an
Add comments by picking up from cvs log
(2) patch-bf -> patch-configure.ac
Rename patch filename (New patch for pkgsrc proper)
(3) patch-ah
Remove unnecessary hunk (CPPFLAGS line duplicated)
|
2012-09-29 02:50:33 by Aleksej Saushev | Files touched by this commit (158) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-04-18 17:28:47 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Add patches/patch-openjpeg_libopenjpeg_opj_malloc_h
To avoid following problem:
| gcc .. (omitted).. g -o ./sobin/gsc ./psi/dxmainc.c \
| -L./sobin -Wl,-R/usr/pkg/lib -lgs
| ./sobin/libgs.so: undefined reference to `memalign'
Update TODO
- Testing above patch
- Mac OS X has problem now
|
2012-04-02 02:24:47 by Makoto Fujiwara | Files touched by this commit (1) | |
Log message:
patches/patch-af updated to 1.6 to 1.7, but distinfo was not synced at that \
moment, sorry
|
2012-04-01 04:09:25 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Clean up and add comment from historical commit log, but still failing to build \
with the same message
|
2012-03-31 17:22:35 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
More fix on patches/patch-af. Still have -> ld: file not found: libgs.9.dylib
|
2012-03-31 17:01:17 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Fix typo in patch-af. Although nothing change on Darwin build
|
2012-03-31 14:21:22 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Remove resolved issue (freetype .. t1types.h related).
|
2012-03-31 14:15:55 by Makoto Fujiwara | Files touched by this commit (8) | |
Log message:
More review after 9.05 bump
1. Makefile
rename {ps,gs}toraster.convs
-CONF_FILES+= ${CUPS_EGDIR}/pstoraster.convs ${CUPS_CONFDIR}/pstoraster.convs
+CONF_FILES+= ${CUPS_EGDIR}/gstoraster.convs ${CUPS_CONFDIR}/gstoraster.convs
Add USE_LANGUAGES+= c c++
2. PLIST update (option cups related)
3. options.mk reviewed
(add --disable-freetype (in case of !x11 or !fontconfig)
4. patch-base_unix-gcc.mak
pdf added on FEATURE_DEV (although no luck yet)
5. TODO update
6. Tested as:
(Confirmed successfully build with 32 combinations
of options)
|
2012-03-26 03:04:00 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
More missing upate for Bumping 9.05, sorry
|