Bug 116774 - [PATCH] sysutils/apcupsd: update to 3.14.2
Summary: [PATCH] sysutils/apcupsd: update to 3.14.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-01 02:10 UTC by Alexander Logvinov
Modified: 2007-10-21 11:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (9.10 KB, patch)
2007-10-01 02:10 UTC, Alexander Logvinov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Logvinov 2007-10-01 02:10:01 UTC
 Update to 3.14.2
 Add missing build depend on devel/makedepend
 Utilize ETCDIR for Makefile and pkg-plist
 Move pkg-message to FILESDIR
 No need to use USE_GETTEXT=yes, because port doesn't install any mo files
 and --enable-nls option doesn't help. With --with-included-gettext apcupsd
 doesn't build.

How-To-Repeat: 
# cd /usr/ports/sysutils/apcupsd
# make
...

Doing make of dependencies
Nothing to do for depend.
gmake[1]: Entering directory `/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.1/src'
makedepend: not found
gmake[1]: *** [real-depend] Error 127
gmake[1]: Leaving directory `/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.1/src'
gmake: *** [depend] Error 2
*** Error code 2

Stop in /usr/ports/sysutils/apcupsd/work/apcupsd-3.14.1.
(cd examples; /usr/local/bin/gmake clean)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-01 02:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-21 11:39:46 UTC
itetcu      2007-10-21 10:39:39 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/apcupsd     Makefile distinfo pkg-plist 
    sysutils/apcupsd/files apcupsd.in 
  Added files:
    sysutils/apcupsd/files pkg-message.in 
  Removed files:
    sysutils/apcupsd     pkg-message 
  Log:
  - Update to 3.14.2
  - Now the port build depends on devel/makedepend
  - Utilize ETCDIR for Makefile and pkg-plist
  - Move pkg-message to FILESDIR
  - No need to use USE_GETTEXT=yes, because port doesn't install any mo files
  and --enable-nls option doesn't help. With --with-included-gettext apcupsd
  doesn't build.
  
  PR:             ports/116774
  Submitted by:   Alexander Logvinov
  
  Revision  Changes    Path
  1.53      +15 -12    ports/sysutils/apcupsd/Makefile
  1.21      +3 -3      ports/sysutils/apcupsd/distinfo
  1.3       +2 -2      ports/sysutils/apcupsd/files/apcupsd.in
  1.1       +28 -0     ports/sysutils/apcupsd/files/pkg-message.in (new)
  1.8       +0 -28     ports/sysutils/apcupsd/pkg-message (dead)
  1.21      +20 -20    ports/sysutils/apcupsd/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-10-21 11:39:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!