aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs
Commit message (Collapse)AuthorAgeFilesLines
* - Bump PORTREVISION to chase the update of m17n-libwen2010-05-031-2/+2
| | | | | PR: ports/146249 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net>
* - update patch png14dinoex2010-03-312-3/+3
| | | | PR: 145171
* - fix build for png-1.4.1dinoex2010-03-301-0/+47
|
* - update to 1.4.1dinoex2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* . items in emacs 23.1/GTK menus don't get updated, fix it; [1]bsam2010-03-162-1/+31
| | | | | | | | . bump PORTREVISION. PR: ports/144309 [1] Submitted by: Robert Jenssen <robertjenssen@ozemail.com.au> [1] Approved by: keramida@ceid.upatras.gr (maintainer timeout, 17 days)
* - update to jpeg-8dinoex2010-02-051-2/+2
|
* - fix utmp.h -> utmpx.hpgollucci2010-02-025-0/+48
| | | | | | | fixes are included in upstream e-mail so this is temporary PR: ports/143113 Submitted by: Giorgos Keramidas <keramida@freebsd.org> (maintainer)
* Assign LATEST_LINK to apropriate directory names for ports:bsam2009-12-231-2/+0
| | | | | | | | | . editors/emacs; . editors/emacs-devel; . editors/emacs-nox11; . editors/emacs22. Approved by: keramida (maintainer via e-mail)
* Changes to editors/emacs and Mk/bsd.emacs.mk were taken frombsam2009-12-2113-350/+1132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR/137956 by Ashish SHUKLA (thanks!). [1] Those ports which define EMACS_PORT_NAME to be "emacs21" were not touched (this time). They may be converted to the new world order by removing the above mentioned assignment. Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23 (they do not compile): . lang/bigloo; . mail/wanderlust; . mail/wanderlust-devel; . www/emacs-w3m. Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: . japanese/egg-canna (the port version is dated as of 2001, does not compile with Emacs 23 and seems it cannot be fixed); . deskutils/remember.el (was incorporated into Emacs 23); . editors/nxml (was incorporated into Emacs 23). Changes that were made after (and as a result of) exp run. For those ports: . japanese/migemo-emacs21; . japanese/migemo-emacs22 EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate emacs port name. PR: ports/137956 [1], ports/141369 [2] Submitted by: Ashish SHUKLA <wahjava at gmail.com> [1], bsam (me) [2] Exp-run by: miwi
* . backout previous commit (revert editors/emacs to version 22.3)bsam2009-09-0813-1132/+351
| | | | | | | | | | since the commit broke dependencies and the ports infrastructure was not fully prepared (a new emacs/editors22 port is needed for compatibility reasons); . bump PORTEPOCH. Reported by: Jan Henrik Sylvester <me at janh.de>, kostik Pointy hat to: bsam (me)
* Updat GNU Emacs to v. 23.1.bsam2009-09-0813-350/+1132
| | | | | | | | | | | | | | | | | | | | | Emacs 23 has a wide variety of new features, including: * Improved Unicode support. * Font rendering with Fontconfig and Xft. * Support for using X displays and text terminals in one session, and for running as a daemon. * Support for multi-file commits in distributed version-control systems (VC-dir). * New modes and packages for viewing PDF and postscript files (Doc-view mode), connecting to processes through D-Bus (dbus), connecting to the GNU Privacy Guard (EasyPG), editing XML documents (nXML mode), editing Ruby programs (Ruby mode), and more. Detailed list is available at: http://www.gnu.org/software/emacs/NEWS.23.1 PR: ports/137956 Submitted by: Ashish SHUKLA <wahjava at gmail.com> Approved by: keramida@ceid.upatras.gr (maintainer tineout, 19 days)
* - update to jpeg7dinoex2009-07-181-1/+2
| | | | Tested by: pav on pointyhat
* - Do not explicitly set LATEST_LINK to the default value. Slave ports need topav2008-11-141-2/+0
| | | | be able to override this.
* . update to version 22.3 (includes a security fix in the way Emacsbsam2008-11-117-35/+45
| | | | | | | | | | interacts with Python); . change EMACS_VER at bsd.emacs.mk. While I'm here: remove old PORTREVISION. PR: 127168 Submitted by: keramida (maintainer)
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update editors/emacs to 22.2.bsam2008-06-035-623/+25
| | | | | | | | | | - Change bsd.emacs.mk accordingly. - Fix comment about emacs-devel in bsd.emacs.mk. - Some lisp directories are changed, add a note to UPDATING. PR: 122783 Submitted by: KIMURA Yasuhiro <yasu at utahime.org> Approved by: keramida (maintainer timeout, 6 weeks)
* As pointed out by mjl @ #bsdports: The patch I commited was a patchedwin2008-05-153-15/+11
| | | | | | on itself. Extracted the patch and recommit it. PR: ports/120370
* [patch] editors/emacs build on armedwin2008-05-122-1/+15
| | | | | | PR: ports/120370 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: Giorgos Keramidas <keramida@ceid.upatras.gr>
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-3/+3
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Port the gmalloc.c allocator from the CVS trunk of Emacs.keramida2007-10-092-1/+607
| | | | | | | | | | This includes various enhancements and fixes, including a serious bug caused by using gmalloc's allocation and free functions and the system version of posix_memalign(). PR: ports/114993 Submitted by: Gardner Bell Reviewed by: pav
* - Kill packaged info files, they are splitted. We need to generate our own,pav2007-09-271-0/+4
| | | | | | | | non-splitted, from texinfo. PR: ports/115209 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: maintainer timeout (keramida; 7 weeks)
* - Remove --mandir and --infodir from CONFIGURE_ARGS. They are now defaultrafan2007-07-241-2/+0
| | | | | | | in bsd.port.mk. Tested with: my tinderbox on i386 6 Approved by: portmgr
* Update to 22.1.nobutaka2007-07-1726-2358/+2769
| | | | Hand over maintainership to keramida.
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Add emacs-22.* to CONFLICTS.nobutaka2007-05-041-1/+1
| | | | | PR: ports/111814 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* Change PATCH_SITES.nobutaka2006-11-121-1/+1
|
* SHA256ify (manually updated and checked)edwin2006-01-221-0/+3
| | | | Approved by: krion@
* Remove emacs20 from CONFLICTS.nobutaka2005-12-181-1/+1
| | | | | PR: ports/90475 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* - Add .info suffix to filename of info files.nobutaka2005-12-093-81/+27
| | | | | | - Use INFO macro. Requested by: edwin
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Fix build error.nobutaka2005-09-052-1/+43
| | | | | PR: ports/85508 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* Add powerpc support.nobutaka2005-07-161-3/+4
| | | | | PR: ports/83074 Submitted by: Dario Freni <saturnero@freesbie.org>
* Disable optimization on ia64 to avoid elisp processing errors.nobutaka2005-05-151-2/+2
| | | | Submitted by: yoichi
* Bump PORTREVISION to reflect changes in rev. 1.59 in package building.nobutaka2005-05-071-1/+1
| | | | Pointed out by: yoichi
* Add CONFLICTS variable, since this port conflicts with otherjylefort2005-05-061-0/+4
| | | | | | emacs/xemacs ports. Approved by: nobutaka (maintainer)
* Replace -O(2|3|s) CFLAGS with -O on ia64 for a workaround to fix elisp ↵nobutaka2005-05-061-1/+8
| | | | | | | | processing errors. PR: ports/75832 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Fix submitted by: yoichi
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Fix problems with AltGr-Modifier on several keyboards.nobutaka2005-03-022-1/+12
| | | | | PR: ports/78209 Submitted by: Kay Lehmann <kay_lehmann@web.de>
* Fix format string vulnerability in the movemail utility.nobutaka2005-02-142-1/+12
| | | | | | Security: CAN-2005-0100 Security: http://www.vuxml.org/freebsd/3e3c860d-7dae-11d9-a9e7-0001020eed82.html Security: Malicious POP3 servers can execute arbitrary code.
* farewell to libxpg4.sf2004-11-151-8/+0
|
* Fix runtime breakage on ia64, which was introduced with binutils 2.15.marcel2004-09-061-1/+9
| | | | | | | | | | | | | | | | | | | | | Note that emacs is run as part of the build, so it shows as a build failure... To explain (for maintainer's benefit): Previously the linker would put the text segment in region 2 and the data segment in region 3. This was changed for FreeBSD (due to me sending a patch :-) to load the text segment in region 1 with the data segment immediately following the text segment in the same region (or subsequent regions of the text segment is larger than 2^61 bytes in size -- fat chance :-) So, the previous value of DATA_SEG_BITS (=0x6000000000000000, the region base of the data segment prior to the binutils 2.15 import), needed to be changed to match the current layout (=0x2000000000000000, the region 1 base address). Approved by: portmgr (krion -- thank!)
* Enable interruption with C-g key while opening network connection.nobutaka2004-05-242-33/+14
| | | | | PR: ports/65910 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* Add SIZE to distinfo.nobutaka2004-03-251-0/+3
| | | | Submitted by: trevor
* Move the ancient emacs 19.x port from editors/emacs tokris2004-03-2131-2275/+2391
| | | | | | | editors/emacs19, and update the main emacs port to 21.x by copying from editors/emacs21. Retire the editors/emacs21 port. PR: ports/24983
* BROKEN on !i386 5.x: Does not compilekris2004-02-251-1/+7
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+1
|
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Fix build on -current (remove duplicate declarations of things in systemkris2002-09-071-0/+11
| | | | headers)
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Fix termcap problem.shige2000-07-121-6/+9
| | | | | PR: ports/17496 Submitted by: Tetsurou OKAZAKI <okazaki@be.to>
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-051-8/+19
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-1/+1
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* portname/portversion updatemharo2000-04-141-2/+2
|
* Add WWW:dirk2000-02-141-0/+2
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* Bring over the NO_X11 changes from emacs20. (define NO_X11 to build withoutcpiazza1999-07-041-2/+6
| | | | an X dependancy)
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-062-5/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* Fix for systems where __FreeBSD__ >= 3.steve1999-04-101-3/+3
| | | | | | PR: 10783 Submitted by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au> Diagnosed by: David Deatherage <DDeatherage@bridge.com>
* Unbreak for 4.X.jseger1999-04-051-0/+11
| | | | PR: ports/10782
* Commit all Y2K/WWW_SITE changes from today...scrappy1999-03-121-1/+3
|
* Fix to make ports work with bsd.port.mk rev. 1.306.asami1999-03-081-4/+4
| | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :)
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* Add fix for Alpha.simokawa1999-01-236-22/+129
| | | | - patch for configure, unexelf.c, alpha.h, PLIST and etc.
* Add USE_XLIB -- otherwise the packages will be built without X support.asami1999-01-171-1/+2
|
* Lock file correction and reflect change in /etc/mtree/BSD.local.dist.kuriyama1999-01-023-4/+21
| | | | | PR: ports/8289 (part of) Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* Allow emacs to run stripped.steve1998-10-111-3/+13
| | | | Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
* Convert to ELF.steve1998-10-102-16/+64
| | | | | PR: 8090 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* Fix the emacsclient bug.motoyuki1998-10-091-0/+22
| | | | PR: ports/8208
* Use PLIST_SUB to minimize changes to PLIST when version is changed.asami1998-09-142-940/+942
|
* Remove manpages, but _NOT_ from the multi-lingualhoek1998-08-171-3/+0
| | | | | emacsen (*mule-common, mule). That is left for someone more familiar with their twisty incestuous relationships.
* Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn'tasami1998-04-041-1/+2
| | | | | depend on ordering in the parent Makefiles for the links to be created correctly.
* Rename a patch file that didn't adhere to the usual namingjdp1997-12-231-0/+11
| | | | conventions.
* Add patches to use the unexec function from xemacs. This eliminatesjdp1997-12-232-2/+706
| | | | | the need for a hack in ld.so to make emacs work. I have submitted these changes to a GNU emacs maintainer.
* Add a bunch of info files that were missing from various lists. Myasami1997-12-143-2/+24
| | | | | | goodness, I don't even know how long they were missing! PR: 5286 (pointed out the ccmode omission)
* Make this port a little more portlint-clean.asami1997-07-171-2/+4
|
* Align all info entries at 4th tab stop (as in system info entries).asami1997-06-081-15/+16
|
* If compiling under native ncurses (instead of libcurses), we have topeter1997-05-261-3/+21
| | | | | | | use the terminfo version of tparam() since the termcap version supplies tgoto() which seriously screws up text display. ncurses-4.1 has both a termcap and terminfo internal interface and is quicker with the terminfo one even when it's read a termcap.db file.
* Spread info dir entries into all relevant files. The previous versionasami1997-05-203-17/+165
| | | | | (with all entries listed in emacs.texi) deleted only the first entry when the user did a pkg_delete (a bug in install-info, maybe?).
* Hey guys, thanks for the number of comments on my install-info inquiryasami1997-04-183-5/+103
| | | | | | (which was about equal to number of FreeBSD installations on Hale Bopp itself). Seems like I need to just go ahead and commit it so people can try out and scream!
* Make the emacs/mule ports compile when __FreeBSD__ == 3. Closes PRasami1997-04-091-0/+11
| | | | ports/3175.
* List all files in share/emacs/19.34 and libexec/emacs/19.34. Closeasami1997-03-041-2/+941
| | | | PR ports/2860.
* 19.34 -> 19.34b. It seems like this release was replaced on the GNU masterasami1996-11-192-4/+5
| | | | site 2 months ago and nobody noticed!
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Converted to MAN[1-9NL]obrien1996-11-171-6/+2
|
* CATEGORIES+= --> CATEGORIES=obrien1996-11-111-2/+2
| | | | Minor variable reordering where needed.
* Changed CONFIGURE_ARGS+= -> CONFIGURE_ARGS=max1996-10-191-2/+2
| | | | Submitted by: asami
* Removed unnecessary @cwd directive.max1996-10-181-1/+0
|
* Take NOMANCOMPRESS setting into account.max1996-10-181-3/+5
| | | | | | Reminded by: "Philippe Charnier" <charnier@xp11.frmug.org> Use GNU_CONFIGURE=yes instead of HAS_CONFIGURE=yes.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Upgrade, 19.31 -> 19.34.asami1996-09-043-8/+8
| | | | Submitted (in part) by: rich
* Fix what I broke in upgrading.jkh1996-06-111-876/+3
|
* Upgrade to 19.31jkh1996-06-073-881/+881
|
* Upgrade from 19.29 to 19.30. One of the patches, which we got fromasami1995-12-015-821/+903
| | | | rms, is no longer necessary (naturally).
* Oops, forgot the stuff in /usr/local/libexec/emacs/19.29.asami1995-06-271-0/+13
| | | | Submitted by: roberto@blaise.ibp.fr (Ollivier Robert)
* While I'm at it, add "--with-x-toolkit" to the configure args. Itasami1995-06-261-2/+2
| | | | looks much nicer that way.
* Strip binaries.asami1995-06-261-1/+4
|
* Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is nowasami1995-06-264-8/+810
| | | | /usr/local/share/emacs!
* Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is nowasami1995-06-261-3/+8
| | | | /usr/local/share/emacs!
* Another round of Makefile updates, editors version.asami1995-04-091-5/+6
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Correct the packing list. The texi.info* and some of the info files areats1995-02-131-16/+0
| | | | not in the source of emacs.
* Add a "STRIP= " to the Makefile to prevent a problem that install will beats1995-02-131-1/+2
| | | | | | | | | | | called with a "-s" flag for shell-scripts, fells flat on the nose and doesn't install them. We have a serious problem with name overloading here. The bsd.port.mk file uses INSTALL and INSTALL_PROGRAM that is also used from GNU's autoconfigure script. If configure detects them it uses it happily with sometimes surprising results. Normally configure know that shell scripts doesn't need the "-s" flag but our INSTALL in bsd.port.mk always uses the "-s" flag and overides configure's autodetection of the correct install and the installflags.
* Update to version 19.28jkh1995-01-094-7/+7
|
* Simplify - don't need to put gmake in DEPENDS ifjkh1995-01-051-2/+1
| | | | USES_GMAKE is set.
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-181-0/+1
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* Make this depend on gmake. I could do this automagically for USE_GMAKE,jkh1994-11-221-1/+2
| | | | but I think perhaps that's just a little TOO automagic.
* Satoshi correctly points out that the info/ line in this is bogus.jkh1994-11-221-1/+65
| | | | | Fix it. Also try out an interesting and possibly even functional hack to preserve the dir file. I'm scared to try it, personally! :-)
* Upgrade port to 19.27 and also fix core dumping problem under FreeBSD 2.x.pst1994-10-303-7/+7
|
* Add prefix argument.jkh1994-10-041-2/+2
|
* Several changes across all ports:jkh1994-09-141-2/+2
| | | | | | | | | | | | | | | 1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release.
* Update this port to emacs 19.26. This took about 15 seconds. I *like*jkh1994-09-133-7/+7
| | | | this new ports system! :-)
* Make the required changes to make all existing ports use MASTER_SITESjkh1994-09-131-2/+2
| | | | correctly.
* Change all the HOME_LOCATION records to HTML spec. Now if someonejkh1994-09-011-2/+2
| | | | | | | can just give me a little utility that ftps things based on an ftp://... spec (connects as anonymous, fetches by full path, etc) I might be able to make bsd.port.mk DTRT automagically. Submitted by: jkh
* Update this for 19.25; no lib/emacs/lisp dir now.jkh1994-08-221-1/+0
| | | | Submitted by: jkh
* Add package files.jkh1994-08-223-0/+30
| | | | Submitted by: jkh
* Adjust to new bsd.port.mk conventions for configuration.jkh1994-08-211-2/+3
| | | | Submitted by: jkh
* The start of the 2.0 ports collection. No sup repository yet, but I'lljkh1994-08-211-0/+14
make one when I wake up again.. :) Submitted by: jkh