Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-04-27 | avoid tricking the configure script into thinking we're cross compiling | dmcmahill | 3 | -1/+75 | |
which breaks compilation if you do not have a cross tool chain installed. Not sure how this ever compiled before... | |||||
2004-04-27 | Fix problem where PLIST included shared libraries for liboldX | reed | 3 | -6/+12 | |
for Linux. Also make sure that libpsres.* is installed always. This is for the XFree86-libs package. PKGREVISION was just bumped in last, very recent, commit so don't do it again. | |||||
2004-04-27 | Add the .endif I missed off last night. | markd | 1 | -1/+2 | |
2004-04-27 | imake is not required as a runtime dependency, so use BUILD_DEPENDS | reed | 1 | -2/+3 | |
instead. Bump PKGREVISION for this and for last commit too (had broken CONFLICTS). | |||||
2004-04-27 | By default, it made an automatic CONFLICTS with MesaLibs [sic]. | reed | 1 | -3/+3 | |
Fixed so now only CONFLICTS with MesaLib when X11ROOT (which is ${PREFIX}/${X11ROOT_PREFIX}) is same as LOCALBASE. (Fixed typo there too.) | |||||
2004-04-27 | Convert to buildlink3. | snj | 13 | -58/+50 | |
2004-04-27 | Simplify message. | xtraeme | 1 | -15/+1 | |
2004-04-27 | if we need the devel/flex package and USE_BUILDLINK3 is set, then | dmcmahill | 1 | -1/+5 | |
pull in devel/flex/buildlink3.mk instead of just listing a BUILD_DEPENDS. This is needed because flex installs a library. | |||||
2004-04-27 | USE_GNU_TOOLS+= lex | dmcmahill | 1 | -2/+2 | |
2004-04-27 | add bl3 file. this pkg installs a library | dmcmahill | 1 | -0/+20 | |
2004-04-27 | Don't forcibly reset the umask when installing; let it propagate from pkgsrc. | tv | 2 | -7/+16 | |
2004-04-27 | Bl3ify (so that catalogs.mk uses the bl3 file); per wiz@ request. | jmmv | 4 | -4/+8 | |
2004-04-27 | Installation of the RCD_SCRIPTS rc.d script is done automatic | reed | 5 | -14/+5 | |
here. So don't install it twice. (Anyways, ${PREFIX}/etc/rc.d is not the correct location; the RCD_SCRIPTS uses ${RCD_SCRIPTS_EXAMPLEDIR}.) | |||||
2004-04-27 | Get rid of PKGRCDIR definition since it has not been used by this | reed | 1 | -2/+1 | |
package since 2003/07/31. | |||||
2004-04-27 | nb2: Obey PKGDIRMODE, and install shlibs as executable. | tv | 6 | -27/+70 | |
2004-04-27 | The RCD_SCRIPTS mechanism expects the rc.d script to be installed to | reed | 1 | -2/+2 | |
${RCD_SCRIPTS_EXAMPLEDIR} instead of ${PREFIX}/etc/rc.d. (Okay'd by bouyer@.) | |||||
2004-04-27 | Fixed buildling with the new FreeType2 rules | adam | 4 | -1/+64 | |
2004-04-27 | Shared objects must be installed as executable on some platforms. Convert | tv | 3 | -6/+6 | |
BSD_INSTALL_DATA to BSD_INSTALL_SCRIPT. | |||||
2004-04-27 | Shared objects must be installed as executable on some systems; convert | tv | 1 | -3/+3 | |
INSTALL_DATA to INSTALL_SCRIPT. | |||||
2004-04-27 | Move the inclusion of tools.mk ahead of bsd.buildlink3.mk so that tools.mk | jlam | 1 | -3/+3 | |
can include buildlink3.mk files. This change also causes work/.tools/bin to appear after work/.buildlink/bin in the PATH, but we never relied on this behaviour, so this side-effect should have no impact. | |||||
2004-04-27 | Don't support the updating the in-tree openssh via pkgsrc. pkgsrc really | jlam | 4 | -121/+2 | |
has no business trying to update parts of the base system. | |||||
2004-04-27 | Make work on Interix. | tv | 2 | -1/+17 | |
2004-04-27 | "${ECHO} -n" -> "${ECHO_N}" | tv | 2 | -9/+9 | |
2004-04-27 | Add ECHO_N to the list of substituted variables in [DE]INSTALL. | tv | 2 | -2/+4 | |
2004-04-27 | Re-instate for now (catalogs.mk _sets_ USE_BUILDLINK2). | wiz | 1 | -0/+42 | |
2004-04-27 | Include pkgconfig's buildlink3.mk to make sure the .pc files are | reed | 1 | -1/+2 | |
found in the buildlink directory. This was noticed when using pkgviews, because pkg-config is broken as it has wrong compiled-in default for lib/pkgconfig directory. | |||||
2004-04-27 | nb1: Make work on Interix; check for -ldl in configure.in automagically; | tv | 4 | -9/+48 | |
install without stripping binaries (so that "arj" works properly) | |||||
2004-04-27 | The eXdbm package has been removed. Remove it from the Makefile too... | kristerw | 1 | -2/+1 | |
2004-04-27 | Added glitz-0.1.0 | adam | 1 | -1/+2 | |
2004-04-27 | oops, forgot to add $BOOTDIR in the `iso' target. | xtraeme | 1 | -4/+5 | |
2004-04-27 | Another grub->boot/grub change. | xtraeme | 1 | -3/+3 | |
2004-04-27 | s/grub/boot\/grub/g; minor fixes. | xtraeme | 1 | -6/+8 | |
2004-04-27 | Updated dvipng to 1.0 | adam | 2 | -3/+3 | |
2004-04-27 | Changes 1.0: | adam | 3 | -17/+16 | |
* fix compile without FT2 | |||||
2004-04-27 | Updated: freetype2, fontconfig, SDL_ttf, ttf2pt1 | adam | 2 | -4/+6 | |
2004-04-27 | Follow new FreeType2 building rules | adam | 2 | -1/+14 | |
2004-04-27 | Update sysutils/mklivecd to 0.5. | xtraeme | 4 | -13/+11 | |
Thanks to Christian Limpach for the "boot/grub" fix. So the Grub's menu is shown correctly without specify "configfile /foo". | |||||
2004-04-27 | Follow new FreeType2 build rules | adam | 11 | -12/+110 | |
2004-04-27 | Changes 3.4.4: | adam | 5 | -27/+46 | |
* Improved auto-vectoring (-OV) algorithm * Allow use of any encoding table of format 4 in the ttf parser * Take the first available format 4 encoding table if no know table is found * The ttf parser lists the available encondings if no supported encoding table is found * Bug fixes | |||||
2004-04-27 | Follow new FreeType2 build rules | adam | 1 | -1/+2 | |
2004-04-27 | Follow new FreeType build rules | adam | 1 | -0/+12 | |
2004-04-27 | Changes 2.0.6: | adam | 3 | -11/+10 | |
* bug fixes * added iconv support | |||||
2004-04-27 | Follow new FreeType2 build rules | adam | 1 | -0/+12 | |
2004-04-27 | Changes 2.2.2: | adam | 4 | -26/+23 | |
* Changed #include syntax to follow new Freetype rules * Made external compilation work | |||||
2004-04-27 | Changes 2.1.8: | adam | 5 | -44/+33 | |
* bug fixes * Both PCF and BDF drivers now handle the SETWIDTH_NAME and ADD_STYLE_NAME properties. Values are appended to face->style_name; example: `Bold SemiCondensed'. * The PCF driver now handles bitmap fonts compressed with the LZW algorithm (extension .pcf.Z, compressed with `compress'). * A new API function `FT_Get_CMap_Language_ID' (declared in `tttables.h') is available to get the language ID of a TrueType/SFNT cmap. * The hexadecimal format of data after the `StartData' command in CID-keyed Type 1 fonts is now supported. While this can't occur in file-based fonts, it can happen in document-embedded resources of PostScript documents. * Embedded bitmaps in SFNT-based CFF fonts are now supported. * A simple API is now available to control FreeType's tracing mechanism if compiled with FT_DEBUG_LEVEL_TRACE. See the file `ftdebug.h' for more details. * YAMATO Masatake contributed improved handling of MacOS resource forks on non-MacOS platforms (for example, Linux can mount MacOS file systems). * Support for MacOS has been improved; there is now a new function `FT_New_Face_From_FSSpec' similar to `FT_New_Face' except that it accepts an FSSpec instead of a path. * The cache sub-system has been rewritten. | |||||
2004-04-27 | patch-aa fixes errors due to changes in graphics/cairo API (thanks to Marc) | adam | 2 | -1/+15 | |
2004-04-27 | buildlink3 fix | adam | 1 | -1/+3 | |
2004-04-27 | Actually reference the pkgsrc info page as implied by the perl paragraph. | tv | 1 | -1/+8 | |
2004-04-27 | Indent properly. | agc | 1 | -5/+5 | |
2004-04-27 | Revise, and add note that "UNIX Perl" should not be installed from SFU. | tv | 1 | -32/+39 | |