aboutsummaryrefslogtreecommitdiff
path: root/emulators/x48
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories eNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'e'. Notes: svn path=/head/; revision=516802
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Convert to USES=autoreconfBaptiste Daroussin2015-06-211-4/+2
| | | | Notes: svn path=/head/; revision=390234
* Make fonts repecting XDGBaptiste Daroussin2015-03-211-2/+2
| | | | | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports Notes: svn path=/head/; revision=381876
* Clean up plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371563
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Stagify the port.Alexey Dokuchaev2013-10-241-10/+5
| | | | Notes: svn path=/head/; revision=331480
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | emulators) Notes: svn path=/head/; revision=327721
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326132
* Fix the build against Clang.Alexey Dokuchaev2013-05-061-0/+3
| | | | Notes: svn path=/head/; revision=317453
* - It looks like SX ROM revision J is working fine now, use it instead of EAlexey Dokuchaev2013-05-016-44/+10
| | | | | | | | - Convert another trivial patch to REINPLACE_CMD statement - Delete stale patch file, touch port description while I am here Notes: svn path=/head/; revision=317000
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+1
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* - Update to version 0.6.4Alexey Dokuchaev2013-04-194-41/+33
| | | | | | | | | | | | | | - Tighten Makefile header and COMMENT - Register run-time dependency on required fonts - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Convert trivial patch to sed(1) in-place editing PR: ports/176935 (version bump) Submitted by: pfg Feature safe: yes Notes: svn path=/head/; revision=316085
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to version 0.6.3, which features number of bug fixes and "netbook"Alexey Dokuchaev2011-08-195-46/+19
| | | | | | | | | | | | | | look for small/short screens. Unfortunately, SX ROM revision J still does not seem to work - Build is done with GNU make now (was Imake before) - Contract ${MASTER_SITE_BERLIOS} -> BERLIOS - Augment CATEGORIES (add math): x48 can be used as powerful calculator - Add LICENSE (GPLv3), utilize PORTDOCS - Touch a COMMENT (use HP's official "graphic calculator" spelling) and add couple of small comments about HP ROM images in Makefile Notes: svn path=/head/; revision=280028
* = Drop MD5 supportMartin Wilke2011-07-021-3/+0
| | | | Notes: svn path=/head/; revision=276915
* Reformat description text.Alexey Dokuchaev2011-05-131-4/+4
| | | | Notes: svn path=/head/; revision=274070
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-1/+2
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* - Fix corrupted display on xorg-7.4Pav Lucistnik2009-06-012-1/+12
| | | | | | | | | PR: ports/133398 Submitted by: Esa Karkkainen <ejk@iki.fi> Approved by: maintainer timeout (danfe; 7 weeks) Notes: svn path=/head/; revision=234970
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-2/+0
| | | | Notes: svn path=/head/; revision=225293
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Reformat Makefile header, expand `Whom:' to full nameAlexey Dokuchaev2006-09-052-14/+13
| | | | | | | | | | | | - Fix a minor typo in COMMENT - Kill useless ROMPATH variable (it was always = DATADIR) - Pacify portlint(1) - Improve on pkg-descr, fix WWW line [1], and kill spaces EOL Submitted by: jylefort Notes: svn path=/head/; revision=172357
* - Update to version 0.4.3 [1]Alexey Dokuchaev2006-09-058-249/+56
| | | | | | | | | - Respect PREFIX better Submitted by: jylefort [1] Notes: svn path=/head/; revision=172355
* Remove USE_REINPLACE from all categories starting with EEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161556
* SHA256ifyEdwin Groothuis2006-01-221-0/+3
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* Fix build with GCC 2.95.4.Alexey Dokuchaev2004-11-291-16/+12
| | | | | | | | Reported by: kris Approved by: fjoe (mentor, implicit) Notes: svn path=/head/; revision=122760
* - Add SX ROM revision E (rev J does not work)Alexey Dokuchaev2004-11-226-22/+98
| | | | | | | | | | | | | | - Fix terminal allocation code under FreeBSD - Catch up with PHK's cuaa->cuad rework in -CURRENT - Avoid direct use of `unzip' command in Makefile in favor of ${UNZIP_CMD} - Utilize DATADIR and DOCSDIR marcos in pkg-plist - SIZEify - Take maintainership Approved by: fjoe (mentor, implicit) Notes: svn path=/head/; revision=122137
* 1. files/src+X48.ad is not doing anything so removed.Maho Nakata2003-07-212-20/+1
| | | | | | | | | 2. typo in pkg-descr Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=85265
* update emulators/x48: enhancements to emulators/x48Daichi GOTO2003-07-0913-40/+122
| | | | | | | | PR: 53912 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=84508
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75953
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* - update to 0.4.1ePete Fritchman2001-11-053-11/+12
| | | | | | | | | | | | - fix MASTER_SITES - use ${DOCSDIR} - add NOPORTDOCS support to pkg-plist PR: 31610 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=49590
* Fix Imakefile breakage under XFree86 4.xKevin Lo2000-10-211-6/+11
| | | | | | | | PR: 22160 Submitted by: Ports Fury Notes: svn path=/head/; revision=34065
* Update to version 0.4.1Kevin Lo2000-08-188-19/+204
| | | | | | | | PR: 20651 Submitted by: Ports Fury Notes: svn path=/head/; revision=31745
* Update to version 0.4.1d.Steve Price2000-05-293-7/+14
| | | | | | | | PR: 13006 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=28953
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsiveKris Kennaway2000-04-231-1/+1
| | | | | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich Notes: svn path=/head/; revision=27941
* PORTNAME/VERSION stuffMichael Haro2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27455
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* MASTER_SITE_SUBDIR: system/Emulators => system/emulatorsEric L. Hernes1997-04-011-2/+2
| | | | | | | Requested by: Bill Fenner Notes: svn path=/head/; revision=6099
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+3
| | | | Notes: svn path=/head/; revision=4572
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-5/+5
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* import `x48' an hp48 emulator, all us propeller-headsEric L. Hernes1996-10-245-0/+41
with an hp48 and no X-11 calculator can sleep a little easier toinght. Notes: svn path=/head/; revision=4147