summaryrefslogtreecommitdiff
path: root/devel/gettext-old/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kludge the build in the face of systems with autoconf 2.52+.Jeremy Lea2002-01-051-0/+1
| | | | | | PR: ports/33443 Submitted by: Alan Eldridge <ports@geeksrus.net> Jason Stephenson <panda@mis.net>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-161-0/+1
| | | | ldconfig in PLIST need personal consideration.
* Cleanup share/locale in PREFIX, LOCALBASE and X11BASE.Jeremy Lea2000-06-131-1/+1
|
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
|
* Install po-mode.el in share/emacs/site-lisp.Jeremy Lea2000-01-221-1/+2
| | | | | | | Merge patches ae and aj. PR: 15941 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
* Change MAINTAINER to reg - he's going to be doing more hackingAde Lovett2000-01-071-1/+1
| | | | on this port than me.
* Change MAINTAINER to ade@FreeBSD.org .Yukihiro Nakai2000-01-071-1/+1
|
* Change mail address.Yukihiro Nakai1999-11-201-1/+1
|
* Change MASTER_SITES and assign MASTER_SITE_SUBDIR.SADA Kenji1999-08-251-2/+2
| | | | | | | Remove patch-ag about libtool use. Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Approved by: Maintainer
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-051-4/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installMichael Haro1999-06-051-2/+2
| | | | the .la file.
* Add / at end of master site name.Satoshi Asami1999-03-091-2/+2
|
* Upgrade to GNOME 1.0. The following are the details:Jacques Vidrine1999-03-091-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports/audio/esound 0.2.7 -> 0.2.8 PR ports/10422 ports/audio/gnomeaudio 0.99.8 -> 1.0.0 PR ports/10426 ports/audio/libaudiofile 0.1.5 -> 0.1.6 PR ports/10421 ports/deskutils/gnomepim 0.99.8.1 -> 1.0.1 PR ports/10435 ports/devel/ORBit 0.3.98 -> 0.4.0 PR ports/10423 ports/devel/gettext shared libs now PR ports/10293 ports/devel/glib12 1.1.16 -> 1.2.0 PR ports/10419 ports/devel/libgtop 0.99.8 -> 1.0.1 PR ports/10430 ports/games/gnomegames 0.99.8 -> 1.0.1 PR ports/10436 ports/graphics/electriceyes distfile moved PR ports/10437 ports/graphics/imlib 1.9.3 -> 1.9.4 PR ports/10424 ports/lang/gnomeobjc 0.99.3 -> 1.0.1 PR ports/10441 ports/math/gnumeric 0.6 -> 0.15 PR ports/10439 ports/misc/gnomeutils 0.99.5 -> 1.0.1 PR ports/10442 ports/sysutils/gnomeadmin 0.99.1 -> 1.0.1 PR ports/10445 ports/sysutils/gnomecontrolcenter 0.99.3.1 -> 1.0.1 PR ports/10446 ports/sysutils/gtop 0.99.2 -> 1.0.1 PR ports/10477 ports/textproc/libxml 0.99.8 -> 1.0.0 PR ports/10438 ports/www/libghttp distfile moved PR ports/10429 ports/x11/gnome 0.99.3 -> 1.0.0 PR ports/10450 ports/x11/gnomecore 0.99.8.1 -> 1.0.1 PR ports/10432 ports/x11/gnomelibs 0.99.8.1 -> 1.0.1 PR ports/10425 ports/x11-fm/gnomemc 4.5.10 -> 4.5.23 PR ports/10448 ports/x11-toolkits/gtk-engines 0.1 -> 0.5 PR ports/10427 ports/x11-toolkits/gtk12 1.1.6 -> 1.2.0 PR ports/10420 Note that repository copies were made before this commit, as follows: ports/devel/glib11-devel -> ports/devel/glib12 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-081-2/+2
| | | | | | | | | | | | | | | | ${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. :)
* Change maitainer's email address,Vanilla I. Shu1999-01-121-2/+2
| | | | and BROKEN some gnome ports until I upgrade it.
* Upgrade to 0.10.35, and associated changes.Bill Fumerola1998-12-011-5/+7
| | | | | | PR: ports/8842 Reviewed by: <nakai@TokyoNet.AD.JP> (maintainer) Submitted by: <junker@jazz.snu.ac.kr>
* Add a argument to CONFIGURE_ARGS.Vanilla I. Shu1998-11-181-1/+2
| | | | | PR: ports/8736 Submitted by: maintainer
* Fix info page problem.Vanilla I. Shu1998-09-231-1/+7
|
* Don't split info file.Vanilla I. Shu1998-08-311-1/+4
|
* GNU gettext package.Jun Kuriyama1998-08-251-0/+17
Submitted by: Yukihiro Nakai <Nakai@technologist.com>