summaryrefslogtreecommitdiffstats
path: root/devel/gettext
Commit message (Collapse)AuthorAgeFilesLines
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-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 withsobomax2000-06-162-2/+1
| | | | ldconfig in PLIST need personal consideration.
* Cleanup share/locale in PREFIX, LOCALBASE and X11BASE.reg2000-06-132-1/+7
|
* Don't remove share/aclocal -- it's created by mtree.asami2000-06-031-1/+0
|
* Remove the individual locale directories before attempting to remove theasami2000-04-301-0/+3
| | | | parent dir.
* PORTNAME/PORTVERSION updatemharo2000-04-111-2/+2
|
* Correct usage of uuencode in po-mode.el.reg2000-01-261-0/+11
| | | | | PR: 16317 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
* Install po-mode.el in share/emacs/site-lisp.reg2000-01-223-2/+41
| | | | | | | 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 hackingade2000-01-071-1/+1
| | | | on this port than me.
* Change MAINTAINER to ade@FreeBSD.org .nakai2000-01-071-1/+1
|
* Add patch.nakai1999-12-241-0/+12
| | | | | PR: ports/15525 Submitted by: Remi Guyomarch rguyom@mail.dotcom.fr
* Fix pkg/PLIST.nakai1999-11-201-1/+2
| | | | Change method to remove */share/locale
* Change mail address.nakai1999-11-201-1/+1
|
* Fix for PLIST.nakai1999-11-201-2/+1
| | | | */share/locale are used by non-gettext program.
* Use the force option to rm(1) to avoid the possibility of errors onsteve1999-11-011-2/+2
| | | | | | | deinstall. PR: 13677 (3 of 10) Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Change MASTER_SITES and assign MASTER_SITE_SUBDIR.sada1999-08-251-2/+2
| | | | | | | Remove patch-ag about libtool use. Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Approved by: Maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-261-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-052-5/+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 installmharo1999-06-052-3/+2
| | | | the .la file.
* Add / at end of master site name.asami1999-03-091-2/+2
|
* Upgrade to GNOME 1.0. The following are the details:nectar1999-03-094-30/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.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,vanilla1999-01-121-2/+2
| | | | and BROKEN some gnome ports until I upgrade it.
* Fix pkg/PLIST, and merge all info file.vanilla1998-12-064-79/+67
|
* Upgrade to 0.10.35, and associated changes.billf1998-12-016-42/+131
| | | | | | PR: ports/8842 Reviewed by: <nakai@TokyoNet.AD.JP> (maintainer) Submitted by: <junker@jazz.snu.ac.kr>
* Add a argument to CONFIGURE_ARGS.vanilla1998-11-182-16/+17
| | | | | PR: ports/8736 Submitted by: maintainer
* Don't run ldconfig if no shared libraries and don't remove a couplesteve1998-10-051-4/+0
| | | | of directories used by a bunch of other ports.
* Fix info page problem.vanilla1998-09-231-1/+7
|
* Don't split info file.vanilla1998-08-312-5/+4
|
* GNU gettext package.kuriyama1998-08-255-0/+86
Submitted by: Yukihiro Nakai <Nakai@technologist.com>
OpenPOWER on IntegriCloud